index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_grammar.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-0/+14
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-14/+20
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-41/+8
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
Allow decorators and return annotations to be used together (fixes SF#1697248)
Nick Coghlan
2007-04-23
1
-1/+6
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-3/+3
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-1/+2
*
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...
Georg Brandl
2007-03-18
1
-0/+1
*
Two more patches by Tony Lownds (SF# 1607548).
Guido van Rossum
2007-02-26
1
-0/+7
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-16/+16
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-72/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-9/+9
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-5/+5
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-10/+38
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-807/+874
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-1/+15
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-0/+6
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-36/+0
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-2/+7
*
Remove usage of backticks.
Brett Cannon
2006-08-25
1
-3/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-4/+3
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-2/+2
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-3/+3
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+5
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+9
*
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
[next]