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