Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 15 Sep 2012 21:42:58 +0200 | Adrian Buehlmann | store: eliminate unneded last assignment to n in _auxencode() |
Sat, 15 Sep 2012 21:42:52 +0200 | Adrian Buehlmann | store: unindent most of the contents of the for loop in _auxencode() |
Sat, 15 Sep 2012 21:42:43 +0200 | Adrian Buehlmann | store: optimize _auxencode() by assigning to the list elements of the path |
Sat, 15 Sep 2012 21:41:09 +0200 | Adrian Buehlmann | store: optimze _auxencode() a bit by grouping the reserved names by length |
Sat, 15 Sep 2012 21:41:53 +0200 | Adrian Buehlmann | store: explain "aux.foo" versus "foo.aux" in doc of _auxencode() |
Sat, 15 Sep 2012 21:41:45 +0200 | Adrian Buehlmann | store: add 'com0' and 'lpt0' doctest cases for _auxencode() |
Sat, 15 Sep 2012 08:38:02 +0200 | Patrick Mezard | wireproto: fix check-code.py breakage introduced by 6d97dd630d79 |