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-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
*
gh-93607: document `root` attribute of `iterparse` (#99410)
Prometheus3375
2023-10-31
1
-1/+3
*
gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)
xzmeng
2023-10-31
9
-6/+14
*
gh-111165: Remove documentation for moved functions (GH-111467)
Serhiy Storchaka
2023-10-29
1
-10/+0
*
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
Nikita Sobolev
2023-10-29
2
-6/+15
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-3/+5
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
1
-1/+8
*
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Łukasz Langa
2023-10-27
1
-5/+10
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
1
-1/+1
*
gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344)
Nikita Sobolev
2023-10-27
1
-1/+1
*
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring...
Tian Gao
2023-10-25
1
-8/+13
*
gh-110679: Improved markup in enum.rst (GH-110747)
Khalil Mouawad
2023-10-25
1
-15/+15
*
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#...
Erlend E. Aasland
2023-10-25
1
-33/+50
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
1
-1/+1
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-28/+0
*
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
Pavel Karateev
2023-10-24
1
-9/+9
*
GH-111182: Update EnumType.__contains__ docs (GH-111184)
InSync
2023-10-24
1
-3/+4
*
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Zachary Ware
2023-10-24
1
-1/+1
*
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync
2023-10-24
3
-8/+20
*
Fix typo in sys docs (#111196)
James Tocknell
2023-10-24
1
-1/+1
*
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade
2023-10-23
6
-10/+48
*
typo: missing line of output in pull parser example (#111068)
Don Patterson
2023-10-23
1
-0/+1
*
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
Nikita Sobolev
2023-10-22
1
-3/+11
*
gh-106310 - document the __signature__ attribute (#106311)
Gouvernathor
2023-10-20
1
-0/+5
*
gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)
Hugo van Kemenade
2023-10-20
1
-4/+14
*
gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)
Unique-Usman
2023-10-19
1
-3/+24
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
4
-15/+15
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
12
-20/+20
*
gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)
Nikita Sobolev
2023-10-19
1
-1/+1
*
gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)
Nikita Sobolev
2023-10-19
1
-33/+36
*
GH-103082: Clean up the sys.monitoring docs (GH-110532)
Tian Gao
2023-10-18
1
-101/+157
*
GH-104232: Fix statement about trace return values (GH-110516)
Tian Gao
2023-10-18
1
-3/+2
*
GH-102895 Add an option local_exit in code.interact to block exit() from term...
Tian Gao
2023-10-18
1
-4/+11
*
gh-107457: update dis documentation with changes in 3.12 (#108900)
Matthieu Dartiailh
2023-10-17
1
-16/+43
*
sysconfig docs: fix broken link to the source code (#110920)
Karolina Surma
2023-10-16
1
-1/+1
[next]