aboutsummaryrefslogtreecommitdiff
path: root/Modules/_opcode.c
AgeCommit message (Expand)Author
2016-07-07Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2015-04-03Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka
2014-02-08Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings
2014-02-03remove code which does nothing but cause refleaksBenjamin Peterson
2014-01-31#Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings
2014-01-28Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings
2014-01-24Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings
2014-01-22Two minor Argument Clinic bugfixes: use the name of the class in theLarry Hastings
2014-01-16Issue #20226: Major improvements to Argument Clinic.Larry Hastings
2014-01-07Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings
2013-11-23Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings
2013-11-23Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings