summaryrefslogtreecommitdiff
path: root/Modules/clinic
Commit message (Expand)AuthorAgeFilesLines
* Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-14/+23
* Regenerated Argument Clinic checksums.Serhiy Storchaka2015-02-202-3/+3
* Merge with 3.4 (closes #23280)Zachary Ware2015-01-201-1/+69
|\
| * Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-201-1/+69
* | Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-171-14/+23
* | Issue #21092: Merge from 3.4.Mark Dickinson2015-01-111-3/+3
|\ \ | |/
* | Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-167-2/+1776
|\ \ | |/ |/|
| * Issue 20152, 22821: Port the fcntl module to Argument Clinic.Brett Cannon2014-11-091-0/+188
| * Issue #20152: Convert the cmath module to Argument Clinic.Brett Cannon2014-10-141-0/+851
| * Issue #22615: Argument Clinic now supports the "type" argument for theLarry Hastings2014-10-131-3/+3
| * Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-101-0/+505
| * Add a missing Argument Clinic fileBrett Cannon2014-08-221-0/+73
| * Issue #20152: Port the spwd module to Argument Clinic.Brett Cannon2014-08-221-0/+70
| * Issue #20152: Convert the grp module to Argument Clinic.Brett Cannon2014-08-221-0/+87
| * Issue #22120: For functions using an unsigned integer return converter,Larry Hastings2014-08-051-2/+2
* | 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-086-86/+251
* Issue #20489: Explicitly qualified expressions for default values in methods.Serhiy Storchaka2014-02-051-3/+3
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-01-311-1/+17
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-286-86/+86
* Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate ...Serhiy Storchaka2014-01-271-0/+457
* Issue #20193: The zlib module now uses Argument Clinic.Serhiy Storchaka2014-01-271-0/+411
* cleanup after custom buffer converterBenjamin Peterson2014-01-261-6/+26
* Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ c...Larry Hastings2014-01-251-4/+7
* Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).Larry Hastings2014-01-252-1324/+163
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-254-0/+2807