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.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (...
Serhiy Storchaka
2024-03-19
1
-62/+31
*
[3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) ...
Miss Islington (bot)
2024-03-14
1
-0/+2
*
[3.11] gh-90300: Document equivalent -X options for envvars in the Python CLI...
Miss Islington (bot)
2024-03-14
1
-18/+19
*
[3.11] gh-90300: Sort the -X options and some envvars in the Python CLI help ...
Serhiy Storchaka
2024-03-14
1
-25/+30
*
[3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725)
Miss Islington (bot)
2024-03-13
1
-2/+2
*
[3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...
Miss Islington (bot)
2024-03-08
1
-2/+2
*
[3.11] gh-90300: Reformat the Python CLI help output (GH-115847) (GH-116418)
Łukasz Langa
2024-03-06
1
-88/+91
*
[3.11] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodu...
Nikita Sobolev
2024-03-06
1
-14/+25
*
[3.11] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow er...
Miss Islington (bot)
2024-03-04
1
-23/+25
*
[3.11] gh-116034: fix location info on the error of a failed assertion (#116052)
Irit Katriel
2024-02-28
1
-0/+1
*
[3.11] gh-96497: Mangle name before symtable lookup in 'symtable_extend_named...
Serhiy Storchaka
2024-02-17
1
-4/+10
*
[3.11] gh-115011: Improve support of __index__() in setters of members with u...
Serhiy Storchaka
2024-02-11
1
-37/+44
*
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)
Peter Lazorchak
2024-02-06
1
-0/+28
*
[3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...
Serhiy Storchaka
2024-02-04
1
-28/+57
*
[3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH...
Miss Islington (bot)
2024-01-29
1
-1/+1
*
[3.11] gh-113358 Fix rendering tracebacks with exceptions with a broken __ge...
Jérome Perrin
2024-01-21
1
-0/+1
*
[3.11] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect i...
Miss Islington (bot)
2024-01-21
1
-1/+1
*
[3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...
Jérome Perrin
2024-01-19
1
-1/+31
*
[3.11] gh-113842: Add missing error check for PyIter_Next() in Python/symtabl...
Miss Islington (bot)
2024-01-09
1
-0/+6
*
[3.11] gh-106905: Use separate structs to track recursion depth in each PyAST...
Serhiy Storchaka
2023-12-25
1
-282/+356
*
[3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...
Serhiy Storchaka
2023-12-14
1
-9/+5
*
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...
Serhiy Storchaka
2023-11-27
1
-1/+1
*
[3.11] [3.12] gh-109181: Fix refleak in tb_get_lineno() (GH-111948) (#111951)
Miss Islington (bot)
2023-11-10
1
-1/+4
*
[3.11] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
1
-6/+29
*
[3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...
Pablo Galindo Salgado
2023-10-27
1
-2/+33
*
[3.11] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109323)
Nikita Sobolev
2023-10-12
1
-2/+3
*
[3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...
Miss Islington (bot)
2023-10-08
1
-3/+11
*
[3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-10...
Serhiy Storchaka
2023-10-07
1
-2/+13
*
[3.11] gh-110052: Fix faulthandler for freed tstate (#110069) (#110072)
Victor Stinner
2023-09-29
1
-10/+38
*
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551)
Miss Islington (bot)
2023-09-18
1
-2/+9
*
[3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...
Miss Islington (bot)
2023-09-13
1
-0/+5
*
[3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)...
Irit Katriel
2023-09-12
1
-13/+11
*
[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-09-11
2
-22/+29
*
[3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-10...
Miss Islington (bot)
2023-09-10
1
-3/+2
*
[3.11] Check the result of PySet_Contains() for error in Python/symtable.c (G...
Serhiy Storchaka
2023-09-08
1
-12/+40
*
[3.11] gh-106922: Fix error location for constructs with spaces and parenthes...
Miss Islington (bot)
2023-09-08
1
-0/+17
*
[3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-09-08
3
-24/+28
*
[3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-...
Serhiy Storchaka
2023-08-27
1
-1/+3
*
[3.11] gh-107916: Save the error code before decoding the filename in PyErr_S...
Miss Islington (bot)
2023-08-21
1
-0/+8
*
[3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Serhiy Storchaka
2023-08-19
1
-8/+29
*
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
Steve Dower
2023-08-15
1
-8/+21
*
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768...
Serhiy Storchaka
2023-07-19
1
-19/+10
*
[3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353)
Miss Islington (bot)
2023-07-05
1
-2/+2
*
[3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (...
Miss Islington (bot)
2023-06-29
1
-61/+71
*
[3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/im...
Kumar Aditya
2023-06-26
1
-0/+1
*
[3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
1
-7/+5
*
[3.11] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106… (GH-...
Serhiy Storchaka
2023-06-23
1
-6/+6
*
[3.11] GH-105840: Fix assertion failures when specializing calls with too man...
Miss Islington (bot)
2023-06-16
1
-2/+2
*
[3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...
Miss Islington (bot)
2023-06-15
1
-0/+7
*
[3.11] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105676)
Miss Islington (bot)
2023-06-12
1
-1/+1
[next]