Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22832: Tweaked parameter names for fcntl module to better match | Serhiy Storchaka | 2015-03-20 | 1 | -18/+17 |
| | | | | | official POSIX documentation. Updated the documenttion for Python 3. Patch by Alex Shkop. | ||||
* | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 1 | -14/+23 |
| | | | | Patch by Nikolaus Rath. | ||||
* | Regenerated Argument Clinic checksums. | Serhiy Storchaka | 2015-02-20 | 2 | -3/+3 |
| | |||||
* | Merge with 3.4 (closes #23280) | Zachary Ware | 2015-01-20 | 1 | -1/+69 |
|\ | |||||
| * | Issue #23280: Fix docstrings for binascii.(un)hexlify | Zachary Ware | 2015-01-20 | 1 | -1/+69 |
| | | |||||
* | | Issue #15955: Add an option to limit output size when decompressing LZMA data. | Antoine Pitrou | 2015-01-17 | 1 | -14/+23 |
| | | | | | | | | Patch by Nikolaus Rath and Martin Panter. | ||||
* | | Issue #21092: Merge from 3.4. | Mark Dickinson | 2015-01-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
* | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+55 |
|\ \ | |/ | |||||
| * | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 1 | -1/+55 |
| | | |||||
* | | Issue 20152, 22821: Port the fcntl module to Argument Clinic. | Brett Cannon | 2014-11-10 | 1 | -0/+188 |
| | | | | | | | | | | | | | | | | Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of a long. Thanks to Serhiy Storchaka for reviewing my Clinic patch and for writing the patch to fix the long/int issue. | ||||
* | | Issue #20152: Convert the cmath module to Argument Clinic. | Brett Cannon | 2014-10-14 | 1 | -0/+851 |
| | | |||||
* | | Issue #22615: Argument Clinic now supports the "type" argument for the | Larry Hastings | 2014-10-13 | 1 | -3/+3 |
| | | | | | | | | | | int converter. This permits using the int converter with enums and typedefs. | ||||
* | | Issue #20152: Port the array module to Argument Clinic. | Brett Cannon | 2014-10-10 | 1 | -0/+505 |
| | | |||||
* | | Add a missing Argument Clinic file | Brett Cannon | 2014-08-22 | 1 | -0/+73 |
| | | |||||
* | | Issue #20152: Port the spwd module to Argument Clinic. | Brett Cannon | 2014-08-22 | 1 | -0/+70 |
| | | |||||
* | | Issue #20152: Convert the grp module to Argument Clinic. | Brett Cannon | 2014-08-22 | 1 | -0/+87 |
| | | |||||
* | | Issue #22120: For functions using an unsigned integer return converter, | Larry Hastings | 2014-08-05 | 1 | -2/+2 |
|/ | | | | | Argument Clinic now generates a cast to that type for the comparison to -1 in the generated code. (This supresses a compilation warning.) | ||||
* | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 6 | -86/+251 |
| | | | | | | | The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4. | ||||
* | Issue #20489: Explicitly qualified expressions for default values in methods. | Serhiy Storchaka | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | #Issue 20456: Several improvements and bugfixes for Argument Clinic, | Larry Hastings | 2014-02-01 | 1 | -1/+17 |
| | | | | | including correctly generating code for Clinic blocks inside C preprocessor conditional blocks. | ||||
* | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 6 | -86/+86 |
| | | | | | | | | | | annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date). | ||||
* | Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate ↵ | Serhiy Storchaka | 2014-01-27 | 1 | -0/+457 |
| | | | | file. | ||||
* | Issue #20193: The zlib module now uses Argument Clinic. | Serhiy Storchaka | 2014-01-26 | 1 | -0/+411 |
| | |||||
* | cleanup after custom buffer converter | Benjamin Peterson | 2014-01-26 | 1 | -6/+26 |
| | |||||
* | Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ ↵ | Larry Hastings | 2014-01-26 | 1 | -4/+7 |
| | | | | calls. | ||||
* | Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). | Larry Hastings | 2014-01-26 | 2 | -1324/+163 |
| | |||||
* | Issue #20390: Small fixes and improvements for Argument Clinic. | Larry Hastings | 2014-01-26 | 4 | -0/+2807 |