index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)
Miss Islington (bot)
2022-10-04
1
-1/+2
*
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
Gregory P. Smith
2022-09-05
4
-3/+182
*
[3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...
Ćukasz Langa
2022-05-24
1
-3/+11
*
Update copyright year to 2022. (GH-30335) (GH-31478)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-...
Miss Islington (bot)
2021-10-19
1
-3/+4
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
1
-22/+13
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
1
-1836/+1836
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Miss Islington (bot)
2021-05-03
1
-1/+1
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686)
Victor Stinner
2021-04-28
1
-6/+7
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
1
-2663/+2755
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Miss Islington (bot)
2021-03-29
1
-1/+2
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-39/+79
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...
cptpcrd
2021-01-21
1
-0/+7
*
Bring Python into the new year. (GH-24036)
Miss Islington (bot)
2021-01-01
1
-1/+1
*
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
Miss Islington (bot)
2020-12-17
1
-1/+2
*
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-2...
Victor Stinner
2020-12-08
1
-92/+132
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
1
-0/+6
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...
Victor Stinner
2020-11-17
1
-25/+2
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-2/+13
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
2020-10-15
3
-8/+25
*
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Miss Islington (bot)
2020-09-09
1
-1/+1
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Miss Islington (bot)
2020-09-09
1
-1/+1
*
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (...
Miss Islington (bot)
2020-09-04
1
-0/+3
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)
Miss Islington (bot)
2020-08-30
1
-7/+11
*
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Miss Islington (bot)
2020-07-15
1
-1/+1
*
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
Miss Islington (bot)
2020-07-06
1
-4/+6
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
2
-48/+0
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Steve Dower
2020-07-03
1
-7/+7
*
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
Miss Islington (bot)
2020-07-03
1
-0/+6
*
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
2
-2/+3
*
[3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH...
Lysandros Nikolaou
2020-06-27
1
-7/+7
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
1
-4/+19
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Miss Islington (bot)
2020-06-22
1
-1/+1
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Miss Islington (bot)
2020-06-13
1
-0/+1
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
Miss Islington (bot)
2020-06-13
1
-1/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+22
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...
Shantanu
2020-06-06
1
-0/+6
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-3/+24
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-2/+19
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Miss Islington (bot)
2020-05-18
1
-2/+2
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Miss Islington (bot)
2020-05-18
1
-1/+1
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot)
2020-05-15
1
-5/+8
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
1
-7/+16
*
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-06
1
-7/+7
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Miss Islington (bot)
2020-05-01
1
-0/+1
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
1
-1/+1
*
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)
Victor Stinner
2020-04-24
1
-1/+1
*
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHAS...
Benjamin Peterson
2020-04-04
1
-7/+7
*
Document most common signals (GH-19245) (GH-19257)
Victor Stinner
2020-03-31
1
-1/+1
[next]