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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46940: Don't override existing AttributeError suggestion information (GH-...
Pablo Galindo Salgado
2022-03-07
1
-0/+18
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls
2022-03-07
2
-7/+17
*
Use assertEqual, not assertEquals, in test_unicode (GH-31718)
Dennis Sweeney
2022-03-07
1
-4/+4
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
MojoVampire
2022-03-06
2
-17/+106
*
bpo-46921: Vectorcall support for `super()` (GH-31687)
Ken Jin
2022-03-06
1
-0/+8
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
9
-18/+18
*
bpo-46927: Include the type's name in the error message for subscripting non-...
Serhiy Storchaka
2022-03-05
2
-3/+3
*
Lib/typing.py copy edits originating from GH-31061 (#31684)
Matt Bogosian
2022-03-05
1
-3/+3
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
1
-3/+2
*
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher
2022-03-04
2
-3/+3
*
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon
2022-03-04
1
-0/+24
*
bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674)
Victor Stinner
2022-03-03
1
-0/+3
*
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
Victor Stinner
2022-03-03
1
-8/+26
*
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher
2022-03-03
3
-6/+7
*
bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
Kumar Aditya
2022-03-03
1
-2/+2
*
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
Erlend Egeberg Aasland
2022-03-03
1
-2/+4
*
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31...
Mark Shannon
2022-03-03
1
-0/+19
*
Fix EncodingWarning in libregrtest (GH-31654)
Inada Naoki
2022-03-03
1
-1/+1
*
bpo-40116: dict: Add regression test for iteration order. (GH-31550)
Inada Naoki
2022-03-03
1
-0/+17
*
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Gregory Beauregard
2022-03-03
2
-1/+14
*
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
Nikita Sobolev
2022-03-02
2
-31/+17
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-4/+8
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
4
-4/+6
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
6
-15/+39
*
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Brandt Bucher
2022-03-01
4
-126/+129
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
2
-3/+10
*
Statistics internals: Make fewer calls to _coerce() when data types are mixed...
Raymond Hettinger
2022-02-28
1
-4/+9
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
3
-175/+176
*
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher
2022-02-28
2
-2/+3
*
bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as ...
Jannis Vajen
2022-02-27
2
-9/+6
*
bpo-46852: Restore test_getformat() test (GH-31601)
Victor Stinner
2022-02-27
1
-3/+11
*
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner
2022-02-26
1
-6/+2
*
bpo-46748: Fix ctypes test_frozentable() (GH-31600)
Kumar Aditya
2022-02-26
1
-1/+1
*
Taskgroup tweaks (GH-31559)
Tin Tvrtković
2022-02-26
2
-34/+42
*
bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _Asy...
Thomas Grainger
2022-02-26
1
-8/+0
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
3
-1/+51
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
2
-71/+1
*
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
Victor Stinner
2022-02-25
1
-4/+10
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
6
-143/+164
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Serhiy Storchaka
2022-02-25
2
-8/+25
*
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
Serhiy Storchaka
2022-02-25
1
-89/+25
*
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
Victor Stinner
2022-02-24
1
-0/+32
*
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner
2022-02-24
2
-1/+22
*
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Mark Shannon
2022-02-24
1
-1/+2
*
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH...
Dennis Sweeney
2022-02-24
1
-0/+1
*
bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
Victor Stinner
2022-02-24
1
-3/+16
*
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković
2022-02-24
1
-9/+21
*
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Dong-hee Na
2022-02-23
1
-12/+10
*
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automat...
Eric V. Smith
2022-02-23
1
-0/+59
*
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
Thomas Grainger
2022-02-23
3
-3/+3
[next]