1. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years ago
  2. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 7 months ago
  3. b8cbe74 bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Steve Dower · 4 years, 10 months ago
  4. e563a15 bpo-38892: Improve docs for audit event (GH-17361) by Terry Jan Reedy · 4 years, 10 months ago
  5. 73cdb0c bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Eric Snow · 4 years, 11 months ago
  6. 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 5 years ago
  7. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 5 years ago
  8. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 5 years ago
  9. cf7d5ef Fix typo: decription -> description (GH-13543) by Xtreak · 5 years ago
  10. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  11. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  12. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  13. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 6 years ago
  14. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 7 years ago
  15. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  16. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  17. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  18. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  19. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  20. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  21. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 8 years ago
  22. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  23. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  24. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  25. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  26. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  27. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  28. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  29. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  30. ad5b1df Add versionadded tag to PySys_FormatStd*() functions doc by Victor Stinner · 14 years ago
  31. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  32. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  33. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  34. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  35. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 17 years ago
  36. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago