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-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
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-1/+15
*
What's new in 3.10: fix link to issue (#93968)
Hugo van Kemenade
2022-06-19
1
-1/+1
*
gh-92611: Add details on replacements for cgi utility funcs (GH-92792)
CAM Gerlach
2022-06-17
1
-0/+31
*
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner
2022-06-17
1
-0/+29
*
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner
2022-06-17
1
-1/+3
*
gh-92547: Amend What's New (#93872)
Erlend Egeberg Aasland
2022-06-16
1
-0/+8
*
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
Erlend Egeberg Aasland
2022-06-15
1
-2/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (#93...
Erlend Egeberg Aasland
2022-06-15
1
-9/+9
*
Add test.support.busy_retry() (#93770)
Victor Stinner
2022-06-15
1
-0/+45
*
gh-93183: Adjust wording in socket docs (#93832)
Erlend Egeberg Aasland
2022-06-15
1
-2/+2
*
[docs] Fix LOAD_ATTR version changed (GH-93816)
Ken Jin
2022-06-14
1
-1/+1
[next]