summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* PyModule_AddObject(): Added missing exceptions.Fred Drake2002-06-171-7/+14
* Fix SF #561858 Assertion with very long listsNeal Norwitz2002-06-011-0/+15
* backport tim_one's patch:Anthony Baxter2002-04-301-2/+2
* Backport fixes for two nested scopes bugs.Jeremy Hylton2002-04-202-1/+12
* Backport for 2.1.3 (if we ever release it; we may have to becauseGuido van Rossum2002-03-281-2/+10
* Backport revision 2.69.Guido van Rossum2002-01-151-2/+3
* Attempted to update all the copyright notices (we're releasing this inTim Peters2002-01-101-1/+1
* cosmetic change to add a commit message for the last commit, accidentlyAnthony Baxter2002-01-101-1/+1
* thread_pthread.hAnthony Baxter2002-01-101-1/+1
* backport of solaris thread patch, adding PTHREAD_SCOPE_SYSTEM support:Anthony Baxter2001-12-231-0/+11
* backport 2.35:Anthony Baxter2001-12-211-3/+3
* backport 2.153:Anthony Baxter2001-12-211-0/+3
* backport 2.9:Anthony Baxter2001-12-211-0/+1
* backport 2.144:Anthony Baxter2001-12-211-0/+1
* Backport rev 2.301 to the 2.1 maintenance branch.Jeremy Hylton2001-12-201-1/+5
* backport of jeremy's 2.227:Anthony Baxter2001-11-211-19/+51
* backport of tim's 2.66:Anthony Baxter2001-11-211-1/+1
* backport of 2.8, after checking with MarkHAnthony Baxter2001-11-211-17/+14
* backport of patches 2.10, 2.11, 2.12, by MvL.Anthony Baxter2001-11-211-4/+8
* backport of 2.8 by jack:Anthony Baxter2001-11-211-3/+7
* backport of 2.242:Anthony Baxter2001-11-211-2/+3
* backport of 2.90:Anthony Baxter2001-11-211-0/+5
* Backport fix from 2.277 - incorrectly swapped arguments to PyFrame_BlockSetup.Anthony Baxter2001-10-211-2/+2
* Backport of Tim's checkin 2.178:Thomas Wouters2001-07-111-11/+28
* Backport Tim's checkin 2.247:Thomas Wouters2001-06-271-2/+3
* Backport Tim's checkin 2.201:Thomas Wouters2001-06-271-10/+54
* Backport Jeremy's checkin 2.57:Thomas Wouters2001-06-271-9/+7
* Backport Jeremy's checkin 2.244:Thomas Wouters2001-06-271-1/+7
* Backport of Tim's checkin 2.177:Thomas Wouters2001-05-231-8/+5
* Backport Tim's checkin 2.199:Thomas Wouters2001-05-231-9/+19
* Backport Jeremy's checkin 2.198:Thomas Wouters2001-05-231-6/+20
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-04-171-211/+0
* Make some private symbols static.Guido van Rossum2001-04-142-3/+4
* split long lineJeremy Hylton2001-04-131-1/+2
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-10/+16
* Patch by Ping (SF bug 415879, Exception.__init__() causes segfault):Guido van Rossum2001-04-131-3/+2
* Because this code was derived from Python 1.6.1 (amongst others), theGuido van Rossum2001-04-121-1/+1
* Update copyright to PSF.Guido van Rossum2001-04-121-1/+1
* Fix exception handling for non-PyFunction objects, SF bug 414743.Jeremy Hylton2001-04-111-16/+54
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-101-0/+4
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-101-1/+1
* Warn when assigning to __debug__ instead of raising an error.Jeremy Hylton2001-04-091-7/+2
* SF patch #413552 - Premature decref on objectTim Peters2001-04-071-3/+7
* Bug fix: compile() called from a nested-scopes-enable Python was notJeremy Hylton2001-03-261-1/+1
* Finishing touch to Ping's changes. This is a patch that Ping sent meGuido van Rossum2001-03-231-11/+11
* call_sys_exitfunc(): Remove unused variable f.Fred Drake2001-03-231-1/+1
* Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit().Ka-Ping Yee2001-03-231-32/+37
* Make it illegal to assign to __debug__ as per Guido's request.Jeremy Hylton2001-03-231-1/+12
* Fix memory leak with SyntaxError. (The DECREF was originally hiddenGuido van Rossum2001-03-231-0/+1
* Add sys.excepthook.Ka-Ping Yee2001-03-232-20/+83