| Commit message (Expand) | Author | Age | Files | Lines |
| * | As mentioned on python-dev, reverting patch #1504333 because it introduced | Neal Norwitz | 2006-09-11 | 2 | -15/+225 |
|
|
| * | Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. | Brett Cannon | 2006-09-09 | 2 | -2/+10 |
|
|
| * | Backport inspect.py fix from rev 51803 | Nick Coghlan | 2006-09-08 | 1 | -0/+11 |
|
|
| * | Backport from trunk r51737: | Hye-Shik Chang | 2006-09-07 | 2 | -0/+8 |
|
|
| * | No, the problem was actually because buildbot uses a StringIO in | Gustavo Niemeyer | 2006-09-06 | 1 | -6/+0 |
|
|
| * | Fixed bug #1531862: Do not close standard file descriptors in subprocess. | Gustavo Niemeyer | 2006-09-06 | 1 | -0/+12 |
|
|
| * | Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. | Georg Brandl | 2006-09-06 | 1 | -26/+13 |
|
|
| * | Revert 51759 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 1 | -42/+0 |
|
|
| * | Backporting fix for bug #1531862, committed in 51758, into 2.5, | Gustavo Niemeyer | 2006-09-06 | 1 | -0/+42 |
|
|
| * | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -0/+4 |
|
|
| * | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | Neal Norwitz | 2006-09-05 | 2 | -2/+2 |
|
|
| * | Backport fix for SF bug #1550714, itertools.tee raises SystemError | Neal Norwitz | 2006-09-05 | 1 | -0/+1 |
|
|
| * | Fix str.rpartition(sep) when sep is not found in str. | Neal Norwitz | 2006-09-05 | 1 | -1/+1 |
|
|
| * | Fix SF bug #1546288, crash in dict_equal | Neal Norwitz | 2006-09-05 | 1 | -1/+9 |
|
|
| * | Backport of decimal module context management updates from rev 51694 to 2.5 r... | Nick Coghlan | 2006-09-03 | 2 | -26/+28 |
|
|
| * | - Patch #1541585: fix buffer overrun when performing repr() on | Neal Norwitz | 2006-08-21 | 1 | -0/+4 |
|
|
| * | Backport 51432: | Neal Norwitz | 2006-08-21 | 1 | -0/+21 |
|
|
| * | Patch #1542948: fix urllib2 header casing issue. With new test. | Georg Brandl | 2006-08-20 | 1 | -7/+70 |
|
|
| * | Bug #1541863: uuid.uuid1 failed to generate unique identifiers | Martin v. Löwis | 2006-08-18 | 1 | -1/+1 |
|
|
| * | Fix a bug in the ``compiler`` package that caused invalid code to be | Neil Schemenauer | 2006-08-16 | 1 | -0/+7 |
|
|
| * | SF#1534630 | Fredrik Lundh | 2006-08-16 | 1 | -0/+11 |
|
|
| * | Update code and tests to support the 'bytes_le' attribute (for | Ka-Ping Yee | 2006-08-16 | 1 | -36/+61 |
|
|
| * | Subclasses of int/long are allowed to define an __index__. | Neal Norwitz | 2006-08-15 | 1 | -8/+9 |
|
|
| * | Fix the test for SocketServer so it should pass on cygwin and not fail | Neal Norwitz | 2006-08-15 | 1 | -0/+9 |
|
|
| * | Whitespace normalization. | Tim Peters | 2006-08-15 | 1 | -2/+2 |
|
|
| * | Add an additional test: BZ2File write methods should raise IOError | Georg Brandl | 2006-08-14 | 1 | -0/+9 |
|
|
| * | Patch #1535500: fix segfault in BZ2File.writelines and make sure it | Georg Brandl | 2006-08-14 | 1 | -0/+2 |
|
|
| * | Make tabnanny recognize IndentationErrors raised by tokenize. | Georg Brandl | 2006-08-14 | 2 | -0/+12 |
|
|
| * | Slightly revised version of patch #1538956: | Marc-André Lemburg | 2006-08-14 | 1 | -0/+1 |
|
|
| * | Fix segfault when doing string formatting on subclasses of long if | Neal Norwitz | 2006-08-13 | 1 | -0/+8 |
|
|
| * | Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots | Neal Norwitz | 2006-08-12 | 1 | -2/+9 |
|
|
| * | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -48/+126 |
|
|
| * | Repair logging test spew caused by rev. 51206. | Georg Brandl | 2006-08-12 | 1 | -2/+2 |
|
|
| * | Ah, fudge. One of the prints here actually "shouldn't be" | Tim Peters | 2006-08-12 | 1 | -2/+1 |
|
|
| * | test_signal: Signal handling on the Tru64 buildbot | Tim Peters | 2006-08-12 | 2 | -65/+85 |
|
|
| * | Whoops, how did that get in there. :-) Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 | 1 | -7/+0 |
|
|
| * | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 1 | -0/+7 |
|
|
| * | Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). | Neal Norwitz | 2006-08-11 | 1 | -5/+8 |
|
|
| * | force_test_exit(): This has been completely ineffective | Tim Peters | 2006-08-11 | 1 | -1/+5 |
|
|
| * | test_PyThreadState_SetAsyncExc(): This is failing on some | Tim Peters | 2006-08-11 | 1 | -3/+4 |
|
|
| * | Whitespace normalization broke test_cgi, because a line | Tim Peters | 2006-08-10 | 1 | -2/+2 |
|
|
| * | Whitespace normalization. | Tim Peters | 2006-08-10 | 1 | -1/+1 |
|
|
| * | Followup to bug #1069160. | Tim Peters | 2006-08-10 | 1 | -0/+69 |
|
|
| * | Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. | Guido van Rossum | 2006-08-10 | 2 | -0/+71 |
|
|
| * | test_copytree_simple(): This was leaving behind two new temp | Tim Peters | 2006-08-10 | 1 | -16/+36 |
|
|
| * | Concatenation on a long string breaks (SF #1526585). | Armin Rigo | 2006-08-09 | 3 | -2/+69 |
|
|
| * | Fix and test for an infinite C recursion. | Armin Rigo | 2006-08-09 | 1 | -0/+4 |
|
|
| * | __hash__ may now return long int; the final hash | Martin v. Löwis | 2006-08-09 | 1 | -0/+9 |
|
|
| * | Whitespace normalization. | Tim Peters | 2006-08-09 | 1 | -1/+1 |
|
|
| * | Remove accidently committed, duplicated test. | Thomas Heller | 2006-08-08 | 1 | -2/+0 |
|
|