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_compiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-265/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-2/+2
*
Fix the compiler package w.r.t. the new metaclass syntax.
Guido van Rossum
2007-03-19
1
-2/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
Bytes literal.
Thomas Wouters
2007-02-23
1
-0/+24
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5/+4
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-0/+31
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-3/+38
*
The rest of patch 1549670 by Jiwon, making the compiler test pass.
Guido van Rossum
2006-11-22
1
-45/+30
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-30/+45
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-3/+3
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+7
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+37
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+11
*
Fix failure of test_compiler.py when compiling test_contextlib.py.
Guido van Rossum
2006-03-02
1
-1/+4
*
Reformat the exception message by going through a list.
Martin v. Löwis
2006-03-01
1
-1/+3
*
Make failures in test cases print failing source file.
Martin v. Löwis
2006-03-01
1
-1/+5
*
Update the compiler package to compile the with-statement.
Guido van Rossum
2006-02-28
1
-1/+1
*
Revert revision 41940: the test causes -uall to
Tim Peters
2006-01-07
1
-4/+1
*
Add compiler test regarding optional arguments.
Georg Brandl
2006-01-06
1
-1/+4
*
Fix compiler test when run with -u (long mode)
Neal Norwitz
2005-10-24
1
-1/+1
*
Fix compiler.ast.flatten function so that it works on lists.
Neil Schemenauer
2005-06-02
1
-0/+5
*
Whitespace normalization.
Tim Peters
2005-04-20
1
-1/+1
*
Flush out support for ``class B(): pass`` syntax by adding support to the
Brett Cannon
2005-04-09
1
-0/+3
*
test for fixedness of bug #1057835.
Michael W. Hudson
2004-11-08
1
-0/+2
*
Open source files in universal newlines mode.
Michael W. Hudson
2004-10-11
1
-1/+1
*
Whitespace normalization.
Tim Peters
2004-09-12
1
-4/+4
*
compiler.transformer: correct lineno attribute when possible
Jeremy Hylton
2004-09-07
1
-0/+59
*
Change the strategy for coping with time intensive tests from
Raymond Hettinger
2004-09-04
1
-1/+5
*
Tell unittest that source files with "badsyntax" in their names should
Tim Peters
2004-08-08
1
-1/+5
*
Renamed locals to better reflect their meanings.
Tim Peters
2004-08-08
1
-6/+6
*
In verbose mode, display the name of each file before trying to compile
Tim Peters
2004-08-08
1
-1/+4
*
Whitespace normalization.
Tim Peters
2004-08-08
1
-3/+0
*
Add a trivial test for the compiler package, guarded by compiler resource.
Jeremy Hylton
2004-08-07
1
-0/+34