This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9744e924ca07ba7db977e5958b91cd8db565632
cpython
/
Python
History
Serhiy Storchaka
b9744e924c
bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154)
2018-03-23 14:35:33 +02: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
[3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (
#5475
)
2018-02-01 18:41:24 +01:00
ast.c
…
bltinmodule.c
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488)
2018-02-01 23:51:36 -05:00
bootstrap_hash.c
[3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159)
2018-03-20 20:16:30 +01:00
ceval_gil.h
…
ceval.c
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08: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
bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154)
2018-03-23 14:35:33 +02:00
condvar.h
…
context.c
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
2018-02-09 17:56:34 +02:00
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
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)
2018-02-18 10:40:07 -08: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
…
future.c
bpo-32670: Enforce PEP 479. (
#5327
)
2018-01-26 15:24:24 -05:00
getargs.c
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
2018-02-03 20:41:43 -05: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
Add two missing error checks in hamt.c (GH-5851)
2018-03-07 22:21:34 -08:00
import.c
rename _imp initialization function to follow conventions (
#5432
)
2018-01-29 11:33:57 -08:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658)
2018-02-23 11:01:54 -08:00
importlib.h
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (
#5503
)
2018-02-02 19:49:25 -05:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
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
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
2018-02-09 17:56:34 +02:00
pylifecycle.c
rename _imp initialization function to follow conventions (
#5432
)
2018-01-29 11:33:57 -08:00
pymath.c
…
pystate.c
bpo-33005: Fix _PyGILState_Reinit() (GH-6001)
2018-03-06 05:52:27 -08: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
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
2018-03-10 15:11:47 -08:00
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
…
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