- 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) by Georg Brandl · 18 years ago
- 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
- 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
- d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
- 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
- 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
- 497380f Revert r53672. by Martin v. Löwis · 18 years ago
- 0c2552c Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
- ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 19 years ago
- 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 19 years ago
- 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 19 years ago
- 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
- 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
- 0bafda4 Fix docstring bug by Raymond Hettinger · 19 years ago
- 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
- 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
- 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
- 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
- 39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. by Peter Astrand · 19 years ago
- cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 19 years ago
- 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
- 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 19 years ago
- 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 19 years ago
- 1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
- 742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 19 years ago
- f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
- a0a133b Make comment match the code by Andrew M. Kuchling · 19 years ago
- bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 19 years ago
- 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
- 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
- 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
- 225755d Merged revisions 53402 via svnmerge from by Thomas Heller · 19 years ago
- 29794ec Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
- 535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
- 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
- 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 19 years ago
- 346085e Merged revisions 53316 via svnmerge from by Thomas Heller · 19 years ago
- 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
- f96725a Backported changes from trunk: by Vinay Sajip · 19 years ago
- 9770611 Backported change from trunk: by Vinay Sajip · 19 years ago
- 6cdc346 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
- 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 19 years ago
- 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
- bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
- ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
- 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 19 years ago
- 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 19 years ago
- e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 19 years ago
- f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
- 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
- aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
- 60775f2 [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
- bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 19 years ago
- 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
- df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 19 years ago
- 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
- a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 19 years ago
- 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 19 years ago
- 9e2423a Move errno imports back to individual functions. (backport from rev. 52996) by Georg Brandl · 19 years ago
- 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 19 years ago
- db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 19 years ago
- 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 19 years ago
- 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
- fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
- 1c305db Fix nit in comment. by Raymond Hettinger · 19 years ago
- 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 19 years ago
- 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 19 years ago
- 9ff1d39 Backport checkin: by Walter Dörwald · 19 years ago
- 88b5d2b Oops, convert tabs to spaces by Neal Norwitz · 19 years ago
- 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 19 years ago
- bb4e6dc Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 19 years ago
- 90e23c4 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
- 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 19 years ago
- e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 19 years ago
- ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 19 years ago
- 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 19 years ago
- dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 19 years ago
- 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 19 years ago
- 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 19 years ago
- 511350b Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 19 years ago
- 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 19 years ago
- bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 19 years ago
- d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 19 years ago
- 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 19 years ago
- a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 19 years ago
- a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 19 years ago
- 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 19 years ago
- 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
- 6dc3998 Bug #1586773: extend hashlib docstring. (backport from rev. 52532) by Georg Brandl · 19 years ago
- f96b162 I thought I had already fixed this error in the test. by Georg Brandl · 19 years ago
- c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
- b8205a1 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
- 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 19 years ago
- 0d3de76 Bug #1357915: allow all sequence types for shell arguments in by Georg Brandl · 19 years ago
- 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
- 2f0940b Backport 52504: by Neal Norwitz · 19 years ago
- a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
- ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
- 7d1d540 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 19 years ago
- 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago