summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/posixmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-125/+187
* | - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-320/+316
|\ \ | |/
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-318/+314
* | Clarify documentation for os.fspath().Brett Cannon2016-06-091-4/+4
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-161/+321
* | issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-041-1/+33
* | Issue #23738: Merge 3.5 into 3.6Martin Panter2015-09-091-3/+3
|\ \ | |/
| * Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-091-3/+3
* | Issue #23530: fix clinic comment.Charles-François Natali2015-08-131-3/+7
|/
* Converted os._getfullpathname() and os._isdir() to Argument Clinic.Serhiy Storchaka2015-05-121-1/+73
* Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-231-280/+126
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-24/+47
* Issue #23668: Regenerates posixmodule.c.h for new ifdefsSteve Dower2015-04-121-5/+5
* Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-031-88/+88
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-0/+5850