summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Miss Islington (bot)2020-12-242-1/+3
* BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)Miss Islington (bot)2020-12-231-5/+5
* bpo-42620: Improve socket.getsockname doc string (GH-23742)Miss Islington (bot)2020-12-231-2/+3
* [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-2230-84/+84
* [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860)Andre Delfino2020-12-226-77/+76
* Post 3.8.7Łukasz Langa2020-12-211-1/+1
* Merge tag 'v3.8.7' into 3.8Łukasz Langa2020-12-2121-118/+268
|\
| * Python 3.8.7v3.8.7Łukasz Langa2020-12-2121-118/+268
* | Update macOS installer ReadMe for 3.8.7 and Big Sur (GH-23882)Ned Deily2020-12-211-18/+30
|/
* Fix typo in docstring (GH-23515)Miss Islington (bot)2020-12-211-1/+1
* bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)Miss Islington (bot)2020-12-202-1/+3
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Miss Islington (bot)2020-12-203-13/+6
* bpo-41724: Explain when the conversion is not possible with detect_types enab...Miss Islington (bot)2020-12-201-1/+3
* [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-1919-88/+317
* [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)Miss Islington (bot)2020-12-182-0/+41
* bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)Miss Islington (bot)2020-12-183-1/+66
* bpo-39096: Format specification documentation fixes for numeric types (GH-23575)Miss Islington (bot)2020-12-181-12/+23
* bpo-26564: fix obsolete comment in traceback.c (GH-23819)Miss Islington (bot)2020-12-171-1/+2
* bpo-42613: Fix freeze.py config directory (GH-23792)Miss Islington (bot)2020-12-172-10/+12
* bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389)Miss Islington (bot)2020-12-172-4/+5
* bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)Miss Islington (bot)2020-12-171-13/+11
* bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756)Miss Islington (bot)2020-12-161-14/+18
* bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)Miss Islington (bot)2020-12-163-2/+30
* bpo-42644: Validate values in logging.disable() (GH-23786)Miss Islington (bot)2020-12-163-0/+20
* [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869)Miss Islington (bot)2020-12-161-1/+1
* Update idlelib/help.html to current Sphinx output (GH-22833)Miss Islington (bot)2020-12-161-33/+37
* bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)Miss Islington (bot)2020-12-152-1/+5
* bpo-33610: Edit idlelib.codecontext (GH-23773)Miss Islington (bot)2020-12-151-5/+8
* bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)Miss Islington (bot)2020-12-143-6/+79
* bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)Miss Islington (bot)2020-12-133-12/+16
* [3.8] [doc] Link to issue regarding logging.disable level param default value...Andre Delfino2020-12-101-2/+2
* bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)Miss Islington (bot)2020-12-095-2/+20
* [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706)Ethan Furman2020-12-082-52/+127
* bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)Miss Islington (bot)2020-12-083-1/+16
* [3.8] bpo-41910: move news entry (GH-23698)Terry Jan Reedy2020-12-081-9/+9
* bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-2...Victor Stinner2020-12-082-92/+135
* Post 3.8.7rc1Łukasz Langa2020-12-081-1/+1
* Merge tag 'v3.8.7rc1' into 3.8Łukasz Langa2020-12-0873-684/+1419
|\
| * Python 3.8.7rc1v3.8.7rc1Łukasz Langa2020-12-0773-684/+1419
* | bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672)Miss Islington (bot)2020-12-073-3/+35
* | bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allo...Pablo Galindo2020-12-071-1/+1
* | bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)Brandt Bucher2020-12-0712-1/+194
* | bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...Miss Islington (bot)2020-12-073-2/+10
|/
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Miss Islington (bot)2020-12-043-1/+21
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Miss Islington (bot)2020-12-044-4/+49
* bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)Miss Islington (bot)2020-12-042-5/+3
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Miss Islington (bot)2020-12-032-3/+3
* bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...Miss Islington (bot)2020-12-031-0/+9
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Miss Islington (bot)2020-12-011-3/+0
* build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)Miss Islington (bot)2020-12-012-2/+2