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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110383: Explained which error message is generated when there is an unhand...
Unique-Usman
2023-11-19
1
-2/+1
*
gh-110383: Fix documentation profile cumtime fix (#112221)
Alex Ptakhin
2023-11-19
1
-2/+2
*
Fix typo in documentation of `importlib.metadata` (GH-112099)
Charlie Zhao
2023-11-17
1
-1/+1
*
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
Victor Stinner
2023-11-17
1
-14/+0
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
8
-21/+32
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-112165: Fix typo in `__main__.py` (#112183)
Terry Jan Reedy
2023-11-17
1
-1/+1
*
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho
2023-11-16
1
-3/+4
*
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...
Petr Viktorin
2023-11-16
1
-6/+97
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-5/+12
*
gh-112026: Add again <unistd.h> include in Python.h (#112046)
Victor Stinner
2023-11-15
1
-18/+0
*
Fix typo in perf profiling docs (#112112)
Ryuji Tsutsui
2023-11-15
1
-1/+1
*
Docs: Add the time to the HTML last updated format (#110091)
Adam Turner
2023-11-15
1
-3/+2
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
2
-0/+49
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
2
-0/+33
*
gh-111622: Fix doc for items views (#112051)
Terry Jan Reedy
2023-11-14
1
-5/+8
*
GH-110417: Fix `glob` docs ordering (#110418)
Barney Gale
2023-11-13
1
-34/+35
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
2
-0/+46
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
2
-0/+28
*
Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...
Hugo van Kemenade
2023-11-13
2
-0/+7
*
gh-111944: Add assignment expression parentheses requirements (#111977)
Terry Jan Reedy
2023-11-13
1
-4/+5
*
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
Stephen Gildea
2023-11-11
1
-1/+103
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Łukasz Langa
2023-11-10
1
-1/+9
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
1
-3/+3
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
3
-4/+10
*
gh-111895: Convert definition list to bullet list for readability on mobile (...
Hugo van Kemenade
2023-11-09
1
-6/+6
*
Add detail to comment on range of random.random() (gh-111868)
zipperer
2023-11-09
1
-1/+1
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
2
-0/+16
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
1
-2/+16
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
2
-1/+16
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
4
-7/+14
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
3
-18/+0
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
1
-0/+6
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
1
-0/+18
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+9
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
2
-1/+10
*
gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...
方糖
2023-11-07
1
-5/+2
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
2
-0/+13
*
gh-111747: DOC: fix moved link to Documentation Translations (#111748)
partev
2023-11-05
1
-1/+1
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
1
-1/+1
*
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
Nikita Sobolev
2023-11-04
1
-0/+4
*
docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)
lefp
2023-11-03
1
-0/+1
*
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...
Nikita Sobolev
2023-11-03
1
-4/+4
*
gh-106168: Revert the "size before item" setting (#111683)
scoder
2023-11-03
1
-2/+0
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
2
-2/+4
*
gh-54434: Make difflib.rst doctests pass. (#111677)
Terry Jan Reedy
2023-11-03
1
-3/+5
*
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
LoipesMas
2023-11-02
1
-3/+1
*
gh-111625: Fix link to Info-ZIP homepage (#111626)
partev
2023-11-02
1
-2/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
2
-2/+19
*
gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)
Victor Stinner
2023-11-01
1
-1/+2
[next]