summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-236...revert-23828-backport-dcc997c-3.8Julien Palard2021-01-049-11/+11
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#2...Miss Islington (bot)2021-01-042-3/+4
* Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)Miss Islington (bot)2021-01-041-1/+0
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-045-61/+157
* [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-240...Serhiy Storchaka2021-01-041-39/+63
* bpo-42809: Improve pickle tests for recursive data. (GH-24060)Miss Islington (bot)2021-01-021-87/+253
* [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)Serhiy Storchaka2021-01-013-9/+30
* [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)Serhiy Storchaka2021-01-013-2/+5
* [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...Serhiy Storchaka2021-01-013-21/+26
* [3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (G...Serhiy Storchaka2021-01-011-1/+3
* [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-...Serhiy Storchaka2021-01-015-12/+38
* Bring Python into the new year. (GH-24036)Miss Islington (bot)2021-01-019-10/+10
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Miss Islington (bot)2021-01-012-3/+9
* Fixes a typo in importlib.metadata. (GH-23921) (#24030)Miss Islington (bot)2020-12-311-2/+2
* [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)Andre Delfino2020-12-311-0/+6
* Allow / character in username,password fields in _PROXY envvars. (GH-23973) (...Miss Islington (bot)2020-12-293-2/+15
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Miss Islington (bot)2020-12-291-2/+2
* [doc] Fix missing commas in signatures (GH-23693)Miss Islington (bot)2020-12-292-3/+3
* bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)Miss Islington (bot)2020-12-291-1/+1
* bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)Miss Islington (bot)2020-12-281-1/+1
* bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...Miss Islington (bot)2020-12-271-4/+8
* [3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946)Serhiy Storchaka2020-12-263-210/+212
* [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...Miss Islington (bot)2020-12-263-7/+94
* bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)Miss Islington (bot)2020-12-251-1/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-244-3/+32
* 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-221-2/+3
* [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-2130-84/+84
* [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860)Andre Delfino2020-12-216-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-193-13/+6
* bpo-41724: Explain when the conversion is not possible with detect_types enab...Miss Islington (bot)2020-12-191-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-151-1/+1