| Commit message (Expand) | Author | Age | Files | Lines |
* | mark SyntaxError__str__ as METH_VARARGS | Jeremy Hylton | 2000-06-20 | 1 | -1/+1 |
|
|
* | Added a new debug method sys.gettotalrefcount(), which returns the total numb... | Mark Hammond | 2000-06-20 | 1 | -1/+14 |
|
|
* | Christopher Fandrich <cfandrich@8cs.com>: | Fred Drake | 2000-06-20 | 1 | -3/+6 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -10/+10 |
|
|
* | The standard exception classes. Moved here from ../Modules/_exceptions.c | Barry Warsaw | 2000-05-26 | 1 | -0/+994 |
|
|
* | Added exceptions.o to the list of object to build in this subdir. | Barry Warsaw | 2000-05-26 | 1 | -1/+2 |
|
|
* | All the exception building related stuff has been moved out of this | Barry Warsaw | 2000-05-25 | 1 | -190/+1 |
|
|
* | Py_Initialize(): Now that standard exceptions are builtin, we don't | Barry Warsaw | 2000-05-25 | 1 | -11/+11 |
|
|
* | bltin_exc: Removed the leaf_exc flag in the structure, which was only | Barry Warsaw | 2000-05-25 | 1 | -35/+29 |
|
|
* | Bill Tutt: | Guido van Rossum | 2000-05-11 | 1 | -1/+24 |
|
|
* | At Bob Kahn's request, add CNRI to the copyright string (but not to | Guido van Rossum | 2000-05-10 | 1 | -1/+5 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-05-09 | 1 | -12/+12 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -0/+37 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -9/+5 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -2/+2 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -11/+14 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -14/+44 |
|
|
* | Andy Dustman: add GNU pth user-space thread support. | Guido van Rossum | 2000-05-08 | 2 | -0/+332 |
|
|
* | Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was | Guido van Rossum | 2000-05-05 | 1 | -1/+1 |
|
|
* | Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, | Guido van Rossum | 2000-05-04 | 1 | -25/+113 |
|
|
* | Add useless 'return 1' to prtrace() to shut up VC++. | Guido van Rossum | 2000-05-04 | 1 | -0/+1 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 7 | -19/+18 |
|
|
* | A bit of cleanup: | Guido van Rossum | 2000-05-03 | 1 | -34/+5 |
|
|
* | Brian Hooper <brian_takashi@hotmail.com>: | Fred Drake | 2000-05-03 | 1 | -0/+32 |
|
|
* | PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and | Barry Warsaw | 2000-05-02 | 1 | -2/+6 |
|
|
* | _PyBuiltin_Init_2(): Remove the misleading comment. | Barry Warsaw | 2000-05-02 | 1 | -1/+0 |
|
|
* | initerrors(): Remove this function. String-based standard exceptions | Barry Warsaw | 2000-05-02 | 1 | -96/+4 |
|
|
* | Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C | Barry Warsaw | 2000-05-02 | 1 | -1/+1 |
|
|
* | Ignore a bunch of generated files. | Barry Warsaw | 2000-05-02 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -8/+20 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -1/+1 |
|
|
* | Robin Becker: The following patch seems to fix a module case bug in | Guido van Rossum | 2000-05-01 | 1 | -4/+4 |
|
|
* | As Marc-Andre Lemburg points out, the magic number needs to change | Guido van Rossum | 2000-04-28 | 1 | -1/+1 |
|
|
* | Charles G Waldman: | Guido van Rossum | 2000-04-28 | 1 | -36/+49 |
|
|
* | Brian Hooper <brian_takashi@hotmail.com>: | Fred Drake | 2000-04-28 | 1 | -1/+31 |
|
|
* | Mark Hammond: For Windows debug builds, we now only offer to dump | Guido van Rossum | 2000-04-27 | 1 | -1/+5 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -2/+7 |
|
|
* | Jack Jansen: The new version of the GUSI i/o library on the Macintosh | Guido van Rossum | 2000-04-24 | 2 | -5/+5 |
|
|
* | Jack Jansen: Posix threads are now supported on the Macintosh too. | Guido van Rossum | 2000-04-24 | 1 | -0/+4 |
|
|
* | Charles Waldman writes: | Guido van Rossum | 2000-04-21 | 1 | -14/+13 |
|
|
* | Fix PR#7 comparisons of recursive objects | Jeremy Hylton | 2000-04-14 | 1 | -0/+2 |
|
|
* | Simplify creation of the version_info value for clarity, per | Fred Drake | 2000-04-13 | 1 | -6/+7 |
|
|
* | Capitulate, changing version_info to a 5-tuple: | Fred Drake | 2000-04-13 | 1 | -12/+18 |
|
|
* | Define version_info to be a tuple (major, minor, micro, level); level | Fred Drake | 2000-04-13 | 1 | -1/+19 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-13 | 1 | -2/+23 |
|
|
* | When refering to Unicode characters in exception messages and | Fred Drake | 2000-04-13 | 1 | -5/+5 |
|
|
* | ord: provide better error messages | Jeremy Hylton | 2000-04-12 | 1 | -8/+19 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -4/+17 |
|
|
* | Patch by Vladimir Marangozov to include the function name when | Guido van Rossum | 2000-04-10 | 1 | -2/+6 |
|
|