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
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Mariatta Wijaya
2022-06-30
1
-1/+1
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-0/+1
*
xml.dom.minidom docs: fix typo (#93437)
Jean-Christophe Helary
2022-06-30
1
-1/+1
*
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum
2022-06-30
2
-2/+106
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Irit Katriel
2022-06-30
1
-4/+6
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Irit Katriel
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Cheryl Sabella
2022-06-29
1
-3/+3
*
gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)
Julien Palard
2022-06-29
1
-0/+2
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-18/+2
*
gh-61585: Clarify import scope in modules tutorial (GH-93455)
Stanley
2022-06-28
1
-10/+11
*
Add docs for decorated object and field specifier params (GH-94354)
Erik De Bonte
2022-06-28
1
-1/+35
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
2
-0/+9
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
2
-12/+12
*
gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)
Julien Palard
2022-06-28
1
-1/+1
*
gh-82006: IDLE doc improvements (#94349)
Terry Jan Reedy
2022-06-27
1
-11/+24
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-5/+21
*
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
Arun Mani J
2022-06-26
1
-2/+3
*
gh-94214: Add venv context.lib_path and document the context (GH-94221)
Paul Moore
2022-06-26
1
-0/+39
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
3
-15/+8
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Max Bachmann
2022-06-26
1
-2/+2
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
3
-50/+47
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
1
-8/+31
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Irit Katriel
2022-06-25
1
-2/+2
*
bpo-39971: Change examples to be runnable (GH-32172)
Stanley
2022-06-25
1
-11/+18
*
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Erlend Egeberg Aasland
2022-06-25
3
-111/+145
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
2
-52/+10
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
1
-2/+5
*
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Oleg Iarygin
2022-06-24
1
-2/+2
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
2
-0/+10
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
2
-23/+6
*
gh-94169: Remove deprecated io.OpenWrapper (#94170)
Victor Stinner
2022-06-24
1
-0/+6
*
gh-86404: [doc] Fix missing backtick and double target name. (#94120)
Julien Palard
2022-06-23
1
-2/+2
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Oscar R
2022-06-23
1
-0/+4
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
partev
2022-06-23
1
-1/+1
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
2
-1/+16
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
4
-5/+4
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
partev
2022-06-22
1
-4/+1
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Serhiy Storchaka
2022-06-22
1
-1/+7
*
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)
Irit Katriel
2022-06-21
1
-1/+2
*
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Gregory P. Smith
2022-06-21
2
-26/+13
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
1
-2/+2
*
Tutorial: specify match cases don't fall through (GH-93615)
max
2022-06-21
1
-2/+4
*
gh-93240: clarify wording in IO tutorial (GH-93276)
paulreece
2022-06-21
1
-1/+1
*
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz
2022-06-21
6
-6/+6
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
30
-47/+59
*
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...
Steve Dower
2022-06-21
1
-1/+0
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner
2022-06-21
11
-52/+18
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92754)
Matthias Köppe
2022-06-20
1
-0/+18
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Erlend Egeberg Aasland
2022-06-19
1
-4/+18
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
1
-9/+8
[next]