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-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
Jocelyn Castellano
2023-07-22
1
-1/+1
*
gh-106996: Amend the introduction to the turtle graphics documentation (#106997)
Daniele Procida
2023-07-22
1
-3/+21
*
gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)
qqwqqw689
2023-07-21
1
-21/+25
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
26
-125/+125
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
24
-48/+48
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
2
-9/+9
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
1
-25/+1
*
Fix typo in tkinter docs (#106936)
Makonede
2023-07-20
1
-1/+1
*
gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...
Jack Nelson
2023-07-19
1
-0/+3
*
GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
Barney Gale
2023-07-19
1
-0/+7
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-7/+21
*
Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-1...
Raymond Hettinger
2023-07-17
1
-3/+8
*
Fix the french used in the email documentation (GH-106279)
Jean-Baptiste Poupon
2023-07-16
1
-2/+2
*
Doc: fix section levels of devmode doc (#106801)
Inada Naoki
2023-07-16
1
-3/+3
*
Doc: devmode: add -Xdev option to example (#106253)
Simone Rubino
2023-07-16
1
-1/+1
*
Add more examples to the recipe docs (GH-106782)
Raymond Hettinger
2023-07-15
1
-0/+2
*
gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...
Alex Waygood
2023-07-14
1
-25/+45
*
gh-106531: Remove importlib.resources._legacy (#106532)
Jason R. Coombs
2023-07-14
1
-156/+0
*
gh-106446: Fix failed doctest in stdtypes (#106447)
Charlie Zhao
2023-07-14
1
-17/+20
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-1/+1
*
docs: clarify Path.suffix (GH-106650)
Ned Batchelder
2023-07-13
2
-4/+6
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
1
-15/+20
*
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
Mariusz Felisiak
2023-07-11
1
-2/+3
*
gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
Mariusz Felisiak
2023-07-11
1
-0/+7
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
1
-1/+25
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
1
-3/+6
*
gh-106461: typing: Consolidate docs on `Callable` (#106462)
Alex Waygood
2023-07-09
1
-55/+75
*
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner
2023-07-09
1
-0/+8
*
gh-106535: Soft deprecate the getopt module (#105735)
Victor Stinner
2023-07-08
1
-8/+13
*
gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...
Owain Davies
2023-07-08
1
-1/+1
*
gh-106535: Document PEP 387 Soft Deprecation (#106536)
Victor Stinner
2023-07-07
1
-2/+3
*
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach
2023-07-06
1
-0/+2
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-3/+3
*
shlex docs: remove outdated note (#106463)
Jelle Zijlstra
2023-07-05
1
-6/+0
*
Clarify state of CancelledError in doc (#106453)
Kristján Valur Jónsson
2023-07-05
1
-1/+1
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
1
-2/+2
*
Small speed-up for the convolve() recipe. (GH-106371)
Raymond Hettinger
2023-07-03
1
-2/+2
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
1
-0/+47
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
1
-9/+9
*
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK
2023-06-30
3
-19/+19
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-1/+22
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-12/+11
*
gh-101100: Fix reference to `parse_args` in `optparse.rst` (#105265)
F3eQnxN3RriK
2023-06-28
1
-24/+27
*
gh-101100: Fix reference to asynchronous methods (#106172)
F3eQnxN3RriK
2023-06-28
1
-1/+1
*
gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d...
Sam Bull
2023-06-28
1
-0/+3
*
Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-task.rs...
lightdrk
2023-06-28
1
-4/+4
*
gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)
Nikita Sobolev
2023-06-27
1
-0/+101
*
GH-105774: Clarify operation of normalize() (GH-106093)
Raymond Hettinger
2023-06-27
1
-6/+37
*
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...
Łukasz Langa
2023-06-26
1
-43/+0
*
gh-106107: document correct error that's raised when a mutable default value ...
Roderich Schupp
2023-06-26
1
-1/+1
[next]