1. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  2. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  3. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  4. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  5. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  6. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  7. b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 14 years ago
  8. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  9. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  10. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  11. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 14 years ago
  12. 59a289d Issue 9005: Removed dead code. by Alexander Belopolsky · 14 years ago
  13. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  14. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago[Renamed (99%) from Modules/datetimemodule.c]
  15. 73ca440 Issue #5288: Eliminated round-trips between timdelta and int offsets by Alexander Belopolsky · 14 years ago
  16. a11d8c0 Issue #9000: datetime.timezone objects now have eval-friendly repr. by Alexander Belopolsky · 14 years ago
  17. 33777d4 Issue #9152: Removed dead code in datetime module by Alexander Belopolsky · 14 years ago
  18. 2f194b9 Merged revisions 82466 via svnmerge from by Alexander Belopolsky · 14 years ago
  19. 311d2a9 Added missing white space by Alexander Belopolsky · 14 years ago
  20. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  22. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  23. f568218 Issue #6641: Original commit for this issue, r82053, introduced a by Alexander Belopolsky · 14 years ago
  24. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  25. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  26. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  27. fa68a61 Fix naming inconsistency. by Mark Dickinson · 14 years ago
  28. deda8cb Issue8810: Clearing up docstring for tzinfo.utcoffset. by Sean Reifscheider · 14 years ago
  29. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  30. f03a616 Merged revisions 81566 via svnmerge from by Alexander Belopolsky · 14 years ago
  31. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  32. 0381e3f Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate by Mark Dickinson · 14 years ago
  33. a03e534 Rework delta_divmod to avoid use of PyTuple_SetItem. by Mark Dickinson · 14 years ago
  34. 56a6087 Fix memory leak. by Mark Dickinson · 14 years ago
  35. 7c186e2 Issue #2706: Add support for dividing a timedelta by another timedelta. by Mark Dickinson · 14 years ago
  36. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  37. be6859d Merged revisions 76529 via svnmerge from by Antoine Pitrou · 15 years ago
  38. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  39. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  40. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 15 years ago
  41. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  42. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  43. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  44. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  45. 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
  46. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  47. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  48. 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
  49. fc689dd Fix datetime_strptime following svnmerge from trunk; it was by Mark Dickinson · 16 years ago
  50. 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
  51. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  52. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  53. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  54. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  55. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  56. 6bd238c Use PyString instead of PyBytes in wrap_strftime(). by Walter Dörwald · 17 years ago
  57. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  58. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  59. 27da812 Change a variable to Py_ssize_t to silence a compiler warning (and because it by Brett Cannon · 17 years ago
  60. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  61. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  62. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  63. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  64. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 17 years ago
  65. 908c871 Fix some refleaks (and format/error checking) by Neal Norwitz · 17 years ago
  66. fd53fd6 Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. by Guido van Rossum · 17 years ago
  67. 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
  68. aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 17 years ago
  69. e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
  70. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  71. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  72. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  73. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  74. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  75. baf853c Change timedelta.__str__() to return a unicode object. by Walter Dörwald · 17 years ago
  76. bafa137 Change isoformat() methods to return unicode strings. by Walter Dörwald · 17 years ago
  77. 4af32b3 Change format_ctime() to return unicode (i.e. by Walter Dörwald · 17 years ago
  78. d8595fe Refactor to avoid ultra-deeply-nested code. by Guido van Rossum · 17 years ago
  79. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  80. 517bcfe Simplify append_keyword_tzinfo() by using PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  81. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  82. c2f6a58 Remove unused variables. by Walter Dörwald · 17 years ago
  83. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  84. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  85. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  86. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  87. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  88. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  89. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  90. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  91. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  92. 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
  93. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  94. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  95. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  96. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  97. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  98. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  99. e810fe2 Remove two instances of trailing commas. Resolves patch #1209781. by Georg Brandl · 18 years ago
  100. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago