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
/
init.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-2/+2
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-8/+8
*
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan
2018-03-25
1
-0/+3
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
1
-3/+3
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-40/+23
*
Fix PyTrace_RETURN documentation (GH-5384)
Xiang Zhang
2018-01-28
1
-1/+1
*
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Xiang Zhang
2018-01-28
1
-9/+20
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Xiang Zhang
2018-01-28
1
-2/+2
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
1
-5/+6
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-2/+2
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-3/+2
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-2/+3
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-3/+2
*
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner
2017-11-30
1
-2/+3
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
1
-3/+212
*
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto
2017-10-24
1
-1/+1
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+157
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-4/+4
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+8
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+4
*
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
1
-40/+0
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-12/+12
|
\
|
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-12/+12
*
|
Closes #22731: Documents change of console mode.
Steve Dower
2016-09-09
1
-0/+4
|
\
\
|
|
/
|
*
Closes #22731: Documents change of console mode.
Steve Dower
2016-09-09
1
-0/+4
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-12/+21
|
/
*
Close #24458: PEP 489 documentation
Nick Coghlan
2015-07-03
1
-0/+2
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
merge 3.4 (#23110)
Benjamin Peterson
2014-12-24
1
-0/+3
|
\
\
|
|
/
|
*
doucment that Py_SetPath copies its argument (closes #23110)
Benjamin Peterson
2014-12-24
1
-0/+3
*
|
merge with 3.4
Georg Brandl
2014-10-11
1
-1/+3
|
\
\
|
|
/
|
*
Closes #21687: delimiter in Py_SetPath is platform dependent
Georg Brandl
2014-10-11
1
-1/+3
|
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+1
*
|
Issue #18395, #22108: Update embedded Python examples to decode correctly
Victor Stinner
2014-08-01
1
-0/+15
*
|
Merge 3.3 (#16805)
Éric Araujo
2014-03-12
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
Fix note markup (#16805).
Éric Araujo
2014-03-12
1
-0/+1
*
|
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan
2013-10-18
1
-5/+8
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
1
-0/+27
*
|
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou
2013-09-30
1
-25/+30
|
\
\
|
|
/
|
*
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou
2013-09-30
1
-25/+30
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-1/+5
*
|
Issue #17522: Minor documentation fix
Kristján Valur Jónsson
2013-03-23
1
-0/+2
*
|
Issue #17522: Add the PyGILState_Check() API.
Kristján Valur Jónsson
2013-03-23
1
-0/+12
|
/
*
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky
2012-06-03
1
-1/+1
*
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith...
Sandro Tosi
2012-01-07
1
-1/+1
[next]