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.
 
 
 
 
 
 
Brett Cannon 9e2be60634
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
8 years ago
..
clinic bpo-32436: Implement PEP 567 (#5027) 8 years ago
Python-ast.c bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 8 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) 8 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) 8 years ago
ast_opt.c bpo-32925: Optimized iterating and containing test for literal lists (GH-5842) 8 years ago
ast_unparse.c bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) 8 years ago
bltinmodule.c bpo-32674: Improve the docstring for __import__ (GH-5339) 8 years ago
bootstrap_hash.c bpo-33021: Release the GIL during fstat() calls (GH-6019) 8 years ago
ceval.c bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) 8 years ago
ceval_gil.h bpo-30860: Consolidate stateful runtime globals. (#2594) 8 years ago
codecs.c bpo-33231: Fix potential leak in normalizestring() (GH-6386) 8 years ago
compile.c bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) 8 years ago
condvar.h bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
context.c Fix some warnings produced by different compilers. (#5593) 8 years ago
dtoa.c bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) 8 years ago
dup2.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 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_shlib.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 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-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035) 8 years ago
fileutils.c bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739) 8 years ago
formatter_unicode.c bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) 8 years ago
frozen.c Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
frozenmain.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 years ago
future.c bpo-32670: Enforce PEP 479. (#5327) 8 years ago
getargs.c bpo-32746: Fix multiple typos (GH-5144) 8 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 8 years ago
getcopyright.c advance copyright years to 2018 (#5094) 8 years ago
getopt.c move pygetopt.h to internal (closes bpo-32264) (#4830) 8 years ago
getplatform.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
graminit.c bpo-30406: Make async and await proper keywords (#1669) 8 years ago
hamt.c Add two missing error checks in hamt.c (GH-5851) 8 years ago
import.c bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) 8 years ago
importdl.c bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) 8 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) 8 years ago
importlib_external.h bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) 8 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) 8 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) 8 years ago
opcode_targets.h bpo-33041: Rework compiling an "async for" loop. (#6142) 8 years ago
pathconfig.c bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) 8 years ago
peephole.c bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) 8 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 bpo-29137: Remove fpectl module (#4789) 8 years ago
pyhash.c Fix some warnings produced by different compilers. (#5593) 8 years ago
pylifecycle.c closes bpo-32980 Remove _PyFrame_Init (GH-5965) 8 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.c bpo-33005: Fix _PyGILState_Reinit() (#6001) 8 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
pystrtod.c Drop confusing commented out code in pystrtod.c (GH-6072) 8 years ago
pythonrun.c closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 8 years ago
pytime.c Fix miscellaneous typos (#4275) 8 years ago
strdup.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
structmember.c Added the const qualifier to char* variables that refer to readonly internal 9 years ago
symtable.c bpo-32836: Remove obsolete code from symtable pass (GH-5680) 8 years ago
sysmodule.c bpo-33042: Fix pre-initialization sys module configuration (GH-6157) 8 years ago
thread.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 years ago
thread_nt.h Fix typo in thread_nt.h code comment (GH-5211) 8 years ago
thread_pthread.h bpo-32593: Drop FreeBSD 9 and older support (#5232) 8 years ago
traceback.c bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) 8 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library