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.
 
 
 
 
 
 
Martin Panter 4c35964b76 Corrections for a/an in code comments and documentation 10 years ago
..
clinic Regenerate Argument Clinic code for issue #26874. 10 years ago
Python-ast.c Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
_warnings.c Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
asdl.c Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 years ago
ast.c Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
bltinmodule.c Regenerate Argument Clinic code for issue #26874. 10 years ago
ceval.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
ceval_gil.h Use Py_uintptr_t for atomic pointers 10 years ago
codecs.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 10 years ago
compile.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
condvar.h Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
dtoa.c Fix compiler warning in dtoa.c 11 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 PEP 489: Multi-phase extension module initialization 11 years ago
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
dynload_shlib.c PEP 489: Multi-phase extension module initialization 11 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c Issue #24268: Fixes generation of init import name on Windows. 11 years ago
errors.c Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError 10 years ago
fileutils.c Fix a couple of typos in code comments 10 years ago
formatter_unicode.c Corrections for a/an in code comments and documentation 10 years ago
frozen.c Issue #23911: Move path-based bootstrap code to a separate frozen module. 11 years ago
frozenmain.c merge 3.4 (#22633) 11 years ago
future.c PEP 479: Change StopIteration handling inside generators. 11 years ago
getargs.c Issue #26198: Fixed error messages for some argument parsing errors. 10 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c merge 3.4 10 years ago
getopt.c Merge from 3.4 into default. 12 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 #24791: Fix grammar regression for call syntax: 'g(*a or b)'. 11 years ago
import.c Issue #25698: Prevent possible replacing imported module with the empty one 10 years ago
importdl.c fix importing one char extension modules (closes #24328) 11 years ago
importdl.h PEP 489: Multi-phase extension module initialization 11 years ago
importlib.h Issue #26367: Have importlib.__init__() raise RuntimeError when 10 years ago
importlib_external.h Issue #25280: Import trace messages emitted in verbose (-v) mode are no 10 years ago
makeopcodetargets.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
marshal.c Issue #25899: Converted non-ASCII characters in docstrings and manpage 10 years ago
modsupport.c Merge from 3.4 into default. 12 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c Merge from 3.4 into default. 12 years ago
opcode_targets.h Issue #24400: Introduce a distinct type for 'async def' coroutines. 11 years ago
peephole.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
pyarena.c Merge from 3.4 into default. 12 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 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
pyhash.c Merge from 3.4 into default. 12 years ago
pylifecycle.c Issue #25339: PYTHONIOENCODING now has priority over locale in setting the 10 years ago
pymath.c Issue 24366: Merge 3.4 11 years ago
pystate.c Use Py_uintptr_t for atomic pointers 10 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Silence a gcc "may be used uninitialized" compiler warning. Not true. 11 years ago
pystrtod.c Removed duplicated words in in comments and docs. 11 years ago
pythonrun.c Issue #22836: Keep exception reports sensible despite errors 10 years ago
pytime.c pytime.c: rename pygettimeofday_new() to pygettimeofday() 10 years ago
random.c Fix os.urandom() on Solaris 11.3 10 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Merge from 3.4 into default. 12 years ago
structmember.c Merge from 3.4 into default. 12 years ago
symtable.c make recording and reporting errors and nonlocal and global directives more robust (closes #25973) 10 years ago
sysmodule.c Add _PyThreadState_UncheckedGet() 10 years ago
thread.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
thread_foobar.h Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken. 12 years ago
thread_nt.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
thread_pthread.h Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and 12 years ago
traceback.c Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 11 years ago

README

Miscellaneous source files for the main Python shared library