summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/code.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentation for PyCode_New add `qualname` parameter (#107186)da-woods2023-07-291-4/+4
* gh-107298: Fix Sphinx warnings in the C API doc (#107302)Victor Stinner2023-07-261-3/+3
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-3/+14
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-281-6/+92
* Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)Max Bachmann2023-02-041-0/+2
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+48
* gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)C.A.M. Gerlach2022-09-191-2/+2
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-041-0/+25
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-031-0/+14
* GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...Mark Shannon2022-04-211-6/+15
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* bpo-43950: Add documentation for PEP-657 (GH-27047)Ammar Askar2021-07-131-0/+8
* Document PyCode_Addr2Line function. (GH-25111)Mark Shannon2021-04-021-0/+8
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-1/+1
* 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