1. f9fde1e 2.4.2 release stuff by Anthony Baxter · 20 years ago
  2. 4ab7786 pre-release machinations by Anthony Baxter · 20 years ago
  3. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  4. e42f446 (backport from HEAD) by Guido van Rossum · 20 years ago
  5. 8f3b5d8 Make testing a bit easier by Anthony Baxter · 20 years ago
  6. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  7. 66e75ac Disallow keyword arguments for type constructors that don't use them by Georg Brandl · 20 years ago
  8. 95d632d [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  9. 92da66a 2.4.1 preparations. by Anthony Baxter · 20 years ago
  10. efd4733 2.4.1c2 by Anthony Baxter · 20 years ago
  11. 0823141d update patchlevel by Fred Drake · 20 years ago
  12. b3baf32 pre-release magic by Anthony Baxter · 20 years ago
  13. abef418 once we're post-release, we really need to bump the version number; by Fred Drake · 21 years ago
  14. 560f325 post 2.4 machinations (branch) by Anthony Baxter · 21 years ago
  15. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
  16. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 21 years ago
  17. 49d4213 preparing for rc1 by Anthony Baxter · 21 years ago
  18. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 21 years ago
  19. 22b3b47 release bit by Anthony Baxter · 21 years ago
  20. 57341c3 SF patch #1056231: typo in comment (unicodeobject.h) by Raymond Hettinger · 21 years ago
  21. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
  22. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 21 years ago
  23. 78f58ab bump the version number prior to release by Fred Drake · 21 years ago
  24. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 21 years ago
  25. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 21 years ago
  26. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 21 years ago
  27. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 21 years ago
  28. f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 21 years ago
  29. 7790c3b Removed redundant declaration of _PyLong_NumBits(). by Tim Peters · 21 years ago
  30. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  31. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 21 years ago
  32. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  33. 876032e onward and upward by Anthony Baxter · 21 years ago
  34. 47e52ee SF patch 936813: fast modular exponentiation by Tim Peters · 21 years ago
  35. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 21 years ago
  36. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 21 years ago
  37. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 21 years ago
  38. 0d2a75c Patch #1006003: Cygwin standard module build problems by Jason Tishler · 21 years ago
  39. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  40. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
  41. 7bc58a3 on to a2! by Anthony Baxter · 21 years ago
  42. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  43. 4ecd8cd Fix typo in comment by Neal Norwitz · 21 years ago
  44. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 21 years ago
  45. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 21 years ago
  46. a995a2d Document what the members of PyListObject are used for, and the crucial by Tim Peters · 21 years ago
  47. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 21 years ago
  48. 5980ff2 SF bug 994255: Py_RETURN_NONE causes too much warnings by Tim Peters · 21 years ago
  49. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 21 years ago
  50. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 21 years ago
  51. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
  52. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 21 years ago
  53. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 21 years ago
  54. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
  55. 7732ccb post-release fun by Anthony Baxter · 21 years ago
  56. d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 21 years ago
  57. 0e43db5 bump the version number for 2.4a1 by Fred Drake · 21 years ago
  58. 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
  59. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
  60. 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 21 years ago
  61. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 21 years ago
  62. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 21 years ago
  63. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 21 years ago
  64. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
  65. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
  66. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 21 years ago
  67. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 21 years ago
  68. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  69. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 21 years ago
  70. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  71. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  72. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  73. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 21 years ago
  74. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 21 years ago
  75. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  76. 77d9a3e Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. by Hye-Shik Chang · 21 years ago
  77. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 21 years ago
  78. 6e098a1 compile.h and eval.h weren't being included which kept a fair bit of the by Skip Montanaro · 21 years ago
  79. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 21 years ago
  80. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 21 years ago
  81. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 21 years ago
  82. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 21 years ago
  83. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
  84. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 22 years ago
  85. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 22 years ago
  86. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 22 years ago
  87. 204b000 Revert improvement to list.append() checked in before it was ready. by Raymond Hettinger · 22 years ago
  88. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 22 years ago
  89. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 22 years ago
  90. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 22 years ago
  91. 87c1afa Fix name problem in previous checkin: Dict not List by Jeremy Hylton · 22 years ago
  92. e99990f At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 22 years ago
  93. 6f3a24d reverting 2.29: the patch was Ok, but the commit msg wrong by Andrew MacIntyre · 22 years ago
  94. 43e5711 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 22 years ago
  95. 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 22 years ago
  96. ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 22 years ago
  97. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 22 years ago
  98. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 22 years ago
  99. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 22 years ago
  100. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 22 years ago