summaryrefslogtreecommitdiff
path: root/Modules/clinic/_pickle.c.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-091-13/+13
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-13/+19
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-9/+9
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-9/+9
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-10/+19
|/
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-4/+4
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-20/+23
|\
| * Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-241-13/+7
| * Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-8/+17
* | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-5/+5
|/
* Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-161-1/+55
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-081-17/+51
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-17/+17
* Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate ...Serhiy Storchaka2014-01-271-0/+457