4723 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Fred Drake 4c82b2366f Trent Mick <trentm@activestate.com>: 26 years ago
Fred Drake a44d353e2b Trent Mick <trentm@activestate.com>: 26 years ago
Jeremy Hylton 4e542a3d99 replace constant 1 with symbolic constant METH_VARARGS 26 years ago
Jeremy Hylton 9262b8ab1f another typo caught by Rob Hooft 26 years ago
Fredrik Lundh 34a96371c3 - workaround to make 1.6 build under MSVC 5.0. hopefully, 26 years ago
Guido van Rossum 338311378e Change the loop index in normalizestring() to size_t too, to avoid a 26 years ago
Guido van Rossum 5e08cb8e50 Vladimir Marangozov: 26 years ago
Guido van Rossum 98626cd7ac Urmpf. Quality control on this patch lapsed a bit. :-( 26 years ago
Guido van Rossum 582acece2e Trent Mick's Win64 changes: size_t vs. int or long; also some overflow 26 years ago
Guido van Rossum 106f2dae86 Trent Mick: 26 years ago
Fred Drake 6da0b9148c Michael Hudson <mwh21@cam.ac.uk>: 26 years ago
Jeremy Hylton 94988067b9 Add new parser error code, E_OVERFLOW. This error is returned when 26 years ago
Jeremy Hylton 2d15d9d869 mark SyntaxError__str__ as METH_VARARGS 26 years ago
Mark Hammond 440d898230 Added a new debug method sys.gettotalrefcount(), which returns the total number of references on all Python objects. This is only enabled when Py_TRACE_REFS is defined (which includes default debug builds under Windows). 26 years ago
Fred Drake 5550de3084 Christopher Fandrich <cfandrich@8cs.com>: 26 years ago
Marc-André Lemburg 99964b86b2 Marc-Andre Lemburg <mal@lemburg.com>: 26 years ago
Barry Warsaw 675ac285ae The standard exception classes. Moved here from ../Modules/_exceptions.c 26 years ago
Barry Warsaw f17861badc Added exceptions.o to the list of object to build in this subdir. 26 years ago
Barry Warsaw 78e6c671db All the exception building related stuff has been moved out of this 26 years ago
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