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] [doc] Update logging documentation to improve grammar and elucidate an...
Miss Islington (bot)
2024-04-04
2
-11/+72
*
[3.12] gh-117521: Improve typing.TypeGuard docstring (GH-117522) (#117538)
Miss Islington (bot)
2024-04-04
1
-11/+14
*
[3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...
Miss Islington (bot)
2024-04-04
3
-3/+51
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Miss Islington (bot)
2024-04-03
2
-0/+9
*
[3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-1171...
Miss Islington (bot)
2024-04-03
1
-2/+10
*
[3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117...
Miss Islington (bot)
2024-04-03
1
-2/+2
*
[3.12] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)
Miss Islington (bot)
2024-04-02
1
-1/+2
*
[3.12] Link to the Python type system specification (GH-117400) (#117448)
Miss Islington (bot)
2024-04-02
1
-73/+15
*
[3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-2...
Miss Islington (bot)
2024-04-01
1
-1/+1
*
[3.12] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117427)
Miss Islington (bot)
2024-04-01
1
-5/+8
*
[3.12] build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (GH-11741...
Miss Islington (bot)
2024-04-01
1
-1/+1
*
[3.12] gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195) (G...
Miss Islington (bot)
2024-04-01
1
-3/+6
*
[3.12] gh-117387 Remove hash mark from introductory text (GH-117409) (#gh-
Miss Islington (bot)
2024-03-31
1
-1/+2
*
[3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)
Victor Stinner
2024-03-29
1
-0/+18
*
[3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)
Miss Islington (bot)
2024-03-29
1
-2/+2
*
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
3
-1/+22
*
[3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (G...
Christopher Chianelli
2024-03-28
1
-1/+1
*
[3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-11732...
Miss Islington (bot)
2024-03-28
1
-1/+5
*
[3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...
Miss Islington (bot)
2024-03-28
2
-1/+4
*
[3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
3
-6/+25
*
[3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...
Miss Islington (bot)
2024-03-27
2
-4/+18
*
[3.12] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...
AN Long
2024-03-27
1
-5/+5
*
[3.12] Change links on the index page (GH-117230) (#117268)
Miss Islington (bot)
2024-03-26
1
-2/+2
*
[3.12] gh-115538: Use isolate mode when running venv test_multiproces… (#11...
AN Long
2024-03-26
1
-1/+1
*
[3.12] pre-commit: add `check-case-conflict` and `check-merge-conflict` (GH-1...
Miss Islington (bot)
2024-03-26
1
-1/+3
*
[3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)
Miss Islington (bot)
2024-03-26
4
-9/+45
*
[3.12] gh-83845: Add tests for operator module (GH-115883) (#117253)
Miss Islington (bot)
2024-03-26
1
-0/+47
*
[3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...
Victor Stinner
2024-03-26
11
-43/+249
*
[3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)
Miss Islington (bot)
2024-03-26
3
-9/+9
*
[3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...
Gregory P. Smith
2024-03-26
23
-1846/+1606
*
[3.12] Sync main docs and docstring for median_grouped(). (gh-117214) (gh-117...
Miss Islington (bot)
2024-03-25
1
-38/+39
*
[3.12] Add information about negative indexes to sequence datamodel doc (GH-...
Miss Islington (bot)
2024-03-25
1
-3/+6
*
[3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-...
Miss Islington (bot)
2024-03-25
1
-3/+3
*
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Miss Islington (bot)
2024-03-25
5
-12/+174
*
[3.12] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117...
Miss Islington (bot)
2024-03-24
1
-15/+18
*
[3.12] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117191)
Miss Islington (bot)
2024-03-24
1
-1/+1
*
[3.12] docs:fix over-linking in dataclasses.rst (GH-117005) (#117163)
Carol Willing
2024-03-22
1
-79/+81
*
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
4
-1/+27
*
[3.12] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...
Miss Islington (bot)
2024-03-22
2
-15/+127
*
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
Miss Islington (bot)
2024-03-22
1
-1/+1
*
[3.12] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...
Miss Islington (bot)
2024-03-22
1
-0/+9
*
[3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...
infohash
2024-03-22
4
-2/+198
*
[3.12] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126...
Miss Islington (bot)
2024-03-21
1
-1/+10
*
[3.12] gh-116333: Relax error string text expectations in SSL-related tests (...
Miss Islington (bot)
2024-03-21
4
-38/+96
*
[3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118)
Hugo van Kemenade
2024-03-21
2
-4/+4
*
[3.12] Fix sort order for "locale encoding" glossary item (GH-115794) (#117102)
Miss Islington (bot)
2024-03-20
1
-12/+12
*
[3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)
jkriegshauser
2024-03-20
4
-12/+71
*
[3.12] gh-117058: Update GUI and packaging recommendations for macOS. (GH-117...
Miss Islington (bot)
2024-03-20
1
-11/+25
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
6
-4/+60
*
[3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python CLI help...
Serhiy Storchaka
2024-03-19
1
-2/+1
[next]