summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)Pete Wicken2021-05-173-1/+13
* bpo-44145: Release the GIL around HMAC_Update. (GH-26157)Gregory P. Smith2021-05-172-2/+7
* bpo-44154: optimize Fraction pickling (GH-26186)Sergey B Kirpichev2021-05-173-2/+5
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)Raymond Hettinger2021-05-172-23/+15
* [doc] Fix typo in os module (GH-24464)Rafael Fontenelle2021-05-161-1/+1
* Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)Zackery Spytz2021-05-161-1/+1
* fix docstring typo in bdb.py (GH-22323)flizzywine2021-05-161-1/+1
* Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)Serhii Hidenko2021-05-161-1/+0
* Fix typo in comment (GH-26162)Ashwin Ramaswami2021-05-161-1/+1
* bpo-44142: drop redundant parantheses when unparsing tuples as assignment tar...Batuhan Taskaya2021-05-164-4/+47
* bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...Barney Gale2021-05-162-2/+3
* Improve speed and accuracy for correlation() (GH-26135)Raymond Hettinger2021-05-151-12/+14
* bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...Pablo Galindo2021-05-153-0/+4
* bpo-32133: Improve numbers docs (GH-26124)Miguel Brito2021-05-151-1/+1
* bpo-44139: Use a more descriptive syntax error comprehension case in the What...Pablo Galindo2021-05-151-2/+2
* bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keyword...Ken Jin2021-05-1510-180/+247
* bpo-44081: improve ast.unparse() for lambdas with no parameters (GH-26000)Batuhan Taskaya2021-05-153-5/+21
* bpo-44072: fix Complex, Integral docs for `**` (GH-25986)Rory Yorke2021-05-143-6/+13
* bpo-37788: Fix reference leak when Thread is never joined (GH-26103)Antoine Pitrou2021-05-143-1/+26
* bpo-43729: Clarify comment in tutorial example (GH-25191)Erlend Egeberg Aasland2021-05-141-1/+1
* bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)Miguel Brito2021-05-144-0/+93
* Subprocess Protocols Documentation (GH-20950)kudavid2021-05-141-1/+1
* [doc] Fix typos in cgi.rst (#24766)Géry Ogam2021-05-141-4/+4
* sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)Erlend Egeberg Aasland2021-05-141-1/+1
* Doc: Fix ambiguous pronoun (GH-26037)Daniel Shahaf2021-05-141-1/+1
* Updated code example for asyncio.gather (GH-20604)josephernest2021-05-141-8/+11
* bpo-38250: add version added for FlagBoundary (GH-25820)Shantanu2021-05-141-0/+5
* Update doc as relative import can be used with star import (GH-25667)Saiyang Gou2021-05-141-1/+1
* bpo-43977: Update pattern matching language reference docs (GH-25917)Ken Jin2021-05-142-8/+36
* Reword paragraph on specific value for Py_LIMITED_API (GH-26101)Petr Viktorin2021-05-141-12/+12
* bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)Erlend Egeberg Aasland2021-05-131-0/+10
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Irit Katriel2021-05-133-4/+14
* bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)Inada Naoki2021-05-133-54/+4
* bpo-44114: Remove redundant cast. (GH-26098)Inada Naoki2021-05-131-2/+2
* bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)Antoine Pitrou2021-05-131-1/+4
* Fix typo in configure (GH-26078)Ikko Ashimine2021-05-131-1/+1
* bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...Barney Gale2021-05-131-0/+5
* bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)Barney Gale2021-05-131-0/+8
* bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...Joe Marshall2021-05-132-4/+5
* bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...Ken Jin2021-05-133-14/+59
* bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)Dong-hee Na2021-05-131-2/+8
* bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)Victor Stinner2021-05-131-0/+3
* bpo-44030: Fix formatting error in exceptions docs (GH-25929)Miguel Brito2021-05-131-1/+1
* bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083)Dong-hee Na2021-05-121-8/+20
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-129-10/+98
* bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)Erlend Egeberg Aasland2021-05-121-5/+9
* bpo-44116: Add GC support to _csv heap types (GH-26074)Erlend Egeberg Aasland2021-05-121-30/+32
* bpo-44117: Add C API section to What's New in Python 3.11 (GH-26071)Victor Stinner2021-05-121-3/+23
* bpo-40645: Fix reference leak in the _hashopenssl extension (GH-26072)Petr Viktorin2021-05-121-0/+1
* bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26...Yurii Karabas2021-05-123-2/+23