]> granicus.if.org Git - python/commit
Issue #7989: Added pure python implementation of the datetime module.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 23 Jul 2010 19:25:47 +0000 (19:25 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 23 Jul 2010 19:25:47 +0000 (19:25 +0000)
commitcf86e368ebd17e10f68306ebad314eea31daaa1e
tree8b7d0a707f8ac750e4cc251ed8533a43d4367ebb
parentc2721b0cd0b61b1369a01bd53a52e898464ca37d
Issue #7989: Added pure python implementation of the datetime module.
Lib/datetime.py [new file with mode: 0644]
Lib/test/datetimetester.py [new file with mode: 0644]
Lib/test/test_datetime.py
Misc/NEWS
Modules/Setup.dist
Modules/_datetimemodule.c [moved from Modules/datetimemodule.c with 99% similarity]
PC/config.c
PCbuild/pythoncore.vcproj
setup.py