index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_code.py
Commit message (
Expand
)
Author
Age
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
*
bpo-36851: Clean the frame stack if the execution ends with a return and the ...
Pablo Galindo
2019-05-09
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
*
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
2017-12-03
*
bpo-30604: Skip CoExtra tests if ctypes is missing (#2356)
Victor Stinner
2017-06-23
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
*
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
*
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
Merged revisions 79060 via svnmerge from
Collin Winter
2010-03-18
*
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti
2009-07-21
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from
Benjamin Peterson
2008-04-02
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Whitespace normalization.
Tim Peters
2005-12-25
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20