summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 3.7.8rc1v3.7.8rc1Ned Deily2020-06-171-475/+561
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)Miss Islington (bot)2020-06-155-7/+7
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-152-9/+9
* [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...Miss Islington (bot)2020-06-152-2/+20
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-121-0/+3
* bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)Miss Islington (bot)2020-06-112-0/+15
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)Miss Islington (bot)2020-06-112-1/+16
* Add quotes to code to be a stringMiss Islington (bot)2020-06-092-9/+18
* [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions...Stefan Krah2020-06-081-35/+0
* [3.8] bpo-40807: Backport test_codeop change [GH-19670]Miss Islington (bot)2020-06-051-4/+4
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Miss Islington (bot)2020-06-031-1/+1
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-293-16/+50
* [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...Miss Islington (bot)2020-05-291-3/+3
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-292-0/+28
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Miss Islington (bot)2020-05-271-0/+15
* bpo-39073: validate Address parts to disallow CRLF (GH-19007)Miss Islington (bot)2020-05-272-0/+24
* [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...Miss Islington (bot)2020-05-261-0/+7
* bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)Terry Jan Reedy2020-05-241-2/+13
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-242-1/+3
* [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-221-0/+4
* s/wakup/wakeup (GH-20250)Miss Islington (bot)2020-05-201-1/+1
* bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Miss Islington (bot)2020-05-151-0/+6
* bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)Miss Islington (bot)2020-05-151-1/+2
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Miss Islington (bot)2020-05-111-0/+16
* bpo-40459: Fix NameError in platform.py (GH-19855)Miss Islington (bot)2020-05-051-3/+3
* bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...Miss Islington (bot)2020-05-021-1/+2
* bpo-40443: Remove unused imports in idlelib (GH-19801)Miss Islington (bot)2020-04-306-6/+3
* bpo-40436: Fix code parsing gdb version (GH-19792)Miss Islington (bot)2020-04-292-2/+11
* [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784)Miss Islington (bot)2020-04-291-1/+1
* [3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689)Victor Stinner2020-04-234-2/+44
* bpo-39932: Fix multiprocessing test_heap() (GH-19690)Victor Stinner2020-04-231-0/+10
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-223-15/+77
* bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)Miss Islington (bot)2020-04-221-5/+30
* bpo-38439: Add 256px IDLE icon (GH-17473)Miss Islington (bot)2020-04-224-2/+16
* bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)Miss Islington (bot)2020-04-202-1/+11
* Fix typo in Lib/tracepack.py (GH-19605)Miss Islington (bot)2020-04-201-1/+1
* [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-181-0/+104
* Fix two typos in multiprocessing (GH-19571) (GH-19579)Miss Islington (bot)2020-04-181-2/+2
* bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)Miss Islington (bot)2020-04-172-3/+5
* bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555)Miss Islington (bot)2020-04-161-4/+6
* Update libregrtest from master (GH-19517)Victor Stinner2020-04-149-65/+240
* bpo-32033: Fix test_pwd failures on Android (GH-19502)Miss Islington (bot)2020-04-141-1/+1
* [3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XML...Miss Islington (bot)2020-04-121-0/+17
* [3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) ...Serhiy Storchaka2020-04-121-36/+24
* bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19193)Miss Islington (bot)2020-04-071-1/+9
* bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...Miss Islington (bot)2020-04-062-2/+6
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Miss Islington (bot)2020-04-043-15/+30
* [3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH...Tim Hatch2020-04-035-6/+25
* bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-1931...Victor Stinner2020-04-032-3/+20
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297)Miss Islington (bot)2020-04-022-52/+107