summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lost reference.Armin Rigo2004-03-221-6/+8
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-225-7/+46
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix SF bug #765624.Armin Rigo2004-03-221-5/+12
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27
* Fix for line events in the case:Armin Rigo2004-03-221-1/+31
* Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.Hye-Shik Chang2004-03-222-12/+25
* New parser. Next up, making the current parser use this parserAnthony Baxter2004-03-221-0/+362
* Added configure check for broken poll() on some unix systems (MacOS X 10.3)Nicholas Bastin2004-03-214-7/+128
* SF bug 847019 datetime.datetime initialization needs more strict checkingTim Peters2004-03-212-2/+30
* Restored revision 2.87.Armin Rigo2004-03-211-12/+5
* Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")Brett Cannon2004-03-211-1/+5
* Remove 'now'Andrew M. Kuchling2004-03-211-1/+1
* PyTuple_New(): vrbl i no longer referenced, so removed it (which killsTim Peters2004-03-211-1/+1
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-211-9/+29
* This is the fastest I could get on Intel GCC. I kept the memset() in to clearArmin Rigo2004-03-211-4/+11
* Changed file.name to be the object passed as the 'name' argument to file()Nicholas Bastin2004-03-212-17/+23
* [Part of patch #909005] Added map parameter for file_dispatcher and dispatche...Andrew M. Kuchling2004-03-211-4/+4
* [Part of patch #909005] Repeating exception changed from 'raise socket.error,...Andrew M. Kuchling2004-03-211-5/+5
* [Part of patch #909005] Remove Mac code for writableAndrew M. Kuchling2004-03-211-8/+2
* [Part of patch #909005] Set initial poll flagsAndrew M. Kuchling2004-03-211-2/+2
* [Part of patch #909005] Use True/FalseAndrew M. Kuchling2004-03-211-13/+13
* Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.Hye-Shik Chang2004-03-212-2/+9
* [Patch #900071] Be case-insensitive when removing 'usage:' stringAndrew M. Kuchling2004-03-211-1/+1
* [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes...Andrew M. Kuchling2004-03-211-1/+3
* [Patch #918212] Support XHTML's 'id' attribute, which can be on any element.Andrew M. Kuchling2004-03-212-6/+31
* [Patch #905863] Support the CVS version of Tcl/Tk, which has the version numb...Andrew M. Kuchling2004-03-211-1/+1
* [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidateAndrew M. Kuchling2004-03-211-7/+15
* Update URLsAndrew M. Kuchling2004-03-211-2/+2
* Moved tracebackobject to traceback.h, Closes SF Bug #497067Nicholas Bastin2004-03-213-24/+27
* Fix typo in comment.Raymond Hettinger2004-03-211-1/+1
* SF bug 917108: warnings.py does not define _test().Tim Peters2004-03-211-8/+3
* Add identity shortcut to PyObject_RichCompareBool.Raymond Hettinger2004-03-211-1/+11
* Modified string.split documentation to reflect behaviour of splitting emtpy s...Nicholas Bastin2004-03-211-0/+5
* recursive_isinstance(), recursive_issubclass(): New code here returnedTim Peters2004-03-211-2/+2
* [693255] also back out corresponding NEWS item...Just van Rossum2004-03-211-2/+0
* concrete example of why retaining old objects is goodSkip Montanaro2004-03-211-1/+9
* Patch #853488: Tix hlist missing entryconfigure and entrycget methods.Martin v. Löwis2004-03-211-0/+2
* Patch #853488: Add hlist entry_configure and entry_cget methods.Martin v. Löwis2004-03-211-0/+11
* Remove unused instance attributes.Neil Schemenauer2004-03-211-2/+0
* Improve byte coding for multiple assignments.Raymond Hettinger2004-03-212-3/+77
* Removed extra period from \versionchanged entry; macro adds periodBrett Cannon2004-03-211-1/+1
* Back out last patch that removed an entry from sys.path if it was not anBrett Cannon2004-03-211-1/+1
* Deal with case of when locale time values has characters that can be mistakenBrett Cannon2004-03-201-2/+14
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-203-10/+58
* Fix for SF 780407.Guido van Rossum2004-03-201-1/+1
* Get rid of listextend_internal() and explain why the special caseArmin Rigo2004-03-201-51/+25
* Fix for SF 777848.Guido van Rossum2004-03-201-6/+5