summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)Miss Islington (bot)2020-09-043-0/+61
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Miss Islington (bot)2020-09-042-0/+5
* Fix typo in message from assert statement (GH-21283)Miss Islington (bot)2020-09-041-1/+1
* [3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mi...Miss Islington (bot)2020-09-041-1/+11
* [3.9] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (G...Miss Islington (bot)2020-09-041-0/+10
* [3.9] bpo-40486: Specify what happens if directory content change diring iter...Miss Islington (bot)2020-09-043-3/+17
* [3.9] Fix error in argparse documentation example (GH-17399) (GH-21992)Miss Islington (bot)2020-09-041-2/+2
* [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076)Miss Islington (bot)2020-09-041-1/+1
* bpo-38585: Remove references to defusedexpat (GH-22095)Miss Islington (bot)2020-09-041-11/+3
* bpo-41721: Add xlc options (GH-22097)Miss Islington (bot)2020-09-042-2/+8
* bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085)Miss Islington (bot)2020-09-041-1/+4
* bpo-39010: Improve test shutdown (GH-22066) (#22082)Miss Islington (bot)2020-09-031-3/+11
* bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)Miss Islington (bot)2020-09-033-2/+7
* bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)Miss Islington (bot)2020-09-035-2/+37
* [3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080)Pablo Galindo2020-09-032-1/+18
* [3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in ...Pablo Galindo2020-09-034-11/+23
* bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)Miss Islington (bot)2020-09-033-0/+60
* [3.9] bpo-41690: Use a loop to collect args in the parser instead of recursio...Pablo Galindo2020-09-025-515/+628
* [3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023...Shantanu2020-09-021-1/+4
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)...Miss Islington (bot)2020-09-021-1/+1
* [doc] Remove references to PyChecker. (GH-22054)Miss Islington (bot)2020-09-022-14/+5
* Remove reference to Boa Constructor. (GH-22056)Miss Islington (bot)2020-09-021-6/+0
* Fixed mistake in test for f-string error description (GH-22036) (GH-22059) (G...Miss Islington (bot)2020-09-022-2/+2
* Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...Miss Islington (bot)2020-09-021-1/+10
* [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH...Pablo Galindo2020-09-013-2/+45
* bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)Victor Stinner2020-09-012-4/+8
* bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...Miss Islington (bot)2020-09-014-2/+46
* 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-21978)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
* bpo-19521: Fix parallel build race condition on AIX (GH-22001)Miss Islington (bot)2020-08-293-20/+50
* [3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)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 (#21974)Miss Islington (bot)2020-08-273-1/+15
* bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...Miss Islington (bot)2020-08-263-3/+24
* bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...Miss Islington (bot)2020-08-263-2/+41
* Document vars behavior when __dict__ is missing (GH-21466) (GH-21939)Miss Islington (bot)2020-08-221-0/+3
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21922)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-41573: Update release versions in General FAQ (GH-21915) (#21938)Miss Islington (bot)2020-08-221-4/+4
* bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)Miss Islington (bot)2020-08-211-2/+2
* Doc: add a missing period (GH-21819) (#21932)Miss Islington (bot)2020-08-201-1/+1
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-1947-246/+260
* bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)Miss Islington (bot)2020-08-171-3/+3
* bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...Miss Islington (bot)2020-08-172-1/+2
* [3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...Miss Islington (bot)2020-08-163-1/+27
* bpo-41540: AIX: skip test that is flaky with a default ulimit. (GH-21890) (#2...Miss Islington (bot)2020-08-151-0/+3
* bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)Miss Islington (bot)2020-08-151-1/+1
* 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