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.
 
 
 
 
 
 
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 14 years ago
..
Python-ast.h Merged revisions 62047 via svnmerge from 18 years ago
Python.h Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 14 years ago
abstract.h #11565: Merge with 3.1. 15 years ago
accu.h Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 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 Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
object.h Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. 14 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 Post-release version bump. 15 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 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. 15 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 Some patches to Lee Busby's fpectl mods that accidentally didn't make it 29 years ago
pygetopt.h Merge branches/pep-0384. 15 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 Consolidate the occurrances of the prime used as the multiplier when hashing 14 years ago
pystate.h #10741: add documentation for PyGILState_GetThisThreadState() 15 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 Issue #1856: Avoid crashes and lockups when daemon threads run while the 15 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