Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0rc1
/
Misc
tag
c3c41989e5e5abb55592b54a1c6b9401c4767047
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Aug 11 18:58:32 2020
object
439c93d51f45c50541fc755b597725168ecd939a
Python 3.9.0rc1
439c93d
Python 3.9.0rc1
by Łukasz Langa
· 5 years ago
v3.9.0rc1
a9fa663
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Miss Islington (bot)
· 5 years ago
d910643
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Miss Islington (bot)
· 5 years ago
70e9243
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774)
by Steve Dower
· 5 years ago
fc354ca
bpo-39871: Fix an error in a news entry (GH-21749)
by Miss Islington (bot)
· 5 years ago
1437bb0
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
by Miss Islington (bot)
· 5 years ago
a132098
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
by Miss Islington (bot)
· 5 years ago
1d16229
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Miss Islington (bot)
· 5 years ago
3c4fc86
bpo-41425: Make tkinter doc example runnable (GH-21706)
by Miss Islington (bot)
· 5 years ago
2221610
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Miss Islington (bot)
· 5 years ago
95cc37f
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
by Miss Islington (bot)
· 5 years ago
e962e3f
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
by Guido van Rossum
· 5 years ago
8b05275
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Miss Islington (bot)
· 5 years ago
6e4975a
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
by Miss Islington (bot)
· 5 years ago
41d1c04
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)
by Miss Islington (bot)
· 5 years ago
fdc91c2
bpo-41314: fixed annotations __future__ version (GH-21616)
by Miss Islington (bot)
· 5 years ago
2024d7a
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
by Berker Peksag
· 5 years ago
15fdbb7
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Miss Islington (bot)
· 5 years ago
4ff8e5b
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595)
by Miss Islington (bot)
· 5 years ago
4cf7afc
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Miss Islington (bot)
· 5 years ago
00466db
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Miss Islington (bot)
· 5 years ago
d6ba8c8
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Miss Islington (bot)
· 5 years ago
8ad7d50
Python 3.9.0b5
by Łukasz Langa
· 5 years ago
v3.9.0b5
46634b7
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Miss Islington (bot)
· 5 years ago
2fbb0d8
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
by Miss Islington (bot)
· 5 years ago
01ab963
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by Miss Islington (bot)
· 5 years ago
27b8110
bpo-39603: Prevent header injection in http methods (GH-18485)
by Miss Islington (bot)
· 5 years ago
a16ac4e
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
by Miss Islington (bot)
· 5 years ago
5a7aa28
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
by Miss Islington (bot)
· 5 years ago
28e93dd
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Miss Islington (bot)
· 5 years ago
f323229
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
by Miss Islington (bot)
· 5 years ago
57c984f
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
by Miss Islington (bot)
· 5 years ago
51b36ed
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by Miss Islington (bot)
· 5 years ago
fd27fb7
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Miss Islington (bot)
· 5 years ago
90584c0
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Miss Islington (bot)
· 5 years ago
e689789
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Miss Islington (bot)
· 5 years ago
fbd71f6
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
by Miss Islington (bot)
· 5 years ago
a0a6f11
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
by Miss Islington (bot)
· 5 years ago
1d1c574
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
by Miss Islington (bot)
· 5 years ago
2c82628
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
by Miss Islington (bot)
· 5 years ago
6488a4a
[3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)
by Pablo Galindo
· 5 years ago
54f115d
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) (GH-21356)
by Pablo Galindo
· 5 years ago
4981fe3
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
by Miss Islington (bot)
· 5 years ago
5a13849
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
by Miss Islington (bot)
· 5 years ago
e1d4fdc
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
b0bb791
Merge tag 'v3.9.0b4' into 3.9
by Łukasz Langa
· 5 years ago
f859927
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (GH-21292)
by Victor Stinner
· 5 years ago
bfec674
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092)
by Miss Islington (bot)
· 5 years ago
69dec9c
Python 3.9.0b4
by Łukasz Langa
· 5 years ago
v3.9.0b4
0b4c87e
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
ecfecc2
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
by Serhiy Storchaka
· 5 years ago
df59293
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
by Miss Islington (bot)
· 5 years ago
c84d3fe
bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244)
by Miss Islington (bot)
· 5 years ago
01638ce
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
by Miss Islington (bot)
· 5 years ago
9a646aa
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
by Miss Islington (bot)
· 5 years ago
9e36b6e
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
by Miss Islington (bot)
· 5 years ago
119de0e
bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
by Miss Islington (bot)
· 5 years ago
d1e05e7
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
by Miss Islington (bot)
· 5 years ago
1497bf6
bpo-41144: Fix IDLE open module error (GH-21182)
by Miss Islington (bot)
· 5 years ago
2a1ee1d
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
by Guido van Rossum
· 5 years ago
dab533d
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190)
by Pablo Galindo
· 5 years ago
cb0dc52
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084)
by Miss Islington (bot)
· 5 years ago
1a0c581
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
by Miss Islington (bot)
· 5 years ago
f925407
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156)
by Serhiy Storchaka
· 5 years ago
ad7a667
BPO-41100: Support macOS 11 when building (GH-21113)
by Miss Islington (bot)
· 5 years ago
cd6f911
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)
by Christian Heimes
· 5 years ago
16e79a4
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
by Miss Islington (bot)
· 5 years ago
bdc55eb
bpo-39580: add check for CLI installation on macOS (GH-20271)
by Miss Islington (bot)
· 5 years ago
0ef6a3f
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
7329c8c
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
6c56356
[3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
by Paul Ganssle
· 5 years ago
d518ed0
bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)
by Miss Islington (bot)
· 5 years ago
48fc35a
[3.9] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21097)
by Anthony Sottile
· 5 years ago
92f8b48
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
by Miss Islington (bot)
· 5 years ago
c916c48
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
by Miss Islington (bot)
· 5 years ago
5606d55
bpo-26407: Do not mask errors in csv. (GH-20536)
by Miss Islington (bot)
· 5 years ago
353c4ba
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
by Miss Islington (bot)
· 5 years ago
f19ed6b
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
by Miss Islington (bot)
· 5 years ago
9fe5dec
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
by Miss Islington (bot)
· 5 years ago
8ae5e8e
[3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)
by Lysandros Nikolaou
· 5 years ago
26f6126
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
by Miss Islington (bot)
· 5 years ago
fbf94af
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
by Miss Islington (bot)
· 5 years ago
814b07b
[3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030)
by Dong-hee Na
· 5 years ago
d301d94
[3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)
by Lysandros Nikolaou
· 5 years ago
b1e7361
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962)
by Victor Stinner
· 5 years ago
610a60c
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
by Inada Naoki
· 5 years ago
b39d41b
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)
by Victor Stinner
· 5 years ago
2c6d6c1
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
by Miss Islington (bot)
· 5 years ago
7795ae8
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919)
by Miss Islington (bot)
· 5 years ago
097b8b6
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
by Miss Islington (bot)
· 5 years ago
bc996c6
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
by Miss Islington (bot)
· 5 years ago
b498c7f
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
by Miss Islington (bot)
· 5 years ago
9a0624a
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
2ad799f
bpo-37556 Extend help to include latest overrides (GH-14701)
by Miss Islington (bot)
· 5 years ago
b87453f
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by Miss Islington (bot)
· 5 years ago
8a34690
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820)
by Jason R. Coombs
· 5 years ago
55c1d21
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862)
by Miss Islington (bot)
· 5 years ago
c932f5c
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
by Miss Islington (bot)
· 5 years ago
94bb4b7
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
166d723
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
by Miss Islington (bot)
· 5 years ago
Next »