1. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  2. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 22 years ago
  3. 2fbe537 Fix typo by Neal Norwitz · 22 years ago
  4. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  5. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  6. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 22 years ago
  7. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 22 years ago
  8. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  9. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 22 years ago
  10. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 22 years ago
  11. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 22 years ago
  12. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  13. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 22 years ago
  14. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 22 years ago
  15. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  16. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 22 years ago
  17. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  18. aa71f5f bugfix: allow the module to work with python compiled without thread support. by Gregory P. Smith · 22 years ago
  19. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  20. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  21. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  22. faa7b9b Get build working on Redhat 7.2 linux 2.4.7 by Neal Norwitz · 22 years ago
  23. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  24. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  25. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  26. 33e0f38 Removed more now-pointless pickle code. by Tim Peters · 22 years ago
  27. 7d4b315 Deleted pickle/unpickle code for the old datetime and time classes -- it's by Tim Peters · 22 years ago
  28. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  29. b8941f2 Added a couple of casts to make this compile with CodeWarrior. by Jack Jansen · 22 years ago
  30. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  31. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  32. 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
  33. 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
  34. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  35. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  36. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  37. 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
  38. 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
  39. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  40. 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
  41. 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
  42. 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
  43. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  44. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  45. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  46. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  47. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  48. c5dc4da The astimezone() correctness proof endured much pain to prove what by Tim Peters · 22 years ago
  49. 5d644dd SF bug 661086: datetime.today() truncates microseconds. by Tim Peters · 22 years ago
  50. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  51. 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
  52. c3bb26a Completed astimezone's correctness proof. That doesn't mean it's by Tim Peters · 22 years ago
  53. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  54. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  55. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  56. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  57. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  58. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  59. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  60. ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
  61. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  62. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  63. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  64. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  65. b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  66. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  67. 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
  68. 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
  69. 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
  70. da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
  71. 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
  72. f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
  73. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  74. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  75. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  76. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  77. e39a80c Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: by Tim Peters · 22 years ago
  78. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  79. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  80. 5b177f1 Silence cast warnings for Tcl 8.3. by Martin v. Löwis · 22 years ago
  81. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  82. ad4d9b9 Untabify. by Greg Ward · 22 years ago
  83. e703766 Whitespace fixes to conform to coding standards. by Greg Ward · 22 years ago
  84. 5c5c577 Comment fix. by Greg Ward · 22 years ago
  85. 37897c2 Rename some mixer methods: by Greg Ward · 22 years ago
  86. 7b43c68 Remove 'x_' prefix from oss_t and oss_mixer_t struct members. by Greg Ward · 22 years ago
  87. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  88. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  89. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  90. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  91. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  92. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  93. 8702d5f And put back a little code duplication, in the form of asserts. by Tim Peters · 22 years ago
  94. 0023703 Squash recently-introduced code duplication. by Tim Peters · 22 years ago
  95. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  96. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  97. 75bfd05 Add an XXX comment about relative imports. by Guido van Rossum · 22 years ago
  98. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  99. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  100. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago