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
*
Minor improvements to grammar and markup. (GH-91762)
Raymond Hettinger
2022-04-20
1
-12/+12
*
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
slateny
2022-04-20
1
-6/+8
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
1
-0/+8
*
bpo-30718: Add information about text buffering (GH-32351)
slateny
2022-04-20
1
-1/+5
*
Clean-up the argparse docs quick links table (GH-91726)
Raymond Hettinger
2022-04-20
1
-55/+33
*
Add link to sys.path in os lib (#91679)
slateny
2022-04-20
1
-2/+2
*
Fix awkward sentence in signal docs (#91508)
AJ Jordan
2022-04-20
1
-4/+5
*
gh-74166: make all_errors keyword-only (GH-91704)
Irit Katriel
2022-04-19
1
-1/+1
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
1
-1/+15
*
Doc: Fix link formatting typo (GH-91659)
slateny
2022-04-19
1
-1/+1
*
bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...
Yurii Karabas
2022-04-19
1
-0/+21
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
1
-1/+10
*
bpo-21150: Add quick link/summary table to the top of argparse documentation ...
Susan Su
2022-04-18
1
-0/+98
*
Remove duplicate explanation (GH-91534)
Gouvernathor
2022-04-18
1
-4/+0
*
gh-90923: Improve sqlite3.Connection.execute* docs (#91643)
Erlend Egeberg Aasland
2022-04-17
1
-12/+9
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-7/+14
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
1
-7/+61
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
1
-0/+29
*
gh-69093: sqlite3 blob doc amendments (GH-91561)
Erlend Egeberg Aasland
2022-04-16
1
-52/+55
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
1
-11/+4
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
1
-4/+5
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
1
-4/+9
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-12/+5
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
1
-0/+18
*
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)
Jens Holzkämper
2022-04-15
1
-1/+2
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Jelle Zijlstra
2022-04-15
1
-2/+2
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-0/+66
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny
2022-04-14
1
-2/+2
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-3/+2
*
gh-90326: Remove quotes for logging config (GH-91516)
slateny
2022-04-14
1
-1/+1
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme
2022-04-14
1
-0/+1
*
gh-91217: deprecate imghdr (#91461)
Brett Cannon
2022-04-13
1
-5/+6
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-6/+11
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
1
-0/+29
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-1/+10
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
1
-10/+38
*
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes
2022-04-10
1
-0/+2
*
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä
2022-04-09
2
-2/+2
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
1
-2/+22
*
ssl docs: Fix typo (GH-32336)
Frederick
2022-04-07
1
-1/+1
*
pickle docs: Fix typos and improve wording (GH-24776)
Géry Ogam
2022-04-07
1
-24/+23
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Eric Wieser
2022-04-07
1
-1/+5
*
ssl docs: Fix typo (GH-32314)
Frederick
2022-04-07
1
-1/+1
*
pkgutil docs: Link sys constants, add backticks (GH-32356)
Boris Verkhovskiy
2022-04-07
1
-4/+4
*
Change parameter name from *x* for reals to *n* for integers. (GH-32377)
Raymond Hettinger
2022-04-06
1
-2/+2
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-8/+27
*
stdtypes docs: fix typo (GH-32349)
Ian
2022-04-06
1
-1/+1
*
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Gregory P. Smith
2022-04-06
1
-4/+4
*
bpo-4833: Add ZipFile.mkdir (GH-32160)
Sam Ezeh
2022-04-05
1
-0/+11
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
1
-0/+29
[next]