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.
 
 
 
 
 
 
Benjamin Peterson b2bf01d824 use full unicode mappings for upper/lower/title case (#12736) 14 years ago
..
Python-ast.h forgotten in f578ca44193d 15 years ago
Python.h Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 14 years ago
abstract.h Add API for static strings, primarily good for identifiers. 14 years ago
accu.h Issue #12666: Clarifying changes in map for Python 3 15 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 Merge branches/pep-0384. 15 years ago
descrobject.h Issue #13577: various kinds of descriptors now have a __qualname__ attribute. 14 years ago
dictobject.h Issue #13389: Full garbage collection passes now clear the freelists for 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 Implement PEP 3131. Add isidentifier to str. 19 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 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails 15 years ago
floatobject.h Clean up a few tabs that went in with PEP393. 14 years ago
frameobject.h Merge branches/pep-0384. 15 years ago
funcobject.h PEP 3155 / issue #13448: Qualified name for classes and functions. 14 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 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 Merge branches/pep-0384. 15 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 #13411: memoryview objects are now hashable when the underlying object is hashable. 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 Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
object.h improve abstract property support (closes #11610) 14 years ago
objimpl.h Issue #10333: Remove ancient GC API, which has been deprecated since 15 years ago
opcode.h excise the remains of STOP_CODE, which hasn't done anything useful for years 15 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 add patchlevel to version string 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 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 Remove traces of division_warning left over from Python 2 (#10998) 15 years ago
pyerrors.h PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 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 Merge branches/pep-0384. 15 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 Fix typo in comment: _PyHash_Double -> _Py_HashDouble. 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 Issue #10227: Add an allocation cache for a single slice object. 14 years ago
pythread.h Issue #11223: Replace threading._info() by sys.thread_info 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 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 Merged revisions 60176-60209 via svnmerge from 18 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
timefuncs.h Merge branches/pep-0384. 15 years ago
token.h Merge branches/pep-0384. 15 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 use full unicode mappings for upper/lower/title case (#12736) 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