1. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  2. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  3. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  4. 581139c Run Argument Clinic on posixmodule.c by Victor Stinner · 8 years ago
  5. b1cb8b2 merge 3.5 by Benjamin Peterson · 8 years ago
  6. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  7. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  8. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  9. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  10. b4f43e9 Clarify documentation for os.fspath(). by Brett Cannon · 8 years ago
  11. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  12. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  13. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  14. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  15. 80d62e6 Issue #23530: fix clinic comment. by Charles-François Natali · 9 years ago
  16. f0b5015 Converted os._getfullpathname() and os._isdir() to Argument Clinic. by Serhiy Storchaka · 9 years ago
  17. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  18. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  19. f737703 Issue #23668: Regenerates posixmodule.c.h for new ifdefs by Steve Dower · 9 years ago
  20. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  21. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago