summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Initialize tick_counter to 0. Found by Neal Norwitz.Guido van Rossum2002-10-081-0/+1
* Backport:Michael W. Hudson2002-10-071-34/+1
* Backport my checkin of revision 2.264 of Python/compile.c:Michael W. Hudson2002-10-071-3/+3
* This is Armin Rigo's patch:Michael W. Hudson2002-10-072-9/+18
* This is Armin Rigo's patch:Michael W. Hudson2002-10-071-0/+1
* This is Armin Rigo's patch:Michael W. Hudson2002-10-071-8/+15
* Patch #618347: Work around Solaris pthread.h bug.Martin v. Löwis2002-10-041-2/+2
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+4
* Backport mhammond's 2.14:Michael W. Hudson2002-09-301-4/+10
* Add encoding in LookupError. Fixes #615013.Martin v. Löwis2002-09-261-2/+2
* backport theller's checkin ofMichael W. Hudson2002-09-241-4/+4
* backport theller's checkin ofMichael W. Hudson2002-09-241-6/+6
* backport nowonder's checkin ofMichael W. Hudson2002-09-241-1/+1
* Backported 1.39 and 1.40 from trunk:Guido van Rossum2002-09-231-0/+10
* SF bug # 557028, illegal use of malloc/freeNeal Norwitz2002-08-111-2/+2
* Remove calls to 2.1 GC API (they are noops).Neil Schemenauer2002-08-051-4/+2
* Patch #554716: Use __va_copy where available.Martin v. Löwis2002-07-282-0/+8
* Fix the docstring for sys.getrefcount().Fred Drake2002-06-201-2/+3
* PyModule_AddObject(): Added missing exceptions.Fred Drake2002-06-171-7/+14
* Backport:Guido van Rossum2002-06-121-2/+2
* Fix SF #561858 Assertion with very long listsNeal Norwitz2002-06-011-0/+15
* backport tim_one's patch:Anthony Baxter2002-04-301-2/+2
* This may well be my final checkin before 2.2.1.Michael W. Hudson2002-04-081-5/+5
* Add bool(), True, False (as ints) for backwards compatibility.Guido van Rossum2002-04-081-0/+23
* Backport to 2.2.1:Guido van Rossum2002-03-291-1/+1
* Backport to 2.2.1.Guido van Rossum2002-03-281-2/+10
* backport nascheme's checkin ofMichael W. Hudson2002-03-251-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-03-111-5/+5
* backport tim_one's checkin ofMichael W. Hudson2002-03-051-14/+1
* Patch #50002: Display line information for bad \x escapes:Martin v. Löwis2002-03-034-17/+52
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-031-2/+2
* backport my checkin ofMichael W. Hudson2002-02-271-1/+1
* Backport jackjansen's checkin of revision 2.37:Michael W. Hudson2002-02-231-0/+6
* Fix a bunch of typos found by nnorwitz.Michael W. Hudson2002-02-062-5/+5
* It's merge time! (well, this is the last one for the moment)Michael W. Hudson2002-01-281-0/+3
* It's merge time!Michael W. Hudson2002-01-281-1/+4
* Fix forMichael W. Hudson2002-01-231-2/+2
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-128-32/+1
* Backport tim_one's checkin of version 2.302:Michael W. Hudson2001-12-281-11/+14
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-2/+2
* SF bug #494668: PUSH() should assert-fail on overflow.Tim Peters2001-12-191-2/+4
* Patch #494384: Disable more Unicode API if Unicode is not used.Martin v. Löwis2001-12-181-0/+2
* _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanksTim Peters2001-12-161-4/+4
* _PyEval_SliceIndex(): Repaired the comments, and added XXX commentsTim Peters2001-12-161-6/+11
* Fix for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-133-5/+10
* Add a comment explaining the st_symbols cache.Jeremy Hylton2001-12-101-1/+15
* PySymtableEntry_New(): I'm not sure what this routine is doing, but itTim Peters2001-12-081-0/+1
* Missing DECREFs when exception is raised in sys.excepthook.Jeremy Hylton2001-12-071-0/+3
* Don't fail on importing things with undefined references. Unfortunately weJack Jansen2001-12-061-1/+2
* Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.Guido van Rossum2001-12-061-0/+8