sapling/mercurial/pure
Yuya Nishihara bece6296b6 osutil: implement pure version of recvfds() for PyPy
This is less portable than the C version, but PyPy can't load CPython
extensions. So for now, this will be used on PyPy.

I've tested it on Linux amd64 and Mac OS X.
2015-12-17 23:53:09 +09:00
..
__init__.py pure: quiesce build warnings 2012-04-16 08:50:40 -07:00
base85.py base85: use absolute_import 2015-12-12 13:33:47 -05:00
bdiff.py bdiff: use absolute_import 2015-12-12 13:34:55 -05:00
diffhelpers.py diffhelpers: use absolute_import 2015-12-12 13:35:41 -05:00
mpatch.py mpatch: use absolute_import 2015-12-12 13:37:56 -05:00
osutil.py osutil: implement pure version of recvfds() for PyPy 2015-12-17 23:53:09 +09:00
parsers.py parsers: use absolute_import 2015-12-12 13:39:29 -05:00