summaryrefslogtreecommitdiff
path: root/Lib/test/test_code.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-3/+17
* Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-1/+39
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+3
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-2/+29
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-1/+15
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-021-0/+4
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-6/+6
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+17
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+85