| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 ... | Georg Brandl | 2008-12-07 | 1 | -0/+10 |
* | Merged revisions 67365 via svnmerge from | Benjamin Peterson | 2008-11-24 | 1 | -0/+4 |
* | Merged revisions 67077 via svnmerge from | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 1 | -0/+9 |
* | check that the parser module can handle the new keyword syntax | Benjamin Peterson | 2008-08-19 | 1 | -0/+1 |
* | Note that the stderr output of the test is intentional. | Martin v. Löwis | 2008-03-18 | 1 | -0/+2 |
* | Issue 1881. Increased the stack limit from 500 to 1500. Also added | Facundo Batista | 2008-02-23 | 1 | -0/+17 |
* | SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. | Guido van Rossum | 2007-07-18 | 1 | -0/+6 |
* | Whitespace normalization. | Tim Peters | 2006-08-25 | 1 | -1/+1 |
* | Expose column offset information in parse trees. | Jeremy Hylton | 2006-08-22 | 1 | -0/+38 |
* | Add another little test to make sure we roundtrip multiple list comp ifs ok. | Neal Norwitz | 2006-04-12 | 1 | -0/+4 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -1/+23 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -0/+11 |
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 1 | -1/+1 |
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 1 | -0/+3 |
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -0/+14 |
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -2/+10 |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+2 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -5/+4 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+1 |
* | Add tests and news entry about parser errors from bug #678518. | Neal Norwitz | 2003-02-10 | 1 | -0/+17 |
* | Teach the parsermodule about floor division. Fixes | Michael W. Hudson | 2003-01-29 | 1 | -0/+5 |
* | Standardize behavior: no docstrings in test functions. | Guido van Rossum | 2002-08-22 | 1 | -5/+7 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Remove some now-obsolete generator future statements. | Tim Peters | 2002-04-01 | 1 | -8/+4 |
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -2/+10 |
* | Use the "st" versions of the "ast" calls in the parser module -- there is | Fred Drake | 2001-07-17 | 1 | -2/+2 |
* | Added tests for the new yield support in the parser module. | Fred Drake | 2001-07-17 | 1 | -1/+132 |
* | Convert the parser module test to use PyUnit. | Fred Drake | 2001-06-04 | 1 | -208/+212 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
* | Add more regression tests, including for the import statement variations. | Fred Drake | 2001-01-07 | 1 | -10/+35 |
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 1 | -1/+20 |
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 1 | -22/+84 |
* | Add a minimal test suite for the parser module. | Fred Drake | 2000-08-21 | 1 | -0/+116 |