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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112502: Docs: Improve docs for gc.collect method (#112562)
Alperen Serkan Aksöz
2023-11-30
1
-2/+2
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
1
-0/+50
*
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Grant Ramsay
2023-11-29
1
-0/+12
*
gh-110930: Correct book title by Alan D. Moore (#112490)
Hugo van Kemenade
2023-11-28
1
-2/+2
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
1
-0/+8
*
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
Alex Waygood
2023-11-28
1
-1/+1
*
Correct documentation for AF_PACKET (#112339)
Eugene Toder
2023-11-27
1
-2/+1
*
gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)
Serhiy Storchaka
2023-11-27
1
-1/+59
*
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls
2023-11-27
1
-2/+5
*
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner
2023-11-27
1
-12/+12
*
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
Tom Levy
2023-11-27
1
-1/+1
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
1
-0/+88
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
5
-8/+21
*
gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)
Hugo van Kemenade
2023-11-25
2
-20/+29
*
gh-101100: Define `_tkinter` module to fix references (#112382)
Hugo van Kemenade
2023-11-25
1
-0/+3
*
gh-101100: Define `test.regrtest` module to fix references (#112381)
Hugo van Kemenade
2023-11-25
1
-0/+3
*
gh-59254: mention in open() doc that line buffering is for writing (#112318)
Irit Katriel
2023-11-24
1
-1/+1
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
1
-9/+27
*
Fix docstring and var name of itertools recipe (#112113)
Sebastian Rittau
2023-11-22
1
-3/+3
*
GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)
Tian Gao
2023-11-21
1
-0/+7
*
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
Junya Okabe
2023-11-21
1
-1/+3
*
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-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
1
-3/+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-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
1
-0/+39
*
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
2
-2/+8
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-0/+8
*
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
1
-1/+9
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
2
-3/+4
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
1
-0/+18
*
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
1
-0/+7
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
1
-1/+1
*
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...
Nikita Sobolev
2023-11-03
1
-4/+4
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
1
-1/+2
*
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-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-2/+11
*
gh-111576: Improve documention for tkinter.messagebox (GH-111578)
Serhiy Storchaka
2023-11-01
1
-10/+165
*
gh-111282: Fix NamedTemporaryFile example code (GH-111283)
Krzysiek Karbowiak
2023-10-31
1
-7/+7
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-0/+8
*
gh-102249: Expand sys.call_tracing documentation (#102806)
Quentin Peter
2023-10-31
1
-3/+17
[next]