Sat, 08 Apr 2017 23:33:32 +0900 |
Yuya Nishihara |
templater: find keyword name more thoroughly on filtering error
|
Mon, 03 Apr 2017 22:54:06 +0900 |
Yuya Nishihara |
templater: add dict() constructor
|
Wed, 05 Apr 2017 22:28:09 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a dict by _hybrid object
|
Wed, 05 Apr 2017 22:25:36 +0900 |
Yuya Nishihara |
templatekw: add public function to wrap a list by _hybrid object
|
Wed, 12 Apr 2017 21:10:47 +0900 |
Yuya Nishihara |
templatekw: add default implementation of _hybrid.gen
|
Sun, 09 Apr 2017 11:58:27 +0900 |
Yuya Nishihara |
parser: preserve order of keyword arguments
|
Mon, 03 Apr 2017 22:07:09 +0900 |
Yuya Nishihara |
parser: extend buildargsdict() to support arbitrary number of **kwargs
|
Sat, 08 Apr 2017 20:07:37 +0900 |
Yuya Nishihara |
parser: verify excessive number of args excluding kwargs in buildargsdict()
|
Mon, 10 Apr 2017 16:50:23 +0200 |
Pierre-Yves David |
obsolescence: add test case B-7 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:49:38 +0200 |
Pierre-Yves David |
obsolescence: add test case B-6 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:49:10 +0200 |
Pierre-Yves David |
obsolescence: add test case B-5 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:47:16 +0200 |
Pierre-Yves David |
obsolescence: add test case B-4 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:53 +0200 |
Pierre-Yves David |
obsolescence: add test case B-3 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:31 +0200 |
Pierre-Yves David |
obsolescence: add test case B-2 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:46:03 +0200 |
Pierre-Yves David |
obsolescence: add test case B-1 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:44:39 +0200 |
Pierre-Yves David |
obsolescence: add test case A-7 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:44:19 +0200 |
Pierre-Yves David |
obsolescence: add test case A-6 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:43:49 +0200 |
Pierre-Yves David |
obsolescence: add test case A-5 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:43:26 +0200 |
Pierre-Yves David |
obsolescence: add test case A-4 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:42:49 +0200 |
Pierre-Yves David |
obsolescence: add test case A-3 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:41:46 +0200 |
Pierre-Yves David |
obsolescence: add test case A-2 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:41:21 +0200 |
Pierre-Yves David |
obsolescence: add test case A-1 for obsolescence markers exchange
|
Mon, 10 Apr 2017 16:40:40 +0200 |
Pierre-Yves David |
obsolescence: add setup script for obsolescence markers exchange tests
|
Tue, 11 Apr 2017 00:03:11 +0200 |
Pierre-Yves David |
upgrade: simplify the "origin" dispatch in dry run
|
Mon, 10 Apr 2017 23:11:45 +0200 |
Pierre-Yves David |
upgrade: use 'improvement' object for action too
|
Mon, 10 Apr 2017 23:10:03 +0200 |
Pierre-Yves David |
upgrade: implement equality for 'improvement' object
|
Mon, 10 Apr 2017 22:15:17 +0200 |
Pierre-Yves David |
upgrade: simplify some of the initial dispatch for dry run
|
Fri, 07 Apr 2017 18:39:27 +0200 |
Pierre-Yves David |
upgrade: simplify 'determineactions'
|
Tue, 11 Apr 2017 23:46:16 +0200 |
Pierre-Yves David |
upgrade: filter optimizations outside of 'determineactions'
|
Fri, 07 Apr 2017 18:46:27 +0200 |
Pierre-Yves David |
upgrade: directly iterate over optimisations
|
Mon, 10 Apr 2017 21:01:06 +0200 |
Pierre-Yves David |
upgrade: simplify optimisations validation
|
Mon, 10 Apr 2017 21:00:52 +0200 |
Pierre-Yves David |
upgrade: split finding deficiencies from finding optimisations
|
Tue, 11 Apr 2017 22:07:40 +0200 |
Pierre-Yves David |
upgrade: update the copyright statement
|
Tue, 11 Apr 2017 22:07:15 +0200 |
Pierre-Yves David |
upgrade: update the header comment
|
Tue, 11 Apr 2017 22:01:13 +0200 |
Pierre-Yves David |
upgrade: import 'localrepo' globally
|
Tue, 11 Apr 2017 20:54:50 -0400 |
Matt Harbison |
largefiles: set the extension as enabled locally after a share requiring it
|
Tue, 11 Apr 2017 21:38:11 -0400 |
Matt Harbison |
windows: add context manager support to mixedfilemodewrapper
|
Tue, 11 Apr 2017 18:31:40 -0700 |
Jun Wu |
chg: always wait for pager
|
Sun, 09 Apr 2017 19:09:07 +0200 |
Pierre-Yves David |
bundle2: move 'seek' and 'tell' methods off the unpackermixin class
|
Mon, 10 Apr 2017 15:32:09 -0700 |
Kostia Balytskyi |
shelve: rename nodestoprune to nodestoremove
|
Mon, 03 Apr 2017 22:23:52 +0900 |
Yuya Nishihara |
templater: port pad() to take keyword arguments
|
Mon, 03 Apr 2017 21:22:39 +0900 |
Yuya Nishihara |
templater: add support for keyword arguments
|
Mon, 03 Apr 2017 20:55:55 +0900 |
Yuya Nishihara |
templater: add parsing rule for key-value pair
|
Mon, 03 Apr 2017 20:44:05 +0900 |
Yuya Nishihara |
templater: adjust binding strengths to make room for key-value operator
|
Mon, 03 Apr 2017 20:37:25 +0900 |
Yuya Nishihara |
templater: sort token table by binding strength
|
Tue, 04 Apr 2017 22:31:59 +0900 |
Yuya Nishihara |
templater: make _hybrid provide more list/dict-like methods
|
Tue, 04 Apr 2017 22:20:06 +0900 |
Yuya Nishihara |
templater: hide private variable of _hybrid
|
Tue, 04 Apr 2017 22:19:02 +0900 |
Yuya Nishihara |
templater: remove __iter__() from _hybrid, resolve it explicitly
|
Sun, 24 Apr 2016 19:15:34 +0900 |
Yuya Nishihara |
templater: rewrite doc of _hybrid class as docstring
|
Sun, 09 Apr 2017 11:57:09 +0900 |
Yuya Nishihara |
sortdict: fix .pop() to return a value
|
Mon, 10 Apr 2017 17:05:54 +0200 |
Pierre-Yves David |
checkcode: only match pushd/popd as word
|
Mon, 10 Apr 2017 13:07:47 -0700 |
Durham Goode |
treemanifest: add walksubtrees api
|
Tue, 11 Apr 2017 23:12:14 +0900 |
Yuya Nishihara |
merge with stable
|
Mon, 10 Apr 2017 18:06:22 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the '_finishdatamigration' function
|
Mon, 10 Apr 2017 18:06:12 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the '_filterstorefile' function
|
Mon, 10 Apr 2017 18:05:57 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the 'determineactions' function
|
Mon, 10 Apr 2017 18:05:42 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the 'findimprovements' function
|
Mon, 10 Apr 2017 18:04:50 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the 'supporteddestrequirements' function
|
Mon, 10 Apr 2017 18:03:11 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the 'allowednewrequirements' function
|
Mon, 10 Apr 2017 18:01:29 +0200 |
Pierre-Yves David |
upgrade: drop the prefix to the 'improvement' class
|