| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add test case for global stmt at module level. | Jeremy Hylton | 2001-02-28 | 1 | -0/+3 |
|
|
* | Add simple section for assert, including assert w/ lambdas | Jeremy Hylton | 2001-02-19 | 1 | -0/+6 |
|
|
* | Add test for syntax error on "x = 1 + 1". | Jeremy Hylton | 2001-02-19 | 1 | -8/+3 |
|
|
* | update test cases for recent compiler changes: exec/import * in nested | Jeremy Hylton | 2001-02-09 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 1 | -0/+19 |
|
|
* | Undo recent change that banned using import to bind a global, as per | Jeremy Hylton | 2001-02-01 | 1 | -1/+0 |
|
|
* | add test for illegal imports | Jeremy Hylton | 2001-01-30 | 1 | -0/+2 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+14 |
|
|
* | add extra tests to verify that co_varnames is being set up properly | Jeremy Hylton | 2001-01-25 | 1 | -22/+19 |
|
|
* | Add simple test of list comprehension that uses a name that isn't | Jeremy Hylton | 2001-01-23 | 1 | -0/+6 |
|
|
* | make error msg more informative when test of exec fails | Jeremy Hylton | 2001-01-19 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -10/+10 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -10/+10 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -90/+90 |
|
|
* | Added test cases for extended printing to an instance. This picked up | Barry Warsaw | 2000-10-11 | 1 | -1/+9 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -0/+7 |
|
|
* | Added tests of "print >> None" | Barry Warsaw | 2000-08-29 | 1 | -0/+25 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -0/+6 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+19 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -0/+40 |
|
|
* | add test cases for Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -2/+33 |
|
|
* | No need to define assert, it's built in. | Guido van Rossum | 1997-04-16 | 1 | -2/+2 |
|
|
* | avoid math, don't abort when overflow check fails | Guido van Rossum | 1995-03-04 | 1 | -3/+4 |
|
|
* | Fix exec test so presence of __builtins__ doesn't break it | Guido van Rossum | 1995-01-10 | 1 | -0/+3 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -17/+103 |
|
|
* | Some minute changes. | Guido van Rossum | 1993-12-29 | 1 | -3/+21 |
|
|