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
*
Fix misspelling in docs for http.HTTPMethod (#99376)
Matt Harasymczuk
2022-11-13
1
-7/+16
*
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh
2022-11-13
1
-3/+3
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-17/+154
*
gh-99392: Fix sqlite3 converter recipes (#99393)
naglis
2022-11-12
1
-3/+22
*
gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
Ethan Furman
2022-11-12
1
-12/+27
*
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...
Kumar Aditya
2022-11-12
1
-0/+3
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Steve Dower
2022-11-11
1
-0/+9
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Raymond Hettinger
2022-11-10
1
-0/+6
*
Update reference to the size of PyPI (#99076)
jmcb
2022-11-09
1
-2/+2
*
gh-99238: clarify the type of the env dict. (#99253)
Gregory P. Smith
2022-11-08
1
-3/+7
*
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Mikael Koli
2022-11-08
1
-1/+1
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
4
-586/+1
*
gh-92119: ctypes: Print exception class name instead of its representation (#...
Kamil Turek
2022-11-08
1
-3/+3
*
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Noam Cohen
2022-11-07
1
-2/+34
*
Docs: add argument spec to sqlite3 CLI docs (#99200)
Erlend E. Aasland
2022-11-07
1
-1/+6
*
gh-94286 Fix documentation of print default param (GH-94297)
Nouran Ali
2022-11-06
1
-1/+1
*
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
Ethan Furman
2022-11-06
1
-3/+12
*
minor edits to locale doc (#98537)
Skip Montanaro
2022-11-04
1
-13/+16
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Nick Pope
2022-11-03
1
-3/+4
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-1/+1
*
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner
2022-11-03
1
-51/+16
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
1
-0/+9
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Serhiy Storchaka
2022-11-03
1
-0/+3
*
gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)
Oleg Iarygin
2022-11-02
1
-3/+8
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)
Sebastian Rittau
2022-11-02
1
-3/+3
*
Doc: Fix sphinx-lint issues (GH-98911)
Julien Palard
2022-10-31
1
-1/+1
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Shantanu
2022-10-31
1
-2/+2
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
1
-4/+8
*
Fix typo in docs (GH-98863)
Yuvi Panda
2022-10-29
1
-1/+1
*
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
FC Stegerman
2022-10-29
1
-16/+16
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Mateusz
2022-10-28
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
1
-6/+28
*
Fix typo in contextvars docs (#98823)
cburroughs
2022-10-28
1
-1/+1
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Nikita Sobolev
2022-10-28
1
-3/+8
*
gh-65002: Make note that null bytes are used to pad bytes (#98635)
Stanley
2022-10-28
1
-1/+4
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
1
-0/+32
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-1/+12
*
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)
Erlend E. Aasland
2022-10-26
1
-5/+5
*
gh-98644: point people to tomllib from configparser’s docs (#98645)
Philipp A
2022-10-26
1
-4/+8
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev
2022-10-26
1
-0/+3
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
2
-3/+2
*
gh-77753: Add example for values that compare equal in stdtypes (#98497)
Stanley
2022-10-26
1
-5/+3
*
gh-84747: Add `async for` comment for StreamReader (#98633)
Stanley
2022-10-26
1
-1/+2
*
gh-97937: dis docs: add adaptive=False (#97939)
Jelle Zijlstra
2022-10-25
1
-13/+29
*
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...
Eclips4
2022-10-25
1
-1/+1
*
gh-98623: Fix base classes in `typing.rst` (#98626)
Nikita Sobolev
2022-10-25
1
-2/+2
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Nikita Sobolev
2022-10-24
1
-72/+78
*
GH-91635: clarify docs about closing of transport in asyncio (#98563)
Kumar Aditya
2022-10-24
1
-1/+2
*
gh-98500: Fix typing docs for `*View` classes (#98511)
Nikita Sobolev
2022-10-24
1
-4/+4
[next]