You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mark Dickinson 9c0baf7202 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. 14 years ago
..
Python-ast.h Issue #2333: Backport set and dict comprehensions syntax. 16 years ago
Python.h Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide 16 years ago
abstract.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
asdl.h Introduce asdl_int_seq, to hold cmpop_ty. 20 years ago
ast.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago
bitset.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
boolobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
bufferobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
bytearrayobject.h Use PyAPI_DATA. 16 years ago
bytes_methods.h Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 17 years ago
bytesobject.h remove some PyBytes_* aliases that are not in 3.x 17 years ago
cStringIO.h Backported PyCapsule from 3.1, and converted most uses of 16 years ago
cellobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
ceval.h Untabify C files. Will watch buildbots. 16 years ago
classobject.h Issue #8268: Old-style classes (not just instances) now support weak 16 years ago
cobject.h Capsule-related changes: 16 years ago
code.h Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. 16 years ago
codecs.h Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 15 years ago
compile.h move unprefixed error into .c file 17 years ago
complexobject.h Issue #1588: Add complex.__format__. 17 years ago
datetime.h Untabify C files. Will watch buildbots. 16 years ago
descrobject.h Untabify C files. Will watch buildbots. 16 years ago
dictobject.h Untabify C files. Will watch buildbots. 16 years ago
dtoa.h Issue #7117: Prepare for backport of py3k float repr. 16 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 22 years ago
errcode.h Patch #802188: better parser error message for non-EOL following line cont. 21 years ago
eval.h - New function sys.call_tracing() allows pdb to debug code 23 years ago
fileobject.h Always define _PyIsSelectable_fd(). 15 years ago
floatobject.h Issue #7117, continued: Change round implementation to use the correctly-rounded 16 years ago
frameobject.h Issue 5954, PyFrame_GetLineNumber: 17 years ago
funcobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
genobject.h #1473257: add generator.gi_code attribute that refers to 18 years ago
graminit.h remove dictmaker rule; it's unused 15 years ago
grammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
import.h Fix issue #1590864, multiple threads and fork() can cause deadlocks, by 17 years ago
intobject.h - Issue #2862: Make int and float freelist management consistent with other 18 years ago
intrcheck.h Excise DL_EXPORT from Include. 24 years ago
iterobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
listobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
longintrepr.h Issue #6713: Improve performance of str(n) and repr(n) for integers n 17 years ago
longobject.h Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a 16 years ago
marshal.h Merge ssize_t branch. 20 years ago
memoryobject.h Issue #2396: backport the memoryview object. 17 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. 18 years ago
modsupport.h Don't repeat yourself 18 years ago
moduleobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
node.h Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
object.h null merge from 2.6 14 years ago
objimpl.h Untabify C files. Will watch buildbots. 16 years ago
opcode.h Issue #2333: Backport set and dict comprehensions syntax. 16 years ago
osdefs.h Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses 20 years ago
parsetok.h Patch #2477: Added from __future__ import unicode_literals 18 years ago
patchlevel.h we live in a post 2.7.3 world 14 years ago
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 23 years ago
pgenheaders.h Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC 24 years ago
py_curses.h Backported PyCapsule from 3.1, and converted most uses of 16 years ago
pyarena.h Added words about what PyArena_Malloc() does. 20 years ago
pycapsule.h Remove extraneous experimental code checked in by accident. 16 years ago
pyctype.h Try to fix linking failures under Windows 14 years ago
pydebug.h null merge from 2.6 14 years ago
pyerrors.h Untabify C files. Will watch buildbots. 16 years ago
pyexpat.h Backported PyCapsule from 3.1, and converted most uses of 16 years ago
pyfpe.h Some patches to Lee Busby's fpectl mods that accidentally didn't make it 29 years ago
pygetopt.h null merge from 2.6 14 years ago
pymacconfig.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
pymactoolbox.h MacOS X: Enable 4-way universal builds 18 years ago
pymath.h Issue #7518: Move substitute definitions of C99 math functions from 16 years ago
pymem.h Silence more 'comparison between signed and unsigned' warnings. 16 years ago
pyport.h Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. 14 years ago
pystate.h Merge. 14 years ago
pystrcmp.h build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files 18 years ago
pystrtod.h Issue #7117: Backport missing pystrtod.h declarations from py3k. 16 years ago
pythonrun.h null merge from 2.6 14 years ago
pythread.h #4852: Remove dead code in every thread implementation, unused for many years. 16 years ago
rangeobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
setobject.h Untabify C files. Will watch buildbots. 16 years ago
sliceobject.h many more types to initialize (I had to expose some of them) 17 years ago
stringobject.h Backport of some of the work in r71665 to trunk. This reworks much of 17 years ago
structmember.h Untabify C files. Will watch buildbots. 16 years ago
structseq.h Clean up some whitespace to be consistent with Python's C style. 24 years ago
symtable.h Untabify C files. Will watch buildbots. 16 years ago
sysmodule.h Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows 16 years ago
timefuncs.h Bug 975996: Add _PyTime_DoubleToTimet to C API 22 years ago
token.h Merged revisions 85675 via svnmerge from 15 years ago
traceback.h #3342: In tracebacks, printed source lines were not indented since r62555. 18 years ago
tupleobject.h Issue #4688: Add a heuristic so that tuples and dicts containing only 17 years ago
ucnhash.h Backported PyCapsule from 3.1, and converted most uses of 16 years ago
unicodeobject.h Untabify C files. Will watch buildbots. 16 years ago
warnings.h wrap line 18 years ago
weakrefobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago