index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Pete Wicken
2021-05-17
3
-1/+13
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Gregory P. Smith
2021-05-17
2
-2/+7
*
bpo-44154: optimize Fraction pickling (GH-26186)
Sergey B Kirpichev
2021-05-17
3
-2/+5
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)
Raymond Hettinger
2021-05-17
2
-23/+15
*
[doc] Fix typo in os module (GH-24464)
Rafael Fontenelle
2021-05-16
1
-1/+1
*
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)
Zackery Spytz
2021-05-16
1
-1/+1
*
fix docstring typo in bdb.py (GH-22323)
flizzywine
2021-05-16
1
-1/+1
*
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)
Serhii Hidenko
2021-05-16
1
-1/+0
*
Fix typo in comment (GH-26162)
Ashwin Ramaswami
2021-05-16
1
-1/+1
*
bpo-44142: drop redundant parantheses when unparsing tuples as assignment tar...
Batuhan Taskaya
2021-05-16
4
-4/+47
*
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...
Barney Gale
2021-05-16
2
-2/+3
*
Improve speed and accuracy for correlation() (GH-26135)
Raymond Hettinger
2021-05-15
1
-12/+14
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Pablo Galindo
2021-05-15
3
-0/+4
*
bpo-32133: Improve numbers docs (GH-26124)
Miguel Brito
2021-05-15
1
-1/+1
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Pablo Galindo
2021-05-15
1
-2/+2
*
bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keyword...
Ken Jin
2021-05-15
10
-180/+247
*
bpo-44081: improve ast.unparse() for lambdas with no parameters (GH-26000)
Batuhan Taskaya
2021-05-15
3
-5/+21
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Rory Yorke
2021-05-14
3
-6/+13
*
bpo-37788: Fix reference leak when Thread is never joined (GH-26103)
Antoine Pitrou
2021-05-14
3
-1/+26
*
bpo-43729: Clarify comment in tutorial example (GH-25191)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Miguel Brito
2021-05-14
4
-0/+93
*
Subprocess Protocols Documentation (GH-20950)
kudavid
2021-05-14
1
-1/+1
*
[doc] Fix typos in cgi.rst (#24766)
Géry Ogam
2021-05-14
1
-4/+4
*
sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf
2021-05-14
1
-1/+1
*
Updated code example for asyncio.gather (GH-20604)
josephernest
2021-05-14
1
-8/+11
*
bpo-38250: add version added for FlagBoundary (GH-25820)
Shantanu
2021-05-14
1
-0/+5
*
Update doc as relative import can be used with star import (GH-25667)
Saiyang Gou
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
2
-8/+36
*
Reword paragraph on specific value for Py_LIMITED_API (GH-26101)
Petr Viktorin
2021-05-14
1
-12/+12
*
bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)
Erlend Egeberg Aasland
2021-05-13
1
-0/+10
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Irit Katriel
2021-05-13
3
-4/+14
*
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
Inada Naoki
2021-05-13
3
-54/+4
*
bpo-44114: Remove redundant cast. (GH-26098)
Inada Naoki
2021-05-13
1
-2/+2
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Antoine Pitrou
2021-05-13
1
-1/+4
*
Fix typo in configure (GH-26078)
Ikko Ashimine
2021-05-13
1
-1/+1
*
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...
Barney Gale
2021-05-13
1
-0/+5
*
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)
Barney Gale
2021-05-13
1
-0/+8
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Joe Marshall
2021-05-13
2
-4/+5
*
bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...
Ken Jin
2021-05-13
3
-14/+59
*
bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)
Dong-hee Na
2021-05-13
1
-2/+8
*
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Victor Stinner
2021-05-13
1
-0/+3
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
Miguel Brito
2021-05-13
1
-1/+1
*
bpo-44113: Update __xxtestfuzz not to use Py_SetProgramName (GH-26083)
Dong-hee Na
2021-05-12
1
-8/+20
*
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner
2021-05-12
9
-10/+98
*
bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)
Erlend Egeberg Aasland
2021-05-12
1
-5/+9
*
bpo-44116: Add GC support to _csv heap types (GH-26074)
Erlend Egeberg Aasland
2021-05-12
1
-30/+32
*
bpo-44117: Add C API section to What's New in Python 3.11 (GH-26071)
Victor Stinner
2021-05-12
1
-3/+23
*
bpo-40645: Fix reference leak in the _hashopenssl extension (GH-26072)
Petr Viktorin
2021-05-12
1
-0/+1
*
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26...
Yurii Karabas
2021-05-12
3
-2/+23
[prev]
[next]