summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
Commit message (Collapse)AuthorAgeFilesLines
* #18687: merge with 3.3.Ezio Melotti2013-08-131-1/+0
|\
| * #18687: remove obsolete comment. Patch by Févry Thibault.Ezio Melotti2013-08-131-1/+0
| |
* | Also remove a (broken) leaker test for the code removed in issue #18393.Ronald Oussoren2013-07-161-14/+0
|/
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
|
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-2/+2
| | | | | | | The compiler package hasn't been updated yet; test_compiler.py fails. Otherwise all tests seem to be passing now. There are no occurrences of __metaclass__ left in the standard library. Docs have not been updated.
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-214-19/+42
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Fix mismatch opening and closing quotes on a string.Brett Cannon2006-03-021-2/+1
|
* Add a note about removing the file once the bug is fixedNeal Norwitz2006-02-281-1/+2
|
* Gave README a .txt extension.Tim Peters2006-02-281-0/+0
|
* Add directory which contains known ref leaks. Some of these are likely to ↵Neal Norwitz2006-02-284-0/+52
be system dependent (like test_gestalt).