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
*
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
*
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
1
-0/+1
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-1/+0
|
\
|
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-1/+0
*
|
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-2/+2
*
|
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
Victor Stinner
2011-09-28
1
-18/+1
*
|
Move code related to compile from Python.h to compile.h
Victor Stinner
2011-09-28
1
-19/+0
*
|
Clean up a few tabs that went in with PEP393.
Ezio Melotti
2011-09-28
1
-1/+1
*
|
Rename new macros to conform to naming rules (function macros have "Py" prefi...
Georg Brandl
2011-09-28
1
-3/+3
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+5
*
|
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou
2011-07-08
1
-5/+0
|
/
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+4
*
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-0/+1
*
Create fileutils.c/.h
Victor Stinner
2010-10-07
1
-11/+1
*
Create _Py_fopen() for PyUnicodeObject path
Victor Stinner
2010-08-14
1
-1/+2
*
Issue #9425: Create private _Py_stat() function
Victor Stinner
2010-08-14
1
-0/+5
*
Create _Py_wchar2char() function, reverse of _Py_char2wchar()
Victor Stinner
2010-08-13
1
-0/+3
*
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
Antoine Pitrou
2010-08-13
1
-1/+2
*
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
1
-0/+1
*
Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
Stefan Krah
2010-07-19
1
-6/+1
*
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
1
-0/+2
*
Move _Py_char2wchar from python.c to main.c.
Ronald Oussoren
2010-04-18
1
-1/+1
*
Fix the --with-cxx-main build.
Collin Winter
2010-04-17
1
-0/+6
*
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Philip Jenvey
2010-04-14
1
-0/+3
*
Issue 7147 - remove ability to attempt to build Python without complex number...
Skip Montanaro
2009-10-18
1
-2/+0
*
remove PyCObject
Benjamin Peterson
2009-07-01
1
-1/+0
*
these builtins have to be initialized
Benjamin Peterson
2009-05-09
1
-0/+1
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-0/+1
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
1
-0/+1
[next]