GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.12
v3.9.12
Łukasz Langa
2022-03-23
14
-34
/
+137
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Miss Islington (bot)
2022-03-23
1
-0
/
+4
*
[3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-3...
Hugo van Kemenade
2022-03-23
1
-0
/
+5
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Miss Islington (bot)
2022-03-22
1
-0
/
+1
*
[3.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-3...
Hugo van Kemenade
2022-03-22
1
-0
/
+3
*
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
Andrew Svetlov
2022-03-22
1
-0
/
+1
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Miss Islington (bot)
2022-03-21
1
-0
/
+1
*
bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)
Gregory P. Smith
2022-03-20
1
-0
/
+5
*
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
Miss Islington (bot)
2022-03-20
1
-0
/
+1
*
[3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-3197...
Miss Islington (bot)
2022-03-19
1
-0
/
+1
*
bpo-39394: Improve warning message in the re module (GH-31988)
Miss Islington (bot)
2022-03-19
1
-0
/
+2
*
[3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes ...
Serhiy Storchaka
2022-03-18
1
-0
/
+4
*
[3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (...
Pablo Galindo Salgado
2022-03-18
1
-0
/
+3
*
[3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...
Miss Islington (bot)
2022-03-17
1
-0
/
+3
*
Python 3.9.11, take two
v3.9.11
Łukasz Langa
2022-03-16
2
-3
/
+11
*
[3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero...
Steve Dower
2022-03-15
1
-0
/
+2
*
Python 3.9.11
Łukasz Langa
2022-03-15
66
-135
/
+672
*
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
Christian Heimes
2022-03-15
1
-0
/
+1
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Miss Islington (bot)
2022-03-15
1
-0
/
+1
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-0
/
+1
*
But Add missing newline to NEWS entry (GH-31893)
Miss Islington (bot)
2022-03-15
1
-1
/
+1
*
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
Miss Islington (bot)
2022-03-14
1
-0
/
+1
*
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
Ned Deily
2022-03-14
1
-1
/
+0
*
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
Jason R. Coombs
2022-03-13
1
-0
/
+3
*
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
Ned Deily
2022-03-13
1
-0
/
+1
*
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
Miss Islington (bot)
2022-03-13
1
-0
/
+1
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)
Victor Stinner
2022-03-12
1
-0
/
+5
*
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...
Irit Katriel
2022-03-08
1
-0
/
+1
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Miss Islington (bot)
2022-03-08
1
-0
/
+2
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
1
-0
/
+2
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Miss Islington (bot)
2022-03-07
1
-0
/
+1
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
1
-0
/
+2
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-07
1
-0
/
+2
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
1
-0
/
+2
*
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...
Victor Stinner
2022-03-04
1
-0
/
+3
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...
Victor Stinner
2022-02-25
1
-0
/
+3
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
1
-0
/
+5
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Miss Islington (bot)
2022-02-22
1
-0
/
+1
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-22
1
-0
/
+2
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-0
/
+1
*
[3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474)
Miss Islington (bot)
2022-02-21
1
-0
/
+2
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
Miss Islington (bot)
2022-02-21
1
-0
/
+1
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Miss Islington (bot)
2022-02-21
1
-0
/
+2
*
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based metho...
Andrew Svetlov
2022-02-20
1
-0
/
+2
*
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...
Andrew Svetlov
2022-02-20
1
-0
/
+1
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Miss Islington (bot)
2022-02-18
1
-0
/
+1
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)
Miss Islington (bot)
2022-02-18
1
-0
/
+1
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
Miss Islington (bot)
2022-02-16
1
-0
/
+4
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Miss Islington (bot)
2022-02-16
1
-0
/
+2
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Miss Islington (bot)
2022-02-14
1
-0
/
+3
[next]