summaryrefslogtreecommitdiff
path: root/Modules/_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* 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