- 0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) by Georg Brandl · 18 years ago
- d480b33 backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). by Georg Brandl · 18 years ago
- 4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago
- b535b39 Typo fix. by Georg Brandl · 18 years ago
- 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
- fd13ef9 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
- 6a9c780 Document curses changes. by Walter Dörwald · 18 years ago
- 05b5c7f Backport checkin: 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
- 2230d98 Patch #1673121: update README wrt. OSX default shell. 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
- 8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 18 years ago
- 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
- 1a74b43 A test case for the defaultdict KeyError bug. (backport from rev. 54162) by Georg Brandl · 18 years ago
- 75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. 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
- 8da6f1b Patch #1672481: fix bug in idlelib.MultiCall. (backport from rev. 54156) by Georg Brandl · 18 years ago
- 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) 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
- 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
- ebfcfb0 Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 18 years ago
- d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
- 8bc8ab5 Fix typo (noticed in Raymond's r54053 commit adding NamedTuple by Andrew M. Kuchling · 18 years ago
- 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
- 366bf0d Markup fix by Andrew M. Kuchling · 18 years ago
- 5f79586 Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 18 years ago
- 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 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
- d621a6e Fixup set/dict interoperability. by Raymond Hettinger · 18 years ago
- b66d33f Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 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
- b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
- 0c2552c Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
- 6b2a1a0 Add missing \versionadded. (backport from rev. 53787) by Georg Brandl · 18 years ago
- ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 18 years ago
- d2bf6c0 Make functools.wraps() docs a bit clearer. (backport from rev. 53783) by Georg Brandl · 18 years ago
- d1a29c5 Backport 53776: Ignore directory time stamps by Martin v. Löwis · 18 years ago
- 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 18 years ago
- f7f888a Bug #1658794: Remove extraneous 'this'. by Martin v. Löwis · 18 years ago
- ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 18 years ago
- 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 18 years ago
- f5bf3b0 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 18 years ago
- 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
- d84f68b Bug #1656078: typo in in profile docs. (backport from rev. 53697) by Georg Brandl · 18 years ago
- 4b4f95d Update broken link. by Martin v. Löwis · 18 years ago
- 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 18 years ago
- b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 18 years ago
- 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
- 0bafda4 Fix docstring bug by Raymond Hettinger · 18 years ago
- fdf7bf8 Bypass set specific optimizations for set and frozenset subclasses. by Raymond Hettinger · 18 years ago
- 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
- bbe9288 Silence compiler warning by Raymond Hettinger · 18 years ago
- 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 18 years ago
- 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
- 05d59e2 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 18 years ago
- 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 18 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 · 18 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
- d13eeb7 Bug #1648191: typo in docs. (backport from rev. 53603) by Georg Brandl · 19 years ago
- 3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 19 years ago
- 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
- b17830e fix typo (extraneous ")") by Fred Drake · 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
- 564c9f5 Strengthen warning about using lock() by Andrew M. Kuchling · 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
- 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
- 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
- e69747c Update version of What's New 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
- 9d8ccf7 Add /GS- to Itanium build. by Martin v. Löwis · 19 years ago
- 9f6ce2b Add /GS- flags for AMD64. by Martin v. Löwis · 19 years ago
- 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
- d266f7a Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 19 years ago
- 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 19 years ago
- fa941b9 SF #1635217, Fix unbalanced paren by Neal Norwitz · 19 years ago
- e962300 Add a comment for some code I don't understand. Why would needsfree by Neal Norwitz · 19 years ago
- eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
- c3df1b1 Bug #1637967: missing //= operator in list. (backport from rev. 53475) by Georg Brandl · 19 years ago
- dfad614 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 19 years ago
- dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. by Thomas Heller · 19 years ago
- 225755d Merged revisions 53402 via svnmerge from by Thomas Heller · 19 years ago
- 2a98c56 Merged revisions 53466 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
- 4347c13 Blocked revisions 53361 via svnmerge by Thomas Heller · 19 years ago
- e0020e2 Blocked revisions 52388 via svnmerge by Thomas Heller · 19 years ago
- 8d6d1e1 Blocked revisions 52945,53358 via svnmerge by Thomas Heller · 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