summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035)Miss Islington (bot)2020-09-035-2/+37
* bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)Miss Islington (bot)2020-09-033-0/+60
* [doc] Remove references to PyChecker. (GH-22055)Miss Islington (bot)2020-09-022-14/+5
* Remove reference to Boa Constructor. (GH-22057)Miss Islington (bot)2020-09-021-6/+0
* [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...Pablo Galindo2020-09-013-2/+44
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...Miss Islington (bot)2020-08-303-0/+15
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016)Miss Islington (bot)2020-08-302-7/+13
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Miss Islington (bot)2020-08-291-1/+1
* [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)Karthikeyan Singaravelan2020-08-282-1/+2
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...Miss Islington (bot)2020-08-273-6/+48
* bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)Miss Islington (bot)2020-08-273-1/+15
* [3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0...Elvis Pranskevichus2020-08-263-2/+41
* bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#...Miss Islington (bot)2020-08-263-3/+24
* Document vars behavior when __dict__ is missing (GH-21466) (GH-21941)Miss Islington (bot)2020-08-221-0/+3
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923)Miss Islington (bot)2020-08-221-1/+1
* bpo-40994: Ungroup items in collections.abc documentation for improved clarit...Miss Islington (bot)2020-08-221-5/+13
* bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930)Miss Islington (bot)2020-08-211-2/+2
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)Victor Stinner2020-08-2046-246/+260
* [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797)Frank Dana2020-08-193-3/+3
* Fix typo in message from assert statement (GH-21283)Miss Islington (bot)2020-08-171-1/+1
* bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...Miss Islington (bot)2020-08-172-1/+2
* [3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...Miss Islington (bot)2020-08-163-1/+27
* bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...Miss Islington (bot)2020-08-152-4/+6
* Fix typo in typing doc (GH-21879)Miss Islington (bot)2020-08-141-1/+1
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Miss Islington (bot)2020-08-142-5/+3
* Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21...Miss Islington (bot)2020-08-131-1/+1
* [3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (...Antoine Pitrou2020-08-131-0/+3
* [3.9] bpo-41520: Fix second codeop regression (GH-21848)Miss Islington (bot)2020-08-133-8/+11
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Miss Islington (bot)2020-08-123-2/+12
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)Miss Islington (bot)2020-08-121-1/+1
* [3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs...Miss Islington (bot)2020-08-111-2/+21
* bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...Miss Islington (bot)2020-08-101-1/+14
* bpo-41514: Fix buggy IDLE test (GH-21808)Miss Islington (bot)2020-08-101-5/+5
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Miss Islington (bot)2020-08-094-10/+49
* [3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791)Miss Islington (bot)2020-08-091-34/+37
* Improve renamed test_run.RecursionLimitTest (GH-21794)Miss Islington (bot)2020-08-091-3/+5
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Miss Islington (bot)2020-08-081-3/+3
* bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)Miss Islington (bot)2020-08-082-1/+2
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Miss Islington (bot)2020-08-081-1/+2
* Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...Miss Islington (bot)2020-08-072-80/+10
* bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...Steve Dower2020-08-076-2/+74
* bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)Miss Islington (bot)2020-08-071-0/+5
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Miss Islington (bot)2020-08-072-2/+18
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Miss Islington (bot)2020-08-064-1/+20
* bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)Miss Islington (bot)2020-08-051-1/+1
* [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-2...Batuhan Taskaya2020-08-053-5/+30
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Miss Islington (bot)2020-08-051-9/+30
* bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)Miss Islington (bot)2020-08-041-1/+1
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Miss Islington (bot)2020-08-042-1/+4
* bpo-41425: Make tkinter doc example runnable (GH-21706)Miss Islington (bot)2020-08-032-12/+17