1. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  2. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  3. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  4. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago
  5. c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 21 years ago
  6. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  7. 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 21 years ago
  8. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  9. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  10. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  11. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 21 years ago
  12. 16ec34e Mark CVS as 2.3b1+. by Guido van Rossum · 21 years ago
  13. 3209410 Bump version number to 2.3b1. by Tim Peters · 21 years ago
  14. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  15. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  16. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  17. 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 21 years ago
  18. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  19. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  20. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  21. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  22. f995cce Typo repair. by Tim Peters · 21 years ago
  23. df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 21 years ago
  24. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  25. 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 21 years ago
  26. 36eb4df Refactored some of the Py_TRACE_REFS code. New private API function by Tim Peters · 21 years ago
  27. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 21 years ago
  28. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  29. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  30. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  31. e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 21 years ago
  32. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 21 years ago
  33. d00c13a Moved the Apple workaround for the guard define for wchar_t out of by Jack Jansen · 21 years ago
  34. a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 21 years ago
  35. 81e2659 Update PY_VERSION to indicate that we're beyond 2.3a2 now. by Guido van Rossum · 21 years ago
  36. 2aec8b7 As far as I can tell PyEval_GetOwner was removed in 1997 (when it was by Michael W. Hudson · 21 years ago
  37. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  38. 1441cf9 Bump version # to 2.3a2. by Tim Peters · 21 years ago
  39. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  40. f163d10 Make comments agree with code (I think). by Michael W. Hudson · 21 years ago
  41. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 21 years ago
  42. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  43. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  44. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 21 years ago
  45. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 21 years ago
  46. 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 21 years ago
  47. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 21 years ago
  48. 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
  49. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  50. a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
  51. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  52. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  53. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
  54. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  55. f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
  56. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  57. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  58. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  59. 93344ab Update/correct comment by Neal Norwitz · 22 years ago
  60. 8029264 Provide mechanism to deprecate functions, types, and struct members. by Neal Norwitz · 22 years ago
  61. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  62. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  63. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
  64. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  65. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  66. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  67. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  68. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  69. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  70. 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
  71. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  72. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  73. 330f72c Clean up some whitespace to be consistent with Python's C style. by Fred Drake · 22 years ago
  74. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  75. 638437f SF # 607253, header file problems by Ralf W. Grosse-Kunstleve by Neal Norwitz · 22 years ago
  76. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  77. e5de778 Back out the previous change. It doesn't save any space on 64-bit platforms. by Guido van Rossum · 22 years ago
  78. 73d6692 Rearrange the members of struct _node to put shorter fields towards by Guido van Rossum · 22 years ago
  79. 96aa0ac Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC by Neil Schemenauer · 22 years ago
  80. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  81. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  82. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  83. 70bb0d4 Removed bogus PyUnicodeTranslateError_GetEncoding, as by Walter Dörwald · 22 years ago
  84. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  85. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  86. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  87. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  88. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  89. 118ec70 provide less mysterious error messages when seeing end-of-line in by Skip Montanaro · 22 years ago
  90. 9f00739 Added a FutureWarning for constructs that will change semantically in by Barry Warsaw · 22 years ago
  91. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago
  92. 5d54667 Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. by Mark Hammond · 22 years ago
  93. 9c329de Add name mangling for new PyUnicode_FromOrdinal() and fix declaration by Marc-André Lemburg · 22 years ago
  94. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  95. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  96. febd61d A modest speedup of object deallocation. call_finalizer() did rather by Guido van Rossum · 22 years ago
  97. 808eb59 Added info about the right way to leave the body of a trashcan-protected by Tim Peters · 22 years ago
  98. 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
  99. f4d32df Remove function definition from cStringIO.h. by Jeremy Hylton · 22 years ago
  100. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago