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