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