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
/
Doc
/
c-api
/
sys.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
Skip Montanaro
2024-02-11
1
-11/+22
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
1
-4/+4
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-4/+17
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-2/+3
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-2/+2
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-1/+1
*
gh-106948: Docs: Disable links for C standard library functions, OS utility f...
Erlend E. Aasland
2023-07-23
1
-2/+2
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
1
-0/+3
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-54/+0
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-3/+3
*
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner
2022-08-18
1
-2/+2
*
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner
2022-06-17
1
-1/+3
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-2/+2
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-0/+7
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
1
-3/+3
*
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra
2022-04-02
1
-3/+3
*
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner
2021-05-12
1
-0/+18
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-34/+36
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-0/+7
*
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...
Steve Dower
2019-12-09
1
-0/+8
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
1
-11/+12
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow
2019-11-15
1
-0/+18
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-4/+4
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
1
-1/+10
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-4/+0
*
Fix typo: decription -> description (GH-13543)
Xtreak
2019-05-24
1
-1/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+50
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
1
-2/+2
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-4/+11
*
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan
2018-03-25
1
-3/+12
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
1
-0/+22
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-2/+11
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-3/+4
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-0/+39
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
1
-2/+2
*
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon
2016-06-24
1
-2/+3
*
Issue #27186: Document PyOS_FSPath().
Brett Cannon
2016-06-09
1
-0/+10
*
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-5/+9
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-2/+2
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-2/+2
*
|
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-0/+54
|
/
*
Remove already dropped function PySys_GetFile from documentation.
Andrew Svetlov
2012-10-31
1
-6/+0
*
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou
2010-10-21
1
-0/+15
*
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl
2010-10-06
1
-34/+34
*
Consistency check for versionadded/changed directives.
Georg Brandl
2010-08-17
1
-0/+1
*
Add versionadded tag to PySys_FormatStd*() functions doc
Victor Stinner
2010-08-16
1
-0/+4
*
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
Victor Stinner
2010-08-16
1
-1/+12
*
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner
2010-05-19
1
-0/+4
[next]