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-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
Dennis Sweeney
2022-03-25
4
-7/+11
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
7
-10/+46
*
Add an issue template config for the migration (GH-32101)
Ezio Melotti
2022-03-24
1
-0/+5
*
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
Christian Heimes
2022-03-24
3
-0/+34
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
7
-106/+381
*
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
Irit Katriel
2022-03-24
1
-2/+0
*
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar
2022-03-24
2
-1/+6
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
2
-2/+2
*
Fix GPG signing in Windows release build (GH-32089)
Steve Dower
2022-03-23
2
-41/+26
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
2
-47/+20
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
3
-1/+20
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
10
-29/+128
*
bpo-47086: Remove dead link to old CHM documentation (GH-32075)
Steve Dower
2022-03-23
1
-4/+0
*
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...
Eric Snow
2022-03-23
2
-12/+36
*
bpo-46541: Add a Comment About When to Use _Py_DECLARE_STR(). (gh-32063)
Eric Snow
2022-03-23
1
-0/+10
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
9
-17/+106
*
Correctly document class instead of function (GH-32016)
slateny
2022-03-23
1
-4/+4
*
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner
2022-03-23
5
-47/+51
*
[doc] configparser: avoid inline comments. (GH-31247)
Julien Palard
2022-03-23
1
-2/+4
*
bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ig...
Julien Palard
2022-03-23
1
-6/+6
*
bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
Kumar Aditya
2022-03-23
4
-9/+13
*
bpo-46864: Suppress deprecation warnings for ob_shash. (GH-32042)
Inada Naoki
2022-03-23
1
-1/+4
*
Fix typo in Path.iterdir docs (GH-31822)
Matt Williams
2022-03-23
1
-1/+1
*
bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)
neonene
2022-03-23
3
-16/+2
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniël van Noord
2022-03-22
3
-0/+20
*
bpo-32033: Finalize WASI configure options (GH-32053)
Christian Heimes
2022-03-22
4
-4/+64
*
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilen...
Christian Heimes
2022-03-22
1
-6/+34
*
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes
2022-03-22
1
-0/+5
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
3
-0/+25
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
3
-6/+36
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
1
-21/+11
*
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon
2022-03-22
9
-220/+260
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
5
-18/+78
*
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Pablo Galindo Salgado
2022-03-22
4
-876/+3401
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
52
-23/+238
*
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka
2022-03-22
5
-11/+211
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
5
-21/+21
*
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes
2022-03-22
4
-1/+145
*
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Steve Dower
2022-03-22
19
-105/+79
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon
2022-03-21
27
-22/+97
*
Fix typo in pycore_bytesobject.h (GH-31914)
jonasdlindner
2022-03-21
1
-1/+1
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-47067: Optimize calling GenericAlias objects (GH-31996)
penguin_wwy
2022-03-21
4
-7/+35
*
bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
Tim Peters
2022-03-21
2
-29/+7
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
11
-92/+593
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
18
-687/+831
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Serhiy Storchaka
2022-03-21
3
-4/+42
*
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
Victor Stinner
2022-03-21
4
-6/+13
*
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner
2022-03-21
5
-17/+25
[prev]
[next]