1. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  2. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  3. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  4. 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 21 years ago
  5. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  6. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 22 years ago
  7. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 22 years ago
  8. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  9. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  10. d3c46d5 Patch to call the Pure python strptime implementation if there's no by Guido van Rossum · 22 years ago
  11. 975e392 Fix bug 581232 - [Windows] Can not interrupt time.sleep() by Mark Hammond · 22 years ago
  12. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  13. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  14. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  15. 9bb7432 Remove all but one use of the module dict. by Fred Drake · 22 years ago
  16. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  17. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  18. 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 22 years ago
  19. 7ba5e81 Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers. by Mark Hammond · 22 years ago
  20. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 23 years ago
  21. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  22. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  23. b3cfc1d Patch #481718: Time module doc string changes. by Martin v. Löwis · 23 years ago
  24. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  25. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  26. 10b164a SF patch #459385 (Norman Vine): time.timezone fix for Cygwin. by Guido van Rossum · 23 years ago
  27. 1a10aac make the gettmarg error message more correct by making it more vague ;-) by Skip Montanaro · 23 years ago
  28. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  29. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  30. bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 23 years ago
  31. 26ae7cd SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. by Tim Peters · 23 years ago
  32. 2b6727b Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Martin v. Löwis · 23 years ago
  33. 258ccd4 Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) by Guido van Rossum · 23 years ago
  34. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  35. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
  36. 63596ae The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI by Jack Jansen · 24 years ago
  37. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  38. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  39. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  40. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  41. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  42. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  43. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  44. ed77bac Fix floattime prototype ((void), not (double)) by Thomas Wouters · 24 years ago
  45. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  46. 770e404 ANSIfy yet another hidden function definition. by Thomas Wouters · 24 years ago
  47. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  48. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  49. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  50. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  51. ee398fa Mac only: two epoch problem workarounds are no longer needed for GUSI by Jack Jansen · 24 years ago
  52. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  53. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  54. 0e12395 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  55. dfb4ebd Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  56. fa48116 Trent Mick: use size_t instead of int where appropriate (time_strftime()). by Guido van Rossum · 24 years ago
  57. aff6018 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  58. c410e92 Jack Jansen: by Guido van Rossum · 24 years ago
  59. c24ca4b Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of by Andrew M. Kuchling · 24 years ago
  60. 7ceab65 Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. by Jeremy Hylton · 24 years ago
  61. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  62. b2b42dd The functions asctime() and mktime() are documented to take a 9-tuple by Guido van Rossum · 25 years ago
  63. 09cbb01 Jack Jansen: Mac has no EINTR. by Guido van Rossum · 25 years ago
  64. a5456d5 In floatsleep(), when using select(), ignore EINTR error. by Guido van Rossum · 25 years ago
  65. ea424e1 Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. by Guido van Rossum · 25 years ago
  66. 0ffdd05 Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on by Guido van Rossum · 25 years ago
  67. 4958f9a #$@%! Forgot to remove a #error directive used for testing. Sorry. by Guido van Rossum · 25 years ago
  68. 5773160 Chris Lawrence writes: by Guido van Rossum · 25 years ago
  69. d3eb577 Patch by Chris Herborth for BeOS code. He writes: by Guido van Rossum · 25 years ago
  70. c222ec2 Patch by Tadayoshi Funaba (with some changes) to be smarter about by Guido van Rossum · 25 years ago
  71. 360eb9f We don't support leap seconds, so the seconds field of a time 9-tuple by Guido van Rossum · 25 years ago
  72. 446ccfe The doc string for strptime had the arguments reversed -- the string by Guido van Rossum · 26 years ago
  73. 0a6363d Get rid of the strptype() declaration -- on some BSD systems, it's a by Guido van Rossum · 26 years ago
  74. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  75. c206873 Make gcc -Wall happy: by Guido van Rossum · 26 years ago
  76. 2645241 Fixes for OS/2 by Jeff Rush. by Guido van Rossum · 26 years ago
  77. cfbaecc Y2K fix affecting asctime(), mktime(), strftime(). by Guido van Rossum · 26 years ago
  78. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  79. 0ef577b Added doc strings. by Guido van Rossum · 26 years ago
  80. 87ce7bb Added strptime, if it exists. Modified after a patch by Jesse Hallio. by Guido van Rossum · 26 years ago
  81. 1f41f84 Instead of calling mktime(), which has all sorts of unwanted side by Guido van Rossum · 26 years ago
  82. 60cd813 Check for HAVE_MKTIME (if you don't have it, some tests will fail, but by Guido van Rossum · 26 years ago
  83. 7853570 Raise ValueError: "unconvertible time" when ctime() returns NULL, by Guido van Rossum · 26 years ago
  84. 1d0d7e4 At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to DosSleep(). by Guido van Rossum · 27 years ago
  85. be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and by Guido van Rossum · 27 years ago
  86. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  87. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  88. 8607ae2 Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() by Guido van Rossum · 27 years ago
  89. e6a4b7b timezone support for macintosh (Jack) by Guido van Rossum · 27 years ago
  90. 3917c22 Win32 precision clock() -- Mark Hammond. by Guido van Rossum · 27 years ago
  91. a78bfe1 Issue a more meaningful error if strftime keeps returning a NULL pointer. by Guido van Rossum · 27 years ago
  92. 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
  93. 5217457 Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has by Guido van Rossum · 28 years ago
  94. ec775c5 ins(): missed a renaming in a string: dictinsert => PyDict_SetItemString. by Barry Warsaw · 28 years ago
  95. 9a2a8a8 Greatly renamed. by Barry Warsaw · 28 years ago
  96. 1bb126f Add extern decl of ftime() to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  97. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  98. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  99. 6e8583d Check for NULL pointer returned from localtime()/gmtime(). by Guido van Rossum · 28 years ago
  100. b2fb364 Sleep() turns out to be win32 specific. by Guido van Rossum · 28 years ago