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.
 
 
 
 
 
 
Ned Deily 786ed5537c Post-release cleanup: 3.6.0a1 -> 3.6.0a2 10 years ago
..
Python-ast.h Add ast.Constant 10 years ago
Python.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
accu.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asdl.h Add ast.Constant 10 years ago
ast.h Issue #25314: store_true and store_false also create appropriate defaults. 14 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
bytes_methods.h Issue #26765: Moved common code and docstrings for bytes and bytearray methods 10 years ago
bytesobject.h Issue #15984: Merge PyUnicode doc from 3.5 10 years ago
cellobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ceval.h Issue 25483: Add an opcode to make f-string formatting more robust. 10 years ago
classobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.h code_richcompare() now uses the constants types 10 years ago
codecs.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
compile.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
complexobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
datetime.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
descrobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dictobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dtoa.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynamic_annotations.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 22 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
fileutils.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
floatobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
frameobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
funcobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
genobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
graminit.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
grammar.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
import.h Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
longintrepr.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
longobject.h Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI 10 years ago
marshal.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
memoryobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
modsupport.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
moduleobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
namespaceobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
node.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.h Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
objimpl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
odictobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
opcode.h Issue 25483: Add an opcode to make f-string formatting more robust. 10 years ago
osdefs.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
parsetok.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
patchlevel.h Post-release cleanup: 3.6.0a1 -> 3.6.0a2 10 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 #25923: Added the const qualifier to static constant arrays. 10 years ago
pyarena.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyatomic.h Issue #25314: store_true and store_false also create appropriate defaults. 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyerrors.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyexpat.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyfpe.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pygetopt.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyhash.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pylifecycle.h Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
pymacconfig.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymacro.h Issue #25558: Use compile-time asserts. 10 years ago
pymath.h Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
pymem.h Issue #26588: 10 years ago
pyport.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.h Merge 3.5 (pystate.h) 10 years ago
pystrcmp.h Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). 18 years ago
pystrhex.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystrtod.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pythonrun.h Merge typo fixes from 3.5 10 years ago
pythread.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pytime.h Issue #25155: Add _PyTime_AsTimevalTime_t() function 10 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 Clarify comments on setentry invariants. 11 years ago
sliceobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
structmember.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
structseq.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symtable.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sysmodule.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
token.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
traceback.h Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). 10 years ago
tupleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
typeslots.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ucnhash.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.h Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error 10 years ago
warnings.h On ResourceWarning, log traceback where the object was allocated 10 years ago
weakrefobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago