| Commit message (Expand) | Author | Age | Files | Lines |
* | #8414: add more tests for "assert". Initial patch by Gregory Nofi. | Ezio Melotti | 2011-12-02 | 1 | -2/+24 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a... | Florent Xicluna | 2010-03-19 | 1 | -38/+30 |
|
|
* | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -16/+29 |
|
|
* | Issue #2333: Backport set and dict comprehensions syntax. | Alexandre Vassalotti | 2010-01-11 | 1 | -0/+7 |
|
|
* | Issue #2335: Backport set literals syntax from Python 3.x. | Alexandre Vassalotti | 2010-01-09 | 1 | -1/+6 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -31/+12 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -12/+31 |
|
|
* | add some checks for evaluation order with parenthesis #7210 | Benjamin Peterson | 2009-10-31 | 1 | -0/+8 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | add with statements | Benjamin Peterson | 2009-05-29 | 1 | -0/+20 |
|
|
* | allow keyword args to be passed in after *args #3473 | Benjamin Peterson | 2008-08-19 | 1 | -0/+8 |
|
|
* | Forward-port new test from r64300. | Georg Brandl | 2008-06-15 | 1 | -0/+1 |
|
|
* | Issue#2238: some syntax errors from *args or **kwargs expressions | Amaury Forgeot d'Arc | 2008-03-05 | 1 | -0/+4 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -0/+10 |
|
|
* | #1920: when considering a block starting by "while 0", the compiler optimized... | Amaury Forgeot d'Arc | 2008-01-24 | 1 | -0/+9 |
|
|
* | Fix #1679: "0x" was taken as a valid integer literal. | Georg Brandl | 2008-01-19 | 1 | -0/+2 |
|
|
* | Backport PEP 3110's new 'except' syntax to 2.6. | Collin Winter | 2007-05-18 | 1 | -2/+2 |
|
|
* | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | Neal Norwitz | 2006-11-04 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -5/+5 |
|
|
* | Test assert if __debug__ is true. | Georg Brandl | 2006-10-29 | 1 | -4/+3 |
|
|
* | make test_grammar pass with python -O | Georg Brandl | 2006-10-28 | 1 | -2/+4 |
|
|
* | Convert test_global, test_scope and test_grammar to unittest. | Georg Brandl | 2006-10-28 | 1 | -825/+887 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -0/+4 |
|
|
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 1 | -0/+5 |
|
|
* | Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test | Thomas Wouters | 2006-04-12 | 1 | -0/+5 |
|
|
* | Fix SF bug #1458903 with AST compiler. | Neal Norwitz | 2006-03-27 | 1 | -0/+4 |
|
|
* | Update comments | Neal Norwitz | 2006-02-28 | 1 | -1/+2 |
|
|
* | Test case to cover subscription bug from SF 1333982 | Jeremy Hylton | 2006-02-28 | 1 | -0/+11 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 1 | -0/+25 |
|
|
* | SF #1377897, Bus error in ast | Neal Norwitz | 2005-12-11 | 1 | -0/+4 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -9/+16 |
|
|
* | Add test for ``class B1(): pass``. | Brett Cannon | 2005-04-09 | 1 | -1/+2 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -1/+5 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+43 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -6/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-15 | 1 | -1/+1 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 1 | -0/+1 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -1/+3 |
|
|
* | Restore the hex/oct constant tests that Barry commented out for fear | Guido van Rossum | 2002-08-29 | 1 | -2/+9 |
|
|
* | Fixed three exceptions in the Plain integers test, although I'm not | Barry Warsaw | 2002-08-29 | 1 | -3/+3 |
|
|
* | Quite down some FutureWarnings. | Barry Warsaw | 2002-08-28 | 1 | -3/+3 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | The initial patch #468662 was not applied quite verbatim. This should one | Finn Bock | 2001-12-09 | 1 | -1/+2 |
|
|
* | SF patch [ #468662 ] Allow jython to complete test_grammar | Jeremy Hylton | 2001-10-10 | 1 | -4/+14 |
|
|
* | Test case for SF bugs #463359 and #462937, added to test_grammar for lack of | Thomas Wouters | 2001-09-26 | 1 | -0/+27 |
|
|
* | Make these modules work when Python is compiled without Unicode support. | Guido van Rossum | 2001-09-21 | 1 | -0/+4 |
|
|
* | Fix another test still expecting overflow on big int literals. | Tim Peters | 2001-08-27 | 1 | -7/+2 |
|
|
* | Add test for a list comprehension that is nested in the left-hand part | Jeremy Hylton | 2001-03-19 | 1 | -0/+5 |
|
|