- 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
- 209de1f Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 19 years ago
- 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
- 495df47 Fix docstring bug by Raymond Hettinger · 19 years ago
- 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
- 4da5bf6 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
- 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
- 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
- 814ef23 Handle AttributeError during calltip lookup by Kurt B. Kaiser · 19 years ago
- ca30acf [ 1621265 ] Auto-completion list placement by Kurt B. Kaiser · 19 years ago
- f30ff3b narrow exception per [ 1540849 ] except too broad by Kurt B. Kaiser · 19 years ago
- 4864b2b Updated patch (CodeContext.061217.patch) to by Kurt B. Kaiser · 19 years ago
- 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
- 5f9c6ae Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport. by Peter Astrand · 19 years ago
- dddeb0e Clean up ModifiedInterpreter.runcode() structure by Kurt B. Kaiser · 19 years ago
- ecf796e 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) by Kurt B. Kaiser · 19 years ago
- 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 19 years ago
- f540003 We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead. by Peter Astrand · 19 years ago
- 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
- f733abb Whitespace normalization. by Tim Peters · 19 years ago
- e05e6b0 Add a test for slicing an exception. by Brett Cannon · 19 years ago
- af3d627 Use the thread lock's context manager instead of a try/finally statement. by Brett Cannon · 19 years ago
- 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 19 years ago
- ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
- 9875ba4 Remove specific mention of my name and email address from modules. Not really by Brett Cannon · 19 years ago
- 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 19 years ago
- 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 19 years ago
- f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 19 years ago
- d2e2290 Patch #1507247: tarfile.py: use current umask for intermediate directories. by Lars Gustäbel · 19 years ago
- e498083 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
- 6263495 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 19 years ago
- b94c0c3 Make comment match the code by Andrew M. Kuchling · 19 years ago
- b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
- 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
- dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 19 years ago
- b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 19 years ago
- aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
- 71cd551 Port test_new.py to unittest. by Walter Dörwald · 19 years ago
- d414302 resource.RUSAGE_BOTH might not exist. by Walter Dörwald · 19 years ago
- 66262ab Add argument tests an calls of resource.getrusage(). by Walter Dörwald · 19 years ago
- 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 19 years ago
- 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
- 06a9a0c This test doesn't pass on Windows. The cause seems to be that chmod by Neal Norwitz · 19 years ago
- 7beeb2b Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode by Neal Norwitz · 19 years ago
- 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
- b3d8a06 Updated rotating file handlers to use _open(). by Vinay Sajip · 19 years ago
- 73306b0 Added WatchedFileHandler (based on SF patch #1598415) by Vinay Sajip · 19 years ago
- bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 19 years ago
- 8ef1cf3 Handle old-style instances more gracefully (display documentation on by Ka-Ping Yee · 19 years ago
- 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 19 years ago
- 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 19 years ago
- 3b8f60b Use defaults if sys.executable isn't set (e.g. on Jython). by Marc-André Lemburg · 19 years ago
- 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
- 2be9d43 Add parameter sys_version to _sys_version(). by Marc-André Lemburg · 19 years ago
- 4b86f8b Fix grammar in docstrings by Neal Norwitz · 19 years ago
- 9e0dc96 Bump version number and change copyright year. by Marc-André Lemburg · 19 years ago
- 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
- d059e7b patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. by Thomas Heller · 19 years ago
- 572104f Avoid warnings in the test suite because ctypes.wintypes cannot be by Thomas Heller · 19 years ago
- f5b5183 Correct the comments: the code is right. by Thomas Heller · 19 years ago
- 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 19 years ago
- 9fdfadb SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
- a398e2d - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
- 833e961 Fix the signature of log_error(). (A subclass that did the right thing by Guido van Rossum · 19 years ago
- fb9d787 Change the ctypes version number to "1.1.0". by Thomas Heller · 19 years ago
- 85a2192 Verify the sizes of the basic ctypes data types against the struct module. by Thomas Heller · 19 years ago
- 1211edd Added a docstring by Vinay Sajip · 19 years ago
- 825b75a Bug #1627575: Added _open() method to FileHandler which can be used to reopen files. The FileHandler instance now saves the encoding (which can be None) in an attribute called "encoding". by Vinay Sajip · 19 years ago
- 2cd79f6 Bare except clause removed from LogRecord.__init__. Now, only ValueError, TypeError and AttributeError are trapped. by Vinay Sajip · 19 years ago
- c683a87 Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is trapped. by Vinay Sajip · 19 years ago
- 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
- 1812f8c Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. by Peter Astrand · 19 years ago
- ec05a2d Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 19 years ago
- 9c3a392 [Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory by Andrew M. Kuchling · 19 years ago
- 8826804 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 19 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
- 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
- 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
- 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
- 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 19 years ago
- a186ee2 SF bug #1623890, fix argument name in docstring by Neal Norwitz · 19 years ago
- a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
- 7166232 [Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method by Andrew M. Kuchling · 19 years ago
- a7ebb33 [Part of patch #1182394] Move the HMAC blocksize to be a class-level by Andrew M. Kuchling · 19 years ago
- a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
- 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
- 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 19 years ago
- f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 19 years ago
- 4281902 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 19 years ago
- ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 19 years ago
- 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 19 years ago
- 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 19 years ago
- dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 19 years ago
- b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 19 years ago
- eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 19 years ago
- ded1c4d Testcase for patch #1484695. by Georg Brandl · 19 years ago
- 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
- ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 19 years ago
- 29ff461 [Patch #1587139 by kxroberto] Protect lock acquisition/release with by Andrew M. Kuchling · 19 years ago
- c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 19 years ago