History log of /external/python/cpython2/Lib/test/test_codeop.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4bb142b1b712d8e67c81687d396685fba55abf77 18-Dec-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Issue #16714: use 'raise' exceptions, don't 'throw'.

Patch by Serhiy Storchaka.
/external/python/cpython2/Lib/test/test_codeop.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/test/test_codeop.py
e36199b49df77c96bad687c6681d8e54c5053b84 13-Nov-2009 Benjamin Peterson <benjamin@python.org> fix several compile() issues by translating newlines in the tokenizer
/external/python/cpython2/Lib/test/test_codeop.py
6c0f337904c1a6414fbaee84f7923cc0877e47eb 02-Aug-2009 Frank Wierzbicki <fwierzbicki@gmail.com> Adding tests derived from the Jython project. These are primarily tests of
'single' statements with partial sentences (so they test things like "try:" in
interactive mode). Others tests hit areas that previously failed in Jython. A
couple still fail in Jython, mainly due to the difficulty of parsing partial
sentences (but should be fixed by Jython 2.6).
/external/python/cpython2/Lib/test/test_codeop.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_codeop.py
f545baa0cce0fd92d5cd0d507e19c848ce9d95e8 16-Jun-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_codeop.py
72c5c77ce17b5b1dbe23a10bc801d1169cf94d92 17-May-2003 Samuele Pedroni <pedronis@openend.se> minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.
/external/python/cpython2/Lib/test/test_codeop.py
de9a0d3158df0278d83754740f33276f780cef90 17-May-2003 Samuele Pedroni <pedronis@openend.se> beefed up version: jython support, covers now fixed differences between CPython/Jython.
/external/python/cpython2/Lib/test/test_codeop.py
4b499dd3fb49181efbd99f87e45ff923146cba8a 13-Feb-2003 Guido van Rossum <guido@python.org> - Finally fixed the bug in compile() and exec where a string ending
with an indented code block but no newline would raise SyntaxError.
This would have been a four-line change in parsetok.c... Except
codeop.py depends on this behavior, so a compilation flag had to be
invented that causes the tokenizer to revert to the old behavior;
this required extra changes to 2 .h files, 2 .c files, and 2 .py
files. (Fixes SF bug #501622.)
/external/python/cpython2/Lib/test/test_codeop.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
/external/python/cpython2/Lib/test/test_codeop.py
2e2be3760ccdfd4bdde4afdd66f4078022ba3b61 20-Sep-2001 Fred Drake <fdrake@acm.org> Change the PyUnit-based tests to use the test_main() approach. This
allows using the tests with unittest.py as a script. The tests will
still run when run as a script themselves.
/external/python/cpython2/Lib/test/test_codeop.py
ab9ba27dc066adc6423ea137b9481cf524d10ffd 09-Aug-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_codeop.py
3bd071e3f76e0c131e63107828ac53783938258c 30-Jul-2001 Martin v. Löwis <martin@v.loewis.de> Patch #442866: Tests for codeop.py.
/external/python/cpython2/Lib/test/test_codeop.py