1. 4ccda15 strop_replace(): balk if the pattern string is empty. by Guido van Rossum · 26 years ago
  2. ed33a3f whichmodule(): remove redundant PyErr_Clear(); add explicit setting by Guido van Rossum · 26 years ago
  3. 02759c0 Don't delete glmodule.c on 'make clobber' (it's a checked in file!). by Guido van Rossum · 26 years ago
  4. b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  5. 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
  6. ed3da23 parser_compare_nodes(): Corrected a minor type error; eliminate one GCC by Fred Drake · 26 years ago
  7. ae94cf2 Fix by Sean Reifschneider: by Guido van Rossum · 26 years ago
  8. 821a5e4 Added URLs for zlib's home page and the Windows DLL's home page . by Guido van Rossum · 26 years ago
  9. dda6696 AMK's revised version of the previous patch. by Guido van Rossum · 26 years ago
  10. a5e54d0 Use (void) to throw away a function result, not (void *) ! by Guido van Rossum · 26 years ago
  11. 302be44 When following symlinks to the real executable, use a loop so a by Guido van Rossum · 26 years ago
  12. 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 26 years ago
  13. 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 26 years ago
  14. 268397f Made lint a bit happier. by Fred Drake · 26 years ago
  15. 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 26 years ago
  16. 19efc5f Add a declaration for strdup() for the Mac. (Jack) by Guido van Rossum · 26 years ago
  17. 5c069fd Generate the clear() method manually (calling __GLclear(), another by Guido van Rossum · 26 years ago
  18. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 26 years ago
  19. 1f41f84 Instead of calling mktime(), which has all sorts of unwanted side by Guido van Rossum · 26 years ago
  20. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 26 years ago
  21. 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 26 years ago
  22. 301b5be In method & function tables, added a cast for the function pointers to keep by Fred Drake · 26 years ago
  23. 2621637 Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. by Guido van Rossum · 26 years ago
  24. 7c33095 Typo in usage message. by Guido van Rossum · 26 years ago
  25. 503d8d6 The documentation threatened it would happen -- the functions that should by Fred Drake · 26 years ago
  26. cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 26 years ago
  27. 43f8f9b Added support for pickling ast objects. by Fred Drake · 26 years ago
  28. 10032eb Module docstring indicated seek() isn't implemented, but it is. by Fred Drake · 26 years ago
  29. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  30. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  31. 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 26 years ago
  32. b53dc43 Delete this obsolete module. by Guido van Rossum · 26 years ago
  33. bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 26 years ago
  34. c542bc7 Support raise with no parameters. by Fred Drake · 26 years ago
  35. c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 26 years ago
  36. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  37. 99c185e Add not_ and __not__. by Guido van Rossum · 26 years ago
  38. 042ff9e AMK's latest by Guido van Rossum · 26 years ago
  39. 104be4a Use %.17f to format floats/doubles by Guido van Rossum · 26 years ago
  40. fcc6c68 Export MPZType -- the type of mpz objects.... by Fred Drake · 26 years ago
  41. 031c631 Check for boundary errors in [r]find -- find("x", "", 2) should return -1. by Guido van Rossum · 26 years ago
  42. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 26 years ago
  43. 60cd813 Check for HAVE_MKTIME (if you don't have it, some tests will fail, but by Guido van Rossum · 26 years ago
  44. 22ffac1 Don't use setvbuf unless HAVE_SETVBUF is defined. by Guido van Rossum · 26 years ago
  45. 8a6dba3 Clear class_map in constructor so that when it later detects an error by Guido van Rossum · 26 years ago
  46. 7853570 Raise ValueError: "unconvertible time" when ctime() returns NULL, by Guido van Rossum · 26 years ago
  47. 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  48. 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  49. bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  50. 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 26 years ago
  51. d0f432b A bug in PCRE could cause core dumps in patterns such as by Guido van Rossum · 26 years ago
  52. 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 26 years ago
  53. 1ad1b3f Forgot to return NULL in joinfields() when a type error was detected by Guido van Rossum · 26 years ago
  54. 64608cf Updated URL for zlib. by Guido van Rossum · 26 years ago
  55. 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 26 years ago
  56. 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 26 years ago
  57. 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  58. 57d9f2e Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a by Guido van Rossum · 27 years ago
  59. d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 27 years ago
  60. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 27 years ago
  61. 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 27 years ago
  62. 3dd264c Deleted targets used only by Jim Fulton's now deleted "gMakefile". by Guido van Rossum · 27 years ago
  63. 74608f8 Oops, big glitch. Charles had put a 1 in the column for argument list by Guido van Rossum · 27 years ago
  64. 786205e Oops, the last checkin left a blank line in a string literal. by Guido van Rossum · 27 years ago
  65. 1d0d7e4 At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to DosSleep(). by Guido van Rossum · 27 years ago
  66. bfaf3d6 Moved some #ifdefs around that got put in the wrong place by the by Guido van Rossum · 27 years ago
  67. 23e21e7 Minor editing corrections. by Guido van Rossum · 27 years ago
  68. 983c930 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 27 years ago
  69. 557dea1 AMK's latest -- synchronized with PCRE 1.04. by Guido van Rossum · 27 years ago
  70. 9897f0f Oops, left in a non-standard multi-line doc string that GCC finds okay by Guido van Rossum · 27 years ago
  71. 414fd48 Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). by Guido van Rossum · 27 years ago
  72. 3c4bb80 Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but by Guido van Rossum · 27 years ago
  73. 9ec0f8b Win32 treatment. by Guido van Rossum · 27 years ago
  74. 58132c6 AMK's latest; plus three null bytes that I added for purify by Guido van Rossum · 27 years ago
  75. e795197 Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() by Guido van Rossum · 27 years ago
  76. bef74b5 Add -lld option for AIX to _tkinter rules. by Guido van Rossum · 27 years ago
  77. aa6fa6b Patch by Oliver Andrich for Lunix using glibc. by Guido van Rossum · 27 years ago
  78. 97250cb Untested change to include gmp-mparam.h instead of gmp-impl.h. by Guido van Rossum · 27 years ago
  79. 1eadb41 Patch (by Andrew Kuchling of course) to prevent named back references by Guido van Rossum · 27 years ago
  80. 9afad04 Move the dbm module around and add an introductory paragraph for dbm, by Guido van Rossum · 27 years ago
  81. 79f016a Remove "Lib/test" from the default path; this is now a package! by Guido van Rossum · 27 years ago
  82. bd49ac4 The 'l' flag (locale specific matching) has been renamed to 'L'. by Guido van Rossum · 27 years ago
  83. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  84. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  85. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  86. be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and by Guido van Rossum · 27 years ago
  87. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  88. 9716aaa Jim Fulton: by Guido van Rossum · 27 years ago
  89. d48f252 Another large batch of patches from Jeff Rush for OS/2. by Guido van Rossum · 27 years ago
  90. a075ce1 Two changes by Jeff Rush (slightly tweaked): by Guido van Rossum · 27 years ago
  91. fdde96c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 by Guido van Rossum · 27 years ago
  92. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  93. 57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. by Guido van Rossum · 27 years ago
  94. e59d3f8 Small bugfixes for broken old style use of the syntax table. AMK, of course. by Guido van Rossum · 27 years ago
  95. f259a8e Yes, Virginia, Tix does have a Tix_SafeInit() function. by Guido van Rossum · 27 years ago
  96. b447d11 Understand -Xlinker option. by Guido van Rossum · 27 years ago
  97. 32c575d Left-aligned preprocessor directives and changed C++ comments to C comments. by Guido van Rossum · 27 years ago
  98. c5a0f53 Patch for QNX, by Chris Herborth. Also left-aligned preprocessor by Guido van Rossum · 27 years ago
  99. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  100. 30e817e Changed the occurrence of *shared* in the example so people won't by Guido van Rossum · 27 years ago