- afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
- 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
- 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
- d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) by Georg Brandl · 18 years ago
- 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
- 6a9c780 Document curses changes. by Walter Dörwald · 18 years ago
- 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
- ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
- 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
- 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
- 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
- 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
- d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
- 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
- a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
- b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
- ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
- 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 19 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
- b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. 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
- 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
- 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
- 21191f4 Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 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
- 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 19 years ago
- ba2ec05 Clarify bug #1377858 entry. 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
- 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 19 years ago
- e471317 Backport trunk revision 53527: by Thomas Wouters · 19 years ago
- b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used 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
- 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 19 years ago
- eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
- dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. by Thomas Heller · 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
- 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
- 7770f9f Backport: by Neal Norwitz · 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
- 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
- fcb7513 Add NEWS item by Andrew M. Kuchling · 19 years ago
- e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 19 years ago
- f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
- 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 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
- 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 19 years ago
- 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 19 years ago
- 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 19 years ago
- 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 19 years ago
- 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 19 years ago
- 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 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
- 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
- c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
- 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ 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
- a35f8e0 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 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
- 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 19 years ago
- 62e5804 [Backport of r52452] by Martin v. Löwis · 19 years ago
- 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 19 years ago
- 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 19 years ago
- dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 19 years ago