COMMITS
/ Modules/_opcode.c July 20, 2023
I
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
July 14, 2023
I
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel committed
June 17, 2023
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
August 12, 2021
I
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel committed
July 29, 2021
I
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
September 7, 2020
M
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa committed
September 18, 2018
S
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
February 3, 2014
B
remove code which does nothing but cause refleaks
Benjamin Peterson committed
February 1, 2014
L
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 22, 2014
L
Two minor Argument Clinic bugfixes: use the name of the class in the
Larry Hastings committed
January 16, 2014
L
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
L
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings committed