summaryrefslogtreecommitdiff
path: root/Include/Python.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-021-1/+0
* Delete bufferobject.[ch].Guido van Rossum2007-10-081-1/+0
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+2
* Cruft removal:Neal Norwitz2006-12-281-8/+0
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-171-8/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+2
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+1
* Remove PyArg_NoArgs() and PyArg_GetInt()Neal Norwitz2006-03-171-7/+0
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-0/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-2/+1
* Use intptr_t/uintptr_t on WindowsMartin v. Löwis2004-07-271-0/+5
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-271-0/+1
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-0/+2
* compile.h and eval.h weren't being included which kept a fair bit of theSkip Montanaro2004-03-131-0/+3
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-6/+0
* Changed the UCHAR_MAX error msg a bit: we don't really assume anythingTim Peters2003-12-221-1/+1
* There are places in Python which assume bytes have 8-bits. Formalize that aSkip Montanaro2003-12-221-0/+8
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-1/+1
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-201-11/+0
* Define _XOPEN_SOURCE in configure and Python.h.Jeremy Hylton2002-07-181-6/+1
* HAVE_LIMITS_H -- raise #error if not defined; limits.h is std CTim Peters2002-07-121-0/+2