summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26...Miss Islington (bot)2021-05-191-6/+11
* bpo-44168: Fix error message in the parser for keyword arguments for invalid ...Miss Islington (bot)2021-05-194-561/+611
* Fix compiler warning in the xml module (GH-26245) (GH-26249)Miss Islington (bot)2021-05-191-1/+1
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Miss Islington (bot)2021-05-196-73/+345
* bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (...Miss Islington (bot)2021-05-191-1/+2
* bpo-44106: Purge unused sqlite3 doc includes (GH-26234)Miss Islington (bot)2021-05-198-138/+0
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Miss Islington (bot)2021-05-199-42/+37
* bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)Miss Islington (bot)2021-05-191-1/+5
* [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...Ɓukasz Langa2021-05-183-1/+12
* [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-173-1/+13
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)2021-05-172-10/+8
* bpo-44145: Release the GIL around HMAC_Update. (GH-26157)Miss Islington (bot)2021-05-172-2/+7
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...Miss Islington (bot)2021-05-172-23/+15
* [doc] Fix typo in os module (GH-24464)Miss Islington (bot)2021-05-161-1/+1
* fix docstring typo in bdb.py (GH-22323) (#26179)Miss Islington (bot)2021-05-161-1/+1
* Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26...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
* [3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-...Irit Katriel2021-05-161-1/+0
* bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...Miss Islington (bot)2021-05-153-0/+4
* bpo-32133: Improve numbers docs (GH-26124) (GH-26149)Miss Islington (bot)2021-05-151-1/+1
* bpo-44139: Use a more descriptive syntax error comprehension case in the What...Miss Islington (bot)2021-05-151-2/+2
* [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...Miss Islington (bot)2021-05-153-1/+26
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Miss Islington (bot)2021-05-143-6/+13
* bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)Miss Islington (bot)2021-05-141-1/+1
* Subprocess Protocols Documentation (GH-20950) (GH-26133)Miss Islington (bot)2021-05-141-1/+1
* [3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)Irit Katriel2021-05-141-4/+4
* Update doc as relative import can be used with star import (GH-25667) (GH-26121)Miss Islington (bot)2021-05-141-1/+1
* Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)Miss Islington (bot)2021-05-141-12/+12
* bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125)Miss Islington (bot)2021-05-141-1/+1
* Updated code example for asyncio.gather (GH-20604) (GH-26119)Miss Islington (bot)2021-05-141-8/+11
* bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)Miss Islington (bot)2021-05-142-8/+36
* bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)Miss Islington (bot)2021-05-147-1105/+1188
* bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090...Miss Islington (bot)2021-05-141-0/+8
* [3.10] bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-...Miss Islington (bot)2021-05-131-0/+10
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Miss Islington (bot)2021-05-133-4/+14
* bpo-44114: Remove redundant cast. (GH-26098)Miss Islington (bot)2021-05-131-2/+2
* bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)Miss Islington (bot)2021-05-131-1/+4
* bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...Miss Islington (bot)2021-05-133-14/+59
* [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)Mark Shannon2021-05-132-0/+50
* bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...Miss Islington (bot)2021-05-131-0/+5
* bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...Miss Islington (bot)2021-05-132-4/+5
* bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)Miss Islington (bot)2021-05-131-1/+1
* bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081)Miss Islington (bot)2021-05-121-30/+32
* bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)Miss Islington (bot)2021-05-121-4/+9
* bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...Miss Islington (bot)2021-05-123-2/+23
* [3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034...Irit Katriel2021-05-121-0/+18
* bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)Miss Islington (bot)2021-05-123-1/+6
* bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)Miss Islington (bot)2021-05-121-0/+1