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.
 
 
 
 
 
 
Serhiy Storchaka 42826566f5 Issue #22193: Fixed integer overflow error in sys.getsizeof(). 11 years ago
..
clinic Move import.c to use Clinic file output. 12 years ago
Python-ast.c PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
_warnings.c Issue #4180: The warnings registries are now reset when the filters are modified. 11 years ago
asdl.c Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 years ago
ast.c PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
bltinmodule.c Issue #22215: Now ValueError is raised instead of TypeError when str or bytes 12 years ago
ceval.c Issue #17636: Circular imports involving relative imports are now supported. 11 years ago
ceval_gil.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
codecs.c Issue #22518: Fixed integer overflow issues in "backslashreplace", 11 years ago
compile.c Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause. 11 years ago
condvar.h The PyCOND_TIMEDWAIT must use microseconds for the timeout argument 12 years ago
dtoa.c Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. 12 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
dynload_dl.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_hpux.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_next.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_shlib.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
errors.c Issue #21715: Extracted shared complicated code in the _io module to new 11 years ago
fileutils.c (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on 12 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
frozenmain.c Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename 12 years ago
future.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
getargs.c #16518: Bring error messages in harmony with docs ("bytes-like object") 11 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c update copyright year 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 PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
import.c Removed redundant casts to `char *`. 11 years ago
importdl.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
importdl.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
importlib.h Issue #21052: Don't raise ImportWarning for sys.meta_path or 11 years ago
makeopcodetargets.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
marshal.c #22734 marshal needs a lower stack depth for debug builds on Windows 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 PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
peephole.c Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear 12 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 Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. 25 years ago
pyhash.c Issue #20162: Fix an alignment issue in the siphash24() hash function which 12 years ago
pymath.c Untabify C files. Will watch buildbots. 16 years ago
pystate.c Issue #19255: The builtins module is restored to initial value before 12 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrtod.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pythonrun.c Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd, 11 years ago
pytime.c Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip 12 years ago
random.c Issue21393 Use CryptReleaseContext to release Crypt handle on Windows 12 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 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sysmodule.c Issue #22193: Fixed integer overflow error in sys.getsizeof(). 11 years ago
thread.c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 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 (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if 11 years ago

README

Miscellaneous source files for the main Python shared library