summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/code.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix the miscellaneous typo (GH-17700)cocoatomo2019-12-251-1/+1
* bpo-38434: Fixes some audit event documentation (GH-16932)Steve Dower2019-10-261-2/+0
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Pablo Galindo2019-07-011-10/+11
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)Pablo Galindo2019-06-011-1/+1
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-0/+2
* Document changes for PyCode_New regarding PEP570 (GH-13706)Pablo Galindo2019-05-311-0/+3
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-1/+1
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+1
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* Issue #14090: fix some minor C API problems in default branch (3.3)Eli Bendersky2012-06-031-3/+3
* Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-201-1/+1
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-9/+9
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-0/+50