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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-2/+11
*
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-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-9/+38
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
1
-3/+212
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12
1
-1/+2
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-29179: Document the Py_UNUSED macro (#4341)
Petr Viktorin
2017-11-08
1
-0/+7
*
bpo-31338: C API intro: add missing versionadded (#4339)
Victor Stinner
2017-11-08
1
-0/+10
*
Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)
Petr Viktorin
2017-11-08
1
-0/+2
*
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
Phobosmir
2017-11-04
1
-1/+1
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+16
*
bpo-20064: Document PyObject_Malloc() (#4199)
Victor Stinner
2017-10-31
1
-1/+64
*
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto
2017-10-24
1
-1/+1
*
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
vyas45
2017-10-15
1
-1/+1
*
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
Serhiy Storchaka
2017-10-08
1
-1/+17
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-6/+15
*
Document Py_GETENV() (#3890)
Barry Warsaw
2017-10-06
1
-0/+5
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+157
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-0/+7
*
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Michael Seifert
2017-09-15
2
-15/+40
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-5/+57
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-7/+0
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-0/+7
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-5/+11
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
1
-0/+22
*
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Emily Morehouse
2017-06-13
1
-1/+1
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-3/+4
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-4/+4
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-0/+39
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+8
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-4/+4
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu
2017-04-27
2
-42/+48
*
bpo-29751: Improve PyLong_FromString documentation (GH-915)
csabella
2017-04-24
1
-7/+6
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-15
1
-12/+9
*
bpo-30059: Include Py_Ellipsis in C API documentation (#1018)
Michael Seifert
2017-04-14
1
-0/+11
*
bpo-19225: Add a table of warning names and missed exception names in C API d...
cocoatomo
2017-04-02
1
-56/+149
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
9
-82/+77
*
bpo-29917: DOC: Remove link from PyMethodDef (#890)
csabella
2017-03-30
1
-2/+2
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+4
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Serhiy Storchaka
2017-03-19
1
-47/+48
*
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka
2017-03-12
1
-4/+4
*
fix minor bug in pymalloc. (#335)
INADA Naoki
2017-02-27
1
-1/+1
*
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka
2017-01-25
1
-0/+37
|
\
*
|
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka
2017-01-22
1
-2/+8
*
|
Issue #29292: Merge 3.6.
Xiang Zhang
2017-01-20
1
-2/+3
|
\
\
|
|
/
[next]