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
...
*
gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message ...
Kirill Podoprigora
2023-05-09
1
-1/+1
*
gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)
Jacob Bower
2023-05-09
1
-0/+11
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
27
-695/+1243
*
gh-99889: Fix directory traversal security flaw in uu.decode() (#104096)
Sam Carroll
2023-05-09
3
-1/+38
*
gh-104184: fix building --with-pydebug --enable-pystats (#104217)
Carl Meyer
2023-05-09
1
-1/+1
*
gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)
Gregory P. Smith
2023-05-09
3
-15/+23
*
gh-104240: return code unit metadata from codegen (#104300)
Irit Katriel
2023-05-09
4
-6/+50
*
gh-104276: Make `_struct.unpack_iterator` type use type flag instead of custo...
chgnrdv
2023-05-09
1
-7/+1
*
gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...
Itamar Ostricher
2023-05-09
1
-5/+5
*
gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)
Alex Waygood
2023-05-09
1
-0/+7
*
require-pr-label.yml: Add missing "permissions:" (#104309)
Sebastian Pipping
2023-05-09
1
-0/+4
*
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na
2023-05-09
4
-0/+43
*
gh-104180: Read SOCKS proxies from macOS System Configuration (#104181)
samschott
2023-05-09
2
-0/+7
*
gh-97696 Remove unnecessary check for eager_start kwarg (#104188)
Jacob Bower
2023-05-09
1
-4/+17
*
GH-104308: socket.getnameinfo should release the GIL (#104307)
Nathaniel J. Smith
2023-05-08
2
-0/+3
*
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow
2023-05-08
4
-0/+163
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
7
-52/+24
*
GH-104284: Fix documentation gettext build (#104296)
Adam Turner
2023-05-08
1
-10/+10
*
gh-89550: Buffer GzipFile.write to reduce execution time by ~15% (#101251)
Arjun
2023-05-08
2
-5/+37
*
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Jelle Zijlstra
2023-05-08
6
-13/+334
*
gh-99108: fix typo in Modules/Setup (#104293)
Jonathan Protzenko
2023-05-08
1
-1/+1
*
GH-104145: Use fully-qualified cross reference types for the bisect module (#...
Adam Turner
2023-05-08
1
-10/+12
*
gh-103193: Improve `getattr_static` test coverage (#104286)
Alex Waygood
2023-05-08
1
-0/+29
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
13
-12/+44
*
gh-102500: Remove mention of bytes shorthand (#104281)
Shantanu
2023-05-08
1
-6/+3
*
gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)
Itamar Ostricher
2023-05-08
2
-2/+20
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
21
-434/+1204
*
gh-104273: Remove redundant len() calls in argparse function (#104274)
Burak Saler
2023-05-07
1
-3/+4
*
gh-64660: Don't hardcode Argument Clinic return converter result variable nam...
Erlend E. Aasland
2023-05-07
1
-9/+14
*
gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (#104266)
chgnrdv
2023-05-07
3
-3/+14
*
GH-102613: Improve performance of `pathlib.Path.rglob()` (GH-104244)
Barney Gale
2023-05-07
3
-18/+45
*
gh-103650: Fix perf maps address format (#103651)
Arthur Pastel
2023-05-07
3
-4/+11
*
GH-89812: Churn `pathlib.Path` methods (GH-104243)
Barney Gale
2023-05-07
1
-303/+303
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
9
-15/+43
*
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...
Alex Waygood
2023-05-07
3
-5/+32
*
GH-100479: Fix pathlib test failure on WASI (#104215)
Barney Gale
2023-05-07
1
-1/+2
*
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
Erlend E. Aasland
2023-05-07
4
-51/+29
*
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds...
Erlend E. Aasland
2023-05-07
4
-9/+36
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
4
-70/+51
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
4
-48/+42
*
Re-enable commented-out test in test_generators.py (#104130)
ymki4360
2023-05-07
1
-5/+4
*
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte
2023-05-07
4
-8/+0
*
gh-97696: Use `PyObject_CallMethodNoArgs` and inline is_loop_running check in...
Itamar Ostricher
2023-05-07
1
-18/+5
*
gh-103886: Improve `builtins.__doc__` (#104179)
Tomas R
2023-05-07
1
-2/+9
*
gh-104254: Document the optional keyword-only "context" argument to Task cons...
Itamar Ostricher
2023-05-07
1
-4/+8
*
gh-101640: Make argparse _print_message catch any write error (#101802)
Oleg Iarygin
2023-05-06
3
-3/+37
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
4
-40/+113
*
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow
2023-05-06
5
-2/+99
*
gh-101819: Remove unused 'locale_module' from _io state (#104246)
Erlend E. Aasland
2023-05-06
2
-5/+0
*
GH-103548: Improve performance of `pathlib.Path.[is_]absolute()` (GH-103549)
Barney Gale
2023-05-06
2
-1/+14
[prev]
[next]