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-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-3/+5
*
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner
2023-10-27
1
-1/+2
*
gh-111406: Fix broken link to bpython's site (#111407)
Zack Cerza
2023-10-27
1
-1/+1
*
Fix typos in import system docs (#111396)
Jonathan Berthias
2023-10-27
1
-3/+3
*
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
3
-32/+19
*
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
4
-7/+20
*
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
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
1
-1/+9
*
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
8
-13/+49
*
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
Anthony Shaw
2023-10-23
1
-0/+2
*
typo: missing line of output in pull parser example (#111068)
Don Patterson
2023-10-23
1
-0/+1
*
Fix typo in 3.13's whatsnew (#111215)
Pablo Martí Gamboa
2023-10-23
1
-1/+1
*
gh-110383: Italicize variable name (#111206)
Nick
2023-10-23
1
-1/+1
*
gh-110383: Added explanation about simplest regex use case for quantifiers. (...
Nick
2023-10-23
1
-0/+3
*
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
Hugo van Kemenade
2023-10-22
1
-66/+107
*
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
Nikita Sobolev
2023-10-22
2
-4/+11
*
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
Maciej Olko
2023-10-22
2
-2/+1
*
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
Hugo van Kemenade
2023-10-22
1
-113/+127
*
gh-111123: symtable should visit exception handlers before the else block (#1...
Irit Katriel
2023-10-21
1
-0/+4
*
gh-106310 - document the __signature__ attribute (#106311)
Gouvernathor
2023-10-20
1
-0/+5
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-2/+2
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
2
-0/+4
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
2
-0/+14
*
gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)
Hugo van Kemenade
2023-10-20
2
-5/+14
*
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner
2023-10-19
1
-2/+3
*
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
10
-57/+57
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
18
-36/+36
*
gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)
Nikita Sobolev
2023-10-19
2
-2/+1
*
gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)
Nikita Sobolev
2023-10-19
2
-34/+36
*
GH-103082: Clean up the sys.monitoring docs (GH-110532)
Tian Gao
2023-10-18
2
-101/+165
*
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-109975: What's new in 3.13: longer full support (#110997)
Hugo van Kemenade
2023-10-18
1
-0/+5
*
Regen Doc/requirements-oldest-sphinx.txt (#111012)
Victor Stinner
2023-10-18
1
-2/+1
*
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
1
-3/+3
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
2
-0/+7
[next]