summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.0b4v3.9.0b4Ɓukasz Langa2020-07-0263-114/+606
* bpo-41193: Ignore OSError in readline write_history() (GH-21279)Miss Islington (bot)2020-07-022-3/+7
* [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...Serhiy Storchaka2020-07-0224-30/+40
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Miss Islington (bot)2020-07-027-270/+9
* bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)Miss Islington (bot)2020-07-011-152/+41
* [3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253)Lysandros Nikolaou2020-07-011-2/+3
* Doc: Minor fix to init config C API documentation (GH-21198)Miss Islington (bot)2020-07-011-2/+2
* bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244)Miss Islington (bot)2020-06-301-0/+2
* Update FAQ release schedule and estimated users (GH-21180)Miss Islington (bot)2020-06-301-4/+4
* bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)Inada Naoki2020-06-301-0/+2
* bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)Miss Islington (bot)2020-06-305-52/+10
* bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21...Miss Islington (bot)2020-06-293-2/+15
* [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212)Lysandros Nikolaou2020-06-291-4/+8
* Update libmpdec license dates (GH-21216)Miss Islington (bot)2020-06-291-1/+1
* bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...Miss Islington (bot)2020-06-294-1/+16
* bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)Inada Naoki2020-06-291-1/+1
* bpo-40874 Update the required libmpdec version for the decimal module (GH-212...Miss Islington (bot)2020-06-282-2/+3
* bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)Miss Islington (bot)2020-06-283-16/+27
* bpo-41144: Fix IDLE open module error (GH-21182)Miss Islington (bot)2020-06-284-7/+20
* [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191)Pablo Galindo2020-06-281-1/+6
* [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187)Pablo Galindo2020-06-281-0/+16
* [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...Guido van Rossum2020-06-286-5/+33
* [3.9] bpo-41076: Pre-feed the parser with the f-string expression location (G...Pablo Galindo2020-06-285-2688/+2471
* [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated as...Pablo Galindo2020-06-273-207/+284
* bpo-41084: Adjust message when an f-string expression causes a SyntaxError (G...Miss Islington (bot)2020-06-273-3/+29
* [3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH...Lysandros Nikolaou2020-06-272-14/+14
* Remove dead code from tracemalloc (GH-21029)Miss Islington (bot)2020-06-271-4/+0
* bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)Miss Islington (bot)2020-06-271-1/+7
* [3.9] bpo-41119: Output correct error message for list/tuple followed by colo...Lysandros Nikolaou2020-06-262-325/+289
* [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...Serhiy Storchaka2020-06-2523-76/+108
* BPO-41100: Support macOS 11 when building (GH-21113)Miss Islington (bot)2020-06-253-2/+3
* bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)Miss Islington (bot)2020-06-251-2/+2
* bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)Miss Islington (bot)2020-06-251-3/+3
* [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)Christian Heimes2020-06-252-19/+21
* bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)Miss Islington (bot)2020-06-251-1/+1
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)Miss Islington (bot)2020-06-252-1/+2
* bpo-39580: add check for CLI installation on macOS (GH-20271)Miss Islington (bot)2020-06-252-1/+5
* Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135)Ned Deily2020-06-254-249/+134
* bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)Miss Islington (bot)2020-06-253-8/+21
* bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)Miss Islington (bot)2020-06-241-0/+1
* bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)Miss Islington (bot)2020-06-242-11/+45
* bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)Miss Islington (bot)2020-06-241-0/+1
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Miss Islington (bot)2020-06-245-12/+33
* [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)Paul Ganssle2020-06-242-4/+3
* bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)Miss Islington (bot)2020-06-242-1/+2
* Fix typo in dataclasses module (GH-21109) (#21110)Miss Islington (bot)2020-06-241-1/+1
* bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...Miss Islington (bot)2020-06-241-4/+5
* [3.9] bpo-31938: Fix default-value signatures of several functions in the sel...Anthony Sottile2020-06-233-13/+18
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Steve Dower2020-06-2346-290/+1126
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Miss Islington (bot)2020-06-234-36/+3