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.
 
 
 
 
 
 
Yury Selivanov 94c2263005 Issue 24374: Plug refleak in set_coroutine_wrapper 11 years ago
..
clinic Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 11 years ago
Python-ast.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
_warnings.c merge 3.4 (#24096) 11 years ago
asdl.c Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 years ago
ast.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
bltinmodule.c Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 11 years ago
ceval.c Issue 24374: Plug refleak in set_coroutine_wrapper 11 years ago
ceval_gil.h Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
codecs.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
compile.c remove STORE_MAP, since it's unused 11 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 #22977: Fixed formatting Windows error messages on Wine. 11 years ago
fileutils.c Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
formatter_unicode.c Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. 12 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 Remove spurious text from build instructions README. 11 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
getopt.c Issue #13540: Expanded argparse documents to clarify the action API 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 allow test node after ** in calls (closes #24176) 11 years ago
import.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 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 PEP 489: Multi-phase extension module initialization 11 years ago
importlib_external.h in dict displays, evaluate the key before the value (closes #11205) 11 years ago
makeopcodetargets.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
marshal.c Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 years ago
modsupport.c Issue #20024: Py_BuildValue() now saves/restores the current exception before 12 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
opcode_targets.h remove STORE_MAP, since it's unused 11 years ago
peephole.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
pyarena.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 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 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
pyhash.c Issue #20162: Fix an alignment issue in the siphash24() hash function which 12 years ago
pylifecycle.c Remove spurious text from build instructions README. 11 years ago
pymath.c Issue 24366: Indent code (thanks to li4ick for reporting). 11 years ago
pystate.c Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully 11 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 Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
pythonrun.c Issue #23911: Move path-based bootstrap code to a separate frozen module. 11 years ago
pytime.c Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
random.c (Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the 11 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
structmember.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
symtable.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
sysmodule.c Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private 11 years ago
thread.c Removed duplicated words in in comments and docs. 11 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 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument 12 years ago
thread_pthread.h Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and 12 years ago
traceback.c Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago

README

Miscellaneous source files for the main Python shared library