summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Bump the version numberBarry Warsaw2003-05-311-1/+1
* Bump the version to 2.2.3 (final).Guido van Rossum2003-05-301-3/+3
* Bumping PY_VERSIONBarry Warsaw2003-05-231-1/+1
* Backport fix for SF bug 734869 and sundry compiler cleanups.Jeremy Hylton2003-05-221-1/+1
* Prepare for 2.2.3c1 (release candidate 1)Barry Warsaw2003-05-221-4/+4
* Fix broken API descriptions in comments.Fred Drake2003-05-121-8/+7
* More backporting of gc-vs-__del__ fixes. It should be fixed for instancesTim Peters2003-04-081-1/+1
* Added private API function _PyInstance_Lookup(). This is part ofTim Peters2003-04-081-0/+12
* Patch #710576: Implement per-interpreter-state codec registries.Martin v. Löwis2003-03-301-0/+3
* Bump release version to 2.2.2 -- the final release is imminent.Guido van Rossum2002-10-141-3/+3
* Upgrade the version *string* by adding a '+'. This marks the firstGuido van Rossum2002-10-081-1/+1
* Backport:Michael W. Hudson2002-10-071-0/+12
* This is Armin Rigo's patch:Michael W. Hudson2002-10-071-0/+3
* This is Armin Rigo's patch:Michael W. Hudson2002-10-071-0/+2
* Assorted changes needed to release 2.2.2b1.Tim Peters2002-10-061-3/+3
* Backport last checkin:Neal Norwitz2002-10-042-6/+6
* Backport patch (also pointed out in SF #607253):Neal Norwitz2002-10-043-0/+26
* Backport revision 1.6 by jackjansen;Neal Norwitz2002-09-251-1/+3
* Change the version to 2.2.2a0. (Whether we're going to do a 2.2.2Guido van Rossum2002-09-241-3/+3
* Backport checkin:Walter Dörwald2002-04-221-0/+7
* Update patch level and Windows build number for 2.2.1 final.Tim Peters2002-04-041-3/+3
* Bump release to 2.2.1c2.Tim Peters2002-03-251-2/+2
* backport akuchling's checkin ofMichael W. Hudson2002-03-251-3/+1
* backport jhylton's checkin ofMichael W. Hudson2002-03-151-1/+1
* Rename this build 2.2.1c1.Tim Peters2002-03-141-2/+2
* This has been declared to work.Michael W. Hudson2002-03-111-0/+35
* backport tim_one's checkin ofMichael W. Hudson2002-03-052-9/+22
* Assorted Windows buildno, copyright and version number changes for 2.2.1a1.Tim Peters2002-02-281-1/+1
* Bump version number.Michael W. Hudson2002-02-271-4/+4
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-0/+3
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-051-0/+8
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-3/+3
* As usual, bump the version number.Barry Warsaw2001-12-141-3/+3
* Add helper macro to get the number of free variables for a PyCodeObject.Jeremy Hylton2001-12-131-0/+1
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-1/+19
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* PyMethodObject(): Update the comment about im_class based upon aGuido van Rossum2001-12-071-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-0/+4
* Stop defining NDEBUG in Python.h, because it can interfere withTim Peters2001-12-041-5/+4
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-0/+4
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-5/+0
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-281-1/+1
* Removed preprocessor gimmick trying to force use of snprintf emulationTim Peters2001-11-281-8/+6
* Fix SF bug [ #476852 ] Some bad macros in abstract.hJeremy Hylton2001-11-281-2/+2
* Bumping version number.Barry Warsaw2001-11-161-2/+2
* Add PyObject_CheckReadBuffer(), which returns true if its argumentJeremy Hylton2001-11-091-0/+9
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+24
* PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()Fred Drake2001-10-281-4/+4
* SF patch #475657 (Dietmar Schwertberger)Guido van Rossum2001-10-271-3/+4
* SF bug #475327: type() produces incorrect error msgTim Peters2001-10-271-0/+1