Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
test
/
test_codeop.py
4bb142b
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 14 years ago
e36199b
fix several compile() issues by translating newlines in the tokenizer
by Benjamin Peterson
· 16 years ago
6c0f337
Adding tests derived from the Jython project. These are primarily tests of
by Frank Wierzbicki
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
f545baa
Whitespace normalization.
by Tim Peters
· 22 years ago
72c5c77
minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.
by Samuele Pedroni
· 22 years ago
de9a0d3
beefed up version: jython support, covers now fixed differences between CPython/Jython.
by Samuele Pedroni
· 22 years ago
4b499dd3
- Finally fixed the bug in compile() and exec where a string ending
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 24 years ago
3bd071e
Patch #442866: Tests for codeop.py.
by Martin v. Löwis
· 24 years ago