summaryrefslogtreecommitdiff
path: root/Include/code.h
Commit message (Expand)AuthorAgeFilesLines
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+1
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-24/+24
* Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-4/+3
* Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).Raymond Hettinger2016-11-211-4/+3
* Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-111-0/+10
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-0/+1
* Make PyCodeObject.co_extra even more private to force users through the prope...Brett Cannon2016-09-071-10/+4
* Add the co_extra field and accompanying APIs to code objects.Brett Cannon2016-09-071-1/+19
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* co_lnotab supports negative line number deltaVictor Stinner2016-01-201-1/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+5
* PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-0/+1
* #11983: update comment to describe which fields are used and why.Andrew Kuchling2014-04-141-1/+6
* map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-251-0/+6
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+4
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-8/+1
* Issue #9630: Redecode filenames when setting the filesystem encodingVictor Stinner2010-09-291-0/+7
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-0/+1
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-9/+14
* a little more fiddling to make flags like 2.xBenjamin Peterson2009-07-021-0/+2
* the old CO_FUTURE flags can't be commented outBenjamin Peterson2009-07-021-2/+0
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-1/+3
* Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarationsMark Dickinson2009-02-011-1/+1
* Remove old macro that isn't used anywhere anymore.Georg Brandl2008-05-111-4/+0
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-0/+1
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-201-0/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-2/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+2
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+4
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+3
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+16
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-3/+3
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+6
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+1
* Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...Neal Norwitz2006-02-251-1/+4
* Generators have been permanent for a while. This comment is no longer applic...Neal Norwitz2006-02-191-6/+1
* Use the newer names for APIs after the AST mergeNeal Norwitz2005-10-211-3/+3
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+73