Georg Brandl
|
e5b99f0fb3
|
Remove redundant includes of headers that are already included by Python.h.
|
2010-11-30 09:41:01 +00:00 |
Benjamin Peterson
|
8f67d0893f
|
make hashes always the size of pointers; introduce Py_hash_t #9778
|
2010-10-17 20:54:53 +00:00 |
Alexander Belopolsky
|
1bcbaab15a
|
Issue 9183: Intern UTC timezone.
|
2010-10-14 17:03:51 +00:00 |
Alexander Belopolsky
|
59a289d16b
|
Issue 9005: Removed dead code.
|
2010-10-13 22:54:34 +00:00 |
Alexander Belopolsky
|
6fc4ade2bb
|
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
exposed in Python.h. This function is similar to POSIX
gettimeofday(struct timeval *tp), but available on platforms without
gettimeofday().
|
2010-08-05 17:34:27 +00:00 |
Alexander Belopolsky
|
cf86e368eb
|
Issue #7989: Added pure python implementation of the datetime module.
|
2010-07-23 19:25:47 +00:00 |