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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...
Hugo van Kemenade
2024-04-28
5
-10/+10
*
[3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)
Kirill Podoprigora
2024-04-26
1
-0/+1
*
[3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called ...
Serhiy Storchaka
2024-04-26
1
-0/+2
*
[3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...
Erlend E. Aasland
2024-04-25
1
-0/+2
*
[3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...
Thomas Grainger
2024-04-25
1
-0/+1
*
[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...
Miss Islington (bot)
2024-04-24
1
-0/+9
*
[3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-04-24
1
-0/+9
*
[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...
Miss Islington (bot)
2024-04-23
1
-0/+1
*
[3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...
Miss Islington (bot)
2024-04-23
1
-0/+4
*
[3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...
Miss Islington (bot)
2024-04-23
1
-0/+3
*
[3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)
Miss Islington (bot)
2024-04-23
2
-10/+11
*
[3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...
Miss Islington (bot)
2024-04-22
1
-0/+2
*
[3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114)
Miss Islington (bot)
2024-04-19
1
-0/+1
*
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...
Alex Waygood
2024-04-19
1
-0/+4
*
[3.12] gh-117535: Ignore made up file name "sys" for warnings (#118014)
Tian Gao
2024-04-19
1
-0/+1
*
[3.12] gh-116932: Remove redundant NEWS entry (GH-118040) (#118041)
Miss Islington (bot)
2024-04-18
1
-1/+0
*
[3.12] gh-116932: Add note on how to report python documentation theme bugs (...
Miss Islington (bot)
2024-04-18
1
-0/+1
*
[3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) (...
Mariusz Felisiak
2024-04-17
2
-4/+5
*
[3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH...
Miss Islington (bot)
2024-04-17
1
-0/+2
*
[3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443) (#1...
Miss Islington (bot)
2024-04-17
1
-0/+1
*
[3.12] gh-117313: Fix re-folding email messages containing non-standard line ...
Miss Islington (bot)
2024-04-17
1
-0/+4
*
[3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser...
Serhiy Storchaka
2024-04-17
1
-0/+2
*
[3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH...
Miss Islington (bot)
2024-04-17
1
-0/+2
*
[3.12] gh-75171: Fix parsing invalid email address headers starting or ending...
Miss Islington (bot)
2024-04-17
1
-0/+1
*
gh-112844: Fix xz CPE identifier (GH-117656)
Miss Islington (bot)
2024-04-16
1
-1/+1
*
[3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecati...
Miss Islington (bot)
2024-04-16
1
-0/+5
*
gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802)
Inada Naoki
2024-04-16
1
-0/+3
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
31
-68/+63
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
1
-0/+5
*
[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...
Miss Islington (bot)
2024-04-15
1
-0/+1
*
[3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...
Miss Islington (bot)
2024-04-11
1
-0/+3
*
[3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin...
Miss Islington (bot)
2024-04-10
1
-0/+2
*
[3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...
Miss Islington (bot)
2024-04-09
2
-0/+3
*
Python 3.12.3
v3.12.3
Thomas Wouters
2024-04-09
106
-245/+1101
*
[3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...
Grigoriev Semyon
2024-04-04
1
-0/+2
*
[3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...
Miss Islington (bot)
2024-04-04
1
-0/+2
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Miss Islington (bot)
2024-04-03
1
-0/+5
*
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
1
-0/+1
*
[3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...
Miss Islington (bot)
2024-03-28
1
-0/+4
*
[3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
1
-0/+2
*
[3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...
Miss Islington (bot)
2024-03-27
1
-4/+4
*
[3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)
Miss Islington (bot)
2024-03-26
1
-0/+4
*
[3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...
Victor Stinner
2024-03-26
3
-0/+7
*
[3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)
Miss Islington (bot)
2024-03-26
1
-0/+1
*
[3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...
Gregory P. Smith
2024-03-26
2
-32/+38
*
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Miss Islington (bot)
2024-03-25
1
-0/+1
*
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
1
-0/+2
*
[3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...
infohash
2024-03-22
1
-0/+1
*
[3.12] gh-116333: Relax error string text expectations in SSL-related tests (...
Miss Islington (bot)
2024-03-21
1
-0/+3
*
[3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118)
Hugo van Kemenade
2024-03-21
2
-4/+4
[prev]
[next]