This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-07 18:50:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b647d7039d396b1da71ab33b101a78b53d4e6834
cpython
/
Python
T
History
Yury Selivanov
b647d7039d
bpo-32707: Fix warnings in hamt.c (
#5430
)
2018-01-29 13:31:37 -05:00
..
clinic
bpo-32436: Implement PEP 567 (
#5027
)
2018-01-22 19:11:18 -05:00
_warnings.c
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (
#5337
)
2018-01-26 14:28:31 -05:00
asdl.c
…
ast_opt.c
bpo-9566: Fix size_t=>int downcast warnings (
#5230
)
2018-01-18 11:15:25 +01:00
ast_unparse.c
String annotations [PEP 563] (
#4390
)
2018-01-26 08:20:18 -08:00
ast.c
…
bltinmodule.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
bootstrap_hash.c
bpo-32329: Fix -R option for hash randomization (
#4873
)
2017-12-15 00:51:22 +01:00
ceval_gil.h
…
ceval.c
bpo-20891: Py_Initialize() now creates the GIL (
#4700
)
2018-01-29 11:57:45 +01:00
codecs.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
compile.c
String annotations [PEP 563] (
#4390
)
2018-01-26 08:20:18 -08:00
condvar.h
…
context.c
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
2018-01-27 13:24:20 -05:00
dtoa.c
…
dup2.c
…
dynamic_annotations.c
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (
#4748
)
2017-12-12 13:55:04 +02:00
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (
#5272
)
2018-01-22 19:07:32 +01:00
formatter_unicode.c
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (
#4174
)
2018-01-15 15:58:02 +01:00
frozen.c
…
frozenmain.c
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (
#4748
)
2017-12-12 13:55:04 +02:00
future.c
bpo-32670: Enforce PEP 479. (
#5327
)
2018-01-26 15:24:24 -05:00
getargs.c
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
getcompiler.c
…
getcopyright.c
advance copyright years to 2018 (
#5094
)
2018-01-04 22:34:19 -08:00
getopt.c
move pygetopt.h to internal (closes bpo-32264) (
#4830
)
2017-12-14 23:48:12 -08:00
getplatform.c
…
getversion.c
…
graminit.c
…
hamt.c
bpo-32707: Fix warnings in hamt.c (
#5430
)
2018-01-29 13:31:37 -05:00
import.c
fix up signedness in PyImport_ExtendInittab (
#4831
)
2017-12-15 23:42:33 -08:00
importdl.c
…
importdl.h
…
importlib_external.h
Implement the get_resource_reader() API for file system imports (
#5168
)
2018-01-15 15:07:11 -08:00
importlib.h
bpo-24340: Fix estimation of the code stack size. (
#5076
)
2018-01-09 21:54:52 +02:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
pathconfig.c
bpo-9566: Fix size_t=>int downcast warnings (
#5230
)
2018-01-18 11:15:25 +01:00
peephole.c
bpo-29469: peephole: Remove const_stack (GH-4879)
2017-12-18 15:52:54 +09:00
pyarena.c
…
pyctype.c
…
pyfpe.c
bpo-29137: Remove fpectl module (
#4789
)
2018-01-05 23:15:34 -08:00
pyhash.c
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
pylifecycle.c
bpo-20891: Py_Initialize() now creates the GIL (
#4700
)
2018-01-29 11:57:45 +01:00
pymath.c
…
pystate.c
bpo-32436: Implement PEP 567 (
#5027
)
2018-01-22 19:11:18 -05:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
pythonrun.c
…
pytime.c
…
README
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
bpo-32591: Add native coroutine origin tracking (
#5250
)
2018-01-21 09:44:07 -05:00
thread_nt.h
Fix typo in thread_nt.h code comment (GH-5211)
2018-01-17 15:21:01 -08:00
thread_pthread.h
bpo-32593: Drop FreeBSD 9 and older support (
#5232
)
2018-01-22 18:32:50 +01:00
thread.c
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (
#4748
)
2017-12-12 13:55:04 +02:00
traceback.c
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
2018-01-07 23:30:18 +10:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink