summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Vladimir Marangozov to include the function name whenGuido van Rossum2000-04-101-2/+6
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-102-2/+4
* Vladimir Marangozov: This fixes the line number in the stringGuido van Rossum2000-04-071-4/+2
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-052-13/+61
* Marc-Andre Lemburg: Error reporting in the codec registry and lookupGuido van Rossum2000-03-311-12/+46
* Thomas Heller fixes a typo in an error message.Guido van Rossum2000-03-311-1/+1
* rename args variable in CALL_FUNCTION to callargs (avoids nameJeremy Hylton2000-03-311-8/+11
* Change traceback error message to "most recent call last" fromGuido van Rossum2000-03-311-1/+1
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8