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.
 
 
 
 
 
 
Ivan Levkivskyi 8c83c23fa3 bpo-28936: Detect lexically first syntax error first (#4097) 8 years ago
..
clinic bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
Python-ast.c bpo-31095: fix potential crash during GC (GH-2974) 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803) 8 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 10 years ago
ast.c bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) 8 years ago
bltinmodule.c PEP 553 built-in breakpoint() function (bpo-31353) (#3355) 8 years ago
bootstrap_hash.c bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) 9 years ago
ceval.c bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) 8 years ago
ceval_gil.h bpo-30860: Consolidate stateful runtime globals. (#2594) 9 years ago
codecs.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
compile.c bpo-31708: Allow async generator expressions in synchronous functions (#3905) 8 years ago
condvar.h bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
dtoa.c bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) 9 years ago
dup2.c #9060 Let platforms without dup2() compile the replacement fonction without error. 16 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 bpo-30860: Consolidate stateful runtime globals. (#3397) 9 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-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) 8 years ago
fileutils.c bpo-31370: Remove support for threads-less builds (#3385) 9 years ago
formatter_unicode.c bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) 8 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-31373: remove overly strict float range checks (#3486) 9 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 8 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 bpo-30406: Make async and await proper keywords (#1669) 8 years ago
import.c bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) 8 years ago
importdl.c bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) 9 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) 8 years ago
importlib_external.h bpo-31709: Update importlib magic (#3906) 8 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c remove current_filename optimization from marshal (#3423) (closes bpo-31384) 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 bpo-31370: Remove support for threads-less builds (#3385) 9 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 bpo-31338 (#3374) 9 years ago
pylifecycle.c bpo-31845: Fix reading flags from environment (GH-4105) 8 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.c Fix trailing whitespaces in C files. (#4130) 8 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 bpo-31338 (#3374) 9 years ago
pythonrun.c bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) 8 years ago
pytime.c bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) 8 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 bpo-28936: Detect lexically first syntax error first (#4097) 8 years ago
sysmodule.c Move exc state to generator. Fixes bpo-25612 (#1773) 8 years ago
thread.c bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) 8 years ago
thread_nt.h bpo-30768: Recompute timeout on interrupted lock (GH-4103) 8 years ago
thread_pthread.h bpo-30768: Recompute timeout on interrupted lock (GH-4103) 8 years ago
traceback.c bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) 8 years ago
wordcode_helpers.h bpo-31338 (#3374) 9 years ago

README

Miscellaneous source files for the main Python shared library