summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...Miss Islington (bot)2020-11-302-1/+17
* 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-301-2/+39
* bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)Miss Islington (bot)2020-11-291-2/+2
* bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)Miss Islington (bot)2020-11-291-1/+3
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Miss Islington (bot)2020-11-282-4/+7
* Merge tag 'v3.9.1rc1' into 3.9Łukasz Langa2020-11-261-45/+128
|\
| * Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-241-45/+128
* | bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)Miss Islington (bot)2020-11-252-3/+6
|/
* bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486)Miss Islington (bot)2020-11-241-1/+4
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-233-28/+107
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-229-14/+322
* bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...Miss Islington (bot)2020-11-222-3/+33
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-223-9/+10
* Clarify that Set._from_iterable is not required to be a classmethod. (GH-2327...Miss Islington (bot)2020-11-211-0/+56
* bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...Miss Islington (bot)2020-11-212-1/+18
* bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430)Miss Islington (bot)2020-11-202-37/+115
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-203-6/+12
* bpo-42345: Fix hash implementation of typing.Literal (GH-23383)Miss Islington (bot)2020-11-192-1/+6
* [3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-2333...Pablo Galindo2020-11-181-3/+57
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Victor Stinner2020-11-181-7/+19
* [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363)Miss Islington (bot)2020-11-181-0/+1
* [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)kj2020-11-171-38/+52
* [3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...Irit Katriel2020-11-171-0/+9
* [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...Yurii Karabas2020-11-172-23/+102
* bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)Miss Islington (bot)2020-11-171-9/+18
* bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)Lysandros Nikolaou2020-11-161-0/+9
* bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)Miss Islington (bot)2020-11-162-2/+35
* bpo-42140: Improve asyncio.wait function (GH-22938)Miss Islington (bot)2020-11-102-2/+28
* bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)Miss Islington (bot)2020-11-101-1/+1
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Miss Islington (bot)2020-11-102-3/+40
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)Miss Islington (bot)2020-11-081-1/+1
* bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)Miss Islington (bot)2020-11-072-0/+9
* Disable peg generator tests when building with PGO (GH-23141)Miss Islington (bot)2020-11-041-0/+6
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Miss Skeleton (bot)2020-11-031-1/+1
* bpo-42103: Improve validation of Plist files. (GH-22882)Miss Skeleton (bot)2020-11-022-57/+358
* bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...Lysandros Nikolaou2020-11-021-2/+5
* bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...Miss Skeleton (bot)2020-11-021-2/+2
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-023-7/+141
* [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-012-2/+14
* [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...Lysandros Nikolaou2020-10-311-0/+8
* [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...Pablo Galindo2020-10-311-0/+17
* [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)Lysandros Nikolaou2020-10-272-0/+4
* [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...Miss Skeleton (bot)2020-10-261-0/+13
* [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...Serhiy Storchaka2020-10-252-0/+22
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-253-14/+22
* bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)Miss Skeleton (bot)2020-10-251-5/+7
* bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)Miss Skeleton (bot)2020-10-241-2/+1
* [3.9] bpo-40592: shutil.which will not return None anymore if ; is the last c...Miss Skeleton (bot)2020-10-232-1/+23
* bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)Miss Skeleton (bot)2020-10-222-5/+9