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 d7b7c7472b Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield 14 years ago
..
Python-ast.h make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
Python.h Eric Snow's implementation of PEP 421. 14 years ago
abstract.h Issue #2377: Make importlib the implementation of __import__(). 14 years ago
accu.h Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. 14 years ago
asdl.h Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. 14 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 Simplify and optimize formatlong() 14 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 15 years ago
complexobject.h Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 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 Account for shared keys in type's __sizeof__ (#13903). 14 years ago
dtoa.h Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). 14 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 23 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 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 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 Issue #2377: Make importlib the implementation of __import__(). 14 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 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 14 years ago
marshal.h Merge branches/pep-0384. 15 years ago
memoryobject.h Issue #14930: Make memoryview objects weakrefable. 14 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant 14 years ago
modsupport.h Merge branches/pep-0384. 15 years ago
moduleobject.h Issue #3080: Add PyModule_NewObject() function 15 years ago
namespaceobject.h Eric Snow's implementation of PEP 421. 14 years ago
node.h move LINENO define to where it actually belongs 14 years ago
object.h Implement PEP 412: Key-sharing dictionaries (closes #13903) 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 __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) 14 years ago
pyexpat.h Issue #14007: implement doctype() method calling in XMLParser of _elementtree. 14 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 15 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 Issue #13889: Merge fix from 3.2. 14 years ago
pystate.h Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. 14 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 #14090: fix some minor C API problems in default branch (3.3) 14 years ago
pythread.h Issue #11223: Replace threading._info() by sys.thread_info 15 years ago
pytime.h Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 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 s/tabs/spaces, and clean trailing whitespace 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 Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield 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