cpython/Python
Victor Stinner 2bfed53b88 Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
It looks like the check for integer overflow doesn't work on x86 OpenBSD 5.8.
2015-09-29 13:41:46 +02:00
..
clinic Rebuilt Clinic generated code. 2015-08-24 20:23:27 -07:00
_warnings.c Issue #24305: Prevent import subsystem stack frames from being counted 2015-09-06 00:39:37 -07:00
asdl.c
ast.c merge 3.5 (#25131) 2015-09-25 22:44:55 -07:00
bltinmodule.c Use PyTuple_GET_SIZE like the adjacent code does. 2015-08-18 08:07:16 -07:00
ceval.c Issue #24492: make sure that `from ... import ... raises an 2015-08-11 18:01:31 -07:00
ceval_gil.h
codecs.c Issue #24993: Handle import error in namereplace error handler 2015-09-03 16:19:40 +02:00
compile.c Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. 2015-09-19 14:51:32 -04:00
condvar.h
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 2015-07-03 01:04:23 -04:00
fileutils.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c Issue #9232: Support trailing commas in function declarations. 2015-08-12 08:00:06 +12:00
import.c Rebuilt Clinic generated code. 2015-08-24 20:23:27 -07:00
importdl.c
importdl.h
importlib.h Issue #24769: Interpreter now starts properly when dynamic loading 2015-08-24 19:53:56 -07:00
importlib_external.h Issue #25186: Remove duplicated function from importlib._bootstrap_external 2015-09-25 13:05:13 -07:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c Issue #25160: Fix import_init() comments and messages 2015-09-18 09:11:57 +02:00
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. 2015-09-19 14:51:32 -04:00
pythonrun.c Issue #15989: Fixed some scarcely probable integer overflows. 2015-09-06 21:25:30 +03:00
pytime.c Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD 2015-09-29 13:41:46 +02:00
random.c Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() 2015-09-18 15:38:37 +02:00
README
sigcheck.c
strdup.c
structmember.c
symtable.c Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. 2015-09-19 14:51:32 -04:00
sysmodule.c
thread.c
thread_foobar.h
thread_nt.h
thread_pthread.h
traceback.c

Miscellaneous source files for the main Python shared library