summaryrefslogtreecommitdiff
path: root/Modules/_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-051-1/+7
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-011-6/+1
* bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon2021-12-151-1/+1
* bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)Irit Katriel2021-08-121-1/+1
* bpo-44725 : expose specialization stats in python (GH-27192)Irit Katriel2021-07-291-0/+20
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-1/+6
* bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)Mohamed Koubaa2020-09-071-14/+7
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-181-3/+21
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-2/+2
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-34/+3
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-081-2/+4
* remove code which does nothing but cause refleaksBenjamin Peterson2014-02-031-4/+0
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-01-311-28/+22
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-2/+2
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-2/+2
* Two minor Argument Clinic bugfixes: use the name of the class in theLarry Hastings2014-01-221-4/+4
* Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-2/+2
* Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-7/+7
* Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-231-9/+10
* Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+116