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-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya
2022-02-24
6
-6/+21
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
23
-75/+69
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
16
-40/+44
*
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH...
Dennis Sweeney
2022-02-24
6
-4/+91
*
bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
Victor Stinner
2022-02-24
2
-6/+20
*
Add (undocumented) _co_quickened attribute for code object. (GH-31552)
Mark Shannon
2022-02-24
1
-2/+13
*
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković
2022-02-24
3
-46/+48
*
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1 (GH-30325)
dependabot[bot]
2022-02-23
1
-1/+1
*
bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536)
Victor Stinner
2022-02-23
1
-0/+2
*
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher
2022-02-23
4
-43/+36
*
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Victor Stinner
2022-02-23
1
-2/+2
*
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Dong-hee Na
2022-02-23
2
-12/+12
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
11
-96/+104
*
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
Brandt Bucher
2022-02-23
2
-2/+9
*
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Brandt Bucher
2022-02-23
2
-2/+2
*
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automat...
Eric V. Smith
2022-02-23
1
-0/+59
*
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra
2022-02-23
4
-24/+28
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Dong-hee Na
2022-02-23
6
-62/+133
*
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
Thomas Grainger
2022-02-23
4
-3/+4
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
22
-526/+192
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...
Andrew Svetlov
2022-02-22
3
-1/+5
*
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Victor Stinner
2022-02-22
7
-4/+13
*
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
5
-1/+20
*
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
Victor Stinner
2022-02-22
2
-11/+17
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger
2022-02-22
3
-1/+22
*
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...
Irit Katriel
2022-02-22
4
-29/+100
*
bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...
vidhya
2022-02-22
1
-0/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
slateny
2022-02-22
1
-2/+2
*
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado
2022-02-22
3
-8/+22
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
2
-1/+3
*
bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to match unde...
Steve Dower
2022-02-22
1
-1/+1
*
Remove pair-counts from specialization stats. (GH-31500)
Mark Shannon
2022-02-22
1
-2/+5
*
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon
2022-02-22
6
-206/+311
*
dict: Add dk_log2_index_bytes (GH-31439)
Inada Naoki
2022-02-22
2
-24/+31
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Serhiy Storchaka
2022-02-22
3
-0/+15
*
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
Inada Naoki
2022-02-22
1
-56/+23
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
5
-39/+79
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
7
-178/+218
*
fix __bool__ docstring (GH-31301)
Jelle Zijlstra
2022-02-21
2
-1/+3
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping
2022-02-21
3
-8/+16
*
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na
2022-02-21
1
-4/+8
*
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka
2022-02-21
4
-24/+9
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Christian Heimes
2022-02-20
2
-7/+21
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Lital Natan
2022-02-20
3
-2/+13
*
replace `self` param with more appropriate `cls` in classmethods (GH-31402)
Josh Smith
2022-02-20
1
-2/+2
*
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH...
Andrew Svetlov
2022-02-20
3
-10/+22
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
3
-1/+17
*
bpo-46752: Uniform TaskGroup.__repr__ (GH-31409)
Andrew Svetlov
2022-02-20
1
-8/+10
*
Improve discussion about how __getattr__ is invoked. (GH-31435)
Raymond Hettinger
2022-02-20
1
-9/+7
*
bpo-46066: Check DeprecationWarning in test_typing (GH-31428)
Jelle Zijlstra
2022-02-20
1
-4/+5
[next]