summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-1534/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-2/+2
* Fix the compiler package w.r.t. the new metaclass syntax.Guido van Rossum2007-03-191-5/+6
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-1/+1
* Bytes literal.Thomas Wouters2007-02-231-2/+4
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-21/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-1/+1
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-6/+6
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-39/+79
* The rest of patch 1549670 by Jiwon, making the compiler test pass.Guido van Rossum2006-11-221-9/+2
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-11/+50
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-3/+5
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-15/+0
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-291-4/+0
* Small fix for compiler module ./. set literals.Georg Brandl2006-08-281-1/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-7/+14
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Stomp out more hsa_key() calls.Guido van Rossum2006-08-191-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-24/+28
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-7/+5
* Ok, compiler.transformer can really be imported nowNeal Norwitz2006-03-241-2/+2
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Add support for absolute/relative imports and if/else expressions:Thomas Wouters2006-03-031-10/+30
* Fix failure of test_compiler.py when compiling test_contextlib.py.Guido van Rossum2006-03-021-3/+3
* Update the compiler package to compile the with-statement.Guido van Rossum2006-02-281-0/+21
* Make or_test similar to test, not testlist.Martin v. Löwis2006-02-271-1/+2
* Handle testlist_safe and or_test like testlist.Martin v. Löwis2006-02-271-2/+2
* Alias non-terminals introduced for backwards compatibility.Martin v. Löwis2006-02-271-0/+3
* Remove unused _callers member. No need for types, use isinstanceNeal Norwitz2005-11-251-5/+2
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-1/+11
* patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)Georg Brandl2005-07-021-11/+11
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-091-1/+3
* Fix bugMichael W. Hudson2004-11-081-2/+2
* This is jiwon's patch to fix:Michael W. Hudson2004-10-111-1/+6
* Whitespace normalization.Tim Peters2004-09-121-6/+6
* Remove debugging print (not triggered by test suite) and add XXX comment abou...Jeremy Hylton2004-09-071-1/+1
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-176/+111
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-32/+44
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-11/+6
* Whitespace normalization.Tim Peters2004-08-041-5/+5
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-7/+59
* this is patchMichael W. Hudson2004-07-121-1/+1
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+53
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-1/+1
* Whitespace normalization.Tim Peters2003-03-071-1/+1
* Remove debugging prints.Michael W. Hudson2003-01-031-2/+0
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-311-3/+29
* Remove uses of string module and stat.ST_MODENeal Norwitz2002-06-061-2/+1