Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
test
/
test_compiler.py
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
b646547
Issue #2333: Backport set and dict comprehensions syntax.
by Alexandre Vassalotti
· 15 years ago
ee936a2
Issue #2335: Backport set literals syntax from Python 3.x.
by Alexandre Vassalotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
944f684
Allow multiple context managers in one with statement, as proposed
by Georg Brandl
· 16 years ago
f8741ea
Add test for issue #999042, explict global statement works.
by Neil Schemenauer
· 16 years ago
67f24f1
follow-up of issue3473: update the compiler package to recognize the new syntax.
by Amaury Forgeot d'Arc
· 17 years ago
6192df1
Deprecate the compiler package for removal in 3.0.
by Brett Cannon
· 17 years ago
14cae96
Another test for __future__ print_function.
by Eric Smith
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
a513619
Patch #1031213: Decode source line in SyntaxErrors back to its original
by Martin v. Löwis
· 18 years ago
ab49684
Patch #1638243: the compiler package is now able to correctly compile
by Georg Brandl
· 18 years ago
4c6b0d5
Fix a bug in the ``compiler`` package that caused invalid code to be
by Neil Schemenauer
· 19 years ago
b1ccc4d
Whitespace normalization.
by Tim Peters
· 19 years ago
06ded09
Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.
by Neil Schemenauer
· 19 years ago
edd9b0d
Bug #1441397: The compiler module now recognizes module and function
by Georg Brandl
· 19 years ago
f57c54d
Test for correct compilation of try-except-finally stmt.
by Georg Brandl
· 19 years ago
b2afe85
Make use of new str.startswith/endswith semantics.
by Georg Brandl
· 19 years ago
1bb6230
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
by Georg Brandl
· 19 years ago
dd28d1c
Try to really fix the slow buildbots this time.
by Neal Norwitz
· 19 years ago
07c6071
test_compile can be really long if we are using -u compiler.
by Neal Norwitz
· 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
· 19 years ago
39cdfff
Add compiler test regarding optional arguments.
by Georg Brandl
· 19 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