Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.7
/
Misc
tag
6fc3c88dca6b53457102714334b5d50b26618d4f
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Aug 30 19:03:08 2021
object
1016ef37904c7ddc16fb18d3369b2a78cf428fa4
Python 3.9.7
1016ef3
Python 3.9.7
by Łukasz Langa
· 4 years ago
v3.9.7
9827710
[3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071)
by Serhiy Storchaka
· 4 years ago
720aef4
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
by Miss Islington (bot)
· 4 years ago
0c5e0aa
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065)
by Miss Islington (bot)
· 4 years ago
4b55837
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053)
by Miss Islington (bot)
· 4 years ago
d0f94ab
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
by Miss Islington (bot)
· 4 years ago
5720bca
[3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040)
by Łukasz Langa
· 4 years ago
24416e4
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)
by Miss Islington (bot)
· 4 years ago
007221a
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
by Miss Islington (bot)
· 4 years ago
4540951
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28025)
by Miss Islington (bot)
· 4 years ago
330aabb
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028)
by Serhiy Storchaka
· 4 years ago
166ad70
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014)
by Miss Islington (bot)
· 4 years ago
0243764
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
by Miss Islington (bot)
· 4 years ago
970533e
[3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970)
by Miss Islington (bot)
· 4 years ago
2cdbd3b
bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27973)
by Miss Islington (bot)
· 4 years ago
0ec17a2
[3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (GH-27952)
by Erlend Egeberg Aasland
· 4 years ago
52702e8
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944)
by Erlend Egeberg Aasland
· 4 years ago
9d3b6b2
[3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
by Miss Islington (bot)
· 4 years ago
4e5162f
bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) (GH-27882)
by Miss Islington (bot)
· 4 years ago
7ef0673
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)
by Miss Islington (bot)
· 4 years ago
0215257
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-27822)
by Miss Islington (bot)
· 4 years ago
4e4d35d
[3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817)
by Łukasz Langa
· 4 years ago
b2779b2
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
by Sam Bull
· 4 years ago
beb3a83
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27797)
by Miss Islington (bot)
· 4 years ago
e21b66b
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) (GH-27790)
by Miss Islington (bot)
· 4 years ago
27fd313
[3.9] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) (GH-27788)
by Łukasz Langa
· 4 years ago
c7c4cbc
[3.9] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27785)
by Łukasz Langa
· 4 years ago
4b86c9c
[3.9] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27744)
by Pablo Galindo Salgado
· 4 years ago
15f0a45
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27720)
by Miss Islington (bot)
· 4 years ago
6f4cded
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) (GH-27707)
by Miss Islington (bot)
· 4 years ago
c7dfbd2
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705)
by Miss Islington (bot)
· 4 years ago
0e63776
make lib2to3 parse async generators everywhere (GH-6588) (GH-27703)
by Miss Islington (bot)
· 4 years ago
ede1dc4
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)
by Irit Katriel
· 4 years ago
fcbe8c6
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) (GH-27699)
by Miss Islington (bot)
· 4 years ago
395f4c7
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687)
by Miss Islington (bot)
· 4 years ago
40b353b
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684)
by Miss Islington (bot)
· 4 years ago
26539ce
[3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)
by Tzu-ping Chung
· 4 years ago
ede221e
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) (GH-27674)
by Miss Islington (bot)
· 4 years ago
ed718e9
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)
by Miss Islington (bot)
· 4 years ago
c352412
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588). (GH-27639)
by Erlend Egeberg Aasland
· 4 years ago
62bce24
bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)
by Miss Islington (bot)
· 4 years ago
fde8417
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641)
by Miss Islington (bot)
· 4 years ago
91f6d38
bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) (GH-27636)
by Miss Islington (bot)
· 4 years ago
8c07fef
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
by Erlend Egeberg Aasland
· 4 years ago
791c28a
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
by Miss Islington (bot)
· 4 years ago
693a661
[3.9] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) (GH-27629)
by Łukasz Langa
· 4 years ago
7dad033
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH-27608)
by Miss Islington (bot)
· 4 years ago
1a2c0ec
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) (GH-27606)
by Miss Islington (bot)
· 4 years ago
0b551db
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27573)
by Miss Islington (bot)
· 4 years, 1 month ago
e0d599f
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564)
by Miss Islington (bot)
· 4 years, 1 month ago
0f6a773
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559)
by Miss Islington (bot)
· 4 years, 1 month ago
2d11797
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27501)
by Miss Islington (bot)
· 4 years, 1 month ago
0f42b72
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)
by Miss Islington (bot)
· 4 years, 1 month ago
73240d4
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27489)
by Miss Islington (bot)
· 4 years, 1 month ago
acaf3b9
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445)
by Miss Islington (bot)
· 4 years, 1 month ago
49b5e20
[3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27400)
by Jason R. Coombs
· 4 years, 1 month ago
899e37b
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
by Miss Islington (bot)
· 4 years, 1 month ago
019a8b0
bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425)
by Miss Islington (bot)
· 4 years, 1 month ago
debb751
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (#27422)
by Miss Islington (bot)
· 4 years, 1 month ago
fd2c246
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411)
by Miss Islington (bot)
· 4 years, 1 month ago
153365d
[3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405)
by Inada Naoki
· 4 years, 1 month ago
3f13894
The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27372)
by Miss Islington (bot)
· 4 years, 1 month ago
85ac814
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-27367)
by Miss Islington (bot)
· 4 years, 1 month ago
7b2185b
bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362)
by Miss Islington (bot)
· 4 years, 1 month ago
4ce6c52
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27358)
by Miss Islington (bot)
· 4 years, 1 month ago
0a08f22
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (#27325)
by Miss Islington (bot)
· 4 years, 1 month ago
0978018
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304)
by Miss Islington (bot)
· 4 years, 1 month ago
0f55d21
[3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293)
by Łukasz Langa
· 4 years, 1 month ago
e0ef816
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27283)
by Miss Islington (bot)
· 4 years, 1 month ago
c8e35ab
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27275)
by Miss Islington (bot)
· 4 years, 1 month ago
1c5c9c8
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024). (#27269)
by Łukasz Langa
· 4 years, 1 month ago
9ee12cf
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (#27245)
by Miss Islington (bot)
· 4 years, 1 month ago
2f643b1
[3.9] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27233)
by Miss Islington (bot)
· 4 years, 1 month ago
fa674bd
[3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205)
by Ken Jin
· 4 years, 1 month ago
df7c629
bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (GH-27209)
by Miss Islington (bot)
· 4 years, 1 month ago
298ee65
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
by Miss Islington (bot)
· 4 years, 1 month ago
5fc784e
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092)
by Miss Islington (bot)
· 4 years, 1 month ago
94adfe6
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
by Miss Islington (bot)
· 4 years, 1 month ago
489c273
[3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (GH-24460) (#24460)
by Vladimir Feinberg
· 4 years, 1 month ago
e7009f4
bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (#26803)
by Miss Islington (bot)
· 4 years, 1 month ago
6fb4248
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831)
by Miss Islington (bot)
· 4 years, 1 month ago
c89f0b2
[3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) (GH-27082)
by Miss Islington (bot)
· 4 years, 1 month ago
9761abf
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
by Dong-hee Na
· 4 years, 1 month ago
51a29c4
[3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27028)
by Ken Jin
· 4 years, 2 months ago
9f47d87
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
by Miss Islington (bot)
· 4 years, 2 months ago
fe847a6
Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)" (GH-27022)
by Pablo Galindo
· 4 years, 2 months ago
4684a34
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)
by Miss Islington (bot)
· 4 years, 2 months ago
21be6cb
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
by Miss Islington (bot)
· 4 years, 2 months ago
91db097
bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26996)
by Miss Islington (bot)
· 4 years, 2 months ago
8aa45de
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989)
by Miss Islington (bot)
· 4 years, 2 months ago
67e3945
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
by Miss Islington (bot)
· 4 years, 2 months ago
863e3d5
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26971)
by Steve Dower
· 4 years, 2 months ago
f790bc8
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) (GH-26960)
by Miss Islington (bot)
· 4 years, 2 months ago
02859df
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26957)
by Miss Islington (bot)
· 4 years, 2 months ago
db3ff76
Python 3.9.6
by Łukasz Langa
· 4 years, 2 months ago
v3.9.6
1acd1e6
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26928)
by Miss Islington (bot)
· 4 years, 2 months ago
4861fda
[3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843). (GH-26916)
by Serhiy Storchaka
· 4 years, 2 months ago
fe272b7
[3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
by Stéphane Bidoul
· 4 years, 2 months ago
5ed7827
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
by Victor Stinner
· 4 years, 2 months ago
a65df3f
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
Next »