- d20781b On Windows, put the select file descriptor arrays on the heap. by Guido van Rossum · 26 years ago
- 39ef227 Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! by Guido van Rossum · 26 years ago
- 911ec18 # Added missing semicolon (was #ifdef'ed out in edit on Windows). by Guido van Rossum · 26 years ago
- 1d8fb2d Added doc strings. by Guido van Rossum · 26 years ago
- 0ef577b Added doc strings. by Guido van Rossum · 26 years ago
- d2264bb # Remove an extra blank line from a doc string. by Guido van Rossum · 26 years ago
- 75e9fc3 Added doc strings. Also export LockType from the modoule, and give it by Guido van Rossum · 26 years ago
- 5cd70f4 Added <ctype.h>, needed for Windows. by Guido van Rossum · 26 years ago
- f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
- 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
- 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago
- ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 26 years ago
- b3f9f4b On Windows, make the pipe() call return Unix file descriptors instead by Guido van Rossum · 26 years ago
- e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 26 years ago
- 87ce7bb Added strptime, if it exists. Modified after a patch by Jesse Hallio. by Guido van Rossum · 26 years ago
- 3c8c598 Sorry, the initializer for ob_type must really be NULL, by Guido van Rossum · 26 years ago
- 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 26 years ago
- 00d9306 Changes to make it possible to write multi-threaded programs using by Guido van Rossum · 26 years ago
- 578de30 Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) by Guido van Rossum · 26 years ago
- d3dbb38 get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
- bebc97f t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
- 764b984 Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two by Fred Drake · 26 years ago
- 7bf1564 Use a different implementation of EventHook(). The new version by Guido van Rossum · 26 years ago
- 832f6d2 Add an alias (and preferred name) "contains" for "sequenceIncludes". by Guido van Rossum · 26 years ago
- b88679b I think there was a tiny bug in new_function() -- the 'defaults' by Guido van Rossum · 26 years ago
- b1ed9c5 PySequence_In() -> PySequence_Contains(). by Guido van Rossum · 26 years ago
- 7df115d Make sure that no use of a function pointer gotten from a by Guido van Rossum · 26 years ago
- a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
- fa1fb7d When a .o file is an absolute pathname, assume it's a file for which by Guido van Rossum · 26 years ago
- 4ccda15 strop_replace(): balk if the pattern string is empty. by Guido van Rossum · 26 years ago
- ed33a3f whichmodule(): remove redundant PyErr_Clear(); add explicit setting by Guido van Rossum · 26 years ago
- 02759c0 Don't delete glmodule.c on 'make clobber' (it's a checked in file!). by Guido van Rossum · 26 years ago
- b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
- 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
- ed3da23 parser_compare_nodes(): Corrected a minor type error; eliminate one GCC by Fred Drake · 27 years ago
- ae94cf2 Fix by Sean Reifschneider: by Guido van Rossum · 27 years ago
- 821a5e4 Added URLs for zlib's home page and the Windows DLL's home page . by Guido van Rossum · 27 years ago
- dda6696 AMK's revised version of the previous patch. by Guido van Rossum · 27 years ago
- a5e54d0 Use (void) to throw away a function result, not (void *) ! by Guido van Rossum · 27 years ago
- 302be44 When following symlinks to the real executable, use a loop so a by Guido van Rossum · 27 years ago
- 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 27 years ago
- 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 27 years ago
- 268397f Made lint a bit happier. by Fred Drake · 27 years ago
- 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 27 years ago
- 19efc5f Add a declaration for strdup() for the Mac. (Jack) by Guido van Rossum · 27 years ago
- 5c069fd Generate the clear() method manually (calling __GLclear(), another by Guido van Rossum · 27 years ago
- 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 27 years ago
- 1f41f84 Instead of calling mktime(), which has all sorts of unwanted side by Guido van Rossum · 27 years ago
- 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 27 years ago
- 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 27 years ago
- 301b5be In method & function tables, added a cast for the function pointers to keep by Fred Drake · 27 years ago
- 2621637 Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. by Guido van Rossum · 27 years ago
- 7c33095 Typo in usage message. by Guido van Rossum · 27 years ago
- 503d8d6 The documentation threatened it would happen -- the functions that should by Fred Drake · 27 years ago
- cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 27 years ago
- 43f8f9b Added support for pickling ast objects. by Fred Drake · 27 years ago
- 10032eb Module docstring indicated seek() isn't implemented, but it is. by Fred Drake · 27 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 27 years ago
- 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 27 years ago
- b53dc43 Delete this obsolete module. by Guido van Rossum · 27 years ago
- bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 27 years ago
- c542bc7 Support raise with no parameters. by Fred Drake · 27 years ago
- c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 27 years ago
- 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 27 years ago
- 99c185e Add not_ and __not__. by Guido van Rossum · 27 years ago
- 042ff9e AMK's latest by Guido van Rossum · 27 years ago
- 104be4a Use %.17f to format floats/doubles by Guido van Rossum · 27 years ago
- fcc6c68 Export MPZType -- the type of mpz objects.... by Fred Drake · 27 years ago
- 031c631 Check for boundary errors in [r]find -- find("x", "", 2) should return -1. by Guido van Rossum · 27 years ago
- 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 27 years ago
- 60cd813 Check for HAVE_MKTIME (if you don't have it, some tests will fail, but by Guido van Rossum · 27 years ago
- 22ffac1 Don't use setvbuf unless HAVE_SETVBUF is defined. by Guido van Rossum · 27 years ago
- 8a6dba3 Clear class_map in constructor so that when it later detects an error by Guido van Rossum · 27 years ago
- 7853570 Raise ValueError: "unconvertible time" when ctime() returns NULL, by Guido van Rossum · 27 years ago
- 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 27 years ago
- 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 27 years ago
- bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 27 years ago
- 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 27 years ago
- d0f432b A bug in PCRE could cause core dumps in patterns such as by Guido van Rossum · 27 years ago
- 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 27 years ago
- 1ad1b3f Forgot to return NULL in joinfields() when a type error was detected by Guido van Rossum · 27 years ago
- 64608cf Updated URL for zlib. by Guido van Rossum · 27 years ago
- 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 27 years ago
- 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 27 years ago
- 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 27 years ago
- 57d9f2e Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a by Guido van Rossum · 27 years ago
- d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 27 years ago
- 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 27 years ago
- 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 27 years ago
- 3dd264c Deleted targets used only by Jim Fulton's now deleted "gMakefile". by Guido van Rossum · 27 years ago
- 74608f8 Oops, big glitch. Charles had put a 1 in the column for argument list by Guido van Rossum · 27 years ago
- 786205e Oops, the last checkin left a blank line in a string literal. by Guido van Rossum · 27 years ago
- 1d0d7e4 At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to DosSleep(). by Guido van Rossum · 27 years ago
- bfaf3d6 Moved some #ifdefs around that got put in the wrong place by the by Guido van Rossum · 27 years ago
- 23e21e7 Minor editing corrections. by Guido van Rossum · 27 years ago
- 983c930 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 27 years ago
- 557dea1 AMK's latest -- synchronized with PCRE 1.04. by Guido van Rossum · 27 years ago
- 9897f0f Oops, left in a non-standard multi-line doc string that GCC finds okay by Guido van Rossum · 27 years ago
- 414fd48 Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). by Guido van Rossum · 27 years ago