- 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago
- 62e5804 [Backport of r52452] by Martin v. Löwis · 19 years ago
- ee23f4b Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 19 years ago
- 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 19 years ago
- dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 19 years ago
- 58bf57f Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 19 years ago
- dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 19 years ago
- 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 19 years ago
- fcf6696 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 19 years ago
- f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 19 years ago
- 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
- 0037300 [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 19 years ago
- 115930d Backport of r52236 by Ronald Oussoren · 19 years ago
- beb82a3 Backport of r52233 by Ronald Oussoren · 19 years ago
- f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
- a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 19 years ago
- 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 19 years ago
- 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 19 years ago
- 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
- a027bac decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 19 years ago
- 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 19 years ago
- 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
- 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
- 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 19 years ago
- 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 19 years ago
- af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
- bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 19 years ago
- c57221e Backport rev. 51972: by Georg Brandl · 19 years ago
- edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
- a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 19 years ago
- 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 19 years ago
- 187e648 backport of r51950 by Jack Diederich · 19 years ago
- c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 19 years ago
- 2d8697f Preparing for 2.5 final. by Anthony Baxter · 19 years ago
- 2d4183c preparing for 2.5c2 by Anthony Baxter · 19 years ago
- 48829ba As mentioned on python-dev, reverting patch #1504333 because it introduced by Neal Norwitz · 19 years ago
- 5728c27 Backport rev 51820 from Thomas Heller by Neal Norwitz · 19 years ago
- 71e2aa0 Backport rev 51819 from Thomas Heller by Neal Norwitz · 19 years ago
- 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 19 years ago
- 62f19e4 Backport inspect.py fix from rev 51803 by Nick Coghlan · 19 years ago
- 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
- d83e799 No, the problem was actually because buildbot uses a StringIO in by Gustavo Niemeyer · 19 years ago
- d1b1b8c Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 19 years ago
- 4dc0952 Fix missing import of the types module in logging.config. by Georg Brandl · 19 years ago
- ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 19 years ago
- f3ce2ab Revert 51759 because it broke all the buildbots by Neal Norwitz · 19 years ago
- 63d675c Backporting fix for bug #1531862, committed in 51758, into 2.5, by Gustavo Niemeyer · 19 years ago
- 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 19 years ago
- 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
- 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 19 years ago
- 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 19 years ago
- 8dc71f2 This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 19 years ago
- d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 19 years ago
- 8bd1c0d Backport docos by Neal Norwitz · 19 years ago
- 665a3ae Backport doco by Neal Norwitz · 19 years ago
- c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 19 years ago
- 19c35bb - Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 19 years ago
- 7443b80 Backport 51432: by Neal Norwitz · 19 years ago
- db232dc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago
- 2c3a256 Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 19 years ago
- 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 19 years ago
- 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 19 years ago
- dc075b9 SF#1534630 by Fredrik Lundh · 19 years ago
- b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 19 years ago
- b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 19 years ago
- 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 19 years ago
- f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 19 years ago
- b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 19 years ago
- d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 19 years ago
- b409666 preparing for 2.5c1 by Anthony Baxter · 19 years ago
- 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 19 years ago
- 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 19 years ago
- 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 19 years ago
- b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 19 years ago
- c02c1c8 Whitespace normalization. by Tim Peters · 19 years ago
- d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 19 years ago
- 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 19 years ago
- 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 19 years ago
- 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
- 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 19 years ago
- 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 19 years ago
- 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
- 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 19 years ago
- 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 19 years ago
- 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
- f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 19 years ago
- 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 19 years ago
- 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 19 years ago
- 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 19 years ago
- 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
- 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 19 years ago
- 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 19 years ago
- 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 19 years ago
- 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 19 years ago
- b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 19 years ago
- 0d9ca9f Whitespace normalization. by Tim Peters · 19 years ago
- 4643c2f Followup to bug #1069160. by Tim Peters · 19 years ago
- 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
- cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 19 years ago
- b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 19 years ago