This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-05 04:14:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
e9ce081ec7
[3.9] Remove trailing spaces (GH-28710)
2021-10-03 20:04:38 +03:00
..
clinic
…
_warnings.c
[3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369)
2020-11-18 09:45:29 -08:00
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (
#21022
)
2020-06-27 17:34:30 -07:00
bltinmodule.c
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)
2021-08-07 13:17:41 +02:00
bootstrap_hash.c
[3.9] Remove trailing spaces (GH-28710)
2021-10-03 20:04:38 +03:00
ceval_gil.h
…
ceval.c
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (
#26831
)
2021-07-12 17:11:10 +02:00
codecs.c
…
compile.c
Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)
2021-07-20 12:09:56 +02:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
2020-10-14 19:25:45 -07:00
dynload_dl.c
…
dynload_hpux.c
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
2020-10-14 19:25:45 -07:00
dynload_shlib.c
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
2020-10-14 19:25:45 -07:00
dynload_stub.c
…
dynload_win.c
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873)
2021-03-16 08:03:37 +02:00
errors.c
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
2021-09-03 18:56:05 +02:00
fileutils.c
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
2021-09-09 06:40:42 -07:00
formatter_unicode.c
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
2021-05-13 14:35:30 -07:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
2020-06-18 17:30:53 +09:00
getcompiler.c
…
getcopyright.c
Bring Python into the new year. (GH-24036)
2021-01-01 09:27:48 -08:00
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hamt.c
…
hashtable.c
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
2020-06-22 01:01:48 -07:00
import.c
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
2021-06-23 17:47:33 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025)
2021-05-10 23:45:50 +01:00
importlib_zipimport.h
…
importlib.h
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190)
2020-06-28 01:15:28 +01:00
initconfig.c
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
2020-12-02 14:01:23 -08:00
makeopcodetargets.py
…
marshal.c
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26971)
2021-06-30 18:52:39 +01:00
modsupport.c
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
2020-09-04 15:56:04 -07:00
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
pathconfig.c
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
2020-07-06 09:52:13 -07:00
peephole.c
bpo-42057: Fix peephole optimizer (GH-22802)
2020-10-22 11:06:07 +09:00
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
2020-11-18 08:01:48 -08:00
pymath.c
…
pystate.c
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (
#25179
)
2021-04-04 13:02:29 +02:00
pystrcmp.c
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
2020-08-30 15:53:09 +09:00
pystrhex.c
…
pystrtod.c
…
Python-ast.c
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
2021-06-03 22:22:34 +01:00
pythonrun.c
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
2021-09-03 18:56:05 +02:00
pytime.c
[3.9] Remove trailing spaces (GH-28710)
2021-10-03 20:04:38 +03:00
README
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (
#25179
)
2021-04-04 13:02:29 +02:00
thread_nt.h
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
2021-06-11 15:03:10 -07:00
thread_pthread.h
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-28683)
2021-10-01 18:51:15 +02:00
thread.c
…
traceback.c
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
2021-08-30 06:56:03 -07:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library