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-46933: Make pwd module optional (GH-31700)
Christian Heimes
2022-03-07
1
-0/+1
*
|
Python 3.11.0a6
v3.11.0a6
Pablo Galindo
2022-03-07
119
-247/+1205
|
/
*
bpo-46940: Don't override existing AttributeError suggestion information (GH-...
Pablo Galindo Salgado
2022-03-07
1
-0/+2
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls
2022-03-07
2
-0/+3
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
MojoVampire
2022-03-06
1
-0/+4
*
bpo-46921: Vectorcall support for `super()` (GH-31687)
Ken Jin
2022-03-06
1
-0/+1
*
bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
Inada Naoki
2022-03-06
1
-0/+1
*
bpo-46927: Include the type's name in the error message for subscripting non-...
Serhiy Storchaka
2022-03-05
1
-0/+2
*
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Brandt Bucher
2022-03-04
1
-0/+2
*
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher
2022-03-04
1
-0/+2
*
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon
2022-03-04
1
-0/+2
*
bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles ...
Steve Dower
2022-03-04
1
-0/+3
*
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher
2022-03-03
1
-0/+2
*
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
Victor Stinner
2022-03-03
1
-0/+3
*
bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
Brandt Bucher
2022-03-03
1
-0/+2
*
bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
Kumar Aditya
2022-03-03
1
-0/+1
*
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31...
Mark Shannon
2022-03-03
1
-0/+3
*
bpo-46643: fix NEWS entry (GH-31651)
Jelle Zijlstra
2022-03-03
1
-1/+3
*
bpo-40116: dict: Add regression test for iteration order. (GH-31550)
Inada Naoki
2022-03-03
2
-1/+3
*
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Gregory Beauregard
2022-03-03
1
-0/+1
*
bpo-46860: Respect `--with-suffix` on case-insensitive file systems (GH-31593)
Brett Cannon
2022-03-02
1
-0/+1
*
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
Nikita Sobolev
2022-03-02
1
-0/+3
*
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney
2022-03-02
1
-0/+3
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-0/+3
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
1
-0/+1
*
bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (GH-30496)
Mark Dickinson
2022-03-01
1
-0/+3
*
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Brandt Bucher
2022-03-01
1
-0/+1
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
1
-0/+1
*
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
Steve Dower
2022-02-28
1
-0/+2
*
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher
2022-02-28
1
-0/+1
*
bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as ...
Jannis Vajen
2022-02-27
1
-0/+2
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
1
-0/+1
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
1
-0/+4
*
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya
2022-02-25
1
-0/+1
*
bpo-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
Irit Katriel
2022-02-25
1
-0/+1
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
1
-0/+2
*
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner
2022-02-25
1
-0/+2
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Serhiy Storchaka
2022-02-25
1
-0/+5
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-0/+2
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Victor Stinner
2022-02-25
1
-0/+3
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
2
-3/+4
*
bpo-46656: Building Python now requires a C11 compiler (GH-31557)
Victor Stinner
2022-02-25
1
-0/+2
*
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
Victor Stinner
2022-02-24
1
-0/+2
*
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Christian Heimes
2022-02-24
1
-0/+2
*
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Mark Shannon
2022-02-24
1
-0/+1
*
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya
2022-02-24
1
-0/+1
*
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH...
Dennis Sweeney
2022-02-24
1
-0/+1
*
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher
2022-02-23
1
-0/+2
*
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Dong-hee Na
2022-02-23
1
-0/+2
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
1
-0/+2
[prev]
[next]