summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43853: Handle sqlite3_value_text() errors (GH-25422)Miss Islington (bot)2021-06-041-0/+3
* [3.10] bpo-44305: Improve syntax error for try blocks without except or final...Pablo Galindo2021-06-031-0/+2
* bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)Miss Islington (bot)2021-06-031-0/+3
* bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)Miss Islington (bot)2021-06-031-0/+3
* Add bpo-42914 to What's New (GH-25124)Miss Islington (bot)2021-06-031-0/+1
* bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)Miss Islington (bot)2021-06-021-0/+2
* [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)Miss Islington (bot)2021-05-311-0/+7
* bpo-44246: Entry points performance improvements. (GH-26467)Miss Islington (bot)2021-05-311-0/+3
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-3153-102/+524
* bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...Miss Islington (bot)2021-05-291-0/+2
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Miss Islington (bot)2021-05-281-0/+1
* bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409)Miss Islington (bot)2021-05-271-0/+2
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Miss Islington (bot)2021-05-271-0/+1
* [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...Miss Islington (bot)2021-05-271-4/+4
* [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)...Miss Islington (bot)2021-05-271-0/+2
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-261-0/+2
* bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...Miss Islington (bot)2021-05-261-0/+1
* bpo-38693: importlib.metadata f-strings (GH-26383)Miss Islington (bot)2021-05-261-0/+1
* bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)Miss Islington (bot)2021-05-261-0/+4
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-252-2/+1
* bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Miss Islington (bot)2021-05-251-0/+2
* bpo-41282: Fix broken `make install` (GH-26329)Miss Islington (bot)2021-05-241-0/+3
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Miss Islington (bot)2021-05-241-0/+2
* bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)Miss Islington (bot)2021-05-231-0/+1
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...Miss Islington (bot)2021-05-221-0/+3
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)Miss Islington (bot)2021-05-211-0/+3
* [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)...Miss Islington (bot)2021-05-211-0/+1
* bpo-44180: Report generic syntax errors in the furthest position reached in t...Miss Islington (bot)2021-05-211-0/+3
* bpo-44168: Fix error message in the parser for keyword arguments for invalid ...Miss Islington (bot)2021-05-191-0/+2
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Miss Islington (bot)2021-05-191-0/+5
* [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...Ɓukasz Langa2021-05-181-0/+1
* bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)Miss Islington (bot)2021-05-171-0/+1
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)2021-05-171-0/+2
* bpo-44145: Release the GIL around HMAC_Update. (GH-26157)Miss Islington (bot)2021-05-171-0/+3
* Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26...Miss Islington (bot)2021-05-161-1/+1
* bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...Miss Islington (bot)2021-05-151-0/+2
* [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...Miss Islington (bot)2021-05-151-0/+1
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Miss Islington (bot)2021-05-141-0/+2
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Miss Islington (bot)2021-05-131-0/+1
* bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...Miss Islington (bot)2021-05-131-0/+5
* bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...Miss Islington (bot)2021-05-131-0/+1
* bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...Miss Islington (bot)2021-05-121-0/+5
* bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)Miss Islington (bot)2021-05-121-0/+2
* bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...Miss Islington (bot)2021-05-111-0/+2
* bpo-44074: let patchcheck infer the base branch name (GH-25991)Miss Islington (bot)2021-05-101-0/+1
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...Miss Islington (bot)2021-05-102-0/+3
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Miss Islington (bot)2021-05-091-0/+2
* [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...Miss Islington (bot)2021-05-081-0/+1
* bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)Miss Islington (bot)2021-05-081-0/+2
* bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)Miss Islington (bot)2021-05-071-0/+1