summaryrefslogtreecommitdiff
path: root/Include/Python.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)2018-01-241-0/+3
* Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wideStefan Krah2010-07-191-6/+1
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+1
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+1
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-0/+1
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-1/+1
* Correct an incorrect comment about our #include of stddef.h.Gregory P. Smith2008-06-111-1/+1
* Fix preprocessor statement.Thomas Heller2008-06-051-1/+2
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-2/+2
* First step of the C API rename:Christian Heimes2008-05-261-0/+1
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+1
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+1
* Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings.Neal Norwitz2008-03-281-1/+1
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+1
* Finish backporting new buffer API to Python 2.6. Left to do: memoryview obje...Travis E. Oliphant2008-03-181-0/+1
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+1
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-1/+1
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-221-0/+2
* 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
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-071-0/+8
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+4
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+10
* Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)Jason Tishler2002-06-041-8/+8
* Silly typo.Michael W. Hudson2002-05-271-1/+1
* Back out #555929Martin v. Löwis2002-05-151-2/+3
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-151-3/+2
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+1
* Add a comment that PyArg_GetInt is deprecated and should not be usedNeal Norwitz2002-03-251-0/+1
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-0/+3
* Give Python a debug-mode pymalloc, much as sketched on Python-Dev.Tim Peters2002-03-231-0/+9
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-0/+3
* Stop defining NDEBUG in Python.h, because it can interfere withTim Peters2001-12-041-5/+4
* Include the weakref object interface.Fred Drake2001-10-051-0/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+1
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1