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.
 
 
 
 
 
 
Martin Panter 3008b1c4bb Issue #26304: Merge doc wording from 3.5 10 years ago
..
Python-ast.h Add ast.Constant 10 years ago
Python.h Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
abstract.h issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and 10 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
bytes_methods.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
bytesobject.h Add _PyBytesWriter_Resize() function 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 #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
compile.h PEP 479: Change StopIteration handling inside generators. 11 years ago
complexobject.h Issue #21803: remove macro indirections in complexobject.h 12 years ago
datetime.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
descrobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dictobject.h Issue #25914: Fixed and simplified OrderedDict.__sizeof__. 10 years ago
dtoa.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynamic_annotations.h Suppress a couple more DeprecationWarnings in the test suite. 12 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 #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. 11 years ago
fileutils.h Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
floatobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
frameobject.h Issue #14432: Remove the thread state field from the frame structure. Fix a 12 years ago
funcobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
genobject.h Issue #24400: Introduce a distinct type for 'async def' coroutines. 11 years ago
graminit.h PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
grammar.h Removed trailing tabs. 11 years ago
import.h (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 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 #24221: Small optimizations for heapq. 11 years ago
longintrepr.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
longobject.h Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI 10 years ago
marshal.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
memoryobject.h Closes #22668: Merge from 3.4. 11 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Removed trailing whitespaces in miscalenous files. 11 years ago
modsupport.h Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
moduleobject.h Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
namespaceobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
node.h Removed trailing tabs. 11 years ago
object.h Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). 10 years ago
objimpl.h Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), 12 years ago
odictobject.h Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. 11 years ago
opcode.h Issue 25483: Add an opcode to make f-string formatting more robust. 10 years ago
osdefs.h Issue #22591: Drop support of MS-DOS 11 years ago
parsetok.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
patchlevel.h Version bump for trunk to 3.6.0a0. Welcome to the future! 11 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 Use Py_uintptr_t for atomic pointers 10 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 #22869: Split pythonrun into two modules 11 years ago
pyerrors.h Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
pyexpat.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyfpe.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
pygetopt.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyhash.h Issue #19526: Exclude all new API from the stable ABI. 12 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 #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to 12 years ago
pyport.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 11 years ago
pystate.h Add _PyThreadState_UncheckedGet() 10 years ago
pystrcmp.h Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). 18 years ago
pystrhex.h Add the files missing from c9f1630cf2b1 for issue9951. 11 years ago
pystrtod.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pythonrun.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 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 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
structmember.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
structseq.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
symtable.h remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore 11 years ago
sysmodule.h Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
token.h PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
traceback.h Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 11 years ago
tupleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
typeslots.h Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
ucnhash.h Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
unicodeobject.h Issue #25523: Merge a-to-an corrections from 3.5. 10 years ago
warnings.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
weakrefobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago