| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27100: Silence deprecation warning in Lib/test/test_with.py | Raymond Hettinger | 2016-11-24 | 1 | -3/+3 |
|
|
* | Issue #27100: With statement reports missing __enter__ before __exit__. (Co... | Raymond Hettinger | 2016-11-22 | 1 | -3/+12 |
|
|
* | Issue #23275: Allow () = iterable assignment syntax | Berker Peksag | 2016-05-18 | 1 | -5/+0 |
|
|
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarning | Martin Panter | 2016-02-10 | 1 | -2/+2 |
|
|
* | Issue #24336: The contextmanager decorator now works with functions with | Serhiy Storchaka | 2015-06-28 | 1 | -3/+3 |
|\ |
|
| * | Issue #24336: The contextmanager decorator now works with functions with | Serhiy Storchaka | 2015-06-28 | 1 | -3/+3 |
|
|
* | | Issue 24237: Raise PendingDeprecationWarning per PEP 479 | Yury Selivanov | 2015-05-22 | 1 | -2/+4 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -11/+1 |
|/ |
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | Issue #11647: allow contextmanager objects to be used as decorators as descri... | Nick Coghlan | 2011-05-05 | 1 | -3/+3 |
|
|
* | Issue #10859: Make `contextlib.GeneratorContextManager` officially | Antoine Pitrou | 2011-01-08 | 1 | -6/+6 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -4/+4 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | this works correctly in py3 already | Benjamin Peterson | 2010-02-05 | 1 | -1/+0 |
|
|
* | Merged revisions 77980 via svnmerge from | Benjamin Peterson | 2010-02-05 | 1 | -3/+20 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -9/+1 |
|
|
* | Merged revisions 73186,73206,73212 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -1/+77 |
|
|
* | Merged revisions 67688 via svnmerge from | Amaury Forgeot d'Arc | 2008-12-10 | 1 | -0/+30 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -1/+0 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -0/+17 |
|
|
* | Fix refleaks in test_with caused by reusing the same exception instance over ... | Collin Winter | 2007-09-01 | 1 | -2/+4 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
|
|
* | With the help of the improved fixer, test_with.py is now fixed. | Guido van Rossum | 2007-02-11 | 1 | -5/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -75/+9 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+56 |
|
|
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -10/+22 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -14/+70 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -0/+2 |
|
|
* | Set EOL style to native. | Tim Peters | 2006-02-28 | 1 | -560/+560 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -560/+560 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -0/+560 |
|
|