aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...gentoo-3.9.1-r1Miss Islington (bot)2021-01-193-32/+64
* Skip RDS socket tests that hang frequentlyMichał Górny2021-01-191-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2021-01-191-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2021-01-191-1/+1
* Install shared libs in LIBDESTMike Gilbert2021-01-191-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2021-01-192-10/+10
* Disable nisMike Gilbert2021-01-191-1/+0
* Improve distutils C++ supportMike Gilbert2021-01-196-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2021-01-191-0/+5
* Override libdirMike Gilbert2021-01-191-14/+10
* Disable modules and SSLMike Gilbert2021-01-191-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2021-01-194-14/+4
* Python 3.9.1v3.9.1Łukasz Langa2020-12-0718-80/+221
* bpo-38843: Document behavior of default when the attribute is already set (GH...Miss Islington (bot)2020-12-061-1/+9
* bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)Miss Islington (bot)2020-12-063-19/+14
* [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (G...Miss Islington (bot)2020-12-061-1/+2
* bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...Miss Islington (bot)2020-12-053-1/+9
* [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed...Miss Islington (bot)2020-12-053-8/+41
* [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH...Miss Islington (bot)2020-12-042-1/+5
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Miss Islington (bot)2020-12-053-1/+21
* [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (G...Miss Islington (bot)2020-12-043-3/+25
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Miss Islington (bot)2020-12-044-4/+49
* bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)Miss Islington (bot)2020-12-042-5/+3
* bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)Miss Islington (bot)2020-12-031-2/+2
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Miss Islington (bot)2020-12-032-3/+3
* bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...Miss Islington (bot)2020-12-031-0/+9
* bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)Miss Islington (bot)2020-12-025-7/+12
* bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)Miss Islington (bot)2020-12-021-1/+2
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Miss Islington (bot)2020-12-011-3/+0
* [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597)Benjamin Peterson2020-12-011-1/+1
* build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)Miss Islington (bot)2020-12-012-2/+2
* Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)...Miss Islington (bot)2020-12-011-2/+9
* [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)Miss Islington (bot)2020-12-011-5/+10
* Fix bz2 examples markup (GH-23580)Miss Islington (bot)2020-12-011-8/+0
* [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)Julien Palard2020-12-012-3/+3
* bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-235...Miss Islington (bot)2020-11-301-1/+1
* bpo-42370: Check element before making mouse click in ttk tests (GH-23491)Miss Islington (bot)2020-11-301-3/+11
* bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-2...Miss Islington (bot)2020-11-301-14/+3
* bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...Miss Islington (bot)2020-11-303-1/+18
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Miss Islington (bot)2020-11-302-19/+7
* [3.9] bpo-42474: test TracebackException comparison to non-equal instances (G...Irit Katriel2020-11-291-2/+39
* bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)Miss Islington (bot)2020-11-292-7/+7
* bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)Miss Islington (bot)2020-11-292-1/+6
* bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...Miss Islington (bot)2020-11-291-12/+31
* Fix dis markup (GH-23524)Miss Islington (bot)2020-11-281-6/+6
* Fix multiprocessing markup (GH-23525)Miss Islington (bot)2020-11-281-3/+3
* bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)Miss Islington (bot)2020-11-281-1/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Miss Islington (bot)2020-11-283-4/+9
* Post 3.9.1rc1Łukasz Langa2020-11-261-1/+1
* Merge tag 'v3.9.1rc1' into 3.9Łukasz Langa2020-11-2698-239/+1082
|\