GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Julian Gilbey
2022-01-11
1
-17
/
+17
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
2
-6
/
+5
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-1
/
+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0
/
+1
*
Doc: some rst linting. (GH-30149)
Julien Palard
2021-12-17
1
-1
/
+1
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-3
/
+4
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-09
2
-0
/
+11
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-13
/
+28
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-3
/
+6
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
1
-1
/
+6
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-19
2
-13
/
+14
*
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross
2021-10-27
2
-8
/
+20
*
[doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)
Julien Palard
2021-10-19
1
-2
/
+2
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-0
/
+24
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
2
-3
/
+3
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-3
/
+3
*
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka
2021-09-19
1
-1
/
+1
*
Fix minor typo in Doc/c-api/type.rst (GH-28432)
Konstantin Popov
2021-09-18
1
-1
/
+1
*
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner
2021-09-17
1
-0
/
+3
*
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner
2021-09-17
1
-0
/
+19
*
docs: correct references to __isub__ etc (GH-28297)
David Hewitt
2021-09-16
1
-132
/
+132
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
1
-3
/
+10
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
2
-2
/
+2
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
1
-43
/
+56
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
1
-1
/
+1
*
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Sunny Bean
2021-08-23
1
-1
/
+1
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0
/
+7
*
Note that tp_clear and m_clear are not always called (GH-27581)
Petr Viktorin
2021-08-04
2
-0
/
+12
*
bpo-41886: Fix documented type of PyType_Type (GH-22454)
da-woods
2021-08-03
1
-1
/
+1
*
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
Ken Jin
2021-08-02
1
-0
/
+15
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
2
-0
/
+56
*
bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)
Ammar Askar
2021-07-29
1
-1
/
+1
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0
/
+6
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-10
/
+1
*
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar
2021-07-13
1
-0
/
+8
*
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
1
-8
/
+9
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-0
/
+10
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
1
-3
/
+4
*
Fix a small typo in the docs (GH-26991)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-03
1
-1
/
+1
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
1
-36
/
+0
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
2
-2
/
+9
*
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
Mark Dickinson
2021-06-19
1
-2
/
+2
*
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...
Mark Dickinson
2021-06-16
1
-2
/
+2
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin
2021-06-16
2
-0
/
+48
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
1
-10
/
+3
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
1
-3
/
+10
*
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz
2021-06-03
1
-0
/
+6
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Martmists
2021-05-29
1
-0
/
+2
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
Pablo Galindo
2021-05-29
2
-9
/
+12
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Pablo Galindo
2021-05-29
2
-0
/
+18
[next]