1. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 6 years ago
  2. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 6 years ago
  3. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  4. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  5. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  6. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 7 years ago
  7. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  8. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 8 years ago
  9. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  10. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  11. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  12. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  13. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  14. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  15. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  16. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  17. ad5b1df Add versionadded tag to PySys_FormatStd*() functions doc by Victor Stinner · 14 years ago
  18. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  19. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  20. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  21. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 15 years ago
  22. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  23. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 16 years ago