| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1191700: Adjust column alignment in bdb breakpoint lists. | Martin v. Löwis | 2006-04-15 | 1 | -3/+3 |
|
|
* | Changed comments to make sense now that the LazyList-based | Tim Peters | 2006-04-15 | 1 | -4/+6 |
|
|
* | Fix SF#1470508: crash in generator cycle finalization. There were two | Phillip J. Eby | 2006-04-15 | 1 | -7/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-14 | 1 | -16/+16 |
|
|
* | Add a BufferedIncrementalEncoder class that can be used for implementing | Walter Dörwald | 2006-04-14 | 3 | -9/+169 |
|
|
* | Make error message less misleading for u"a..b".encode("idna"). | Walter Dörwald | 2006-04-14 | 1 | -3/+3 |
|
|
* | Fix wrong attribute name. | Walter Dörwald | 2006-04-14 | 1 | -1/+1 |
|
|
* | Make raise statements PEP 8 compatible. | Walter Dörwald | 2006-04-14 | 1 | -11/+11 |
|
|
* | Show case: reference cycles involving only the ob_type field are rather | Armin Rigo | 2006-04-14 | 1 | -0/+13 |
|
|
* | Call encode()/decode() with final==True as the last call in the | Walter Dörwald | 2006-04-14 | 1 | -0/+4 |
|
|
* | Copy note from leakers README here too. We want to keep all test cases. | Neal Norwitz | 2006-04-14 | 1 | -0/+5 |
|
|
* | Restore test tee with some modifications. | Neal Norwitz | 2006-04-14 | 1 | -0/+25 |
|
|
* | Move the old test_generator_cycle.py which leaked but was removed into the test | Neal Norwitz | 2006-04-14 | 1 | -0/+17 |
|
|
* | Update notes to address cyclic garbage and what should happen when a test is ... | Neal Norwitz | 2006-04-14 | 1 | -0/+13 |
|
|
* | When using -R, lots of "*** DocTestRunner.merge:" nuisance messages | Tim Peters | 2006-04-13 | 1 | -1/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-13 | 1 | -1/+1 |
|
|
* | Add a test for Py_ssize_t. Correct typo in getargs.c. | Georg Brandl | 2006-04-13 | 1 | -1/+18 |
|
|
* | test_compile can be really long if we are using -u compiler. | Neal Norwitz | 2006-04-13 | 1 | -2/+11 |
|
|
* | Remove tests that no longer leak. There is still one leaking generator test | Neal Norwitz | 2006-04-13 | 3 | -30/+19 |
|
|
* | tty isn't supported on all boxes. | Tim Peters | 2006-04-13 | 1 | -1/+6 |
|
|
* | reverting r45321: Patch #860326: traceback.format_exception_only() now | Anthony Baxter | 2006-04-13 | 2 | -26/+1 |
|
|
* | Patch #860326: traceback.format_exception_only() now prepends the | Georg Brandl | 2006-04-12 | 2 | -1/+26 |
|
|
* | Fixes bug #1117761 | Gregory P. Smith | 2006-04-12 | 2 | -8/+10 |
|
|
* | Closes bug #1149413 | Gregory P. Smith | 2006-04-12 | 2 | -2/+9 |
|
|
* | Fix for a bug found by Armin Rigo, plus test. | Thomas Heller | 2006-04-12 | 1 | -0/+12 |
|
|
* | Patch #1468808: don't complain if Tkinter is already deleted at the time Font... | Georg Brandl | 2006-04-12 | 1 | -1/+3 |
|
|
* | Update test_sundry. Many modules have now tests, but | Georg Brandl | 2006-04-12 | 1 | -36/+12 |
|
|
* | Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. | Anthony Baxter | 2006-04-12 | 1 | -2/+6 |
|
|
* | Patch #1463288: use a context manager to temporarily switch locales. | Walter Dörwald | 2006-04-12 | 2 | -30/+164 |
|
|
* | Add another little test to make sure we roundtrip multiple list comp ifs ok. | Neal Norwitz | 2006-04-12 | 1 | -0/+4 |
|
|
* | Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test | Thomas Wouters | 2006-04-12 | 1 | -0/+5 |
|
|
* | StreamHandler now checks explicitly for None before using sys.stderr as the s... | Vinay Sajip | 2006-04-11 | 1 | -1/+1 |
|
|
* | Adjust whitespace. | Neal Norwitz | 2006-04-11 | 2 | -4/+4 |
|
|
* | Add whitespace after comma | Neal Norwitz | 2006-04-11 | 1 | -1/+1 |
|
|
* | Try to repair what may be the last new test failure on the | Tim Peters | 2006-04-11 | 1 | -1/+15 |
|
|
* | subclasspropagation(): Squash two more bogus hash(x) == id(x) | Tim Peters | 2006-04-11 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-11 | 2 | -4/+4 |
|
|
* | specials(): squash another incorrect hash(x) == id(x) | Tim Peters | 2006-04-11 | 1 | -1/+6 |
|
|
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 7 | -27/+142 |
|
|
* | Huh. This belonged with the last checkin -- no idea why svn | Tim Peters | 2006-04-11 | 1 | -1/+0 |
|
|
* | Try to repair more new buildbot failures in "x86 OpenBSD trunk", due | Tim Peters | 2006-04-11 | 1 | -1/+1 |
|
|
* | Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, | Tim Peters | 2006-04-10 | 1 | -1/+1 |
|
|
* | Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due | Tim Peters | 2006-04-10 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-10 | 1 | -2/+2 |
|
|
* | DecimalContextTestCase: this permanently changed the | Tim Peters | 2006-04-10 | 1 | -9/+13 |
|
|
* | test_contextlib wasn't actually being run by regrtest.py. Or more precisely, | Phillip J. Eby | 2006-04-10 | 1 | -1/+9 |
|
|
* | Minor clarity edit to contextlib per Guido's request. | Phillip J. Eby | 2006-04-10 | 1 | -2/+2 |
|
|
* | Patch #1467770: Add Popen objects to _active only in __del__. | Martin v. Löwis | 2006-04-10 | 1 | -10/+26 |
|
|
* | Patch #1429775: Link Python modules to libpython on linux if | Martin v. Löwis | 2006-04-10 | 2 | -4/+24 |
|
|
* | Patch #1462222: Fix Tix.Grid. Closes #1036406. | Martin v. Löwis | 2006-04-10 | 1 | -11/+87 |
|
|