summaryrefslogtreecommitdiff
path: root/Include/Python.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)Miss Islington (bot)2018-12-301-0/+10
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Miss Islington (bot)2018-11-121-2/+2
* [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)Gregory P. Smith2018-11-121-0/+9
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...stratakis2018-01-231-0/+3
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+1
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-4/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-0/+4
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-1/+1
* issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-041-0/+1
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-291-0/+1
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+1
* ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+1
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+1
* Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-1/+0
|\
| * Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-1/+0
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-1/+1
|\ \ | |/
| * Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-2/+2
* | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an arrayVictor Stinner2011-09-291-18/+1
* | Move code related to compile from Python.h to compile.hVictor Stinner2011-09-291-19/+0
* | Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-291-1/+1
* | Rename new macros to conform to naming rules (function macros have "Py" prefi...Georg Brandl2011-09-281-3/+3
* | Implement PEP 393.Martin v. Löwis2011-09-281-0/+5
* | Issue #11863: Remove support for legacy systems deprecated in Python 3.2Antoine Pitrou2011-07-081-5/+0
|/
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+4
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-0/+1
* Create fileutils.c/.hVictor Stinner2010-10-071-11/+1
* Create _Py_fopen() for PyUnicodeObject pathVictor Stinner2010-08-141-1/+2
* Issue #9425: Create private _Py_stat() functionVictor Stinner2010-08-141-0/+5
* Create _Py_wchar2char() function, reverse of _Py_char2wchar()Victor Stinner2010-08-131-0/+3
* Reimplement addbuilddir() in C inside getpath.c, so as to execute itAntoine Pitrou2010-08-131-1/+2
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-0/+1
* Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wideStefan Krah2010-07-191-6/+1
* Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+2
* Move _Py_char2wchar from python.c to main.c.Ronald Oussoren2010-04-181-1/+1
* Fix the --with-cxx-main build.Collin Winter2010-04-171-0/+6
* #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii valuesPhilip Jenvey2010-04-141-0/+3
* Issue 7147 - remove ability to attempt to build Python without complex number...Skip Montanaro2009-10-181-2/+0
* remove PyCObjectBenjamin Peterson2009-07-011-1/+0
* these builtins have to be initializedBenjamin Peterson2009-05-091-0/+1
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+1
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+1
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-161-0/+1
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-1/+1
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-1/+1
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+1
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+1
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-1/+1
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+1