sapling/mercurial/pure
Dan Villiom Podlaski Christiansen f5b77121bc pure bdiff: don't use a generator
Generators are slow, and currently defeat the PyPy JIT.
2011-04-30 15:05:36 +02:00
..
base85.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
bdiff.py pure bdiff: don't use a generator 2011-04-30 15:05:36 +02:00
diffhelpers.py cleanup: use x in (a, b) instead of x == a or x == b 2010-09-23 00:02:31 -05:00
mpatch.py pure mpatch: avoid using list.insert(0, ...) 2011-04-30 15:05:34 +02:00
osutil.py style: use consistent variable names (*mod) with imports which would shadow 2010-03-11 17:43:44 +01:00
parsers.py remove unused imports and variables 2011-04-30 13:59:14 +02:00