Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.16
/
Grammar
tag
9e611f4ed6d9a27b7dce1a2e613902f42fbe66df
tagger
Benjamin Peterson <benjamin@python.org>
Sat Mar 02 18:18:05 2019
object
413a49145e35c7a2d3a7de27c5a1828449c9b2e5
Python 2.7.16
07f5451
remove dictmaker rule; it's unused
by Benjamin Peterson
· 15 years ago
690959f
untabify
by Benjamin Peterson
· 15 years ago
b646547
Issue #2333: Backport set and dict comprehensions syntax.
by Alexandre Vassalotti
· 16 years ago
ee936a2
Issue #2335: Backport set literals syntax from Python 3.x.
by Alexandre Vassalotti
· 16 years ago
43a17ff
I do not think the "railroad" program mentioned is still available.
by Georg Brandl
· 16 years ago
d3a4d29
fix spelling
by Benjamin Peterson
· 16 years ago
6549246
explain why keyword names are not just NAME
by Benjamin Peterson
· 16 years ago
944f684
Allow multiple context managers in one with statement, as proposed
by Georg Brandl
· 16 years ago
80f0ed5
allow keyword args to be passed in after *args #3473
by Benjamin Peterson
· 17 years ago
5224d28
Patch #1759: Backport of PEP 3129 class decorators with some help from Georg
by Christian Heimes
· 17 years ago
6290305
Backport PEP 3110's new 'except' syntax to 2.6.
by Collin Winter
· 18 years ago
ca460d9
with and as are now keywords. There are some generated files I can't recreate.
by Neal Norwitz
· 19 years ago
cf8229e
Fix #1488915, Multiple dots in relative import statement raise SyntaxError.
by Thomas Wouters
· 19 years ago
623acf6
put in a reference to PEP 306 in a comment at the top
by Anthony Baxter
· 19 years ago
bb64e51
Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as in
by Thomas Wouters
· 19 years ago
8ae1295
Make 'as' an actual keyword when with's future statement is used. Not
by Thomas Wouters
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago
dca3b9c
PEP 308 implementation, including minor refdocs and some testcases. It
by Thomas Wouters
· 19 years ago
d074beb
Implement change suggested by Jiwon Seo on python-dev.
by Neal Norwitz
· 19 years ago
3c52c5a
Wrap long lines in the grammar
by Neal Norwitz
· 20 years ago
f599f42
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
by Neal Norwitz
· 20 years ago
ab0f947
Remove .cvsignore files, as they live in svn:ignore properties now.
by Martin v. Löwis
· 20 years ago
37c0844
Fix SF bug #1167751, Argument genexp corner case
by Neal Norwitz
· 20 years ago
0d6615f
PEP 342 implementation. Per Guido's comments, the generator throw()
by Phillip J. Eby
· 20 years ago
409d8f2
Allow classes to be defined with empty parentheses. This means that
by Brett Cannon
· 20 years ago
1a4ddae
SF patch #1007189, multi-line imports, for instance:
by Anthony Baxter
· 21 years ago
0ccff07
This is Mark Russell's patch:
by Michael W. Hudson
· 21 years ago
c2a5a63
PEP-0318, @decorator-style. In Guido's words:
by Anthony Baxter
· 21 years ago
354433a
SF patch #872326: Generator expression implementation
by Raymond Hettinger
· 21 years ago
00f1e3f
Patch #534304: Implement phase 1 of PEP 263.
by Martin v. Löwis
· 23 years ago
2d3b986
Disambiguate the grammar for backtick.
by Guido van Rossum
· 23 years ago
84ee323
John Aycock correctly pointed out that the grammar for
by Tim Peters
· 23 years ago
1c91707
Very subtle syntax change: in a list comprehension, the testlist in
by Guido van Rossum
· 24 years ago
4668b00
Implement PEP 238 in its (almost) full glory.
by Guido van Rossum
· 24 years ago
5ca576e
Merging the gen-branch into the main line, at Guido's direction. Yay!
by Tim Peters
· 24 years ago
bb40dc4
remove commented-out vestiges of access statement
by Jeremy Hylton
· 24 years ago
693291b
Superseded by $(srcdir)/Makefile.pre.in.
by Neil Schemenauer
· 25 years ago
0cdfc92
Fix typo: config.stat --> config.status
by Fred Drake
· 25 years ago
434d082
Support for three-token characters (**=, >>=, <<=) which was written by
by Thomas Wouters
· 25 years ago
abca14d
Added note stating that the parser module will need updating for most
by Fred Drake
· 25 years ago
46dfa5f
require list comprehensions to start with a for clause
by Skip Montanaro
· 25 years ago
0360663
PEP 214, Extended print Statement, has been accepted by the BDFL.
by Barry Warsaw
· 25 years ago
9b18adc
Ignore Grammar/Makefile now that it's a made Makefile.
by Thomas Wouters
· 25 years ago
5215225
Apply SF patch #101135, adding 'import module as m' and 'from module import
by Thomas Wouters
· 25 years ago
59bb080
Fix up problems when compiling in a directory other than the source directory.
by Sjoerd Mullender
· 25 years ago
9f6e6c6
add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out
by Trent Mick
· 25 years ago
803d6e5
list comprehensions. see
by Skip Montanaro
· 25 years ago
c9bac09
added .cvsignore so cvs doesn't complain about the generated graminit.h and
by Skip Montanaro
· 25 years ago
7690151
slightly modified version of Greg Ewing's extended call syntax patch
by Jeremy Hylton
· 25 years ago
d295f12
Make first raise argument optional
by Guido van Rossum
· 27 years ago
03a7466
OK, ready to make 'assert' a keyword (instead of '__assert__').
by Guido van Rossum
· 28 years ago
556440d
Added __assert__ statement (later to be renamed)
by Guido van Rossum
· 28 years ago
0dfcf75
Disable support for access statement
by Guido van Rossum
· 29 years ago
14f4451
Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z])
by Guido van Rossum
· 29 years ago
0bfd6c3
Added power (**) operator
by Guido van Rossum
· 30 years ago
a996b91
new grammar for 3rd raise arg and keyword parameters
by Guido van Rossum
· 30 years ago
4a1da26
changed import to support NAME.NAME...NAME
by Guido van Rossum
· 31 years ago
e5f6f45
Got rid of history (was beginning to get silly).
by Guido van Rossum
· 31 years ago
a322862
Added #diagram:... comments for Kees Blom's railroad diagram generator
by Guido van Rossum
· 31 years ago
da5d518
Bring alpha100 revision back to mainline
by Guido van Rossum
· 31 years ago
6d5ebe2
Added (dummy) depend target
by Guido van Rossum
· 32 years ago
1dfec14
Py -> Include
by Guido van Rossum
· 32 years ago
6fa6343
None
by Guido van Rossum
· 32 years ago
248a50c
* Grammar: corrected old typo (class instead of 'class')
by Guido van Rossum
· 32 years ago
57531fe
change syntactical position of lambdef (was an atom, now is a test)
by Guido van Rossum
· 32 years ago
590baa4
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
by Guido van Rossum
· 32 years ago
3b71604
Committing the correct graminit.c; also changed confusing comments in Grammar.
by Guido van Rossum
· 32 years ago
12d12c5
* compile.[ch]: support for lambda()
by Guido van Rossum
· 32 years ago
db3165e
* bltinmodule.c: removed exec() built-in function.
by Guido van Rossum
· 32 years ago
b3f7258
* Lots of small changes related to access.
by Guido van Rossum
· 32 years ago
2583165
Several changes in one:
by Guido van Rossum
· 32 years ago
cf49ac5
Added missing change log entries
by Guido van Rossum
· 33 years ago
02334d2
Use only '*' for varargs list
by Guido van Rossum
· 33 years ago
af82141
Tighten syntax for try statements
by Guido van Rossum
· 33 years ago
e785fbc
Allow NEWLINE* after eval input.
by Guido van Rossum
· 33 years ago
610cdc5
Add '*' for varargs list.
by Guido van Rossum
· 34 years ago
526e909
Added varargs syntax "def f(a, b, +c): ..."
by Guido van Rossum
· 34 years ago
09cea47
Don't allow '==' at top level yet, to catch conversion errors.
by Guido van Rossum
· 34 years ago
6cf1273
Allow trailing comma after fplist; '=' is no longer comparison;
by Guido van Rossum
· 34 years ago
68fc349
Added 'global' and new class syntax.
by Guido van Rossum
· 34 years ago
9eb4f53
Added shifting and masking operators.
by Guido van Rossum
· 34 years ago
a76fb5b
Comparison operators '<=' '>' '<>' are now 1 token.
by Guido van Rossum
· 34 years ago
7ac4a88
Change treatment of multiple NEWLINES
by Guido van Rossum
· 34 years ago
56f7837
Added 'continue', semicolons and dictionary displays.
by Guido van Rossum
· 34 years ago
4dae216
Removed 'dir' statement.
by Guido van Rossum
· 35 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 35 years ago