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.
 
 
 
 
 
 
Victor Stinner 3466bde1cc Avoid calling functions with an empty string as format string 9 years ago
..
clinic Issue #27574: Decreased an overhead of parsing keyword arguments in functions 9 years ago
Python-ast.c Issue #26146: remove useless code 10 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c get_warnings_attr(): Fix coverity warning 10 years ago
asdl.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ast.c Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. 9 years ago
bltinmodule.c Avoid calling functions with an empty string as format string 9 years ago
ceval.c Implement the frame evaluation API aspect of PEP 523. 9 years ago
ceval_gil.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codecs.c Issue #25314: Remove confused statement about const argument 10 years ago
compile.c Issue #27594: Prevent assertion error when running test_ast with coverage 9 years ago
condvar.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
dtoa.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 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 Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
errors.c Issue #27809: PyErr_SetImportError() uses fast call 9 years ago
fileutils.c Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
formatter_unicode.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 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 Add ast.Constant 10 years ago
getargs.c require a long long data type (closes #27961) 9 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #9232: Support trailing commas in function declarations. 11 years ago
import.c Merge 9 years ago
importdl.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h Update frozen importlib code 10 years ago
importlib_external.h Check in update for importlib_external.h 10 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c Cleanup hashtable.h 10 years ago
modsupport.c Avoid inefficient way to call functions without argument 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 #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 10 years ago
peephole.c Re-linewrap comments 10 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
pylifecycle.c Avoid calling functions with an empty string as format string 9 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.c Implement the frame evaluation API aspect of PEP 523. 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 #25923: Added the const qualifier to static constant arrays. 10 years ago
pythonrun.c Avoid calling functions with an empty string as format string 9 years ago
pytime.c require a long long data type (closes #27961) 9 years ago
random.c Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error 9 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
structmember.c require a long long data type (closes #27961) 9 years ago
symtable.c Merge typo fixes from 3.5 10 years ago
sysmodule.c Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
thread.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
thread_foobar.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
thread_nt.h Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
thread_pthread.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
traceback.c Avoid calling functions with an empty string as format string 9 years ago
wordcode_helpers.h Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago

README

Miscellaneous source files for the main Python shared library