Commits
User selector
Commit History
Commits on Sep 8, 2017
- authored
- authored
- authored
optimize all_name_chars (#3442)
Show description for 9020ac7authored
Commits on Jul 4, 2017
bpo-30789: Use a single memory block for co_extra. (#2555)
Show description for 378ebb6authored andcommitted
Commits on Jun 28, 2017
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455)
Show description for 23e7944authored
Commits on Jun 21, 2017
bpo-30604: clean up co_extra support (#2144)
Show description for f3cffd2authored andcommitted

Commits on Apr 20, 2017
- authored andcommitted
Commits on Mar 2, 2017
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
Show description for 6a9122cauthored andcommitted
Commits on Jan 24, 2017
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Show description for 067cbd0committedIssue #29337: Fixed possible BytesWarning when compare the code objects.
Show description for 4102d25committedIssue #29337: Fixed possible BytesWarning when compare the code objects.
Show description for 713640ccommitted
Commits on Dec 16, 2016
Issue #18896: Python function can now have more than 255 parameters.
Show description for 5bb8b91committed
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0dcommitted
Commits on Nov 9, 2016
- committed
Yury Selivanov - committed
Yury Selivanov
Commits on Sep 7, 2016
- committed
- committed
- committed
- committed
Add the co_extra field and accompanying APIs to code objects.
Show description for 5c4de28committed
Commits on Aug 30, 2016
Commits on Apr 15, 2016
- committed
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3committed
Commits on Jan 22, 2016
code_richcompare() now uses the constants types
Show description for efb2413committedcode_richcompare() now uses the constants types
Show description for 3cdd5fbcommitted
Commits on Jan 20, 2016
co_lnotab supports negative line number delta
Show description for f3914ebcommitted
Commits on Dec 19, 2015
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for 5c4064ecommitted
Commits on Oct 10, 2013
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
Show description for 7c74de4committed
Commits on Jul 26, 2012
Issue #15456: Fix code __sizeof__ after #12399 change.
Show description for 3bbd2facommitted
Commits on Dec 12, 2011
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Show description for bf6e560committed
Victor Stinner