2007-03-06 |
Georg Brandl | Fix another reincarnation of bug #1576657 in defaultdict. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Bug #1674503: close the file opened by execfile() in... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1672481: fix bug in idlelib.MultiCall. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the fix in #1674228. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1671450: add a section about subclassing builtin... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Georg Brandl | Patch #1674228: when assigning a slice (old-style)... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Georg Brandl | Fix a bug in test_dict and test_userdict, found at... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Georg Brandl | Bugs #1668032, #1668036, #1669304: clarify behavior... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Raymond Hettinger | Fix constantification of None. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Andrew M. Kuchling | Fix typo (noticed in Raymond's r54053 commit adding... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Neal Norwitz | Fix SF bug #1669182. Handle string exceptions even... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Georg Brandl | Backport from Py3k branch: fix refleak in PyString_Format. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Thomas Wouters | Backported r51621 from p3yk: |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Neal Norwitz | Backport 53901 and 53902 to prevent crash when there... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Fixup set/dict interoperability. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Provide an example of defaultdict with non-zero constan... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Extend work on revision 52962: Eliminate redundant... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Martin v. Löwis | Revert r53672. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Martin v. Löwis | Revert r53672, just fix signature of time_isoformat... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Vinay Sajip | Minor fix for currentframe (SF #1652788). |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Add missing \versionadded. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Patch #1494140: Add documentation for the new struct... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Make functools.wraps() docs a bit clearer. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Martin v. Löwis | Backport 53776: Ignore directory time stamps |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #1657276: Make NETLINK_DNRTMSG conditional. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Bug #1658794: Remove extraneous 'this'. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #685268: Consider a package's __path__ in imputil. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Martin v. Löwis | Patch 1463026: Support default namespace in XMLGenerator. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Lars Gustäbel | Bug #1656581: Point out that external file objects... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Skip Montanaro | backport: fix trace.py --ignore-dir |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Georg Brandl | Bug #1656078: typo in in profile docs. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Martin v. Löwis | Update broken link. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Martin v. Löwis | Bug #1600860: Search for shared python library in LIBDI... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Martin v. Löwis | Bug #1653736: Properly discard third argument to slot_n... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Martin v. Löwis | Bug #1653736: Complain about keyword arguments to time... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Raymond Hettinger | Fix docstring bug |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Raymond Hettinger | Bypass set specific optimizations for set and frozenset... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | Do not let overflows in enumerate() and count() pass... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | Bug #1575169: operator.isSequenceType() now returns... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | Check for a common user error with defaultdict(). |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | SF: 1397711 Set docs conflated immutable and hashable |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Raymond Hettinger | SF #1615701: make d.update(m) honor __getitem__()... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Astrand | Applied patch 1124861.3.patch to solve bug #1124861... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Raymond Hettinger | Bug #1648179: set.update() not recognizing __iter__... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Georg Brandl | [Patch #783050 from Patrick Lynch] The emulation of... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Georg Brandl | Bug #1648191: typo in docs. |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Georg Brandl | Bug #1645944: os.access now returns bool but docstring... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Georg Brandl | Patch #1638243: the compiler package is now able to... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Fred Drake | fix typo (extraneous ")") |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Brett Cannon | Backport fix for bug #1643943. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Thomas Heller | Merged revisions 53556 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Andrew M. Kuchling | Strengthen warning about using lock() |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Brett Cannon | Clarify bug #1377858 entry. |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Brett Cannon | If you created a weakref in an object's __del__ method... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Martin v. Löwis | Make PyTraceBack_Here use the current thread, not the |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Thomas Wouters | Backport trunk revision 53527: |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Georg Brandl | Bug #1627316: handle error in condition/ignore pdb... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Georg Brandl | Bug #1249573: fix rfc822.parsedate not accepting a... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Andrew M. Kuchling | [Bug #1633678] Improve pattern used for mbox 'From... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Andrew M. Kuchling | Make comment match the code |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Andrew M. Kuchling | [Bug #1552726] Avoid unnecessary polling at the interpr... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Andrew M. Kuchling | Update version of What's New |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Peter Astrand | Avoid O(N**2) bottleneck in _communicate_(). Fixes... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Georg Brandl | Patch #1627441: close sockets properly in urllib2. |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Georg Brandl | Bug #1486663: don't reject keyword arguments for subcla... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Martin v. Löwis | Add /GS- to Itanium build. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Martin v. Löwis | Add /GS- flags for AMD64. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Raymond Hettinger | SF# 1635892: Fix docs for betavariate's input parameters . |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Martin v. Löwis | Add UUIDs for 2.5.1 and 2.5.2 |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Martin v. Löwis | Prefix AST symbols with _Py_. Fixes #1637022. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Neal Norwitz | SF #1635217, Fix unbalanced paren |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Neal Norwitz | Add a comment for some code I don't understand. Why... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Georg Brandl | Bug #1629125: fix wrong data type (int -> Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Georg Brandl | Bug #1637967: missing //= operator in list. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Andrew M. Kuchling | [Part of bug #1599254] Add suggestion to Mailbox docs... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Bug #1610795: ctypes.util.find_library works now on... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Merged revisions 53402 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Merged revisions 53466 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Peter Astrand | Fix for bug #1634343: allow specifying empty arguments... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 53361 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 52388 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 52945,53358 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Raymond Hettinger | SF #1486663 -- Allow keyword args in subclasses of... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Matthias Klose | - idle: Honor the "Cancel" action in the save dialog... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Matthias Klose | - Make the documentation match the code and the docstring |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Thomas Heller | Must update the version number on the extension module... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Thomas Heller | Change the ctypes version number to "1.0.2". |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Thomas Heller | Merged revisions 53316 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Raymond Hettinger | Fix zero-length corner case for iterating over a mutati... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Backported changes from trunk: |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Backported change from trunk: |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Added relativeCreated to Formatter doc (has been in... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Astrand | Re-implemented fix for #1531862 once again, in a way... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Anthony Baxter | update to (c) years to include 2007 |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Revisions 52418,52841,52855 have already been merged. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Blocked revisions 52945 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Mark changes already backported as merged, so "svnmerge... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
next |