1. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  2. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 20 years ago
  3. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 20 years ago
  4. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  5. 204b000 Revert improvement to list.append() checked in before it was ready. by Raymond Hettinger · 20 years ago
  6. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 20 years ago
  7. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  8. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  9. 87c1afa Fix name problem in previous checkin: Dict not List by Jeremy Hylton · 21 years ago
  10. e99990f At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  11. 6f3a24d reverting 2.29: the patch was Ok, but the commit msg wrong by Andrew MacIntyre · 21 years ago
  12. 43e5711 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  13. 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 21 years ago
  14. ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 21 years ago
  15. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  16. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  17. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  18. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  19. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  20. 3305d24 Got rid of macglue.h, moved the little bit that remains relevant by Jack Jansen · 21 years ago
  21. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  22. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  23. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  24. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  25. 721b776 fixed buggy comment as per SF bug #827856 by Alex Martelli · 21 years ago
  26. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  27. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  28. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  29. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  30. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  31. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  32. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  33. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  34. 83dd43f workaround for OpenBSD compiler bug w.r.t. handling of overflows. by Anthony Baxter · 21 years ago
  35. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  36. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  37. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  38. bf71fa1 Bump the trunk to 2.4a0 by Barry Warsaw · 21 years ago
  39. f7e6091 Repair botched release serial number. by Tim Peters · 21 years ago
  40. 2f99ae5 Bump release level to 2.3 (we won't have time for this tomorrow). by Tim Peters · 21 years ago
  41. ee924cd Bump the version number by Barry Warsaw · 21 years ago
  42. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  43. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  44. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  45. b346096 Bump version string to "2.3b2+". by Tim Peters · 21 years ago
  46. e3454af FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions by Andrew MacIntyre · 21 years ago
  47. 63fd15c Bump release level to 2.3b2. by Tim Peters · 21 years ago
  48. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  49. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  50. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  51. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago
  52. c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 21 years ago
  53. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  54. 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 21 years ago
  55. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  56. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  57. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  58. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 21 years ago
  59. 16ec34e Mark CVS as 2.3b1+. by Guido van Rossum · 21 years ago
  60. 3209410 Bump version number to 2.3b1. by Tim Peters · 21 years ago
  61. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  62. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  63. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  64. 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 21 years ago
  65. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  66. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  67. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  68. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  69. f995cce Typo repair. by Tim Peters · 21 years ago
  70. df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 21 years ago
  71. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  72. 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 21 years ago
  73. 36eb4df Refactored some of the Py_TRACE_REFS code. New private API function by Tim Peters · 21 years ago
  74. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 21 years ago
  75. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  76. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  77. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  78. e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 21 years ago
  79. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 21 years ago
  80. d00c13a Moved the Apple workaround for the guard define for wchar_t out of by Jack Jansen · 21 years ago
  81. a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 21 years ago
  82. 81e2659 Update PY_VERSION to indicate that we're beyond 2.3a2 now. by Guido van Rossum · 21 years ago
  83. 2aec8b7 As far as I can tell PyEval_GetOwner was removed in 1997 (when it was by Michael W. Hudson · 21 years ago
  84. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  85. 1441cf9 Bump version # to 2.3a2. by Tim Peters · 21 years ago
  86. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  87. f163d10 Make comments agree with code (I think). by Michael W. Hudson · 21 years ago
  88. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 21 years ago
  89. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  90. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  91. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 21 years ago
  92. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 21 years ago
  93. 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 21 years ago
  94. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 21 years ago
  95. 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
  96. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  97. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  98. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  99. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  100. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago