summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* local.__del__(): This didn't actually do anything, because of tooTim Peters2006-04-171-29/+24
* First phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-172-339/+280
* Reindent.Martin v. Löwis2006-04-171-7/+7
* Remove bogus character.Martin v. Löwis2006-04-171-1/+1
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-1/+124
* disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value atRonald Oussoren2006-04-171-1/+1
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-172-3/+3
* Teach platform about darwin/x86Ronald Oussoren2006-04-171-1/+2
* Fix for a bug exposed by r45232:Armin Rigo2006-04-171-2/+2
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* Whitespace normalization.Tim Peters2006-04-161-10/+10
* Add missing SVN eol-style property to text files.Tim Peters2006-04-161-45/+45
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-161-0/+17
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-152-21/+34
* Consolidate 'leak_test1' and 'refleaks_tests', since they both test for theThomas Wouters2006-04-151-17/+15
* Add missing PyObject_GC_Track call, causing *some* itertools.tee objects toThomas Wouters2006-04-151-17/+6
* 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