]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support for three-token characters (**=, >>=, <<=) which was written by
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:11:32 +0000 (20:11 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:11:32 +0000 (20:11 +0000)
commit434d0828d81855692d45c3fdc0905a67c17d83ba
treefb920985e81a5c4091f75800ebdea7ed33a657e0
parentdd8dbdb7172fbafb5ffab8600e620103fc19879e
Support for three-token characters (**=, >>=, <<=) which was written by
Michael Hudson, and support in general for the augmented assignment syntax.
The graminit.c patch is large!
Grammar/Grammar
Parser/grammar.c
Parser/tokenizer.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/import.c