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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-0/+2
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Igor Bolshakov
2021-05-17
1
-0/+2
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Pete Wicken
2021-05-17
1
-0/+1
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Gregory P. Smith
2021-05-17
1
-0/+3
*
bpo-44154: optimize Fraction pickling (GH-26186)
Sergey B Kirpichev
2021-05-17
1
-0/+1
*
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)
Zackery Spytz
2021-05-16
1
-1/+1
*
bpo-44142: drop redundant parantheses when unparsing tuples as assignment tar...
Batuhan Taskaya
2021-05-16
1
-0/+2
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Pablo Galindo
2021-05-15
1
-0/+2
*
bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keyword...
Ken Jin
2021-05-15
1
-0/+3
*
bpo-44081: improve ast.unparse() for lambdas with no parameters (GH-26000)
Batuhan Taskaya
2021-05-15
1
-0/+2
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Rory Yorke
2021-05-14
1
-0/+2
*
bpo-37788: Fix reference leak when Thread is never joined (GH-26103)
Antoine Pitrou
2021-05-14
1
-0/+1
*
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Miguel Brito
2021-05-14
1
-0/+2
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Irit Katriel
2021-05-13
1
-0/+1
*
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
Inada Naoki
2021-05-13
1
-0/+4
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Joe Marshall
2021-05-13
1
-0/+1
*
bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...
Ken Jin
2021-05-13
1
-0/+5
*
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner
2021-05-12
1
-0/+14
*
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26...
Yurii Karabas
2021-05-12
1
-0/+5
*
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008)
Ken Jin
2021-05-12
1
-0/+2
*
bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798)
Gregory P. Smith
2021-05-12
1
-0/+5
*
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path obj...
Miguel Brito
2021-05-11
1
-0/+2
*
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)
Erlend Egeberg Aasland
2021-05-11
1
-0/+2
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Leonardo Lai
2021-05-10
1
-0/+1
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
dhoekstra2000
2021-05-10
2
-0/+3
*
bpo-28307: Convert simple C-style formatting with literal format into f-strin...
Serhiy Storchaka
2021-05-08
1
-0/+3
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Pablo Galindo
2021-05-08
1
-0/+2
*
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
pxinwr
2021-05-08
1
-0/+1
*
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
Ned Deily
2021-05-08
169
-443/+1807
*
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
E-Paine
2021-05-07
1
-0/+2
*
bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)
wyz23x2
2021-05-07
1
-0/+1
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-0/+7
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-0/+9
*
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...
Stephen Rosen
2021-05-06
1
-0/+3
*
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)
Linus Groh
2021-05-06
2
-0/+2
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Gen Xu
2021-05-05
1
-0/+2
*
bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)
Gregory P. Smith
2021-05-05
1
-0/+2
*
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein
2021-05-05
1
-0/+2
*
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...
Petr Viktorin
2021-05-05
2
-1/+3
*
bpo-42686: Enable SQLite math functions in Windows build (#24053)
Erlend Egeberg Aasland
2021-05-04
1
-0/+1
*
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso
2021-05-04
1
-0/+1
*
Add C-API tests (#25886)
Ken Jin
2021-05-04
1
-0/+2
*
bpo-38352: Add to typing.__all__ (#25821)
Jelle Zijlstra
2021-05-04
1
-0/+2
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
1
-0/+1
*
bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)
Raymond Hettinger
2021-05-04
1
-0/+1
*
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25...
Michael Felt
2021-05-04
1
-0/+6
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Pablo Galindo
2021-05-04
1
-0/+2
*
bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
Raymond Hettinger
2021-05-03
1
-0/+1
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
1
-2/+0
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-2/+0
[next]