summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607)Batuhan Taskaya2021-06-082-2/+14
* bpo-44335: Fix a regression when identifying invalid characters in syntax err...Miss Islington (bot)2021-06-081-0/+1
* fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)Miss Islington (bot)2021-06-081-1/+1
* Use absolute imports in IDLE tests (GH-26581)Miss Islington (bot)2021-06-071-1/+1
* bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...Miss Islington (bot)2021-06-051-0/+17
* Update nonstandard variable names (GH-26540) (GH-26546)Miss Islington (bot)2021-06-051-5/+5
* Improve speed and accuracy for correlation() (GH-26135) (GH-26151)Miss Islington (bot)2021-06-051-12/+14
* bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...Miss Islington (bot)2021-06-051-0/+2
* bpo-43853: Handle sqlite3_value_text() errors (GH-25422)Miss Islington (bot)2021-06-041-5/+7
* bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531)Miss Islington (bot)2021-06-041-2/+10
* [3.10] bpo-44305: Improve syntax error for try blocks without except or final...Pablo Galindo2021-06-031-0/+8
* [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-264...Pablo Galindo2021-06-031-1/+1
* bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)Miss Islington (bot)2021-06-031-0/+14
* bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)Miss Islington (bot)2021-06-031-14/+6
* [3.10] bpo-44298: Backport #26513 to 3.10 (#26516)Mark Shannon2021-06-031-0/+46
* bpo-44022: Improve the regression test. (GH-26503)Miss Islington (bot)2021-06-031-1/+6
* bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...Miss Islington (bot)2021-06-033-43/+49
* bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)Miss Islington (bot)2021-06-021-2/+9
* [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)Miss Islington (bot)2021-05-312-1/+118
* bpo-44246: Entry points performance improvements. (GH-26467)Miss Islington (bot)2021-05-312-1/+27
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-33/+146
* bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...Miss Islington (bot)2021-05-291-16/+28
* Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436)Miss Islington (bot)2021-05-291-1/+1
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Miss Islington (bot)2021-05-281-27/+36
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Miss Islington (bot)2021-05-271-1/+7
* [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)...Miss Islington (bot)2021-05-273-8/+28
* bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...Miss Islington (bot)2021-05-265-12/+9
* bpo-38693: importlib.metadata f-strings (GH-26383)Miss Islington (bot)2021-05-261-5/+4
* bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)Miss Islington (bot)2021-05-261-0/+18
* bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)Miss Islington (bot)2021-05-251-8/+8
* bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)Miss Islington (bot)2021-05-252-16/+15
* bpo-41282: Fix broken `make install` (GH-26329)Miss Islington (bot)2021-05-242-6/+28
* bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)Miss Islington (bot)2021-05-231-0/+2
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)Miss Islington (bot)2021-05-211-1/+33
* bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)Miss Islington (bot)2021-05-211-0/+20
* [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)...Miss Islington (bot)2021-05-213-1/+9
* bpo-44180: Report generic syntax errors in the furthest position reached in t...Miss Islington (bot)2021-05-211-0/+1
* [3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute ...Barney Gale2021-05-211-0/+10
* bpo-36160: Fix test_site so that it can run independently of other tests (GH-...Miss Islington (bot)2021-05-201-2/+4
* bpo-44168: Fix error message in the parser for keyword arguments for invalid ...Miss Islington (bot)2021-05-191-19/+24
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Miss Islington (bot)2021-05-193-73/+328
* [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...Ɓukasz Langa2021-05-181-1/+4
* [3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-2...Irit Katriel2021-05-182-1/+60
* bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)Miss Islington (bot)2021-05-172-1/+12
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)2021-05-171-10/+6
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...Miss Islington (bot)2021-05-171-6/+6
* fix docstring typo in bdb.py (GH-22323) (#26179)Miss Islington (bot)2021-05-161-1/+1
* bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...Miss Islington (bot)2021-05-162-2/+3
* [3.10] Fix typo in comment (GH-26162) (GH-26164)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/+1