..
Python-ast.h
Merged revisions 62047 via svnmerge from
18 years ago
Python.h
Issue #14387: Do not include accu.h from Python.h.
14 years ago
abstract.h
#11565: Merge with 3.1.
15 years ago
accu.h
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
14 years ago
asdl.h
Whoops, fix build breakage. There were still a few uses of the bool type.
19 years ago
ast.h
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
15 years ago
bitset.h
REMOVED all CWI, CNRI and BeOpen copyright markings.
26 years ago
bltinmodule.h
these builtins have to be initialized
17 years ago
boolobject.h
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
18 years ago
bytearrayobject.h
Merge branches/pep-0384.
15 years ago
bytes_methods.h
Merge branches/pep-0384.
15 years ago
bytesobject.h
Merge branches/pep-0384.
15 years ago
cellobject.h
Merge branches/pep-0384.
15 years ago
ceval.h
Merge branches/pep-0384.
15 years ago
classobject.h
Merge branches/pep-0384.
15 years ago
code.h
Merge branches/pep-0384.
15 years ago
codecs.h
Merge branches/pep-0384.
15 years ago
compile.h
Issue #9738: Ooops, fix typos in my previous commit (r87506)
15 years ago
complexobject.h
Merge branches/pep-0384.
15 years ago
datetime.h
Merge branches/pep-0384.
15 years ago
descrobject.h
make sure to initialize the method wrapper type
15 years ago
dictobject.h
Merge branches/pep-0384.
15 years ago
dtoa.h
Merge branches/pep-0384.
15 years ago
dynamic_annotations.h
Closes issue #13488: Some old preprocessors have problem with #define not in the first column
14 years ago
enumobject.h
Implement and apply PEP 322, reverse iteration
22 years ago
errcode.h
Implement PEP 3131. Add isidentifier to str.
19 years ago
eval.h
Merge branches/pep-0384.
15 years ago
fileobject.h
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
15 years ago
fileutils.h
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
15 years ago
floatobject.h
Merge branches/pep-0384.
15 years ago
frameobject.h
Merge branches/pep-0384.
15 years ago
funcobject.h
Merge branches/pep-0384.
15 years ago
genobject.h
Merge branches/pep-0384.
15 years ago
graminit.h
fix an ambiguity in the grammar from the implementation of extended unpacking
16 years ago
grammar.h
REMOVED all CWI, CNRI and BeOpen copyright markings.
26 years ago
import.h
Merged revisions 88517 via svnmerge from
15 years ago
intrcheck.h
Excise DL_EXPORT from Include.
24 years ago
iterobject.h
Move itertools izip() code to builtins as zip(). Complete the renaming.
18 years ago
listobject.h
Merge branches/pep-0384.
15 years ago
longintrepr.h
Merge branches/pep-0384.
15 years ago
longobject.h
Merge branches/pep-0384.
15 years ago
marshal.h
Merge branches/pep-0384.
15 years ago
memoryobject.h
Remove buffer API from stable ABI for now, see #10181.
15 years ago
metagrammar.h
REMOVED all CWI, CNRI and BeOpen copyright markings.
26 years ago
methodobject.h
Merge branches/pep-0384.
15 years ago
modsupport.h
Merge branches/pep-0384.
15 years ago
moduleobject.h
Merged revisions 88517 via svnmerge from
15 years ago
node.h
Closes #15512: Correct __sizeof__ support for parser
14 years ago
object.h
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
13 years ago
objimpl.h
Issue #10333: Remove ancient GC API, which has been deprecated since
15 years ago
opcode.h
#4617: Previously it was illegal to delete a name from the local
16 years ago
osdefs.h
Change command line processing API to use wchar_t.
18 years ago
parsetok.h
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
15 years ago
patchlevel.h
Merge 3.2.3 release clone.
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
Merged revisions 74693 via svnmerge from
17 years ago
pyarena.h
Merge branches/pep-0384.
15 years ago
pyatomic.h
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
14 years ago
pycapsule.h
Merged revisions 88517 via svnmerge from
15 years ago
pyctype.h
Try to fix linking failures under Windows
14 years ago
pydebug.h
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
14 years ago
pyerrors.h
Issue #10780: Remove commas at the end of the argument list
15 years ago
pyexpat.h
add a replacement API for PyCObject, PyCapsule #5630
17 years ago
pyfpe.h
Remove trailing whitespace in order to silence warnings on HP-UX.
14 years ago
pygetopt.h
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
14 years ago
pymacconfig.h
#11565: Merge with 3.1.
15 years ago
pymath.h
Merge branches/pep-0384.
15 years ago
pymem.h
Merged revisions 78189 via svnmerge from
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
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
13 years ago
pystrcmp.h
Merged revisions 59541-59561 via svnmerge from
18 years ago
pystrtod.h
Merge branches/pep-0384.
15 years ago
pythonrun.h
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
14 years ago
pythread.h
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
15 years ago
pytime.h
Merge branches/pep-0384.
15 years ago
rangeobject.h
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
18 years ago
setobject.h
Merge branches/pep-0384.
15 years ago
sliceobject.h
Merge branches/pep-0384.
15 years ago
structmember.h
Merged revisions 60176-60209 via svnmerge from
18 years ago
structseq.h
Merge branches/pep-0384.
15 years ago
symtable.h
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
15 years ago
sysmodule.h
Merge branches/pep-0384.
15 years ago
timefuncs.h
Merge branches/pep-0384.
15 years ago
token.h
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
14 years ago
traceback.h
Merge branches/pep-0384.
15 years ago
tupleobject.h
Merge branches/pep-0384.
15 years ago
typeslots.h
Issue #11134: Add missing fields to typeslots.h.
15 years ago
ucnhash.h
Merge branches/pep-0384.
15 years ago
unicodeobject.h
Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name.
14 years ago
warnings.h
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
15 years ago
weakrefobject.h
Merge branches/pep-0384.
15 years ago