| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 2 | -2/+4 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 2 | -13/+61 |
|
|
* | Marc-Andre Lemburg: Error reporting in the codec registry and lookup | Guido van Rossum | 2000-03-31 | 1 | -12/+46 |
|
|
* | Thomas Heller fixes a typo in an error message. | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | rename args variable in CALL_FUNCTION to callargs (avoids name | Jeremy Hylton | 2000-03-31 | 1 | -8/+11 |
|
|
* | Change traceback error message to "most recent call last" from | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -12/+21 |
|
|
* | eval_code2(): Oops, in the last checkin, we shouldn't check for | Barry Warsaw | 2000-03-29 | 1 | -6/+2 |
|
|