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.
 
 
 
 
 
 
Ville Skyttä 49b2734bf1 Spelling fixes (#2902) 9 years ago
..
clinic bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
Python-ast.c bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) 9 years ago
bltinmodule.c bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
bootstrap_hash.c bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) 9 years ago
ceval.c Spelling fixes (#2902) 9 years ago
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types 9 years ago
codecs.c Issue #28858: Remove _PyObject_CallArg1() macro 9 years ago
compile.c bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) 9 years ago
condvar.h replace PY_LONG_LONG with long long 9 years ago
dtoa.c dtoa.c: remove code for platforms with 64-bit integers (#17884) 9 years ago
dup2.c #9060 Let platforms without dup2() compile the replacement fonction without error. 15 years ago
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
dynload_aix.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_dl.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_hpux.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_next.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_shlib.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
errors.c bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963) 9 years ago
fileutils.c [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
formatter_unicode.c merge 3.5 (#28119) 9 years ago
frozen.c Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
future.c bpo-29463: Add docstring field to some AST nodes. (#46) 9 years ago
getargs.c bpo-9566: Fix a warning in Python/getargs.c (#2890) 9 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c ring in 2017 for Python 9 years ago
getopt.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getplatform.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
getversion.c Remove trailing whitespace. 16 years ago
graminit.c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 9 years ago
import.c bpo-30876: Relative import from unloaded package now reimports the package (#2639) 9 years ago
importdl.c Issue #28748: Private variable _Py_PackageContext is now of type "const char *" 9 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-30891: Fix again importlib _find_and_load() (#2665) 9 years ago
importlib_external.h bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) 9 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-20185: Convert the marshal module to Argument Clinic. (#541) 9 years ago
modsupport.c bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) 9 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
opcode_targets.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. 9 years ago
peephole.c bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) 9 years ago
pyarena.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyctype.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 17 years ago
pyfpe.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyhash.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
pylifecycle.c Fix a small typo in a comment (#2863) 9 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.c bpo-30604: clean up co_extra support (#2144) 9 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystrtod.c Issue #26331: Implement the parsing part of PEP 515. 9 years ago
pythonrun.c bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) 9 years ago
pytime.c bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) 9 years ago
strdup.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
structmember.c Added the const qualifier to char* variables that refer to readonly internal 9 years ago
symtable.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
sysmodule.c bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) 9 years ago
thread.c bpo-30832: Remove own implementation for thread-local storage (#2537) 9 years ago
thread_nt.h bpo-30832: Remove own implementation for thread-local storage (#2537) 9 years ago
thread_pthread.h bpo-30832: Remove own implementation for thread-local storage (#2537) 9 years ago
traceback.c bpo-6532: Make the thread id an unsigned integer. (#781) 9 years ago
wordcode_helpers.h Issue #27129: Replaced wordcode related magic constants with macros. 9 years ago

README

Miscellaneous source files for the main Python shared library