summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-201-0/+3
* mark SyntaxError__str__ as METH_VARARGSJeremy Hylton2000-06-201-1/+1
* Added a new debug method sys.gettotalrefcount(), which returns the total numb...Mark Hammond2000-06-201-1/+14
* Christopher Fandrich <cfandrich@8cs.com>:Fred Drake2000-06-201-3/+6
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-10/+10
* The standard exception classes. Moved here from ../Modules/_exceptions.cBarry Warsaw2000-05-261-0/+994
* Added exceptions.o to the list of object to build in this subdir.Barry Warsaw2000-05-261-1/+2
* All the exception building related stuff has been moved out of thisBarry Warsaw2000-05-251-190/+1
* Py_Initialize(): Now that standard exceptions are builtin, we don'tBarry Warsaw2000-05-251-11/+11
* bltin_exc: Removed the leaf_exc flag in the structure, which was onlyBarry Warsaw2000-05-251-35/+29
* Bill Tutt:Guido van Rossum2000-05-111-1/+24
* At Bob Kahn's request, add CNRI to the copyright string (but not toGuido van Rossum2000-05-101-1/+5
* Trent Mick <trentm@activestate.com>:Fred Drake2000-05-091-12/+12
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+37
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-9/+5
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-2/+2
* Trent Mick:Guido van Rossum2000-05-081-11/+14
* Trent Mick:Guido van Rossum2000-05-081-14/+44
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-082-0/+332
* Quick fix by Mark Hammond -- Yakov changed a dprintf call but it wasGuido van Rossum2000-05-051-1/+1
* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru,Guido van Rossum2000-05-041-25/+113
* Add useless 'return 1' to prtrace() to shut up VC++.Guido van Rossum2000-05-041-0/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-037-19/+18
* A bit of cleanup:Guido van Rossum2000-05-031-34/+5
* Brian Hooper <brian_takashi@hotmail.com>:Fred Drake2000-05-031-0/+32
* PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL andBarry Warsaw2000-05-021-2/+6
* _PyBuiltin_Init_2(): Remove the misleading comment.Barry Warsaw2000-05-021-1/+0
* initerrors(): Remove this function. String-based standard exceptionsBarry Warsaw2000-05-021-96/+4
* Py_UseClassExceptionsFlag is deprecated. We keep the C variable for CBarry Warsaw2000-05-021-1/+1
* Ignore a bunch of generated files.Barry Warsaw2000-05-021-0/+2
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-8/+20
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-0/+1
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-1/+1
* Robin Becker: The following patch seems to fix a module case bug inGuido van Rossum2000-05-011-4/+4
* As Marc-Andre Lemburg points out, the magic number needs to changeGuido van Rossum2000-04-281-1/+1
* Charles G Waldman:Guido van Rossum2000-04-281-36/+49
* Brian Hooper <brian_takashi@hotmail.com>:Fred Drake2000-04-281-1/+31
* Mark Hammond: For Windows debug builds, we now only offer to dumpGuido van Rossum2000-04-271-1/+5
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-2/+7
* Jack Jansen: The new version of the GUSI i/o library on the MacintoshGuido van Rossum2000-04-242-5/+5
* Jack Jansen: Posix threads are now supported on the Macintosh too.Guido van Rossum2000-04-241-0/+4
* Charles Waldman writes:Guido van Rossum2000-04-211-14/+13
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+2
* Simplify creation of the version_info value for clarity, perFred Drake2000-04-131-6/+7
* Capitulate, changing version_info to a 5-tuple:Fred Drake2000-04-131-12/+18
* Define version_info to be a tuple (major, minor, micro, level); levelFred Drake2000-04-131-1/+19
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-2/+23
* When refering to Unicode characters in exception messages andFred Drake2000-04-131-5/+5
* ord: provide better error messagesJeremy Hylton2000-04-121-8/+19
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-4/+17