1. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  2. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  3. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  4. f0a275d Richard Wolff's changes: by Guido van Rossum · 26 years ago
  5. 2424f85 Richard Wolff's changes: by Guido van Rossum · 26 years ago
  6. d93643f Richard Wolff's changes: by Guido van Rossum · 26 years ago
  7. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  8. a063303 Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned by Guido van Rossum · 26 years ago
  9. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  10. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  11. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  12. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  13. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  14. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  15. 5fdf852 Patch by Chris Herborth (posted to comp.lang.python)to make it behave by Guido van Rossum · 26 years ago
  16. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  17. 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
  18. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  19. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  20. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  21. e03c050 The usual. by Guido van Rossum · 26 years ago
  22. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
  23. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  24. be21d98 Use repr() on the filename in EnvironmentError.__str__(). This by Guido van Rossum · 26 years ago
  25. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  26. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 26 years ago
  27. 3da987c Checking in BeOS specific socket module. by Guido van Rossum · 26 years ago
  28. 2b427c7 Nannified. by Guido van Rossum · 26 years ago
  29. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  30. cc221c4 Fixed a few lines that tabnanny complained about (one space before the tabs). by Guido van Rossum · 26 years ago
  31. 2880f6e Untabified and deleted trailing blank lines. by Guido van Rossum · 26 years ago
  32. 449fdf1 The doc string for setDaemon() disagreed with the implementation. The by Guido van Rossum · 26 years ago
  33. d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on by Guido van Rossum · 26 years ago
  34. 2c2f731 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
  35. 1015be3 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
  36. 5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> by Guido van Rossum · 26 years ago
  37. 6446212 Time machine experiment. Use '__name__' as the special key (always by Barry Warsaw · 26 years ago
  38. 4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). by Guido van Rossum · 26 years ago
  39. 4ff6d27 Quote/unquote slashes in macintosh pathname components (Jack Jansen). by Guido van Rossum · 26 years ago
  40. de23cb0 Bug in how an except statement was written (submitted by Piers himself). by Guido van Rossum · 26 years ago
  41. da4d6da Support case insensitive treatment of os.environ keys on Windows and by Guido van Rossum · 26 years ago
  42. fcfb632 Latest version by The Dragon, who writes: by Guido van Rossum · 26 years ago
  43. 84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed by Guido van Rossum · 26 years ago
  44. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  45. 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago
  46. 187f154 Introducing randrange([start,] stop [,step]) -- same as by Guido van Rossum · 26 years ago
  47. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  48. ec8c8c2 fix __str__ method of EnvironmentError (base class of IOError): was by Jeremy Hylton · 26 years ago
  49. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  50. 4def7de Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  51. 2dfe4de Added support for including the filename in IOErrors and OSErrors that by Barry Warsaw · 26 years ago
  52. 810a339 Speed up the implementation of quote(). by Guido van Rossum · 26 years ago
  53. 1f00eed Feature added by Harri Pasanen (at my suggestion): .py suffix on by Guido van Rossum · 26 years ago
  54. 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
  55. 136a112 Untabified. by Guido van Rossum · 26 years ago
  56. f60e8e8 Update the documentation. Get rid of the section "how it works" by Guido van Rossum · 26 years ago
  57. b5699c7 Added support for specifying a filename for a breakpoint, roughly by Guido van Rossum · 26 years ago
  58. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  59. 0aec9fb Add missing initializer for self._backupfilename. Due to Ralph Butler. by Guido van Rossum · 26 years ago
  60. 3a8d1f5 Modest speed improvement to escape() by Piet van Oostrum. by Guido van Rossum · 26 years ago
  61. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  62. bd9f093 Measure performance of sub(), split(), findall(). by Guido van Rossum · 26 years ago
  63. 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
  64. c364cf8 Added tests for findall(). by Guido van Rossum · 26 years ago
  65. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  66. affd77f Add tests for list self-assigns. (Sorry, this should have been here by Guido van Rossum · 26 years ago
  67. 93d1fe1 From: Nicolas CHAUVAT <nico@caesium.fr> by Guido van Rossum · 26 years ago
  68. 182c590 Tk.__init__(): In computing baseName, add ".pyo" to list of dropped by Fred Drake · 26 years ago
  69. 69a79bc Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) by Guido van Rossum · 26 years ago
  70. eeb6428 (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) by Guido van Rossum · 26 years ago
  71. b84ef9b Put back the call to report_unbalanced() that was lost when by Guido van Rossum · 26 years ago
  72. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  73. 9f2b524 The permissions ('mode' flag) should default to 0666. by Guido van Rossum · 26 years ago
  74. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  75. 6bbd1d0 According to Robin Dunn, at least one FTP server returns 200 instead by Guido van Rossum · 26 years ago
  76. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  77. bfa3f6b Several changes: by Barry Warsaw · 26 years ago
  78. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  79. bf0db03 Add pop method. by Guido van Rossum · 26 years ago
  80. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  81. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  82. 9f5c36f Support loading of packages. (I had this coded up for a while but by Guido van Rossum · 26 years ago
  83. be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
  84. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  85. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  86. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  87. c94f16f Oops! Of course, Tim is right -- when the item is not a hex number, by Guido van Rossum · 26 years ago
  88. 52e86ad Speed-up unquote(), inspired by post from Daniel Walton. by Guido van Rossum · 26 years ago
  89. 1cd4d52 Remove RCS and #! cruft at top. by Guido van Rossum · 26 years ago
  90. 88b63b8 Allow binding a Tcl command (given as a string) as well as a Python function. by Guido van Rossum · 26 years ago
  91. 0185283 Treat "HEAD" same as "GET", so that CGI scripts won't fail. by Guido van Rossum · 26 years ago
  92. 2349015 Rewrite the (test) main program so that when used as a script, it can by Guido van Rossum · 26 years ago
  93. b1f0812 Piers' latest version, labeled 2.11. This time he integrated my by Guido van Rossum · 26 years ago
  94. 95e6f70 Eric Raymond added support for ESMTP protocol and corrected some typos by Guido van Rossum · 26 years ago
  95. a93b848 Subsume the interact() function in a class. This should make it by Guido van Rossum · 26 years ago
  96. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  97. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  98. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  99. cef4c84 Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. by Guido van Rossum · 26 years ago
  100. 268824e Different trick to get the _test() window to pop up. by Guido van Rossum · 26 years ago