Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.3
/
Misc
tag
afba08b7766fd1d699cce68c17e0a083bc8894fb
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Apr 02 09:52:20 2021
object
e723086bc33c19c6c52046d515eb3c2aab1b8f97
Python 3.9.3
e723086
Python 3.9.3
by Łukasz Langa
· 4 years, 5 months ago
v3.9.3
fabdd25
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)
by Miss Islington (bot)
· 4 years, 5 months ago
84694c3
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
by Miss Islington (bot)
· 4 years, 5 months ago
b500bd8
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
by Miss Islington (bot)
· 4 years, 5 months ago
cd82d59
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
by Christian Heimes
· 4 years, 5 months ago
ff4715a
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083)
by Miss Islington (bot)
· 4 years, 5 months ago
d914813
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25070)
by Miss Islington (bot)
· 4 years, 5 months ago
5334605
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
by Miss Islington (bot)
· 4 years, 5 months ago
ed753d9
bpo-42988: Remove the pydoc getfile feature (GH-25015)
by Miss Islington (bot)
· 4 years, 5 months ago
064bc07
[3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25034)
by Christian Heimes
· 4 years, 5 months ago
994a519
bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975)
by Miss Islington (bot)
· 4 years, 5 months ago
c145c03
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957)
by Miss Islington (bot)
· 4 years, 5 months ago
ac17ed6
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948)
by Antoine Pitrou
· 4 years, 5 months ago
e8e3419
bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
by Miss Islington (bot)
· 4 years, 5 months ago
3365e68
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
by Miss Islington (bot)
· 4 years, 5 months ago
aa967ec
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
by Miss Islington (bot)
· 4 years, 5 months ago
7dcb4ba
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
by Miss Islington (bot)
· 4 years, 5 months ago
c3f0333
bpo-43199: Briefly explain why no goto (GH-24852)
by Miss Islington (bot)
· 4 years, 5 months ago
32717b9
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832)
by Miss Islington (bot)
· 4 years, 5 months ago
ad83fde
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
by Miss Islington (bot)
· 4 years, 5 months ago
f814675
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
by Pablo Galindo
· 4 years, 5 months ago
c6e7cf1
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
by Miss Islington (bot)
· 4 years, 5 months ago
1385f83
[3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761)
by Miss Islington (bot)
· 4 years, 6 months ago
65f3a0d
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
by Miss Islington (bot)
· 4 years, 6 months ago
0e76157
[3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24750)
by Miss Islington (bot)
· 4 years, 6 months ago
bf56684
[3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) (#24725)
by Senthil Kumaran
· 4 years, 6 months ago
8b795ab
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
by Mark Shannon
· 4 years, 6 months ago
982e8ec
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
by Miss Islington (bot)
· 4 years, 6 months ago
adea9b8
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
by Miss Islington (bot)
· 4 years, 6 months ago
e202f1e
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
by Miss Islington (bot)
· 4 years, 6 months ago
93853b7
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
by Miss Islington (bot)
· 4 years, 6 months ago
d51436f
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
by Inada Naoki
· 4 years, 6 months ago
44fe320
[3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616)
by Neil Schemenauer
· 4 years, 6 months ago
7cc5889
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
by Miss Islington (bot)
· 4 years, 6 months ago
1a79785
Python 3.9.2
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2
ebe20d9
bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)
by Zackery Spytz
· 4 years, 6 months ago
4064156
Python 3.9.2rc1
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2rc1
85fd9f4
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
by Miss Islington (bot)
· 4 years, 6 months ago
c9f0781
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
by Senthil Kumaran
· 4 years, 6 months ago
68d6bc7
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
by Miss Islington (bot)
· 4 years, 6 months ago
29584aa
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452)
by Miss Islington (bot)
· 4 years, 7 months ago
12bfc59
bpo-43108: Fix a reference leak in the curses module (GH-24420)
by Miss Islington (bot)
· 4 years, 7 months ago
0874491
bpo-41748: Handles unquoted attributes with commas (GH-24072)
by Miss Islington (bot)
· 4 years, 7 months ago
d6675fe
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410)
by Miss Islington (bot)
· 4 years, 7 months ago
3c8d693
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403)
by Serhiy Storchaka
· 4 years, 7 months ago
995a6c0
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
by Miss Islington (bot)
· 4 years, 7 months ago
bf782b2
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
by Miss Islington (bot)
· 4 years, 7 months ago
6d87dec
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
by Miss Islington (bot)
· 4 years, 7 months ago
e9c6c26
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
by Miss Islington (bot)
· 4 years, 7 months ago
68102fb
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
by Miss Islington (bot)
· 4 years, 7 months ago
f8cfe54
[3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322)
by Andrey Bienkowski
· 4 years, 7 months ago
f2df795
[3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)
by Andrey Bienkowski
· 4 years, 7 months ago
3d5434d
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
by Serhiy Storchaka
· 4 years, 7 months ago
98e1f5c
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
by Miss Islington (bot)
· 4 years, 7 months ago
6893523
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278)
by cptpcrd
· 4 years, 7 months ago
0654c4c
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
by Miss Islington (bot)
· 4 years, 7 months ago
c347cbe
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247)
by Miss Islington (bot)
· 4 years, 7 months ago
a90539f
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
by Miss Islington (bot)
· 4 years, 7 months ago
799722c
[3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232)
by Jason R. Coombs
· 4 years, 7 months ago
17c1f0c
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
by Miss Islington (bot)
· 4 years, 7 months ago
799f848
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
by Miss Islington (bot)
· 4 years, 7 months ago
9ab4dd4
[3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155)
by Ethan Furman
· 4 years, 7 months ago
8c3914a
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149)
by Yair Frid
· 4 years, 7 months ago
77d5471
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
by Steve Dower
· 4 years, 8 months ago
c833393
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
by Steve Dower
· 4 years, 8 months ago
e9a71da
[3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
6e72ab9
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005)
by Miss Islington (bot)
· 4 years, 8 months ago
d82392f
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
by Terry Jan Reedy
· 4 years, 8 months ago
30e9ee3
Fix broken NEWS markup (GH-24110)
by Miss Islington (bot)
· 4 years, 8 months ago
80e5732
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
by Miss Islington (bot)
· 4 years, 8 months ago
eedeaef
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090)
by Miss Islington (bot)
· 4 years, 8 months ago
76489dd
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083)
by Miss Islington (bot)
· 4 years, 8 months ago
cb882f9
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
by Miss Islington (bot)
· 4 years, 8 months ago
b0ee2b4
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
by Serhiy Storchaka
· 4 years, 8 months ago
bfc413c
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069)
by Pablo Galindo
· 4 years, 8 months ago
9a608ac
[3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)
by Lysandros Nikolaou
· 4 years, 8 months ago
6912061
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050)
by Ross
· 4 years, 8 months ago
0d6e407
bpo-39068: Fix race condition in base64 (GH-17627)
by Miss Islington (bot)
· 4 years, 8 months ago
b20d5e5
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
by Miss Islington (bot)
· 4 years, 8 months ago
3966e2e
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
by Miss Islington (bot)
· 4 years, 8 months ago
df79440
Allow / character in username,password fields in _PROXY envvars. (GH-23973)
by Miss Islington (bot)
· 4 years, 8 months ago
71d7390
bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)
by Miss Islington (bot)
· 4 years, 8 months ago
578caaf
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
by Miss Islington (bot)
· 4 years, 8 months ago
7acfe41
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
by Miss Islington (bot)
· 4 years, 8 months ago
5a6b5d8
bpo-42727: Fix the NEWS entry .rst (GH-23932)
by Miss Islington (bot)
· 4 years, 8 months ago
f7dca9b
[3.9] bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds (GH-23917). (GH-23926)
by Ethan Furman
· 4 years, 8 months ago
3bb8567
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
by Miss Islington (bot)
· 4 years, 8 months ago
8e5c61a
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427)
by Miss Islington (bot)
· 4 years, 8 months ago
409ce4a
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)
by Miss Islington (bot)
· 4 years, 8 months ago
4b15596
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) (GH-23866)
by Miss Islington (bot)
· 4 years, 8 months ago
6ad5fd1
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788)
by Miss Islington (bot)
· 4 years, 8 months ago
87e7a14
[3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853)
by Serhiy Storchaka
· 4 years, 8 months ago
82dbfd5
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
by Miss Islington (bot)
· 4 years, 8 months ago
1461992
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
by Miss Islington (bot)
· 4 years, 8 months ago
79c5357
bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817)
by Miss Islington (bot)
· 4 years, 8 months ago
8d0a01c
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388)
by Miss Islington (bot)
· 4 years, 8 months ago
78062e0
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
by Miss Islington (bot)
· 4 years, 8 months ago
9d409d6
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
by Miss Islington (bot)
· 4 years, 8 months ago
db63da7
bpo-42644: Validate values in logging.disable() (GH-23786)
by Miss Islington (bot)
· 4 years, 8 months ago
28bf6ab
[3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784)
by Serhiy Storchaka
· 4 years, 8 months ago
Next »