| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -t option to set the Py_TabcheckFlag flag. | Guido van Rossum | 1998-04-10 | 1 | -5/+10 |
|
|
* | Support raise with no parameters. | Fred Drake | 1998-04-10 | 1 | -3/+4 |
|
|
* | remove C++ entries of the form Class::method | Guido van Rossum | 1998-04-09 | 1 | -2/+6 |
|
|
* | Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. | Guido van Rossum | 1998-04-09 | 2 | -24/+192 |
|
|
* | Add not_ and __not__. | Guido van Rossum | 1998-04-09 | 1 | -0/+2 |
|
|
* | AMK's latest | Guido van Rossum | 1998-04-03 | 4 | -90/+168 |
|
|
* | Use %.17f to format floats/doubles | Guido van Rossum | 1998-04-03 | 1 | -1/+1 |
|
|
* | Export MPZType -- the type of mpz objects.... | Fred Drake | 1998-04-03 | 1 | -1/+9 |
|
|
* | Check for boundary errors in [r]find -- find("x", "", 2) should return -1. | Guido van Rossum | 1998-03-24 | 1 | -2/+2 |
|
|
* | patch for re.sub bug, by AMK. | Guido van Rossum | 1998-03-10 | 3 | -6/+7 |
|
|
* | Check for HAVE_MKTIME (if you don't have it, some tests will fail, but | Guido van Rossum | 1998-03-06 | 1 | -0/+9 |
|
|
* | Don't use setvbuf unless HAVE_SETVBUF is defined. | Guido van Rossum | 1998-03-06 | 1 | -4/+12 |
|
|
* | Clear class_map in constructor so that when it later detects an error | Guido van Rossum | 1998-03-06 | 1 | -1/+2 |
|
|
* | Raise ValueError: "unconvertible time" when ctime() returns NULL, | Guido van Rossum | 1998-03-03 | 1 | -0/+4 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -7/+67 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -4/+32 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -19/+107 |
|
|
* | Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but | Ken Manheimer | 1998-03-03 | 1 | -1/+1 |
|
|
* | A bug in PCRE could cause core dumps in patterns such as | Guido van Rossum | 1998-02-20 | 1 | -2/+7 |
|
|
* | Delete the 'exit' command from the Tcl interpreter -- it would allow | Guido van Rossum | 1998-02-19 | 1 | -0/+3 |
|
|
* | Forgot to return NULL in joinfields() when a type error was detected | Guido van Rossum | 1998-02-06 | 1 | -1/+3 |
|
|
* | Updated URL for zlib. | Guido van Rossum | 1998-02-06 | 1 | -1/+2 |
|
|
* | Register Tcl_Finalize as a Python exit handler. | Guido van Rossum | 1998-02-06 | 1 | -1/+4 |
|
|
* | Don't store the exception info from an unhandled exception in a thread | Guido van Rossum | 1998-02-06 | 1 | -1/+1 |
|
|
* | - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-02-06 | 1 | -2/+4 |
|
|
* | Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a | Guido van Rossum | 1998-01-19 | 1 | -11/+10 |
|
|
* | Instead of a single exists(), differentiate between files, modules, | Guido van Rossum | 1998-01-19 | 1 | -13/+70 |
|
|
* | Add unistd.h for isatty(). | Guido van Rossum | 1998-01-19 | 1 | -0/+4 |
|
|
* | Add LOG_SYSLOG if defined. | Guido van Rossum | 1998-01-19 | 1 | -0/+3 |
|
|
* | Deleted targets used only by Jim Fulton's now deleted "gMakefile". | Guido van Rossum | 1998-01-13 | 1 | -17/+1 |
|
|
* | Oops, big glitch. Charles had put a 1 in the column for argument list | Guido van Rossum | 1997-12-30 | 1 | -8/+8 |
|
|
* | Oops, the last checkin left a blank line in a string literal. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
|
|
* | At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to | Guido van Rossum | 1997-12-29 | 1 | -0/+3 |
|
|
* | Moved some #ifdefs around that got put in the wrong place by the | Guido van Rossum | 1997-12-29 | 1 | -16/+22 |
|
|
* | Minor editing corrections. | Guido van Rossum | 1997-12-29 | 1 | -5/+6 |
|
|
* | Added doc string, provided by Charles Waldman (with some reformatting | Guido van Rossum | 1997-12-29 | 1 | -29/+162 |
|
|
* | AMK's latest -- synchronized with PCRE 1.04. | Guido van Rossum | 1997-12-22 | 4 | -125/+179 |
|
|
* | Oops, left in a non-standard multi-line doc string that GCC finds okay | Guido van Rossum | 1997-12-21 | 1 | -4/+4 |
|
|
* | Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). | Guido van Rossum | 1997-12-19 | 1 | -7/+41 |
|
|
* | Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but | Guido van Rossum | 1997-12-18 | 1 | -2/+3 |
|
|
* | Win32 treatment. | Guido van Rossum | 1997-12-18 | 1 | -2/+7 |
|
|
* | AMK's latest; plus three null bytes that I added for purify | Guido van Rossum | 1997-12-17 | 4 | -167/+157 |
|
|
* | Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() | Guido van Rossum | 1997-12-16 | 1 | -1/+1 |
|
|
* | Add -lld option for AIX to _tkinter rules. | Guido van Rossum | 1997-12-16 | 1 | -0/+2 |
|
|
* | Patch by Oliver Andrich for Lunix using glibc. | Guido van Rossum | 1997-12-15 | 1 | -0/+4 |
|
|
* | Untested change to include gmp-mparam.h instead of gmp-impl.h. | Guido van Rossum | 1997-12-15 | 1 | -1/+1 |
|
|
* | Patch (by Andrew Kuchling of course) to prevent named back references | Guido van Rossum | 1997-12-15 | 1 | -1/+1 |
|
|
* | Move the dbm module around and add an introductory paragraph for dbm, | Guido van Rossum | 1997-12-11 | 1 | -3/+12 |
|
|
* | Remove "Lib/test" from the default path; this is now a package! | Guido van Rossum | 1997-12-10 | 1 | -1/+0 |
|
|
* | The 'l' flag (locale specific matching) has been renamed to 'L'. | Guido van Rossum | 1997-12-10 | 1 | -2/+2 |
|
|