| Commit message (Expand) | Author | Age | Files | Lines |
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -29/+24 |
|
|
* | First phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-17 | 2 | -339/+280 |
|
|
* | Reindent. | Martin v. Löwis | 2006-04-17 | 1 | -7/+7 |
|
|
* | Remove bogus character. | Martin v. Löwis | 2006-04-17 | 1 | -1/+1 |
|
|
* | Patch #790710: Add breakpoint command lists in pdb. | Martin v. Löwis | 2006-04-17 | 1 | -1/+124 |
|
|
* | disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at | Ronald Oussoren | 2006-04-17 | 1 | -1/+1 |
|
|
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 2006-04-17 | 2 | -3/+3 |
|
|
* | Teach platform about darwin/x86 | Ronald Oussoren | 2006-04-17 | 1 | -1/+2 |
|
|
* | Fix for a bug exposed by r45232: | Armin Rigo | 2006-04-17 | 1 | -2/+2 |
|
|
* | Add a comment to explain why we are calling _cleanup() | Neal Norwitz | 2006-04-17 | 1 | -0/+2 |
|
|
* | Try to stop the test from leaking and yet still work on windows | Neal Norwitz | 2006-04-17 | 1 | -3/+2 |
|
|
* | Get test to consistently show no leaks | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-16 | 1 | -10/+10 |
|
|
* | Add missing SVN eol-style property to text files. | Tim Peters | 2006-04-16 | 1 | -45/+45 |
|
|
* | Patch #1063914: Add clipboard_get. | Martin v. Löwis | 2006-04-16 | 1 | -0/+17 |
|
|
* | Make test_timeout not fail on systems with no dots in their fqdn. | Thomas Wouters | 2006-04-16 | 1 | -1/+1 |
|
|
* | Make test_warnings play nice with regrtest -R:: now that regrtest doesn't | Thomas Wouters | 2006-04-16 | 1 | -4/+4 |
|
|
* | Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as | Thomas Wouters | 2006-04-16 | 1 | -1/+2 |
|
|
* | This test no longer leaks, and test_generators sufficiently tests it to | Thomas Wouters | 2006-04-16 | 1 | -25/+0 |
|
|
* | Add missing DECREF to PyErr_WriteUnraisable(). That function reports | Thomas Wouters | 2006-04-15 | 2 | -21/+34 |
|
|
* | Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the | Thomas Wouters | 2006-04-15 | 1 | -17/+15 |
|
|
* | Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to | Thomas Wouters | 2006-04-15 | 1 | -17/+6 |
|
|
* | 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 |
|
|