Final head of the former 2.3 branch
- b0f9635 Prepare for 2.3.7. by Martin v. Löwis · 17 years ago v2.3.7
- cb6727e Prepare for 2.3.7c1. by Martin v. Löwis · 17 years ago v2.3.7c1
- d254ca8 Backport of r61180: by Martin v. Löwis · 17 years ago
- 427f6ca update patchlevel.h correctly, this time by Anthony Baxter · 19 years ago v2.3.6
- 5c099d7 updates for 2.3.6 final by Anthony Baxter · 19 years ago
- 9f839d5 preparing for 2.3.6c1 by Anthony Baxter · 19 years ago
- bd5264d 2.3.5 final by Anthony Baxter · 21 years ago
- 6674860 bump version number by Fred Drake · 21 years ago
- bac3d91 bump version number to prepare for a release by Fred Drake · 21 years ago
- 7d37a2a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
- e66bb93 update version number since changes have been made since the release by Fred Drake · 21 years ago
- 6cf54e5 update version number for 2.3.4 final by Fred Drake · 21 years ago
- e1ba47a update the version information in preparation for release by Fred Drake · 21 years ago
- 21c86b6 Bump version number for release. by Fred Drake · 22 years ago
- cdda514 Bump version number. by Fred Drake · 22 years ago
- 876c431 Version numbers for Python 2.3.3c1. by Thomas Heller · 22 years ago
- ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
- 6dfa10c Set version to 2.3.3a0. by Thomas Heller · 22 years ago
- 64e028c fixed buggy comment as per SF bug #827856 by Alex Martelli · 22 years ago
- 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
- 74e93ef post-release. was going to hold off til Jack got a chance to decide on by Anthony Baxter · 22 years ago
- 2e8e139 doing the dance of the release. by Anthony Baxter · 22 years ago
- 3656fe1 workaround for openbsd overflow bug. will also apply to the trunk. by Anthony Baxter · 22 years ago
- faebeaa bump the release info by Fred Drake · 22 years ago
- f8de404 bump version macros by Anthony Baxter · 22 years ago
- 41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 22 years ago
- 6b385b0 Bump version string. by Barry Warsaw · 22 years ago
- f7e6091 Repair botched release serial number. by Tim Peters · 22 years ago
- 2f99ae5 Bump release level to 2.3 (we won't have time for this tomorrow). by Tim Peters · 22 years ago
- ee924cd Bump the version number by Barry Warsaw · 22 years ago
- 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 22 years ago
- 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 22 years ago
- 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 22 years ago
- b346096 Bump version string to "2.3b2+". by Tim Peters · 22 years ago
- e3454af FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions by Andrew MacIntyre · 22 years ago
- 63fd15c Bump release level to 2.3b2. by Tim Peters · 22 years ago
- b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 22 years ago
- 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 22 years ago
- 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 22 years ago
- 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 22 years ago
- c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 22 years ago
- 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 22 years ago
- 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 22 years ago
- b566289 Fix broken API descriptions in comments. by Fred Drake · 22 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 22 years ago
- 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 22 years ago
- 16ec34e Mark CVS as 2.3b1+. by Guido van Rossum · 22 years ago
- 3209410 Bump version number to 2.3b1. by Tim Peters · 22 years ago
- f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 060641d Improved the bytecode optimizer. by Raymond Hettinger · 22 years ago
- 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 22 years ago
- 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 22 years ago
- a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
- e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 22 years ago
- d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 22 years ago
- a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 22 years ago
- f995cce Typo repair. by Tim Peters · 22 years ago
- df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 22 years ago
- 36eb4df Refactored some of the Py_TRACE_REFS code. New private API function by Tim Peters · 22 years ago
- 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 22 years ago
- 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 22 years ago
- 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
- 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
- e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 22 years ago
- 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 22 years ago
- d00c13a Moved the Apple workaround for the guard define for wchar_t out of by Jack Jansen · 22 years ago
- a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 22 years ago
- 81e2659 Update PY_VERSION to indicate that we're beyond 2.3a2 now. by Guido van Rossum · 23 years ago
- 2aec8b7 As far as I can tell PyEval_GetOwner was removed in 1997 (when it was by Michael W. Hudson · 23 years ago
- 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 23 years ago
- 1441cf9 Bump version # to 2.3a2. by Tim Peters · 23 years ago
- 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 23 years ago
- f163d10 Make comments agree with code (I think). by Michael W. Hudson · 23 years ago
- 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 23 years ago
- 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 23 years ago
- 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 23 years ago
- 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 23 years ago
- baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 23 years ago
- 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 23 years ago
- b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 23 years ago
- 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 23 years ago
- a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 23 years ago
- a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 23 years ago
- 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 23 years ago
- fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 23 years ago
- dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 23 years ago
- b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 23 years ago
- f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 23 years ago
- c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 23 years ago
- 52e14d6 PEP 302 + zipimport: by Just van Rossum · 23 years ago
- 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 23 years ago
- 93344ab Update/correct comment by Neal Norwitz · 23 years ago
- 8029264 Provide mechanism to deprecate functions, types, and struct members. by Neal Norwitz · 23 years ago
- 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 23 years ago
- 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 23 years ago
- 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 23 years ago
- bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 23 years ago