sapling/mercurial/pure
Martin Geisler 0c5c608631 pure/mpatch: use StringIO instead of mmap (issue1493)
This is more portable than memory mapping /dev/zero: Windows obviously
does not have /dev/zero and mapping /dev/zero failed on Mac OS X.
2009-02-16 00:09:47 +01:00
..
base85.py Pure python base85 fallback 2008-12-30 18:58:58 -08:00
bdiff.py pure Python implementation of bdiff.c 2009-01-24 00:12:20 +01:00
diffhelpers.py pure Python implementation of diffhelpers.c 2009-01-24 00:12:19 +01:00
mpatch.py pure/mpatch: use StringIO instead of mmap (issue1493) 2009-02-16 00:09:47 +01:00
osutil.py move mercurial.osutil to mercurial.pure.osutil 2009-01-24 00:13:49 +01:00
parsers.py pure Python implementation of parsers.c 2009-01-24 00:12:18 +01:00