Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6247fdbf93a8c72e1be40d396102b7f1a1271c95
/
Lib
/
test
/
test_compiler.py
d16e81a
Fix the compiler package w.r.t. the new metaclass syntax.
by Guido van Rossum
· 18 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
00e41de
Bytes literal.
by Thomas Wouters
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
9fe394c
Merged revisions 53538-53622 via svnmerge from
by Thomas Wouters
· 19 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 19 years ago
f59677a
The rest of patch 1549670 by Jiwon, making the compiler test pass.
by Guido van Rossum
· 19 years ago
4f72a78
Jiwon Seo's PEP 3102 implementation.
by Guido van Rossum
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
5bde08d
Fix failure of test_compiler.py when compiling test_contextlib.py.
by Guido van Rossum
· 19 years ago
d9bfeac
Reformat the exception message by going through a list.
by Martin v. Löwis
· 19 years ago
15bfc3b
Make failures in test cases print failing source file.
by Martin v. Löwis
· 19 years ago
7ad94f0
Update the compiler package to compile the with-statement.
by Guido van Rossum
· 19 years ago
2841af4
Revert revision 41940: the test causes -uall to fail everywhere.
by Tim Peters
· 20 years ago
39cdfff
Add compiler test regarding optional arguments.
by Georg Brandl
· 20 years ago
f895065
Fix compiler test when run with -u (long mode)
by Neal Norwitz
· 20 years ago
f369470
Fix compiler.ast.flatten function so that it works on lists.
by Neil Schemenauer
· 20 years ago
e890682
Whitespace normalization.
by Tim Peters
· 20 years ago
f418991
Flush out support for ``class B(): pass`` syntax by adding support to the
by Brett Cannon
· 20 years ago
e0b855f
test for fixedness of bug #1057835. (thanks to Raymond for the prod).
by Michael W. Hudson
· 21 years ago
29589a0
Open source files in universal newlines mode.
by Michael W. Hudson
· 21 years ago
0e9980f
Whitespace normalization.
by Tim Peters
· 21 years ago
566d934
compiler.transformer: correct lineno attribute when possible SF patch #1015989
by Jeremy Hylton
· 21 years ago
ed20ad8
Change the strategy for coping with time intensive tests from
by Raymond Hettinger
· 21 years ago
0955f29
Tell unittest that source files with "badsyntax" in their names should
by Tim Peters
· 21 years ago
2a5f656
Renamed locals to better reflect their meanings.
by Tim Peters
· 21 years ago
b6ecc16
In verbose mode, display the name of each file before trying to compile
by Tim Peters
· 21 years ago
9ca3f85
Whitespace normalization.
by Tim Peters
· 21 years ago
4336eda
Add a trivial test for the compiler package, guarded by compiler resource.
by Jeremy Hylton
· 21 years ago