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.
 
 
 
 
 
 
Victor Stinner 41bb43a71e Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
..
Python-ast.h (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" 13 years ago
Python.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
abstract.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
accu.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asdl.h Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". 12 years ago
ast.h Close #11619: The parser and the import machinery do not encode Unicode 13 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 fix comment 13 years ago
bytes_methods.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bytesobject.h Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
cellobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ceval.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
classobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
codecs.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
compile.h Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
complexobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
datetime.h #18466: fix more typos. Patch by Févry Thibault. 13 years ago
descrobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dictobject.h Add PyDict_SetDefault. (closes #17327) 13 years ago
dtoa.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynamic_annotations.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 23 years ago
errcode.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
eval.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fileobject.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
fileutils.h Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
floatobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
frameobject.h Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
funcobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
genobject.h Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. 13 years ago
graminit.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
grammar.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
import.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
intrcheck.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
longintrepr.h Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
longobject.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
marshal.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
memoryobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
modsupport.h remove support GCC PyArg_ParseTuple format patch, last seen in 2006 13 years ago
moduleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
namespaceobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
node.h MERGE: Closes #15512: Correct __sizeof__ support for parser 14 years ago
object.h merge 13 years ago
objimpl.h Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
opcode.h rather than passing locals to the class body, just execute the class body in the proper environment 13 years ago
osdefs.h Merge 3.3. 13 years ago
parsetok.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
patchlevel.h Post-release updates for 3.4.0a4. 12 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyarena.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyatomic.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pycapsule.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyctype.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydebug.h Issue #16400: Add command line option for isolated mode. 13 years ago
pyerrors.h Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. 13 years ago
pyexpat.h Issue #13612: handle unknown encodings without a buffer overflow. 13 years ago
pyfpe.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
pygetopt.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymacconfig.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymacro.h Issue #17684: Fix some test_socket failures due to limited FD passing support 13 years ago
pymath.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymem.h Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() 13 years ago
pyport.h Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
pystate.h Close #19199: Remove ``PyThreadState.tick_counter`` field 13 years ago
pystrcmp.h Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). 18 years ago
pystrtod.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pythonrun.h Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
pythread.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pytime.h Issue #13590: Improve support for OS X Xcode 4: 14 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 Remove the freelist scheme for setobjects. 13 years ago
sliceobject.h Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 13 years ago
structmember.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
structseq.h Issue #18520: Add a new PyStructSequence_InitType2() function, same than 13 years ago
symtable.h Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
sysmodule.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
token.h make _PyParser_TokenNames const 13 years ago
traceback.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tupleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
typeslots.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ucnhash.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unicodeobject.h Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
warnings.h Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). 13 years ago