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-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
*
Use raw string to avoid deprecation warning (GH-31427)
Dennis Sweeney
2022-02-19
1
-1/+1
*
dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
Inada Naoki
2022-02-19
1
-12/+12
*
Counter doc mentions three methods, but lists four (GH-30706)
Charles Brunet
2022-02-19
1
-1/+1
*
bpo-46685: improve test coverage of `Self` and `Never` in `typing` (GH-31222)
Nikita Sobolev
2022-02-19
1
-1/+48
*
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
Nikita Sobolev
2022-02-19
1
-0/+9
*
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
Nikita Sobolev
2022-02-19
5
-7/+132
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
Jörn Heissler
2022-02-19
1
-3/+3
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Yilei "Dolee" Yang
2022-02-18
2
-0/+6
*
Process more stale PRs, oldest first (GH-31407)
Hugo van Kemenade
2022-02-18
1
-0/+4
*
"Own" pattern matching and peepholing (GH-31412)
Brandt Bucher
2022-02-18
1
-0/+2
*
Reduce flakiness of taskgroups test 13 (GH-31411)
Guido van Rossum
2022-02-18
1
-1/+1
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
13
-344/+365
*
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
Nikita Sobolev
2022-02-18
2
-59/+94
*
bpo-46724: Fix dis support for overflow args (GH-31285)
Saul Shanabrook
2022-02-18
3
-5/+40
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka
2022-02-18
7
-181/+82
*
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
Guido van Rossum
2022-02-18
2
-24/+17
*
Fix missing spaces in os.walk example (GH-29918)
辰冢
2022-02-18
1
-2/+2
*
Fix mistake in barry_as_FLUFL test (GH-31392)
Patrick Reader
2022-02-18
1
-1/+1
*
docs: Link `match` statement in tutorial (GH-31396)
William Andrea
2022-02-18
1
-1/+1
*
Fix typo in compileall.py's docstring (GH-29865)
Alexander Münch
2022-02-17
0
-0/+0
*
bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
Hakan Çelik
2022-02-17
1
-0/+2
*
bpo-46730: Fix refleak and tighten NULL checks (GH-31389)
Christian Heimes
2022-02-17
1
-9/+18
*
bpo-46778: Enable multiprocess compilation for source files when building on ...
Jeremy Kloth
2022-02-17
1
-0/+1
*
Update html.parser.rst (GH-30678)
Géry Ogam
2022-02-17
1
-1/+1
*
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...
Brian Faherty
2022-02-17
3
-0/+14
*
Close stale PRs without signed CLA (GH-30500)
Erlend Egeberg Aasland
2022-02-17
1
-1/+14
[prev]
[next]