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
/
Include
/
Python.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
1
-3/+3
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
1
-1/+1
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-0/+1
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
1
-1/+1
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+1
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Victor Stinner
2021-11-23
1
-1/+1
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
1
-4/+6
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-5/+5
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-1/+1
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Victor Stinner
2021-10-14
1
-7/+4
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-1/+2
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-1/+0
*
bpo-45434: Cleanup Python.h header file (GH-28883)
Victor Stinner
2021-10-11
1
-52/+13
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2021-07-27
1
-13/+0
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon
2021-06-10
1
-1/+10
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
1
-9/+0
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-1/+0
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+0
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-5/+5
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-2/+2
*
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim
2021-02-16
1
-1/+1
*
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou
2020-06-21
1
-0/+1
*
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner
2020-04-28
1
-0/+1
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
1
-0/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-0/+1
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+1
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
1
-1/+0
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-1/+1
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
1
-0/+1
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-1/+1
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith
2018-12-30
1
-0/+10
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
1
-2/+2
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
1
-0/+9
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-2/+0
*
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner
2018-10-25
1
-0/+1
*
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson
2018-09-14
1
-1/+1
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-0/+1
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...
stratakis
2018-01-23
1
-0/+3
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-1/+1
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-4/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-0/+4
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-1/+1
*
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-0/+1
*
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-0/+1
*
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-0/+1
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+1
[next]