Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a typo in a comment. | Alexander Belopolsky | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Issue #9012: "Separate compilation of time and datetime modules." | Alexander Belopolsky | 2010-06-16 | 1 | -0/+28 |
Segregated code shared between time and datetime modules into Modules/_time.c. Added a new header file, Modules/_time.h, which will be used instead of Include/timefuncs.h for declarations shared between time and datetime modules. |