This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-01 03:01:36 +01:00
Code
Issues
Releases
Activity
34de2d312b
cpython
/
Python
History
Serhiy Storchaka
3bcbedc9f1
bpo-34850: Emit a warning for "is" and "is not" with a literal. (
GH-9642
)
2019-01-18 07:47:48 +02:00
..
clinic
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (
GH-11520
)
2019-01-11 18:01:42 +02:00
_warnings.c
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
2018-12-11 08:38:03 +02:00
asdl.c
ast_opt.c
ast_unparse.c
ast.c
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (
GH-10021
)
2019-01-13 13:05:13 +09:00
bltinmodule.c
bpo-35582: Inline arguments tuple unpacking in handwritten code. (
GH-11524
)
2019-01-12 08:25:41 +02:00
bootstrap_hash.c
bpo-35550: Fix incorrect Solaris define guards (
GH-11275
)
2018-12-30 18:16:40 -08:00
ceval_gil.h
ceval.c
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (
GH-11438
)
2019-01-12 10:12:24 +02:00
codecs.c
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
2018-12-11 08:38:03 +02:00
compile.c
bpo-34850: Emit a warning for "is" and "is not" with a literal. (
GH-9642
)
2019-01-18 07:47:48 +02:00
condvar.h
context.c
coreconfig.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (
GH-11313
)
2019-01-11 16:01:14 +02:00
getcompiler.c
getcopyright.c
Bump copyright years to 2019. (
GH-11404
)
2019-01-02 07:46:53 -08:00
getopt.c
getplatform.c
getversion.c
graminit.c
hamt.c
import.c
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (
GH-11128
)
2019-01-10 18:12:31 +02:00
importdl.c
importdl.h
importlib_external.h
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (
GH-10021
)
2019-01-13 13:05:13 +09:00
importlib_zipimport.h
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (
GH-10021
)
2019-01-13 13:05:13 +09:00
importlib.h
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (
GH-10021
)
2019-01-13 13:05:13 +09:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
2018-12-11 08:38:03 +02:00
pymath.c
pystate.c
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (
gh-9127
)
2019-01-11 11:17:03 -07:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
pytime.c
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (
GH-8726
)
2018-12-28 23:57:37 +10:00
README
strdup.c
structmember.c
symtable.c
sysmodule.c
bpo-35742: Fix test_envar_unimportable in test_builtin. (
GH-11561
)
2019-01-15 13:26:38 +02:00
thread_nt.h
thread_pthread.h
thread.c
traceback.c
wordcode_helpers.h
README
Miscellaneous source files for the main Python shared library