| Commit message (Expand) | Author | Age | Files | Lines |
* | Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! | Guido van Rossum | 1998-06-29 | 1 | -2/+8 |
|
|
* | # Added missing semicolon (was #ifdef'ed out in edit on Windows). | Guido van Rossum | 1998-06-28 | 1 | -1/+1 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-28 | 2 | -10/+98 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-27 | 1 | -11/+114 |
|
|
* | # Remove an extra blank line from a doc string. | Guido van Rossum | 1998-06-27 | 1 | -1/+0 |
|
|
* | Added doc strings. Also export LockType from the modoule, and give it | Guido van Rossum | 1998-06-27 | 1 | -15/+102 |
|
|
* | Added <ctype.h>, needed for Windows. | Guido van Rossum | 1998-06-19 | 1 | -0/+1 |
|
|
* | There was an error check in a loop in PythonCmd which called | Guido van Rossum | 1998-06-19 | 1 | -1/+1 |
|
|
* | # Note: a previous checkin message was lost because I can now use CVS | Guido van Rossum | 1998-06-15 | 1 | -36/+7 |
|
|
* | # (My first checkin from Windows NT using remote CVS!) | Guido van Rossum | 1998-06-15 | 1 | -52/+134 |
|
|
* | Fixed the EventHook() code so that it also works on Windows, sort of. | Guido van Rossum | 1998-06-13 | 1 | -6/+26 |
|
|
* | On Windows, make the pipe() call return Unix file descriptors instead | Guido van Rossum | 1998-06-12 | 1 | -2/+5 |
|
|
* | In tcsetattr(), first initialize the mode structure by calling | Guido van Rossum | 1998-06-12 | 1 | -0/+3 |
|
|
* | Added strptime, if it exists. Modified after a patch by Jesse Hallio. | Guido van Rossum | 1998-06-09 | 1 | -10/+53 |
|
|
* | Sorry, the initializer for ob_type must really be NULL, | Guido van Rossum | 1998-05-29 | 1 | -1/+1 |
|
|
* | On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. | Guido van Rossum | 1998-05-29 | 1 | -2/+6 |
|
|
* | Changes to make it possible to write multi-threaded programs using | Guido van Rossum | 1998-05-28 | 1 | -152/+390 |
|
|
* | Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) | Guido van Rossum | 1998-05-28 | 1 | -0/+11 |
|
|
* | get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). | Fred Drake | 1998-05-28 | 1 | -1/+1 |
|
|
* | t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). | Fred Drake | 1998-05-28 | 1 | -1/+1 |
|
|
* | Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two | Fred Drake | 1998-05-28 | 1 | -2/+4 |
|
|
* | Use a different implementation of EventHook(). The new version | Guido van Rossum | 1998-05-22 | 1 | -37/+74 |
|
|
* | Add an alias (and preferred name) "contains" for "sequenceIncludes". | Guido van Rossum | 1998-05-22 | 1 | -47/+34 |
|
|
* | I think there was a tiny bug in new_function() -- the 'defaults' | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | PySequence_In() -> PySequence_Contains(). | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Make sure that no use of a function pointer gotten from a | Guido van Rossum | 1998-05-22 | 1 | -3/+5 |
|
|
* | Correct bug doc string (discovered by Berthold Hoellmann): | Guido van Rossum | 1998-05-20 | 1 | -1/+1 |
|
|
* | When a .o file is an absolute pathname, assume it's a file for which | Guido van Rossum | 1998-05-14 | 1 | -0/+1 |
|
|
* | strop_replace(): balk if the pattern string is empty. | Guido van Rossum | 1998-05-14 | 1 | -0/+4 |
|
|
* | whichmodule(): remove redundant PyErr_Clear(); add explicit setting | Guido van Rossum | 1998-05-14 | 1 | -4/+3 |
|
|
* | Don't delete glmodule.c on 'make clobber' (it's a checked in file!). | Guido van Rossum | 1998-05-14 | 1 | -1/+1 |
|
|
* | Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). | Guido van Rossum | 1998-05-12 | 1 | -7/+7 |
|
|
* | Trivial little change: timer tokens shouldn't have a Print() function, | Guido van Rossum | 1998-05-12 | 1 | -8/+7 |
|
|
* | parser_compare_nodes(): Corrected a minor type error; eliminate one GCC | Fred Drake | 1998-05-11 | 1 | -1/+1 |
|
|
* | Fix by Sean Reifschneider: | Guido van Rossum | 1998-05-08 | 1 | -25/+38 |
|
|
* | Added URLs for zlib's home page and the Windows DLL's home page . | Guido van Rossum | 1998-05-08 | 1 | -0/+2 |
|
|
* | AMK's revised version of the previous patch. | Guido van Rossum | 1998-05-07 | 3 | -11/+29 |
|
|
* | 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 |
|
|