| Commit message (Expand) | Author | Age | Files | Lines |
* | Worm around MSVC6 error on single string literal > 2Kb. | Tim Peters | 2000-07-12 | 1 | -2/+7 |
* | Include macglue.h for some function prototypes, and renamed a few | Jack Jansen | 2000-07-11 | 3 | -3/+10 |
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 2 | -4/+42 |
* | Exception__str__(): In case 1, be sure to decref the tmp local | Barry Warsaw | 2000-07-09 | 1 | -4/+8 |
* | EnvironmentError__init__(): The two case clauses were missing | Barry Warsaw | 2000-07-09 | 1 | -3/+9 |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 11 | -135/+126 |
* | Get rid of unused vars in builtin_unicode (they were causing | Tim Peters | 2000-07-09 | 1 | -2/+0 |
* | Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). | Marc-André Lemburg | 2000-07-07 | 1 | -14/+1 |
* | Added support for H (unsigned short) specifier in PyArg_ParseTuple and | Jack Jansen | 2000-07-06 | 2 | -1/+30 |
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 4 | -0/+12 |
* | init_exceptions(): Decref `doc' so it doesn't leak. | Barry Warsaw | 2000-07-01 | 1 | -0/+1 |
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+3 |
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 49 | -294/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 51 | -1112/+347 |
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 2 | -14/+33 |
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 11 | -110/+110 |
* | replace constant 1 with symbolic constant METH_VARARGS | Jeremy Hylton | 2000-06-30 | 1 | -9/+9 |
* | another typo caught by Rob Hooft | Jeremy Hylton | 2000-06-30 | 1 | -1/+1 |
* | - workaround to make 1.6 build under MSVC 5.0. hopefully, | Fredrik Lundh | 2000-06-29 | 1 | -0/+4 |
* | Change the loop index in normalizestring() to size_t too, to avoid a | Guido van Rossum | 2000-06-29 | 1 | -1/+1 |
* | Vladimir Marangozov: | Guido van Rossum | 2000-06-28 | 1 | -8/+8 |
* | Urmpf. Quality control on this patch lapsed a bit. :-( | Guido van Rossum | 2000-06-28 | 1 | -2/+6 |
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 9 | -21/+40 |
* | Trent Mick: | Guido van Rossum | 2000-06-28 | 1 | -3/+10 |
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-28 | 1 | -3/+22 |
* | Add new parser error code, E_OVERFLOW. This error is returned when | Jeremy Hylton | 2000-06-20 | 1 | -0/+3 |
* | 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 |