1. 6446212 Time machine experiment. Use '__name__' as the special key (always by Barry Warsaw · 26 years ago
  2. 4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). by Guido van Rossum · 26 years ago
  3. 4ff6d27 Quote/unquote slashes in macintosh pathname components (Jack Jansen). by Guido van Rossum · 26 years ago
  4. de23cb0 Bug in how an except statement was written (submitted by Piers himself). by Guido van Rossum · 26 years ago
  5. da4d6da Support case insensitive treatment of os.environ keys on Windows and by Guido van Rossum · 26 years ago
  6. fcfb632 Latest version by The Dragon, who writes: by Guido van Rossum · 26 years ago
  7. 84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed by Guido van Rossum · 26 years ago
  8. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  9. 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago
  10. 187f154 Introducing randrange([start,] stop [,step]) -- same as by Guido van Rossum · 26 years ago
  11. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  12. ec8c8c2 fix __str__ method of EnvironmentError (base class of IOError): was by Jeremy Hylton · 26 years ago
  13. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  14. 4def7de Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  15. 2dfe4de Added support for including the filename in IOErrors and OSErrors that by Barry Warsaw · 26 years ago
  16. 810a339 Speed up the implementation of quote(). by Guido van Rossum · 26 years ago
  17. 1f00eed Feature added by Harri Pasanen (at my suggestion): .py suffix on by Guido van Rossum · 26 years ago
  18. 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
  19. 136a112 Untabified. by Guido van Rossum · 26 years ago
  20. f60e8e8 Update the documentation. Get rid of the section "how it works" by Guido van Rossum · 26 years ago
  21. b5699c7 Added support for specifying a filename for a breakpoint, roughly by Guido van Rossum · 26 years ago
  22. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  23. 0aec9fb Add missing initializer for self._backupfilename. Due to Ralph Butler. by Guido van Rossum · 26 years ago
  24. 3a8d1f5 Modest speed improvement to escape() by Piet van Oostrum. by Guido van Rossum · 26 years ago
  25. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  26. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  27. 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
  28. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  29. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  30. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  31. 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
  32. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  33. 69a79bc Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) by Guido van Rossum · 26 years ago
  34. eeb6428 (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) by Guido van Rossum · 26 years ago
  35. b84ef9b Put back the call to report_unbalanced() that was lost when by Guido van Rossum · 26 years ago
  36. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  37. 9f2b524 The permissions ('mode' flag) should default to 0666. by Guido van Rossum · 26 years ago
  38. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  39. 6bbd1d0 According to Robin Dunn, at least one FTP server returns 200 instead by Guido van Rossum · 26 years ago
  40. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  41. bfa3f6b Several changes: by Barry Warsaw · 26 years ago
  42. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  43. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  44. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  45. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  46. 9f5c36f Support loading of packages. (I had this coded up for a while but by Guido van Rossum · 26 years ago
  47. be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
  48. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  49. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  50. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  51. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  52. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  53. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  54. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  55. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  56. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  57. b1f0812 Piers' latest version, labeled 2.11. This time he integrated my by Guido van Rossum · 26 years ago
  58. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  59. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  60. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  61. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  62. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  63. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  64. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago
  65. eda960a Piers' latest version -- authentication added by Donn Cave. by Guido van Rossum · 26 years ago
  66. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  67. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  68. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  69. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  70. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  71. c3da02e Don't catch interrupts in getpass() -- the finally clause will reset by Guido van Rossum · 26 years ago
  72. ae9ee73 Use the getpass module instead of having platform-specific echo on/off by Guido van Rossum · 26 years ago
  73. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  74. 08636f0 Now that test_MimeWriter is untabified, do the same here! by Guido van Rossum · 26 years ago
  75. cff311a Be more careful than the previous patch. The default content-type by Guido van Rossum · 26 years ago
  76. e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
  77. c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
  78. 1f40cd6 Add the __doc__ string from the original module on copy_none(). by Guido van Rossum · 26 years ago
  79. dd47ec9 Default content-type to application/x-www-form-urlencoded at the top by Guido van Rossum · 26 years ago
  80. e614fb1 Changed runs of 8 spaces to tab -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  81. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  82. 5a43e1a Get rid of tabnanny's last complaints. by Guido van Rossum · 26 years ago
  83. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  84. fe02efd getint() now raises ValueError, not TclError, on errors. by Guido van Rossum · 26 years ago
  85. 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 26 years ago
  86. d659693 Improve the self-test code a bit: read a host from sys.argv[1] if set, by Guido van Rossum · 26 years ago
  87. cc20b76 Add comments explaining thread unsafety of this code. by Guido van Rossum · 26 years ago
  88. d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 26 years ago
  89. b39e461 Two places where _time() should be used said time.time(), which by Guido van Rossum · 26 years ago
  90. 6884af7 Piers Lauders' latest version, with some of my own changes reapplied. by Guido van Rossum · 26 years ago
  91. 1ad0071 Patch by Lars Marius Garshol: by Guido van Rossum · 26 years ago
  92. 2b9d029 add handler for JPython's org.python.core.PyStringMap object, which by Jeremy Hylton · 26 years ago
  93. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 26 years ago
  94. 7462942 Added some tests to make sure that long->int conversions near by Guido van Rossum · 26 years ago
  95. 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
  96. e9387ea introduce a new platform-specific variable: os.linesep is the by Guido van Rossum · 26 years ago
  97. 26fd982 Change the last 4-space indent into a 1-tab indent. by Guido van Rossum · 26 years ago
  98. 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 26 years ago
  99. c913206 knownfiles: Add the default installation dirs for Apache by Fred Drake · 26 years ago
  100. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago