aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)gentoo-3.9.6Christian Heimes2021-06-296-17/+76
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2021-06-291-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2021-06-291-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2021-06-291-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2021-06-291-1/+1
* Install shared libs in LIBDESTMike Gilbert2021-06-291-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2021-06-292-10/+10
* Disable nisMike Gilbert2021-06-291-1/+0
* Improve distutils C++ supportMike Gilbert2021-06-296-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2021-06-291-0/+5
* Override libdirMike Gilbert2021-06-291-14/+10
* Disable modules and SSLMike Gilbert2021-06-291-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2021-06-294-14/+4
* Python 3.9.6v3.9.6Łukasz Langa2021-06-2859-132/+581
* [3.9] bpo-37741: make importlib.metadata docs discoverable through a module d...Jason R. Coombs2021-06-271-0/+2
* bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH...Miss Islington (bot)2021-06-272-14/+10
* Clarify the order of a stacked `abstractmethod` (GH-26892)Miss Islington (bot)2021-06-271-3/+24
* [3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython imple...Serhiy Storchaka2021-06-272-2/+9
* [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)Stéphane Bidoul2021-06-263-1/+2
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)Miss Islington (bot)2021-06-241-3/+8
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)Victor Stinner2021-06-236-10/+88
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Miss Islington (bot)2021-06-238-31/+32
* [doc] Improve punctuation atexit doc (GH-25629) (GH-26857)Miss Islington (bot)2021-06-221-7/+8
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Miss Islington (bot)2021-06-223-3/+4
* bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)Ma Lin2021-06-225-8/+45
* bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)Miss Islington (bot)2021-06-212-1/+6
* bpo-13814: Explain why generators are not context managers (GH-26835)Miss Islington (bot)2021-06-212-0/+10
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Miss Islington (bot)2021-06-213-2/+11
* bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)Victor Stinner2021-06-212-1/+8
* bpo-44469: Fix tests for "async with" with bad object (GH-26817)Miss Islington (bot)2021-06-211-6/+12
* bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (...Miss Islington (bot)2021-06-191-2/+2
* bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Miss Islington (bot)2021-06-161-2/+2
* [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)Ken Jin2021-06-163-0/+49
* bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)Miss Islington (bot)2021-06-152-3/+9
* [3.9] bpo-44409: Fix error location in tokenizer errors that happen during in...Pablo Galindo2021-06-143-0/+4
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Miss Islington (bot)2021-06-142-2/+12
* Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)Miss Islington (bot)2021-06-131-0/+1
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Miss Islington (bot)2021-06-112-0/+4
* bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...Miss Islington (bot)2021-06-112-4/+11
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)2021-06-112-2/+4
* bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...Miss Islington (bot)2021-06-113-1/+31
* [Enum] improve pickle support (#26666)Ethan Furman2021-06-113-3/+65
* [3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659)Lysandros Nikolaou2021-06-102-943/+467
* bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...Miss Islington (bot)2021-06-103-4/+52
* bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...Miss Islington (bot)2021-06-103-14/+48
* bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)Miss Islington (bot)2021-06-103-118/+73
* bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Miss Islington (bot)2021-06-103-1/+17
* bpo-40468: Split IDLE settings General tab (GH-26621)Miss Islington (bot)2021-06-093-141/+184
* bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)Miss Islington (bot)2021-06-082-201/+216
* bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)Miss Islington (bot)2021-06-083-139/+190