summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.1rc1v3.9.1rc1Ɓukasz Langa2020-11-2498-239/+1082
* bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)Miss Islington (bot)2020-11-241-0/+28
* bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486)Miss Islington (bot)2020-11-241-1/+4
* bpo-41100: minor build installer fixes (GH-23480)Miss Islington (bot)2020-11-241-6/+12
* Typo (GH-23482) (#23483)Miss Islington (bot)2020-11-241-1/+1
* Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...Miss Islington (bot)2020-11-231-11/+46
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-234-28/+111
* bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)Ned Deily2020-11-232-3/+31
* bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-...Miss Islington (bot)2020-11-221-9/+32
* Doc: fix typo in typing.Type docs (GH-23460)Miss Islington (bot)2020-11-221-1/+1
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-2228-346/+1592
* bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...Miss Islington (bot)2020-11-224-30/+38
* bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)Miss Islington (bot)2020-11-221-2/+1
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-224-9/+11
* [3.9] bpo-38443: Check that the specified universal architectures work (GH-22...Miss Islington (bot)2020-11-223-0/+34
* Clarify that Set._from_iterable is not required to be a classmethod. (GH-2327...Miss Islington (bot)2020-11-212-1/+57
* Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425)Miss Islington (bot)2020-11-211-1/+1
* bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...Miss Islington (bot)2020-11-212-7/+22
* bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...Miss Islington (bot)2020-11-213-1/+19
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-212-1/+2
* bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)Miss Islington (bot)2020-11-211-2/+2
* bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)Miss Islington (bot)2020-11-211-1/+1
* bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430)Miss Islington (bot)2020-11-202-37/+115
* bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429)Miss Islington (bot)2020-11-201-0/+3
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-204-6/+13
* bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)Miss Islington (bot)2020-11-192-0/+35
* bpo-42345: Fix hash implementation of typing.Literal (GH-23383)Miss Islington (bot)2020-11-193-4/+9
* [3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-2333...Pablo Galindo2020-11-184-1126/+1016
* [3.9] Minor grammar edits for the descriptor howto guide (GH-GH-23175) (GH-23...Miss Islington (bot)2020-11-180-0/+0
* [3.9] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...Miss Islington (bot)2020-11-181-5/+6
* bpo-42336: Improve PCbuild batch files (GH-23275)Miss Islington (bot)2020-11-189-24/+60
* [3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369)Christian Heimes2020-11-181-2/+5
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Victor Stinner2020-11-183-26/+58
* bpo-40998: Address compiler warnings found by ubsan (GH-20929)Miss Islington (bot)2020-11-184-5/+13
* [3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363)Miss Islington (bot)2020-11-182-0/+2
* [3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)kj2020-11-173-38/+59
* [3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...Irit Katriel2020-11-173-8/+23
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)Victor Stinner2020-11-174-30/+54
* [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...Yurii Karabas2020-11-174-23/+105
* bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)Miss Islington (bot)2020-11-171-9/+18
* [3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-2...Miss Islington (bot)2020-11-172-1/+1
* bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)Lysandros Nikolaou2020-11-164-7/+18
* bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)Miss Islington (bot)2020-11-163-2/+38
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-162-3/+4
* More updates to the descriptor howto guide (GH-23238) (GH-23308)Miss Islington (bot)2020-11-161-45/+62
* bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)Miss Islington (bot)2020-11-161-0/+3
* fix typo in ThreadedChildWatcher docs (GH-23277)Miss Islington (bot)2020-11-141-1/+1
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Miss Islington (bot)2020-11-132-2/+3
* bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...Miss Islington (bot)2020-11-131-1/+3
* [3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-...Dong-hee Na2020-11-131-2/+2