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.
 
 
 
 
 
 
Georg Brandl d3fca8e07f Post-release update. 14 years ago
..
Python-ast.h make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
Python.h Issue #14387: Do not include accu.h from Python.h. 14 years ago
abstract.h make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c 14 years ago
accu.h Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. 14 years ago
asdl.h add a asdl bytes type, so Bytes.s be properly typechecked 15 years ago
ast.h add a AST validator (closes #12575) 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 map cells to arg slots at code creation time (closes #12399) 15 years ago
codecs.h Fix build under Windows 14 years ago
compile.h Move code related to compile from Python.h to compile.h 14 years ago
complexobject.h Implement PEP 393. 14 years ago
datetime.h Issue #13727: Add 3 macros to access PyDateTime_Delta members: 14 years ago
descrobject.h Issue #13577: various kinds of descriptors now have a __qualname__ attribute. 14 years ago
dictobject.h Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions 14 years ago
dtoa.h Merge branches/pep-0384. 15 years ago
dynamic_annotations.h Issue #12666: Clarifying changes in map for Python 3 15 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 22 years ago
errcode.h Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement 14 years ago
eval.h Merge branches/pep-0384. 15 years ago
fileobject.h Issue #12666: Clarifying changes in map for Python 3 15 years ago
fileutils.h Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 14 years ago
floatobject.h Clean up a few tabs that went in with PEP393. 14 years ago
frameobject.h perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) 14 years ago
funcobject.h PEP 3155 / issue #13448: Qualified name for classes and functions. 14 years ago
genobject.h perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) 14 years ago
graminit.h Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
grammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
import.h make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) 15 years ago
intrcheck.h Issue #12328: Under Windows, refactor handling of Ctrl-C events and 14 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h Issue #13389: Full garbage collection passes now clear the freelists for 14 years ago
longintrepr.h Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
longobject.h Clean up a few tabs that went in with PEP393. 14 years ago
marshal.h Merge branches/pep-0384. 15 years ago
memoryobject.h - Issue #10181: New memoryview implementation fixes multiple ownership 14 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Issue #13577: Built-in methods and functions now have a __qualname__. 14 years ago
modsupport.h Merge branches/pep-0384. 15 years ago
moduleobject.h Issue #3080: Add PyModule_NewObject() function 15 years ago
node.h move LINENO define to where it actually belongs 14 years ago
object.h - Issue #10181: New memoryview implementation fixes multiple ownership 14 years ago
objimpl.h Issue #10333: Remove ancient GC API, which has been deprecated since 15 years ago
opcode.h Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
osdefs.h Change command line processing API to use wchar_t. 18 years ago
parsetok.h Issue #10785: Store the filename as Unicode in the Python parser. 15 years ago
patchlevel.h Post-release update. 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 Issue #12567: The curses module uses Unicode functions for Unicode arguments 14 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 Issue #3080: document encoding used by import functions 15 years ago
pyctype.h Issue #12666: Clarifying changes in map for Python 3 15 years ago
pydebug.h Merge 3.2: Issue #13703 plus some related test suite fixes. 14 years ago
pyerrors.h Close issue #6210: Implement PEP 409 14 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 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.2. 15 years ago
pymacro.h Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR 14 years ago
pymath.h Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 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: merge with 3.2 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 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 14 years ago
pythread.h Issue #11223: Replace threading._info() by sys.thread_info 15 years ago
pytime.h Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec 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 Issue #6695: Full garbage collection runs now clear the freelist of set objects. 14 years ago
sliceobject.h Merge branches/pep-0384. 15 years ago
structmember.h the days of pre-standard C compilers are gone 14 years ago
structseq.h Merge branches/pep-0384. 15 years ago
symtable.h Issue #9904: fix and clarify some comments + fix indentation in symtable code 15 years ago
sysmodule.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 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame 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 #12753: Add support for Unicode name aliases and named sequences. 14 years ago
unicodeobject.h Close #14085: remove assertions from PyUnicode_WRITE macro 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