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/+32
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+3
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-3/+3
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-2/+29
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-1/+15
* Add ``if __name__ == '__main__'`` to some test files where it didn't take a lotBrett Cannon2008-04-011-0/+4
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-041-0/+17
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+85