| Commit message (Expand) | Author | Age | Files | Lines |
* | Use (void) to throw away a function result, not (void *) ! | Guido van Rossum | 1998-05-01 | 1 | -1/+1 |
|
|
* | When following symlinks to the real executable, use a loop so a | Guido van Rossum | 1998-04-29 | 1 | -1/+2 |
|
|
* | Still somewhat experimental speedup. This appears to speed up the | Guido van Rossum | 1998-04-29 | 1 | -9/+110 |
|
|
* | Add a new method of interpreter objects, interpaddr(). This returns | Guido van Rossum | 1998-04-29 | 1 | -0/+13 |
|
|
* | Made lint a bit happier. | Fred Drake | 1998-04-29 | 1 | -54/+80 |
|
|
* | On the Mac a call to TkMacInitMenus is needed. Also, we pass | Guido van Rossum | 1998-04-28 | 1 | -2/+31 |
|
|
* | Add a declaration for strdup() for the Mac. | Guido van Rossum | 1998-04-28 | 1 | -0/+3 |
|
|
* | Generate the clear() method manually (calling __GLclear(), another | Guido van Rossum | 1998-04-28 | 1 | -1/+12 |
|
|
* | Type casts, and added a strdup() declaration for the Mac. | Guido van Rossum | 1998-04-28 | 1 | -4/+7 |
|
|
* | Instead of calling mktime(), which has all sorts of unwanted side | Guido van Rossum | 1998-04-27 | 1 | -6/+2 |
|
|
* | Purported fixes for 64-bit platforms with help from John Jorgensen | Guido van Rossum | 1998-04-23 | 3 | -69/+105 |
|
|
* | Tiny patch for zlib 1.1.2 | Guido van Rossum | 1998-04-23 | 1 | -0/+1 |
|
|
* | In method & function tables, added a cast for the function pointers to keep | Fred Drake | 1998-04-21 | 1 | -16/+21 |
|
|
* | Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. | Guido van Rossum | 1998-04-20 | 1 | -0/+2 |
|
|
* | Typo in usage message. | Guido van Rossum | 1998-04-13 | 1 | -1/+1 |
|
|
* | The documentation threatened it would happen -- the functions that should | Fred Drake | 1998-04-13 | 1 | -35/+97 |
|
|
* | Don't allow unescaped newlines in doc strings. | Guido van Rossum | 1998-04-13 | 1 | -2/+1 |
|
|
* | Added support for pickling ast objects. | Fred Drake | 1998-04-13 | 1 | -14/+65 |
|
|
* | Module docstring indicated seek() isn't implemented, but it is. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 6 | -14/+29 |
|
|
* | Address warnings issued by the MSVC++ compiler | Guido van Rossum | 1998-04-10 | 2 | -3/+2 |
|
|
* | Delete reference to reopmodule.c. Add comment about soundex' obsolescence. | Guido van Rossum | 1998-04-10 | 1 | -2/+1 |
|
|
* | Delete this obsolete module. | Guido van Rossum | 1998-04-10 | 1 | -1053/+0 |
|
|
* | 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 |
|
|