1. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  2. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  5. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  6. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  7. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  8. fc689dd Fix datetime_strptime following svnmerge from trunk; it was by Mark Dickinson · 16 years ago
  9. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  10. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  11. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  12. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  13. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  14. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  15. 6bd238c Use PyString instead of PyBytes in wrap_strftime(). by Walter Dörwald · 17 years ago
  16. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  17. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  18. 27da812 Change a variable to Py_ssize_t to silence a compiler warning (and because it by Brett Cannon · 17 years ago
  19. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  20. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  21. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  22. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  23. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 17 years ago
  24. 908c871 Fix some refleaks (and format/error checking) by Neal Norwitz · 17 years ago
  25. fd53fd6 Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. by Guido van Rossum · 17 years ago
  26. 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
  27. aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 17 years ago
  28. e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
  29. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  30. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  31. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  32. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  33. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  34. baf853c Change timedelta.__str__() to return a unicode object. by Walter Dörwald · 17 years ago
  35. bafa137 Change isoformat() methods to return unicode strings. by Walter Dörwald · 17 years ago
  36. 4af32b3 Change format_ctime() to return unicode (i.e. by Walter Dörwald · 17 years ago
  37. d8595fe Refactor to avoid ultra-deeply-nested code. by Guido van Rossum · 17 years ago
  38. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  39. 517bcfe Simplify append_keyword_tzinfo() by using PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  40. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  41. c2f6a58 Remove unused variables. by Walter Dörwald · 17 years ago
  42. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  43. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  44. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  45. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  46. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  47. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  48. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  49. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  50. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  51. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  52. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  53. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  54. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  55. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  56. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  57. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  58. e810fe2 Remove two instances of trailing commas. Resolves patch #1209781. by Georg Brandl · 18 years ago
  59. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  60. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  61. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  62. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  63. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 19 years ago
  64. 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
  65. 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 20 years ago
  66. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  67. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  68. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  69. 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 20 years ago
  70. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  71. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  72. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  73. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  74. 03eaf8b Added more words about the abuse of the tp_alloc nitems argument by Tim Peters · 21 years ago
  75. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  76. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  77. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  78. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  79. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  80. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  81. aa7d849 timedelta comparison and datetime addition: as the Python implementation by Tim Peters · 21 years ago
  82. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  83. ce3d34d Whitespace normalization by Neal Norwitz · 21 years ago
  84. 70533e2 New functions alloc_{time,datetime}. Got rid of all setstate-like by Tim Peters · 21 years ago
  85. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 21 years ago
  86. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 21 years ago
  87. 371935f All over: changed comments to reflect pickling is straightforward now, by Tim Peters · 21 years ago
  88. 8a60c22 delta_setstate(): This waS no longer referenced, so nukeit. by Tim Peters · 21 years ago
  89. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 21 years ago
  90. abc7cd2 Backward branches are disgusting, at least when a forward branch by Tim Peters · 21 years ago
  91. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 21 years ago
  92. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 21 years ago
  93. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 21 years ago
  94. 2fbe537 Fix typo by Neal Norwitz · 21 years ago
  95. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 21 years ago
  96. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 21 years ago
  97. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 21 years ago
  98. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 21 years ago
  99. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 21 years ago
  100. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago