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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] Correct Skip Montanaro's email address (GH-114677) (#114679)
Miss Islington (bot)
2024-01-28
4
-5/+5
*
[3.12] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) ...
Miss Islington (bot)
2024-01-27
1
-1/+21
*
[3.12] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...
Miss Islington (bot)
2024-01-27
2
-4/+4
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...
Hugo van Kemenade
2024-01-27
14
-61/+61
*
[3.12] gh-113560: Improve docstrings for set.issubset() and set.issuperset() ...
Miss Islington (bot)
2024-01-27
1
-2/+10
*
[3.12] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)...
Miss Islington (bot)
2024-01-27
2
-9/+8
*
[3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)
Miss Islington (bot)
2024-01-27
1
-6/+2
*
[3.12] Docs: rework the dbm.dumb introduction (GH-114550) (#114620)
Miss Islington (bot)
2024-01-26
1
-30/+36
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
2
-13/+17
*
[3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618)
Miss Islington (bot)
2024-01-26
1
-0/+36
*
[3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli...
Miss Islington (bot)
2024-01-26
3
-1/+27
*
[3.12] Docs: mark up dbm.open() with param list (GH-114601) (#114604)
Miss Islington (bot)
2024-01-26
1
-26/+26
*
[3.12] Docs: reword dbm.ndbm introduction (#114549) (#114599)
Erlend E. Aasland
2024-01-26
1
-20/+26
*
[3.12] Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (...
Miss Islington (bot)
2024-01-26
1
-5/+5
*
[3.12] Docs: rework dbm introduction (GH-114551) (#114590)
Miss Islington (bot)
2024-01-26
1
-10/+11
*
[3.12] Docs: reword dbm.gnu introduction (#114548) (#114588)
Erlend E. Aasland
2024-01-26
1
-19/+20
*
gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('con...
Miss Islington (bot)
2024-01-25
1
-1/+4
*
[3.12] gh-77465: Increase test coverage for the numbers module (GH-111738) (G...
Miss Islington (bot)
2024-01-25
1
-1/+157
*
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...
Miss Islington (bot)
2024-01-25
2
-0/+70
*
[3.12] gh-108731: Add description of __slots__ to MemberDescriptorType docs (...
Miss Islington (bot)
2024-01-24
1
-0/+4
*
[3.12] Docs: mark up the FTP_TLS() docs with param list (GH-114510) (#114532)
Miss Islington (bot)
2024-01-24
1
-10/+46
*
[3.12] gh-104360: remove reference to removed module-level wrap_socket (GH-10...
Miss Islington (bot)
2024-01-24
1
-5/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (GH-113564) (...
Miss Islington (bot)
2024-01-24
2
-10/+10
*
[3.12] gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (GH-114521)...
Hugo van Kemenade
2024-01-24
2
-21/+22
*
[3.12] gh-114440: Close writer pipe in multiprocessing.Queue, not concurrent....
Petr Viktorin
2024-01-24
3
-5/+11
*
[3.12] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...
Miss Islington (bot)
2024-01-24
1
-0/+1
*
[3.12] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114...
Hugo van Kemenade
2024-01-24
2
-18/+16
*
[3.12] Fix a typo in the contextlib documentation (GH-114507) (#114514)
Miss Islington (bot)
2024-01-24
1
-1/+1
*
[3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...
Miss Islington (bot)
2024-01-23
2
-0/+4
*
[3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...
Miss Islington (bot)
2024-01-23
2
-10/+21
*
[3.12] Docs: use placeholders in dbm flag param docs (GH-114482) (#114497)
Miss Islington (bot)
2024-01-23
1
-60/+43
*
[3.12] gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (GH-114343)...
Miss Islington (bot)
2024-01-23
4
-1/+4
*
[3.12] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-11439...
Miss Islington (bot)
2024-01-23
1
-33/+70
*
[3.12] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-1...
Miss Islington (bot)
2024-01-23
2
-17/+46
*
[3.12] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425)...
Miss Islington (bot)
2024-01-23
2
-14/+48
*
[3.12] Docs: align usage of versionadded/versionchanged with recommended prac...
Erlend E. Aasland
2024-01-23
27
-165/+164
*
[3.12] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs...
Miss Islington (bot)
2024-01-23
1
-3/+7
*
[3.12] GH-82695: Clarify `pathlib.Path.mkdir()` documentation (GH-114032) (#1...
Miss Islington (bot)
2024-01-23
1
-3/+3
*
[3.12] GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. ...
Miss Islington (bot)
2024-01-23
1
-0/+7
*
[3.12] gh-66944: Note that the `contextlib.closing` example is for illustrati...
Miss Islington (bot)
2024-01-23
1
-0/+8
*
[3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...
Miss Islington (bot)
2024-01-22
3
-2/+10
*
[3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s...
Miss Islington (bot)
2024-01-22
2
-3/+19
*
[3.12] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI bui...
Miss Islington (bot)
2024-01-22
1
-202/+208
*
[3.12] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-1141...
Miss Islington (bot)
2024-01-22
2
-27/+26
*
[3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434)
Miss Islington (bot)
2024-01-22
1
-1/+1
*
[3.12] gh-108303: Remove `Lib/test/shadowed_super.py` (GH-114372) (#114433)
Miss Islington (bot)
2024-01-22
2
-8/+15
*
[3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...
Miss Islington (bot)
2024-01-22
3
-9/+98
*
[3.12] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-1...
Miss Islington (bot)
2024-01-22
1
-2/+3
*
[3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427)
Miss Islington (bot)
2024-01-22
3
-5/+2
*
[3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417)
Serhiy Storchaka
2024-01-22
1
-20/+27
[next]