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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.9
v3.11.9
Pablo Galindo
2024-04-02
1
-60/+88
*
[3.11] [3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365)...
Miss Islington (bot)
2024-03-29
1
-0/+18
*
[3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
2
-1/+21
*
[3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)...
Victor Stinner
2024-03-28
2
-1/+10
*
[3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
2
-6/+23
*
[3.11] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...
Miss Islington (bot)
2024-03-27
1
-5/+5
*
[3.11] [3.12] gh-115538: Use isolate mode when running venv test_multiprocesâ...
Miss Islington (bot)
2024-03-26
1
-1/+1
*
[3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)
Miss Islington (bot)
2024-03-26
3
-9/+41
*
[3.11] gh-83845: Add tests for operator module (GH-115883) (#117254)
Miss Islington (bot)
2024-03-26
1
-0/+47
*
[3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...
Miss Islington (bot)
2024-03-26
8
-43/+242
*
[3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)
Miss Islington (bot)
2024-03-26
2
-9/+8
*
[3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Serhiy Storchaka
2024-03-25
3
-0/+163
*
[3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...
Miss Islington (bot)
2024-03-23
1
-1/+1
*
[3.11] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
3
-1/+25
*
[3.11] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...
Miss Islington (bot)
2024-03-22
1
-0/+9
*
[3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...
infohash
2024-03-22
2
-2/+77
*
[3.11] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126...
Miss Islington (bot)
2024-03-21
1
-1/+10
*
[3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)
jkriegshauser
2024-03-20
2
-12/+52
*
[3.11] gh-116957: configparser: Do post-process values after DuplicateOptionE...
David Röthlisberger
2024-03-19
2
-89/+106
*
[3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...
Victor Stinner
2024-03-19
2
-0/+18
*
[3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...
Miss Islington (bot)
2024-03-19
2
-1/+14
*
[3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...
Miss Islington (bot)
2024-03-18
2
-35/+170
*
[3.11] gh-116831: Fixes tests for c extension in WASI for Python 3.11 (GH-116...
Kushal Das
2024-03-18
1
-0/+3
*
[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...
Miss Islington (bot)
2024-03-16
2
-2/+27
*
[3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...
Miss Islington (bot)
2024-03-16
2
-1/+29
*
[3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH...
Nikita Sobolev
2024-03-16
1
-0/+9
*
[3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...
Jason R. Coombs
2024-03-15
2
-0/+4
*
[3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...
Miss Islington (bot)
2024-03-15
2
-1/+23
*
[3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795)
Miss Islington (bot)
2024-03-14
1
-5/+5
*
[3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...
Brett Cannon
2024-03-13
7
-27/+43
*
[3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)
Victor Stinner
2024-03-13
1
-0/+24
*
[3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...
Miss Islington (bot)
2024-03-13
2
-1/+10
*
[3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...
Serhiy Storchaka
2024-03-13
5
-8/+111
*
[3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709)
Miss Islington (bot)
2024-03-13
1
-1/+29
*
[3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706)
Miss Islington (bot)
2024-03-13
1
-3/+12
*
[3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#11...
Jason R. Coombs
2024-03-13
1
-0/+20
*
[3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...
Miss Islington (bot)
2024-03-13
1
-1/+3
*
[3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...
Tian Gao
2024-03-12
2
-95/+101
*
[3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)
Miss Islington (bot)
2024-03-12
2
-1/+3
*
[3.11] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-11642...
Miss Islington (bot)
2024-03-11
1
-18/+7
*
[3.11] gh-115421: List all test/ subdirs in Makefile, and test them (GH-115813)
Petr Viktorin
2024-03-11
1
-0/+67
*
[3.11] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) ...
Miss Islington (bot)
2024-03-11
1
-38/+17
*
[3.11] gh-116485: Fixed the typo (GH-116486) (#116490)
Miss Islington (bot)
2024-03-08
1
-1/+1
*
[3.11] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...
Miss Islington (bot)
2024-03-06
1
-5/+10
*
[3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
5
-16/+196
*
[3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...
Miss Islington (bot)
2024-03-06
1
-3/+4
*
[3.11] chore: fix typos (GH-116345) (#116375)
Terry Jan Reedy
2024-03-05
3
-3/+3
*
[3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...
Miss Islington (bot)
2024-03-05
2
-26/+61
*
[3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...
Miss Islington (bot)
2024-03-05
3
-2/+17
*
[3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...
Miss Islington (bot)
2024-03-05
2
-1/+7
[next]