1. bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 26 years ago
  2. c542bc7 Support raise with no parameters. by Fred Drake · 26 years ago
  3. c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 26 years ago
  4. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  5. 99c185e Add not_ and __not__. by Guido van Rossum · 26 years ago
  6. 042ff9e AMK's latest by Guido van Rossum · 26 years ago
  7. 104be4a Use %.17f to format floats/doubles by Guido van Rossum · 26 years ago
  8. fcc6c68 Export MPZType -- the type of mpz objects.... by Fred Drake · 26 years ago
  9. 031c631 Check for boundary errors in [r]find -- find("x", "", 2) should return -1. by Guido van Rossum · 26 years ago
  10. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 26 years ago
  11. 60cd813 Check for HAVE_MKTIME (if you don't have it, some tests will fail, but by Guido van Rossum · 26 years ago
  12. 22ffac1 Don't use setvbuf unless HAVE_SETVBUF is defined. by Guido van Rossum · 26 years ago
  13. 8a6dba3 Clear class_map in constructor so that when it later detects an error by Guido van Rossum · 26 years ago
  14. 7853570 Raise ValueError: "unconvertible time" when ctime() returns NULL, by Guido van Rossum · 26 years ago
  15. 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  16. 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  17. bfc49e8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  18. 74a4347 Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but by Ken Manheimer · 26 years ago
  19. d0f432b A bug in PCRE could cause core dumps in patterns such as by Guido van Rossum · 26 years ago
  20. 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 26 years ago
  21. 1ad1b3f Forgot to return NULL in joinfields() when a type error was detected by Guido van Rossum · 26 years ago
  22. 64608cf Updated URL for zlib. by Guido van Rossum · 26 years ago
  23. 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 26 years ago
  24. 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 26 years ago
  25. 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  26. 57d9f2e Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a by Guido van Rossum · 27 years ago
  27. d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 27 years ago
  28. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 27 years ago
  29. 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 27 years ago
  30. 3dd264c Deleted targets used only by Jim Fulton's now deleted "gMakefile". by Guido van Rossum · 27 years ago
  31. 74608f8 Oops, big glitch. Charles had put a 1 in the column for argument list by Guido van Rossum · 27 years ago
  32. 786205e Oops, the last checkin left a blank line in a string literal. by Guido van Rossum · 27 years ago
  33. 1d0d7e4 At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to DosSleep(). by Guido van Rossum · 27 years ago
  34. bfaf3d6 Moved some #ifdefs around that got put in the wrong place by the by Guido van Rossum · 27 years ago
  35. 23e21e7 Minor editing corrections. by Guido van Rossum · 27 years ago
  36. 983c930 Added doc string, provided by Charles Waldman (with some reformatting by Guido van Rossum · 27 years ago
  37. 557dea1 AMK's latest -- synchronized with PCRE 1.04. by Guido van Rossum · 27 years ago
  38. 9897f0f Oops, left in a non-standard multi-line doc string that GCC finds okay by Guido van Rossum · 27 years ago
  39. 414fd48 Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). by Guido van Rossum · 27 years ago
  40. 3c4bb80 Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but by Guido van Rossum · 27 years ago
  41. 9ec0f8b Win32 treatment. by Guido van Rossum · 27 years ago
  42. 58132c6 AMK's latest; plus three null bytes that I added for purify by Guido van Rossum · 27 years ago
  43. e795197 Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() by Guido van Rossum · 27 years ago
  44. bef74b5 Add -lld option for AIX to _tkinter rules. by Guido van Rossum · 27 years ago
  45. aa6fa6b Patch by Oliver Andrich for Lunix using glibc. by Guido van Rossum · 27 years ago
  46. 97250cb Untested change to include gmp-mparam.h instead of gmp-impl.h. by Guido van Rossum · 27 years ago
  47. 1eadb41 Patch (by Andrew Kuchling of course) to prevent named back references by Guido van Rossum · 27 years ago
  48. 9afad04 Move the dbm module around and add an introductory paragraph for dbm, by Guido van Rossum · 27 years ago
  49. 79f016a Remove "Lib/test" from the default path; this is now a package! by Guido van Rossum · 27 years ago
  50. bd49ac4 The 'l' flag (locale specific matching) has been renamed to 'L'. by Guido van Rossum · 27 years ago
  51. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  52. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  53. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  54. be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and by Guido van Rossum · 27 years ago
  55. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  56. 9716aaa Jim Fulton: by Guido van Rossum · 27 years ago
  57. d48f252 Another large batch of patches from Jeff Rush for OS/2. by Guido van Rossum · 27 years ago
  58. a075ce1 Two changes by Jeff Rush (slightly tweaked): by Guido van Rossum · 27 years ago
  59. fdde96c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 by Guido van Rossum · 27 years ago
  60. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  61. 57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. by Guido van Rossum · 27 years ago
  62. e59d3f8 Small bugfixes for broken old style use of the syntax table. AMK, of course. by Guido van Rossum · 27 years ago
  63. f259a8e Yes, Virginia, Tix does have a Tix_SafeInit() function. by Guido van Rossum · 27 years ago
  64. b447d11 Understand -Xlinker option. by Guido van Rossum · 27 years ago
  65. 32c575d Left-aligned preprocessor directives and changed C++ comments to C comments. by Guido van Rossum · 27 years ago
  66. c5a0f53 Patch for QNX, by Chris Herborth. Also left-aligned preprocessor by Guido van Rossum · 27 years ago
  67. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  68. 30e817e Changed the occurrence of *shared* in the example so people won't by Guido van Rossum · 27 years ago
  69. f58575e Comment out crypt by default; it's not used very much and messes up by Guido van Rossum · 27 years ago
  70. 93be92d split_whitespace(): Make sure delimiter is stripped from the beginning by Barry Warsaw · 27 years ago
  71. f6e8316 Initialize __version__ to the correct version string regardless of by Guido van Rossum · 27 years ago
  72. f577c08 mymemreplace(), strop_replace(): Add support for optional 4th argument by Barry Warsaw · 27 years ago
  73. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  74. 8700fe6 Redone the _tkinter configuration section with support for popular packages. by Guido van Rossum · 27 years ago
  75. 7a206c8 New tkappinit supporting several popular packages. by Guido van Rossum · 27 years ago
  76. 0d2d759 PySocketSock_methods: Added "connect_ex" so the method can actually be called! by Barry Warsaw · 27 years ago
  77. 3df69bc Add support for _locale. by Guido van Rossum · 27 years ago
  78. fc4255d Add s.connect_ex() which returns errno instead of raising an exception. by Guido van Rossum · 27 years ago
  79. aec7497 Add optional support fort Tix and BLT. by Guido van Rossum · 27 years ago
  80. 220ecc8 Martin von Loewis' _locale module (locale.py follows tomorrow). by Guido van Rossum · 27 years ago
  81. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  82. 851e7d5 Got rid of the errorstr dictionary, which is redundant now that by Guido van Rossum · 27 years ago
  83. 8f3c812 Fix due to Bill Noon for problem discovered by Ken Manheimer: packing by Guido van Rossum · 27 years ago
  84. 8607ae2 Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() by Guido van Rossum · 27 years ago
  85. 7ff20ac Change the signal finialization so that it also resets the signal by Guido van Rossum · 27 years ago
  86. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  87. 873c35c Take out the setlocale() call. It affects atof() and will break by Guido van Rossum · 27 years ago
  88. 86aeb90 Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). by Guido van Rossum · 27 years ago
  89. 16cb6f4 Forgot to add .cxx and .cpp to the second case statement. by Guido van Rossum · 27 years ago
  90. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  91. f6a84db Add getintarg(), getlongarg(), getstrarg() to macros since these no by Guido van Rossum · 27 years ago
  92. cb4d303 Add proper (getattrfunc) cast in Pcre_Type. by Guido van Rossum · 27 years ago
  93. 266033e Change sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
  94. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  95. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  96. d49266e Remove requirement for strdup() since it causes so many troubles for too many by Fred Drake · 27 years ago
  97. 44c36bb Add call to setlocale(LC_ALL, ""). by Guido van Rossum · 27 years ago
  98. 1f14ccf Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. by Guido van Rossum · 27 years ago
  99. e6a4b7b timezone support for macintosh (Jack) by Guido van Rossum · 27 years ago
  100. 5bd919b Include macbuildno.h here (mac only) (Jack) by Guido van Rossum · 27 years ago