1. 0d2a75c Patch #1006003: Cygwin standard module build problems by Jason Tishler · 20 years ago
  2. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  3. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
  4. 7bc58a3 on to a2! by Anthony Baxter · 20 years ago
  5. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  6. 4ecd8cd Fix typo in comment by Neal Norwitz · 20 years ago
  7. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  8. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 20 years ago
  9. a995a2d Document what the members of PyListObject are used for, and the crucial by Tim Peters · 20 years ago
  10. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  11. 5980ff2 SF bug 994255: Py_RETURN_NONE causes too much warnings by Tim Peters · 20 years ago
  12. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  13. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  14. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  15. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  16. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 20 years ago
  17. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  18. 7732ccb post-release fun by Anthony Baxter · 20 years ago
  19. d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 20 years ago
  20. 0e43db5 bump the version number for 2.4a1 by Fred Drake · 20 years ago
  21. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  22. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  23. 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 20 years ago
  24. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  25. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  26. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  27. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  28. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  29. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  30. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  31. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  32. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  33. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  34. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  35. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  36. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  37. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 20 years ago
  38. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  39. 77d9a3e Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. by Hye-Shik Chang · 20 years ago
  40. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  41. 6e098a1 compile.h and eval.h weren't being included which kept a fair bit of the by Skip Montanaro · 20 years ago
  42. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 20 years ago
  43. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 20 years ago
  44. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  45. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  46. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  47. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 21 years ago
  48. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 21 years ago
  49. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  50. 204b000 Revert improvement to list.append() checked in before it was ready. by Raymond Hettinger · 21 years ago
  51. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 21 years ago
  52. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  53. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  54. 87c1afa Fix name problem in previous checkin: Dict not List by Jeremy Hylton · 21 years ago
  55. e99990f At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  56. 6f3a24d reverting 2.29: the patch was Ok, but the commit msg wrong by Andrew MacIntyre · 21 years ago
  57. 43e5711 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  58. 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 21 years ago
  59. ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 21 years ago
  60. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  61. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  62. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  63. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  64. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  65. 3305d24 Got rid of macglue.h, moved the little bit that remains relevant by Jack Jansen · 21 years ago
  66. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  67. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  68. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  69. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  70. 721b776 fixed buggy comment as per SF bug #827856 by Alex Martelli · 21 years ago
  71. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  72. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  73. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  74. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  75. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  76. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  77. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  78. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  79. 83dd43f workaround for OpenBSD compiler bug w.r.t. handling of overflows. by Anthony Baxter · 21 years ago
  80. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  81. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  82. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  83. bf71fa1 Bump the trunk to 2.4a0 by Barry Warsaw · 21 years ago
  84. f7e6091 Repair botched release serial number. by Tim Peters · 21 years ago
  85. 2f99ae5 Bump release level to 2.3 (we won't have time for this tomorrow). by Tim Peters · 21 years ago
  86. ee924cd Bump the version number by Barry Warsaw · 21 years ago
  87. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  88. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  89. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  90. b346096 Bump version string to "2.3b2+". by Tim Peters · 21 years ago
  91. e3454af FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions by Andrew MacIntyre · 21 years ago
  92. 63fd15c Bump release level to 2.3b2. by Tim Peters · 21 years ago
  93. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  94. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  95. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  96. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago
  97. c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 21 years ago
  98. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  99. 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 21 years ago
  100. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago