vdirsyncer/vdirsyncer
Markus Unterwaditzer c8a7ad36de Compatibility with PyPy
On PyPy, dict.__reversed__ exists and raises a TypeError, on CPython, it
doesn't.

However, reversed({}) behaves the same on both sides.
2015-02-23 00:22:01 +01:00
..
cli Hopefully fix this mutability bug completely 2015-02-22 15:13:23 +01:00
storage expand paths before creating 2015-02-22 16:16:43 +01:00
utils Compatibility with PyPy 2015-02-23 00:22:01 +01:00
__init__.py Version 0.4.3 2015-02-20 13:53:25 +01:00
doubleclick.py Remove copyright headers 2015-01-21 13:02:30 +01:00
exceptions.py Remove copyright headers 2015-01-21 13:02:30 +01:00
log.py Remove copyright headers 2015-01-21 13:02:30 +01:00
sync.py Implement Storage.at_once() 2015-01-29 12:49:00 +01:00