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.
 
 
 
 
 
 
Benjamin Peterson b0eb986eb2 merge 3.5 (#28932) 10 years ago
..
clinic Issue #27810: Rerun Argument Clinic on all modules 10 years ago
Python-ast.c Issue #24098: Fixed possible crash when AST is changed in process of 10 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_warnings.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 10 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 10 years ago
ast.c Issue #28739: f-string expressions no longer accepted as docstrings and 10 years ago
bltinmodule.c Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 10 years ago
ceval.c Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. 10 years ago
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types 10 years ago
codecs.c Issue #25314: Remove confused statement about const argument 10 years ago
compile.c Issue #28739: f-string expressions no longer accepted as docstrings and 10 years ago
condvar.h replace PY_LONG_LONG with long long 10 years ago
dtoa.c dtoa.c: remove code for platforms with 64-bit integers (#17884) 10 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. 15 years ago
dynload_dl.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
dynload_hpux.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
dynload_next.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
dynload_shlib.c Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 11 years ago
errors.c Issue #25677: Merge SyntaxError caret positioning from 3.5 10 years ago
fileutils.c Issue #26919: On Android, operating system data is now always encoded/decoded 10 years ago
formatter_unicode.c merge 3.5 (#28119) 10 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 11 years ago
future.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 10 years ago
getargs.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 10 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. 15 years ago
getopt.c Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 10 years ago
import.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 10 years ago
importdl.c Issue #28715: Added error checks for PyUnicode_AsUTF8(). 10 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
importlib.h Issue #28517: Fixed of-by-one error in the peephole optimizer that caused 10 years ago
importlib_external.h Issue #28896: Disable WindowsRegistryFinder by default. 10 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 10 years ago
modsupport.c va_end() all va_copy()ed va_lists. 10 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. 11 years ago
opcode_targets.h Issue #28257: Improved error message when pass a non-iterable as 10 years ago
peephole.c Issue #28517: Fixed of-by-one error in the peephole optimizer that caused 10 years ago
pyarena.c Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
pyhash.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 10 years ago
pylifecycle.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 10 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
pystate.c remove ceval timestamp support 10 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. 15 years ago
pystrtod.c Issue #26331: Implement the parsing part of PEP 515. 10 years ago
pythonrun.c Issue #25677: Merge SyntaxError caret positioning from 3.5 10 years ago
pytime.c Issue #28148: Stop using localtime() and gmtime() in the time module. 10 years ago
random.c merge 3.5 (#28932) 10 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. 15 years ago
structmember.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 10 years ago
symtable.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 10 years ago
sysmodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 10 years ago
thread.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
thread_foobar.h Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
thread_nt.h replace PY_LONG_LONG with long long 10 years ago
thread_pthread.h Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
traceback.c Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception 10 years ago
wordcode_helpers.h Issue #27129: Replaced wordcode related magic constants with macros. 10 years ago

README

Miscellaneous source files for the main Python shared library