summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...revert-23827-backport-dcc997c-3.9Julien Palard2021-01-048-10/+10
* bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...Miss Islington (bot)2021-01-042-1/+8
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH...Miss Islington (bot)2021-01-043-47/+4
* Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)Miss Islington (bot)2021-01-041-1/+0
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Miss Islington (bot)2021-01-042-3/+5
* [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...Serhiy Storchaka2021-01-045-61/+157
* [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076)Serhiy Storchaka2021-01-031-39/+63
* [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)...Pablo Galindo2021-01-033-1/+56
* [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)Lysandros Nikolaou2021-01-024-544/+823
* bpo-42809: Improve pickle tests for recursive data. (GH-24060)Miss Islington (bot)2021-01-021-87/+253
* [3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (G...Serhiy Storchaka2021-01-021-1/+3
* [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default time...Ross2021-01-024-1/+22
* bpo-39068: Fix race condition in base64 (GH-17627)Miss Islington (bot)2021-01-013-2/+5
* 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
* bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...Miss Islington (bot)2020-12-311-4/+14
* Fixes a typo in importlib.metadata. (GH-23921) (#24029)Miss Islington (bot)2020-12-311-2/+2
* [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)Andre Delfino2020-12-311-0/+6
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Miss Islington (bot)2020-12-294-11/+9
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Miss Islington (bot)2020-12-291-2/+2
* Allow / character in username,password fields in _PROXY envvars. (GH-23973)Miss Islington (bot)2020-12-293-2/+15
* [doc] Fix missing commas in signatures (GH-23693)Miss Islington (bot)2020-12-292-3/+3
* bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)Miss Islington (bot)2020-12-291-1/+1
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Miss Islington (bot)2020-12-295-11/+27
* 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-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)Miss Islington (bot)2020-12-282-3/+6
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Miss Islington (bot)2020-12-271-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
* Add convolve() to the itertools recipes (GH-23928) (GH-23949)Miss Islington (bot)2020-12-251-0/+12
* Rename Tkinter tests for widget options (GH-23944)Miss Islington (bot)2020-12-253-210/+212
* bpo-42727: [Enum] use super() and include **kwds (GH-23927)Miss Islington (bot)2020-12-251-2/+2
* 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
* bpo-42727: Fix the NEWS entry .rst (GH-23932)Miss Islington (bot)2020-12-241-2/+2
* [3.9] bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds (GH-23917). (...Ethan Furman2020-12-243-2/+14
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Miss Islington (bot)2020-12-242-1/+3
* bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)Miss Islington (bot)2020-12-232-1/+17
* 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
* bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...Miss Islington (bot)2020-12-223-5/+35
* bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) (...Miss Islington (bot)2020-12-221-0/+5
* [3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859)Andre Delfino2020-12-218-81/+80
* [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-2132-90/+90
* 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-23870)Miss Islington (bot)2020-12-202-1/+3
* bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869)Miss Islington (bot)2020-12-201-50/+57
* 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-191-1/+3
* [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)kj2020-12-192-0/+22