Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.6
/
Lib
tag
390f30e9e0b20032b4c71e6a3a2694645d6a4d38
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 28 08:27:41 2021
object
db3ff76da19004f266b62e98a81bdfd322861436
Python 3.9.6
db3ff76
Python 3.9.6
by Łukasz Langa
· 4 years, 2 months ago
v3.9.6
b2a5dcd
Clarify the order of a stacked `abstractmethod` (GH-26892)
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
0796e21
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
by Miss Islington (bot)
· 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
fcde2c6
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
by Miss Islington (bot)
· 4 years, 2 months ago
8bc26d8
bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
by Ma Lin
· 4 years, 2 months ago
0ff487b
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
by Miss Islington (bot)
· 4 years, 2 months ago
67b3a99
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
by Miss Islington (bot)
· 4 years, 2 months ago
175e264
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
by Miss Islington (bot)
· 4 years, 2 months ago
8fe57aa
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)
by Miss Islington (bot)
· 4 years, 2 months ago
0d0a9ea
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)
by Pablo Galindo
· 4 years, 2 months ago
a9e20cf
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
by Miss Islington (bot)
· 4 years, 2 months ago
6df926f
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26675)
by Miss Islington (bot)
· 4 years, 2 months ago
e972631
[Enum] improve pickle support (#26666)
by Ethan Furman
· 4 years, 2 months ago
304ec53
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26652)
by Miss Islington (bot)
· 4 years, 2 months ago
175ebc6
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26651)
by Miss Islington (bot)
· 4 years, 2 months ago
9b88943
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
by Miss Islington (bot)
· 4 years, 2 months ago
d9f38d7
bpo-40468: Split IDLE settings General tab (GH-26621)
by Miss Islington (bot)
· 4 years, 2 months ago
c835323
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
by Miss Islington (bot)
· 4 years, 2 months ago
c03f0ab
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
by Miss Islington (bot)
· 4 years, 2 months ago
87f5022
[3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)
by Batuhan Taskaya
· 4 years, 2 months ago
b3c50b2
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
by Miss Islington (bot)
· 4 years, 3 months ago
de58b31
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
by Batuhan Taskaya
· 4 years, 3 months ago
5a8ddcc
[3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510)
by Gregory P. Smith
· 4 years, 3 months ago
5df4abd
bpo-44022: Improve the regression test. (GH-26503)
by Miss Islington (bot)
· 4 years, 3 months ago
991693a
[3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001)
by Joshua Root
· 4 years, 3 months ago
9bcb76c
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
by Miss Islington (bot)
· 4 years, 3 months ago
d5b657b
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26437)
by Miss Islington (bot)
· 4 years, 3 months ago
21a56a4
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
by Miss Islington (bot)
· 4 years, 3 months ago
65fb9a2
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
by Miss Islington (bot)
· 4 years, 3 months ago
b9258b0
bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26263)
by Miss Islington (bot)
· 4 years, 3 months ago
c87b81d
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627) (#25695)
by Miss Islington (bot)
· 4 years, 3 months ago
d4a9264
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26250)
by Pablo Galindo
· 4 years, 3 months ago
0bcd151
[3.9] backport non-content changes to IDLE's help.html (GH-26239)
by Tal Einat
· 4 years, 3 months ago
c17ba23
bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213)
by Miss Islington (bot)
· 4 years, 3 months ago
c05d8a6
bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26211)
by Irit Katriel
· 4 years, 3 months ago
049c412
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files (GH-25058)
by Miss Islington (bot)
· 4 years, 3 months ago
f84ef3c
fix docstring typo in bdb.py (GH-22323) (#26180)
by Miss Islington (bot)
· 4 years, 3 months ago
ea33d20
[3.9] Fix typo in comment (GH-26162) (GH-26165)
by Miss Islington (bot)
· 4 years, 3 months ago
b30b25b
[3.9] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26142)
by Antoine Pitrou
· 4 years, 3 months ago
fa9de0c
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
by Miss Islington (bot)
· 4 years, 3 months ago
64a31c5
[3.9] sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032). (GH-26128)
by Erlend Egeberg Aasland
· 4 years, 3 months ago
133013e
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
by Miss Islington (bot)
· 4 years, 3 months ago
9b90ce6
[3.9] Revert "[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067)" (GH-26077)
by Ken Jin
· 4 years, 3 months ago
88136bb
[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067) (GH-26075)
by Ken Jin
· 4 years, 3 months ago
1be9396
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26063)
by Miss Islington (bot)
· 4 years, 3 months ago
0cb9775
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964) (GH-26052)
by Steve Dower
· 4 years, 3 months ago
6c190b5
[3.9] bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None (GH-25438) (GH-26053)
by Erlend Egeberg Aasland
· 4 years, 3 months ago
7d38b04
Fix import of HTTPError (GH-22304) (GH-26048)
by Miss Islington (bot)
· 4 years, 3 months ago
bde14f7
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-23192) (#26036)
by Miss Islington (bot)
· 4 years, 3 months ago
23822e2
bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025)
by Steve Dower
· 4 years, 3 months ago
b391b9b
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705)
by Miss Islington (bot)
· 4 years, 3 months ago
ea93270
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916)
by Miss Islington (bot)
· 4 years, 4 months ago
bc8b93c
bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25911)
by Miss Islington (bot)
· 4 years, 4 months ago
df99532
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)
by Miss Islington (bot)
· 4 years, 4 months ago
c3bf0bd
Fix typo in ast.py (GH-25740) (GH-25894)
by Miss Islington (bot)
· 4 years, 4 months ago
00726e5
bpo-38352: Add to typing.__all__ (GH-25821) (#25885)
by Miss Islington (bot)
· 4 years, 4 months ago
7a92bee
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095) (#25880)
by Miss Islington (bot)
· 4 years, 4 months ago
7ec94cd
update docstring for `win_getpass` to reflect code changes (GH-24967)
by Miss Islington (bot)
· 4 years, 4 months ago
e733e99
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25864)
by Miss Islington (bot)
· 4 years, 4 months ago
8a59574
[3.9] bpo-43882 Remove the newline, and tab early. From query and fragments. (#25853)
by Senthil Kumaran
· 4 years, 4 months ago
0a7dcbd
Python 3.9.5
by Łukasz Langa
· 4 years, 4 months ago
v3.9.5
5374fbc
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815)
by Miss Islington (bot)
· 4 years, 4 months ago
cf6a796
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812)
by Miss Islington (bot)
· 4 years, 4 months ago
af1e06c
[3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782)
by Stéphane Bidoul
· 4 years, 4 months ago
a7f15ba
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
by Miss Islington (bot)
· 4 years, 4 months ago
491fde0
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)
by Miss Islington (bot)
· 4 years, 4 months ago
629ef0f
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688)
by Miss Islington (bot)
· 4 years, 4 months ago
2dc6b17
bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)
by Irit Katriel
· 4 years, 4 months ago
d0698c6
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
by Miss Islington (bot)
· 4 years, 4 months ago
a3c6752
Quick pydoc update to smtplib.py (GH-22292) (GH-25615)
by Miss Islington (bot)
· 4 years, 4 months ago
b47f051
bpo-43534: Fix the turtle module working with multiple root windows GH-25593
by Miss Islington (bot)
· 4 years, 4 months ago
d2e2534
[3.9] fix typo in warning (GH-20620) (#25601)
by Senthil Kumaran
· 4 years, 4 months ago
9a16539
[3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588)
by Serhiy Storchaka
· 4 years, 4 months ago
7248ce3
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
by Miss Islington (bot)
· 4 years, 4 months ago
d962b00
[3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578)
by Stéphane Bidoul
· 4 years, 4 months ago
52e9031
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
by Miss Islington (bot)
· 4 years, 4 months ago
04bcfe0
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
by Miss Islington (bot)
· 4 years, 4 months ago
e259a77
[3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555)
by Christian Heimes
· 4 years, 4 months ago
987b65e9
Reformat idlelib colorizer (GH-25479)
by Miss Islington (bot)
· 4 years, 4 months ago
ab5d78c
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
by Miss Islington (bot)
· 4 years, 4 months ago
fa03efd
Improve the error message for choices(population, 10) (GH-25267) (GH-25477)
by Miss Islington (bot)
· 4 years, 4 months ago
0121f67
Fix typo in a dataclasses comment. (GH-25454)
by Miss Islington (bot)
· 4 years, 4 months ago
cdf0287
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451)
by Christian Heimes
· 4 years, 4 months ago
e1903e1
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)
by Victor Stinner
· 4 years, 4 months ago
6379924
[3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370)
by Ethan Furman
· 4 years, 4 months ago
0983e01
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
by Miss Islington (bot)
· 4 years, 4 months ago
6ec2fb4
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)
by Miss Islington (bot)
· 4 years, 4 months ago
54d89a3
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
by Miss Islington (bot)
· 4 years, 4 months ago
4a5c101
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
by Miss Islington (bot)
· 4 years, 4 months ago
b3e8722
Fix broken test for MutableSet.pop() (GH-25209) (GH-25269)
by Miss Islington (bot)
· 4 years, 4 months ago
34f9300
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
by Steve Dower
· 4 years, 4 months ago
a21d4fb
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247)
by Miss Islington (bot)
· 4 years, 4 months ago
0af99b4
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
by Steve Dower
· 4 years, 4 months ago
8a34a07
bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205)
by Miss Islington (bot)
· 4 years, 4 months ago
013c30e
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25200)
by Miss Islington (bot)
· 4 years, 5 months ago
82cd24a
[3.9] Fix typo in turtledemo.two_canvases. (GH-25194)
by Miss Islington (bot)
· 4 years, 5 months ago
1f2e308
Python 3.9.4
by Łukasz Langa
· 4 years, 5 months ago
v3.9.4
Next »