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-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
*
GH-93429: Document `LOAD_METHOD` removal (GH-93803)
Ken Jin
2022-06-14
2
-13/+23
*
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338)
Sanket Shanbhag
2022-06-14
1
-0/+4
*
Change list to view object (#93661)
Pamela Fox
2022-06-11
1
-1/+2
*
gh-86404: [doc] A make sucpicious false positive. (GH-93710)
Julien Palard
2022-06-11
1
-0/+2
*
gh-90153: whatsnew: "z" option in format spec (GH-93624)
John Belmonte
2022-06-11
1
-0/+3
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Oleg Iarygin
2022-06-10
1
-3/+30
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
1
-1/+1
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+2
*
Improve logging documentation with example and additional cookbook re… (GH-...
Vinay Sajip
2022-06-09
2
-2/+99
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-3/+33
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
CAM Gerlach
2022-06-09
7
-18/+29
*
gh-93180: Update os.copy_file_range() documentation (#93182)
Illia Volochii
2022-06-08
1
-3/+17
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Petr Viktorin
2022-06-08
3
-26/+0
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
1
-0/+10
*
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)
jacksonriley
2022-06-07
1
-2/+2
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
2
-3/+36
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Andreas Grommek
2022-06-07
1
-1/+18
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
3
-0/+89
*
gh-86986: bump min sphinx version to 3.2 (GH-93337)
Davide Rizzo
2022-06-07
1
-1/+1
*
Fix contributor name in WhatsNew 3.11 (GH-93556)
Samodya Abeysiriwardane
2022-06-07
1
-1/+1
[next]