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-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
*
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
Brandt Bucher
2022-02-23
1
-0/+1
*
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Brandt Bucher
2022-02-23
1
-0/+1
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Dong-hee Na
2022-02-23
1
-0/+1
*
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
Thomas Grainger
2022-02-23
1
-0/+1
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...
Andrew Svetlov
2022-02-22
1
-0/+2
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
1
-0/+3
*
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
1
-0/+4
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger
2022-02-22
1
-0/+1
*
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...
Irit Katriel
2022-02-22
1
-0/+1
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Serhiy Storchaka
2022-02-22
1
-0/+3
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-0/+2
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
1
-0/+2
*
fix __bool__ docstring (GH-31301)
Jelle Zijlstra
2022-02-21
1
-0/+2
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping
2022-02-21
1
-0/+1
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Christian Heimes
2022-02-20
1
-0/+2
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Lital Natan
2022-02-20
2
-0/+3
*
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH...
Andrew Svetlov
2022-02-20
1
-0/+2
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
1
-0/+1
*
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
Nikita Sobolev
2022-02-19
1
-0/+4
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Yilei "Dolee" Yang
2022-02-18
1
-0/+1
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
1
-0/+6
*
bpo-46724: Fix dis support for overflow args (GH-31285)
Saul Shanabrook
2022-02-18
1
-0/+1
*
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...
Brian Faherty
2022-02-17
1
-0/+1
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79
2022-02-17
2
-0/+5
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
2
-0/+4
*
bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)
Brandt Bucher
2022-02-16
1
-0/+1
*
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher
2022-02-16
1
-0/+2
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-0/+1
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
1
-0/+2
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-0/+2
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
2
-0/+4
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
1
-0/+2
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
1
-0/+2
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
1
-0/+2
[next]