summaryrefslogtreecommitdiff
path: root/Lib/lib2to3
Commit message (Expand)AuthorAgeFilesLines
* Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-062-10/+5
* merge 3.2Benjamin Peterson2012-09-252-3/+3
|\
| * switch assertion to an explicit ValueErrorBenjamin Peterson2012-09-252-3/+3
| * Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-0/+17
* | Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-0/+17
* | remove get_prefix and set_prefix (#13248)Benjamin Peterson2012-03-142-37/+0
* | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-3/+10
|\ \ | |/
| * Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-3/+10
| * Fix use of deprecated assertRegexpMatches method.Georg Brandl2012-02-201-1/+1
| * import re for the previous commit.Gregory P. Smith2012-02-131-0/+1
* | re.escape os.sep so that \ is interpreted properly in the regex.Gregory P. Smith2012-02-131-2/+4
|\ \ | |/
| * re.escape os.sep so that \ is interpreted properly in the regex.Gregory P. Smith2012-02-131-2/+3
* | Issue #13930: fix a / to use os.sep so that the test works on Windows.Gregory P. Smith2012-02-131-2/+4
|\ \ | |/
| * Issue #13930: fix a / to use os.sep so that the test works on Windows.Gregory P. Smith2012-02-131-2/+4
* | lib2to3 tests: Don't use deprecated API, switch to assertRegex()Victor Stinner2012-02-132-2/+2
* | fix whitespace normalization before pushing.Gregory P. Smith2012-02-121-5/+5
|\ \ | |/
| * fix whitespace normalization before pushing.Gregory P. Smith2012-02-121-5/+5
* | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-124-14/+233
|\ \ | |/
| * Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-124-14/+233
* | merge 3.2 (#13766)Benjamin Peterson2012-01-151-1/+1
|\ \ | |/
| * explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-151-1/+1
* | - Re-enable lib2to3's test_parser.py tests, though with an expected failureBarry Warsaw2011-10-071-3/+1
|\ \ | |/
| * - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-073-22/+30
* | - Re-enable lib2to3's test_parser.py tests, though with an expected failureBarry Warsaw2011-10-071-9/+15
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-2/+2
* | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-7/+11
|\ \ | |/
| * Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-311-7/+11
* | Closes #12536: Unused logger removed from lib2to3.Vinay Sajip2011-07-131-3/+1
* | #11565: Merge with 3.2.Ezio Melotti2011-03-165-7/+7
|\ \ | |/
| * #11565: Merge with 3.1.Ezio Melotti2011-03-165-7/+7
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-165-7/+7
* | | merge 3.2Benjamin Peterson2011-03-073-16/+32
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-073-16/+32
| |\ \ | | |/
| | * transform izip_longest #11424Benjamin Peterson2011-03-073-16/+32
| * | merge 3.1Benjamin Peterson2011-03-061-4/+7
| |\ \ | | |/
* | | merge 3.1Benjamin Peterson2011-03-061-4/+7
|\ \ \ | | |/ | |/|
| * | only do this sys.stderr replacing on CPythonBenjamin Peterson2011-03-061-4/+7
| * | Merged revisions 87002 via svnmerge fromBenjamin Peterson2010-12-045-7/+9
| * | Merged revisions 85510 via svnmerge fromBenjamin Peterson2010-10-1459-50/+726
| * | Merged revisions 83845 via svnmerge fromBenjamin Peterson2010-08-089-95/+290
| * | Merged revisions 82542 via svnmerge fromBenjamin Peterson2010-07-042-2/+9
| * | Merged revisions 81481 via svnmerge fromBenjamin Peterson2010-05-221-1/+3
| * | Merged revisions 80936 via svnmerge fromBenjamin Peterson2010-05-0813-88/+165
| * | Merged revisions 79327 via svnmerge fromBenjamin Peterson2010-03-234-10/+170
| * | Merged revisions 78684 via svnmerge fromBenjamin Peterson2010-03-052-0/+0
| * | Merged revisions 78410 via svnmerge fromBenjamin Peterson2010-02-241-15/+13
| * | Merged revisions 77900 via svnmerge fromMartin v. Löwis2010-02-015-5/+3
| * | Merged revisions 77848 via svnmerge fromMartin v. Löwis2010-01-303-4/+68
| * | Merged revisions 77163 via svnmerge fromBenjamin Peterson2009-12-301-0/+5
| * | Merged revisions 77103,77105-77106 via svnmerge fromBenjamin Peterson2009-12-296-19/+122