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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)
Michael Allwright
2024-06-25
1
-0/+1
*
gh-120858: PyDict_Next should not lock the dict (#120859)
Sam Gross
2024-06-24
1
-0/+3
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+3
*
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Serhiy Storchaka
2024-06-24
1
-0/+4
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
1
-2/+0
*
gh-119614: Fix truncation of strings with embedded null characters in Tkinter...
Serhiy Storchaka
2024-06-24
1
-0/+2
*
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Serhiy Storchaka
2024-06-24
1
-0/+4
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
1
-0/+1
*
gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)
Jason R. Coombs
2024-06-23
1
-0/+2
*
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Serhiy Storchaka
2024-06-23
1
-0/+2
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+1
*
Amend categories of @nineteendo's news entries (#120735)
Nice Zombies
2024-06-21
4
-93/+93
*
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Peter
2024-06-21
1
-0/+1
*
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
2024-06-21
1
-0/+1
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-0/+5
*
gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `byt...
Bénédikt Tran
2024-06-21
1
-0/+3
*
gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)
Nikita Sobolev
2024-06-21
1
-0/+3
*
gh-120801: Refactor importlib.metadata fixtures. (#120803)
Jason R. Coombs
2024-06-20
1
-0/+2
*
gh-120769: Add pdb meta command to print frame status. (#120770)
Tian Gao
2024-06-20
1
-0/+1
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+1
*
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra
2024-06-20
1
-0/+1
*
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Irit Katriel
2024-06-20
1
-0/+2
*
gh-111259: Optimize complementary character sets in RE (GH-120742)
Serhiy Storchaka
2024-06-20
1
-0/+3
*
gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...
Bénédikt Tran
2024-06-20
1
-0/+2
*
GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)
Xarblu
2024-06-20
1
-0/+2
*
gh-120606: Allow EOF to exit pdb commands definition (#120607)
Tian Gao
2024-06-19
1
-0/+1
*
gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...
Nikita Sobolev
2024-06-19
1
-0/+2
*
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Mark Shannon
2024-06-19
1
-0/+2
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-0/+4
*
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-11...
Nadeshiko Manju
2024-06-19
1
-0/+1
*
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
Jelle Zijlstra
2024-06-19
1
-0/+2
*
gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634)
Wulian233
2024-06-19
1
-0/+1
*
GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)
Diego Russo
2024-06-19
1
-0/+1
*
gh-120367: fix bug where compiler detects redundant jump after pseudo op repl...
Irit Katriel
2024-06-18
1
-0/+1
*
gh-120688: Build WASI with -O3 in debug mode (#120691)
Victor Stinner
2024-06-18
1
-0/+3
*
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
2024-06-18
1
-0/+1
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
2
-0/+5
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+2
*
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski
2024-06-18
1
-0/+2
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-0/+3
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-0/+13
*
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth
2024-06-17
1
-0/+1
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
2
-0/+7
*
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold ...
Irit Katriel
2024-06-17
1
-0/+2
*
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...
Idan Kapustian
2024-06-16
1
-0/+1
*
gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...
Ruben Vorderman
2024-06-15
1
-0/+2
*
gh-120541: Improve the "less" prompt in pydoc (GH-120543)
Serhiy Storchaka
2024-06-15
1
-0/+2
*
gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)
Wulian233
2024-06-15
2
-0/+2
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-0/+2
*
gh-119824: Print stack entry when user input is needed (#119882)
Tian Gao
2024-06-14
1
-0/+1
[next]