index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
clinic
/
posixmodule.c.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka
2016-11-08
1
-2/+3
|
*
do not pretend to support passing a fd to access()
Benjamin Peterson
2016-09-05
1
-3/+3
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-318/+314
|
|
|
|
generated by Argument Clinic. Patch by Petr Viktorin.
*
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-3/+3
|
*
Converted os._getfullpathname() and os._isdir() to Argument Clinic.
Serhiy Storchaka
2015-05-12
1
-1/+73
|
*
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Serhiy Storchaka
2015-04-23
1
-280/+126
|
|
|
|
same line as function name.
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-24/+47
|
*
Issue #23668: Regenerates posixmodule.c.h for new ifdefs
Steve Dower
2015-04-12
1
-5/+5
|
*
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka
2015-04-03
1
-88/+88
|
|
|
|
PyArg_Parse instead of PyArg_ParseTuple if possible.
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-0/+5850