1. 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 22 years ago
  2. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  3. 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
  4. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  5. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  6. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  7. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  8. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
  9. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  10. f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
  11. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  12. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  13. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  14. 93344ab Update/correct comment by Neal Norwitz · 22 years ago
  15. 8029264 Provide mechanism to deprecate functions, types, and struct members. by Neal Norwitz · 22 years ago
  16. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  17. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  18. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
  19. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  20. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  21. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  22. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  23. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  24. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  25. 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
  26. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  27. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  28. 330f72c Clean up some whitespace to be consistent with Python's C style. by Fred Drake · 22 years ago
  29. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  30. 638437f SF # 607253, header file problems by Ralf W. Grosse-Kunstleve by Neal Norwitz · 22 years ago
  31. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  32. e5de778 Back out the previous change. It doesn't save any space on 64-bit platforms. by Guido van Rossum · 22 years ago
  33. 73d6692 Rearrange the members of struct _node to put shorter fields towards by Guido van Rossum · 22 years ago
  34. 96aa0ac Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC by Neil Schemenauer · 22 years ago
  35. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  36. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  37. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  38. 70bb0d4 Removed bogus PyUnicodeTranslateError_GetEncoding, as by Walter Dörwald · 22 years ago
  39. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  40. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  41. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  42. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  43. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  44. 118ec70 provide less mysterious error messages when seeing end-of-line in by Skip Montanaro · 22 years ago
  45. 9f00739 Added a FutureWarning for constructs that will change semantically in by Barry Warsaw · 22 years ago
  46. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  47. 5d54667 Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. by Mark Hammond · 22 years ago
  48. 9c329de Add name mangling for new PyUnicode_FromOrdinal() and fix declaration by Marc-André Lemburg · 22 years ago
  49. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  50. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  51. febd61d A modest speedup of object deallocation. call_finalizer() did rather by Guido van Rossum · 22 years ago
  52. 808eb59 Added info about the right way to leave the body of a trashcan-protected by Tim Peters · 22 years ago
  53. 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
  54. f4d32df Remove function definition from cStringIO.h. by Jeremy Hylton · 22 years ago
  55. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  56. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  57. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  58. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  59. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  60. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  61. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  62. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  63. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  64. a81d220 SF patch # 580411, move frame macros from frameobject.h into ceval.c by Neal Norwitz · 22 years ago
  65. 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
  66. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  67. 57f4ddd Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so by Tim Peters · 22 years ago
  68. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  69. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  70. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  71. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  72. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  73. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  74. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  75. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  76. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  77. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  78. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  79. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  80. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  81. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  82. 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 22 years ago
  83. e5df105 Silly typo. by Michael W. Hudson · 22 years ago
  84. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  85. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  86. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  87. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  88. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  89. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  90. b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 22 years ago
  91. 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 22 years ago
  92. 8b078f9 Moving pymalloc along. by Tim Peters · 22 years ago
  93. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  94. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  95. 51e7f5c Moving pymalloc along. by Tim Peters · 22 years ago
  96. 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 22 years ago
  97. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  98. 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 22 years ago
  99. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  100. e9e7452 First cut at repairing out-of-date comments; make alignment of macro defs by Tim Peters · 22 years ago