summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)Victor Stinner2020-11-133-9/+21
* bpo-42296: On Windows, fix CTRL+C regression (GH-23257)Miss Islington (bot)2020-11-132-5/+37
* [3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (...Miss Islington (bot)2020-11-131-0/+7
* bpo-42237: Fix os.sendfile() on illumos (GH-23154)Miss Islington (bot)2020-11-122-0/+16
* bpo-42140: Improve asyncio.wait function (GH-22938)Miss Islington (bot)2020-11-103-2/+29
* [3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113...Zackery Spytz2020-11-101-1/+1
* bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)Miss Islington (bot)2020-11-102-1/+2
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Miss Islington (bot)2020-11-103-3/+44
* Fix typo in unicodeobject.c (GH-23180)Miss Islington (bot)2020-11-101-1/+1
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)Miss Islington (bot)2020-11-082-1/+2
* Minor wording change in concurrent.futures. (GH-23194)Miss Islington (bot)2020-11-081-3/+3
* bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)Miss Islington (bot)2020-11-073-0/+12
* Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186)Raymond Hettinger2020-11-071-10/+10
* Remove outdated reference to pywin32 from platform module (GH-22005)Miss Islington (bot)2020-11-061-7/+0
* bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)Miss Islington (bot)2020-11-061-9/+10
* Disable peg generator tests when building with PGO (GH-23141)Miss Islington (bot)2020-11-041-0/+6
* bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)Miss Skeleton (bot)2020-11-042-0/+20
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-035-8/+17
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Miss Skeleton (bot)2020-11-032-1/+2
* bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)Miss Skeleton (bot)2020-11-031-1/+1
* bpo-42103: Improve validation of Plist files. (GH-22882)Miss Skeleton (bot)2020-11-024-57/+363
* 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-022-6/+6
* Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)Miss Skeleton (bot)2020-11-021-19/+20
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-024-7/+144
* Add member objects to the descriptor howto guide (GH-23084) (GH-23090)Miss Skeleton (bot)2020-11-021-0/+156
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Miss Skeleton (bot)2020-11-012-38/+79
* bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)Miss Skeleton (bot)2020-11-011-0/+4
* [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-013-2/+15
* [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...Lysandros Nikolaou2020-10-314-0/+32
* [3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)kj2020-10-312-2/+14
* [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...Pablo Galindo2020-10-316-5/+23
* bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)Miss Skeleton (bot)2020-10-301-6/+6