| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Patch #1569798: fix a bug in distutils when building Python from a | Georg Brandl | 2007-03-13 | 2 | -2/+5 |
|
|
| | * | Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to | Georg Brandl | 2007-03-13 | 2 | -0/+6 |
|
|
| | * | Patch #1679379: add documentation for fnmatch.translate(). | Georg Brandl | 2007-03-13 | 2 | -0/+33 |
|
|
| | * | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 7 | -2/+64 |
|
|
| | * | Typo fix. | Georg Brandl | 2007-03-12 | 1 | -1/+1 |
|
|
| | * | Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. | Martin v. Löwis | 2007-03-12 | 3 | -7/+13 |
|
|
| | * | Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the | Barry Warsaw | 2007-03-12 | 3 | -4/+17 |
|
|
| | * | Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m... | Collin Winter | 2007-03-12 | 1 | -1/+1 |
|
|
| | * | Fix resource leak reported in SF #1516995. | Vinay Sajip | 2007-03-11 | 1 | -0/+2 |
|
|
| | * | Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ... | Collin Winter | 2007-03-11 | 2 | -2/+13 |
|
|
| | * | Patch #1675981: remove unreachable code from type.__new__() method. | Žiga Seilnacht | 2007-03-11 | 2 | -7/+7 |
|
|
| | * | Add missing "return" statements in exception handler. | Georg Brandl | 2007-03-11 | 1 | -0/+2 |
|
|
| | * | Convert an assert to a raise so it works even in the presence of -O. | Collin Winter | 2007-03-10 | 1 | -2/+4 |
|
|
| | * | Revert rev. 54198, it's not really backwards compatible. | Georg Brandl | 2007-03-10 | 3 | -20/+4 |
|
|
| | * | Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to... | Collin Winter | 2007-03-10 | 3 | -0/+7 |
|
|
| | * | Merged revisions 54248 via svnmerge from | Thomas Heller | 2007-03-09 | 3 | -19/+15 |
|
|
| | * | Merged revisions 54244 via svnmerge from | Thomas Heller | 2007-03-09 | 4 | -5/+10 |
|
|
| | * | Fix SF #1676971, Complex OverflowError has a typo | Neal Norwitz | 2007-03-09 | 1 | -1/+1 |
|
|
| | * | Manual backport of r54233. This will help prevent spurious Buildbot failures | Brett Cannon | 2007-03-09 | 2 | -1/+10 |
|
|
| | * | SF #1637850: make_table in difflib did not work with unicode | Raymond Hettinger | 2007-03-08 | 2 | -5/+6 |
|
|
| | * | Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes... | Collin Winter | 2007-03-08 | 1 | -0/+3 |
|
|
| | * | SF 1676321: empty() returned wrong result | Raymond Hettinger | 2007-03-08 | 2 | -1/+3 |
|
|
| | * | Add a NEWS entry for rev. 54207,8. | Georg Brandl | 2007-03-08 | 1 | -0/+6 |
|
|
| | * | Fix #1676656: \em is different from \emph... | Georg Brandl | 2007-03-08 | 1 | -1/+1 |
|
|
| | * | Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 5... | Georg Brandl | 2007-03-07 | 1 | -0/+7 |
|
|
| | * | backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). | Georg Brandl | 2007-03-07 | 1 | -0/+9 |
|
|
| | * | Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. | Georg Brandl | 2007-03-07 | 1 | -1/+3 |
|
|
| | * | Typo fix. | Georg Brandl | 2007-03-07 | 1 | -1/+1 |
|
|
| | * | Patch #1001604: glob.glob() now returns unicode filenames if it was | Georg Brandl | 2007-03-07 | 3 | -4/+20 |
|
|
| | * | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. | Georg Brandl | 2007-03-07 | 1 | -4/+3 |
|
|
| | * | Document curses changes. | Walter Dörwald | 2007-03-06 | 1 | -0/+3 |
|
|
| | * | Backport checkin: | Walter Dörwald | 2007-03-06 | 2 | -2/+71 |
|
|
| | * | Patch #1654417: make operator.{get,set,del}slice use the full range | Georg Brandl | 2007-03-06 | 3 | -13/+20 |
|
|
| | * | Patch #1673121: update README wrt. OSX default shell. | Georg Brandl | 2007-03-06 | 1 | -3/+3 |
|
|
| | * | Patch #1638879: don't accept strings with embedded NUL bytes in long(). | Georg Brandl | 2007-03-06 | 3 | -1/+25 |
|
|
| | * | Patch #1602128: clarify that richcmp methods can return NotImplemented | Georg Brandl | 2007-03-06 | 1 | -7/+9 |
|
|
| | * | Patch #1646728: datetime.fromtimestamp fails with negative | Georg Brandl | 2007-03-06 | 3 | -0/+18 |
|
|
| | * | A test case for the defaultdict KeyError bug. | Georg Brandl | 2007-03-06 | 1 | -0/+9 |
|
|
| | * | Fix another reincarnation of bug #1576657 in defaultdict. | Georg Brandl | 2007-03-06 | 1 | -2/+6 |
|
|
| | * | Bug #1674503: close the file opened by execfile() in an error condition. | Georg Brandl | 2007-03-06 | 2 | -2/+4 |
|
|
| | * | Patch #1672481: fix bug in idlelib.MultiCall. | Georg Brandl | 2007-03-06 | 1 | -0/+2 |
|
|
| | * | A test case for the fix in #1674228. | Georg Brandl | 2007-03-06 | 1 | -0/+11 |
|
|
| | * | Patch #1671450: add a section about subclassing builtin types to the | Georg Brandl | 2007-03-06 | 3 | -1/+190 |
|
|
| | * | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 3 | -1/+18 |
|
|
| | * | Fix a bug in test_dict and test_userdict, found at the PyPy sprint. | Georg Brandl | 2007-03-04 | 2 | -6/+6 |
|
|
| | * | Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res... | Georg Brandl | 2007-03-02 | 1 | -2/+5 |
|
|
| | * | Fix constantification of None. | Raymond Hettinger | 2007-03-02 | 3 | -5/+17 |
|
|
| | * | Fix typo (noticed in Raymond's r54053 commit adding NamedTuple | Andrew M. Kuchling | 2007-03-01 | 1 | -1/+1 |
|
|
| | * | Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de... | Neal Norwitz | 2007-02-26 | 2 | -1/+8 |
|
|
| | * | Markup fix | Andrew M. Kuchling | 2007-02-26 | 1 | -2/+2 |
|
|