summaryrefslogtreecommitdiff
path: root/Lib/test/test_with.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-9/+1
* Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-041-2/+2
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-1/+77
* Merged revisions 67688 via svnmerge fromAmaury Forgeot d'Arc2008-12-101-0/+30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-0/+17
* Fix refleaks in test_with caused by reusing the same exception instance over ...Collin Winter2007-09-011-2/+4
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* With the help of the improved fixer, test_with.py is now fixed.Guido van Rossum2007-02-111-5/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-75/+9
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+56
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-101-10/+22
* Updates to the with-statement:Guido van Rossum2006-02-281-14/+70
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+2
* Set EOL style to native.Tim Peters2006-02-281-560/+560
* Whitespace normalization.Tim Peters2006-02-281-560/+560
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+560