1. 529baf2 Fix compiler warning by Neal Norwitz · 22 years ago
  2. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 22 years ago
  3. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 22 years ago
  4. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  5. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 22 years ago
  6. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  7. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 22 years ago
  8. 040e033 Removed needless include of errno.h. by Tim Peters · 22 years ago
  9. 64c04d1 The module docstring had an RCS ID from 1999 embedded in it. Enough by Tim Peters · 22 years ago
  10. cba30e2 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  11. 797ec24 Added #defines for proto 2 opcodes; gave the Pickler a proto member; by Tim Peters · 22 years ago
  12. 70533e2 New functions alloc_{time,datetime}. Got rid of all setstate-like by Tim Peters · 22 years ago
  13. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  14. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  15. 371935f All over: changed comments to reflect pickling is straightforward now, by Tim Peters · 22 years ago
  16. 8a60c22 delta_setstate(): This waS no longer referenced, so nukeit. by Tim Peters · 22 years ago
  17. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  18. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 22 years ago
  19. 8e0ad0c Ignore the state returned by __reduce__ if it is Py_None. by Guido van Rossum · 22 years ago
  20. 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 22 years ago
  21. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 22 years ago
  22. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  23. 757246c Initialize swappedinput to silence the compiler warning about by Walter Dörwald · 22 years ago
  24. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 22 years ago
  25. abc7cd2 Backward branches are disgusting, at least when a forward branch by Tim Peters · 22 years ago
  26. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 22 years ago
  27. b4ff111 Check whether the choosen encoding requires byte swapping by Walter Dörwald · 22 years ago
  28. 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 22 years ago
  29. 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 22 years ago
  30. 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 22 years ago
  31. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 22 years ago
  32. 7871154 Bump the version number by Barry Warsaw · 22 years ago
  33. 4faea01 Update to the final version released as Expat 1.95.6 (maintaining by Fred Drake · 22 years ago
  34. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  35. 7a565f0 Fix reference counting of iconvcodec_Type. Fixes #670715. by Martin v. Löwis · 22 years ago
  36. 57c115c Get rid of compiler warnings on Redhat by Neal Norwitz · 22 years ago
  37. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 22 years ago
  38. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  39. c35d199 Undo inclusion of Python.h. Remove HAVE_MEMCPY section. by Martin v. Löwis · 22 years ago
  40. 94ac339 Uncomment usage of expat_config.h by Martin v. Löwis · 22 years ago
  41. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 22 years ago
  42. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  43. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 22 years ago
  44. 2fbe537 Fix typo by Neal Norwitz · 22 years ago
  45. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  46. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  47. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 22 years ago
  48. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 22 years ago
  49. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  50. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 22 years ago
  51. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 22 years ago
  52. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 22 years ago
  53. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  54. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 22 years ago
  55. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 22 years ago
  56. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  57. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 22 years ago
  58. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  59. aa71f5f bugfix: allow the module to work with python compiled without thread support. by Gregory P. Smith · 22 years ago
  60. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  61. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  62. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  63. faa7b9b Get build working on Redhat 7.2 linux 2.4.7 by Neal Norwitz · 22 years ago
  64. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  65. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  66. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  67. 33e0f38 Removed more now-pointless pickle code. by Tim Peters · 22 years ago
  68. 7d4b315 Deleted pickle/unpickle code for the old datetime and time classes -- it's by Tim Peters · 22 years ago
  69. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  70. b8941f2 Added a couple of casts to make this compile with CodeWarrior. by Jack Jansen · 22 years ago
  71. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  72. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  73. 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
  74. 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
  75. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  76. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  77. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  78. 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
  79. 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
  80. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  81. 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
  82. 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
  83. 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
  84. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  85. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  86. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  87. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  88. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  89. c5dc4da The astimezone() correctness proof endured much pain to prove what by Tim Peters · 22 years ago
  90. 5d644dd SF bug 661086: datetime.today() truncates microseconds. by Tim Peters · 22 years ago
  91. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  92. 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
  93. c3bb26a Completed astimezone's correctness proof. That doesn't mean it's by Tim Peters · 22 years ago
  94. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  95. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  96. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  97. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  98. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  99. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  100. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago