6419 Commits (fdcd53fe1a8a7f052d7217c36b2597df06b6e016)

Author SHA1 Message Date
Barry Warsaw f242aa0d1e Py_Initialize(): Now that standard exceptions are builtin, we don't 26 years ago
Barry Warsaw 1226588e57 bltin_exc: Removed the leaf_exc flag in the structure, which was only 26 years ago
Guido van Rossum ede8c6eea1 Bill Tutt: 26 years ago
Guido van Rossum cf3ba65749 At Bob Kahn's request, add CNRI to the copyright string (but not to 26 years ago
Fred Drake 230cae7474 Trent Mick <trentm@activestate.com>: 26 years ago
Fred Drake 8b4d01d9f9 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Fred Drake 766de83ab1 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Fred Drake c640b18d96 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Guido van Rossum 20c6add7ff Trent Mick: 26 years ago
Guido van Rossum 80dc16baaa Trent Mick: 26 years ago
Guido van Rossum 07bd90e92d Andy Dustman: add GNU pth user-space thread support. 26 years ago
Guido van Rossum 4cea605e75 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was 26 years ago
Guido van Rossum 706262bde0 Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, 26 years ago
Guido van Rossum cc229ea76f Add useless 'return 1' to prtrace() to shut up VC++. 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum a7cfca23e1 A bit of cleanup: 26 years ago
Fred Drake 25871c001f Brian Hooper <brian_takashi@hotmail.com>: 26 years ago
Barry Warsaw fa5c315afa PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and 26 years ago
Barry Warsaw 48719d3d1f _PyBuiltin_Init_2(): Remove the misleading comment. 26 years ago
Barry Warsaw 47eeb9bdad initerrors(): Remove this function. String-based standard exceptions 26 years ago
Barry Warsaw 3ce096459e Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C 26 years ago
Barry Warsaw ee98e4e75d Ignore a bunch of generated files. 26 years ago
Guido van Rossum 96774c1347 Marc-Andre Lemburg: 26 years ago
Guido van Rossum b16d197d66 Marc-Andre Lemburg: 26 years ago
Guido van Rossum fdc8bdb67b Marc-Andre Lemburg: 26 years ago
Guido van Rossum 22b65a8edc Robin Becker: The following patch seems to fix a module case bug in 26 years ago
Guido van Rossum 1cb6cd0ec5 As Marc-Andre Lemburg points out, the magic number needs to change 26 years ago
Guido van Rossum a2ace6ae25 Charles G Waldman: 26 years ago
Fred Drake 25d34473c3 Brian Hooper <brian_takashi@hotmail.com>: 26 years ago
Guido van Rossum eca4784781 Mark Hammond: For Windows debug builds, we now only offer to dump 26 years ago
Guido van Rossum 700c6ff1fb Marc-Andre Lemburg: 26 years ago
Guido van Rossum b33aa1a51e Jack Jansen: The new version of the GUSI i/o library on the Macintosh 26 years ago
Guido van Rossum 095249fc8c Jack Jansen: Posix threads are now supported on the Macintosh too. 26 years ago
Guido van Rossum 25826c93c4 Charles Waldman writes: 26 years ago
Jeremy Hylton 4a3dd2dcc2 Fix PR#7 comparisons of recursive objects 26 years ago
Fred Drake 6d27c1eb32 Simplify creation of the version_info value for clarity, per 26 years ago
Fred Drake 93a20bf87c Capitulate, changing version_info to a 5-tuple: 26 years ago
Fred Drake 801c08d700 Define version_info to be a tuple (major, minor, micro, level); level 26 years ago
Fred Drake 4e998bc658 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Fred Drake 078b24f000 When refering to Unicode characters in exception messages and 26 years ago
Jeremy Hylton 394b54d01a ord: provide better error messages 26 years ago
Guido van Rossum 3afba7644b Marc-Andre Lemburg: 26 years ago
Guido van Rossum 44679590e0 Patch by Vladimir Marangozov to include the function name when 26 years ago
Guido van Rossum 5db862dd0c Skip Montanaro: add string precisions to calls to PyErr_Format 26 years ago
Guido van Rossum a396a883af Vladimir Marangozov: This fixes the line number in the string 26 years ago
Guido van Rossum 9e896b37c7 Marc-Andre's third try at this bulk patch seems to work (except that 26 years ago
Guido van Rossum b95de4f847 Marc-Andre Lemburg: Error reporting in the codec registry and lookup 26 years ago
Guido van Rossum 7a5b796322 Thomas Heller fixes a typo in an error message. 26 years ago
Jeremy Hylton 387b1011a1 rename args variable in CALL_FUNCTION to callargs (avoids name 26 years ago
Guido van Rossum 6d10887cdc Change traceback error message to "most recent call last" from 26 years ago