2007-03-23 |
Martin v. Löwis | Patch #1686451: Fix return type for PySequence_{Count... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Thomas Heller | Explain the purpose of the b_needsfree flag. This... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Thomas Heller | Back out "Patch #1643874: memory leak in ctypes fixed." |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Georg Brandl | Bug #1685704: use -m switch in timeit docs. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Žiga Seilnacht | Bug #1675967: re patterns pickled with older Python... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Raymond Hettinger | Test and fix fromkeys optional argument. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Andrew M. Kuchling | Add NEWS entry for old item |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Georg Brandl | Bug #1684254: webbrowser now uses shlex to split any... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Georg Brandl | Patch #1684834: document some utility C API functions. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Georg Brandl | Patch #1682205: a TypeError while unpacking an iterable... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Raymond Hettinger | Extend work on rev 52962 and 53830 eliminating redundan... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Raymond Hettinger | Add new example |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Georg Brandl | Backport docs for recv_into and recvfrom_into. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Gregory P.... | move note to the correct section |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Georg Brandl | RFE #1670167: fix in isinstance() docs. |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Collin Winter | Patch #1642547: Fix an error/crash when encountering... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Žiga Seilnacht | Patch #1462488: prevent a segfault in object_reduce_ex... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Georg Brandl | Also commit the patch ;) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Georg Brandl | Patch #1681153: the wave module now closes a file objec... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Georg Brandl | Patch #1680978: consistently use "alive" instead of... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Martin v. Löwis | Patch #1559413: Fix test_cmd_line if sys.executable... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Barry Warsaw | Document fixed bugs |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Žiga Seilnacht | Patch #1680015: Don't modify __slots__ tuple if it... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Georg Brandl | Bug #767111: fix long-standing bug in urllib which... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Gregory P.... | doc update from HEAD. don't list "Unix, Windows" as... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Gregory P.... | doc update from HEAD |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Barry Warsaw | SF bug #1582282; decode_header() incorrectly splits... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Collin Winter | Inline PyImport_GetModulesReloading(). Backport from... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1194449: correctly detect unbound methods in... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Bug #1622896: fix a rare corner case where the bz2... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Martin v. Löwis | Patch #1449244: Support Unicode strings in |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1569798: fix a bug in distutils when building... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1542681: add entries for "with", "as" and "CONTE... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Georg Brandl | Patch #1679379: add documentation for fnmatch.translate(). |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Bug #742342: make Python stop segfaulting on infinitely... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Martin v. Löwis | Bug #1675511: Use -Kpic instead of -xcode=pic32 on... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Barry Warsaw | Tokio Kikuchi's fix for SF bug #1629369; folding whites... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Collin Winter | Patch #1678662: ftp.python.org does not exist. So the... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vinay Sajip | Fix resource leak reported in SF #1516995. |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Collin Winter | Patch #1192590: Fix pdb's "ignore" and "condition"... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Žiga Seilnacht | Patch #1675981: remove unreachable code from type.__new... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Georg Brandl | Add missing "return" statements in exception handler. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Convert an assert to a raise so it works even in the... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Georg Brandl | Revert rev. 54198, it's not really backwards compatible. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Collin Winter | Bug #1531963: Make SocketServer.TCPServer's server_addr... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Thomas Heller | Merged revisions 54248 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Thomas Heller | Merged revisions 54244 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Neal Norwitz | Fix SF #1676971, Complex OverflowError has a typo |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Brett Cannon | Manual backport of r54233. This will help prevent... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Raymond Hettinger | SF #1637850: make_table in difflib did not work with... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Collin Winter | Backported r54226 from p3yk: Move test_unittest, test_d... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Raymond Hettinger | SF 1676321: empty() returned wrong result |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Georg Brandl | Add a NEWS entry for rev. 54207,8. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Georg Brandl | Fix #1676656: \em is different from \emph... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Backport skipping fromtimestamp(negative value) tests... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | backport rev. 54207: add a few sanity checks in unittes... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #1669331: clarify shutil.copyfileobj() behavior... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #1001604: glob.glob() now returns unicode filenam... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #812285: allow multiple auth schemes in AbstractB... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Document curses changes. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1654417: make operator.{get,set,del}slice use... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1673121: update README wrt. OSX default shell. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1638879: don't accept strings with embedded... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1602128: clarify that richcmp methods can return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1646728: datetime.fromtimestamp fails with negative |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the defaultdict KeyError bug. |
commit | commitdiff | tree | snapshot |
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 |
next |