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
*
Python 3.11.0
v3.11.0
Pablo Galindo
2022-10-24
24
-71/+255
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-24
1
-0/+1
*
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
Miss Islington (bot)
2022-10-24
1
-0/+4
*
gh-90989: Clarify some installer text (GH-97668)
Steve Dower
2022-10-24
1
-0/+1
*
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-10-24
1
-0/+3
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-10-24
1
-0/+1
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-10-24
1
-0/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-10-22
1
-0/+3
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Miss Islington (bot)
2022-10-22
1
-0/+1
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
Miss Islington (bot)
2022-10-22
1
-0/+3
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
Miss Islington (bot)
2022-10-22
1
-0/+2
*
[3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...
Nikita Sobolev
2022-10-22
1
-0/+2
*
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-22
1
-0/+6
*
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
Miss Islington (bot)
2022-10-22
1
-0/+9
*
[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)
Miss Islington (bot)
2022-10-22
1
-0/+1
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Miss Islington (bot)
2022-10-22
1
-0/+3
*
[3.11] GH-97752: Clear the previous member of newly-created generator/corouti...
Miss Islington (bot)
2022-10-22
1
-0/+2
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Miss Islington (bot)
2022-10-22
1
-0/+4
*
[3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...
Miss Islington (bot)
2022-10-22
1
-0/+15
*
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-22
1
-0/+3
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Miss Islington (bot)
2022-10-22
1
-0/+2
*
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-930...
Miss Islington (bot)
2022-10-22
1
-0/+1
*
gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)
Miss Islington (bot)
2022-10-22
1
-0/+2
*
Adjust stable ABI internal documentation (GH-96896)
Miss Islington (bot)
2022-10-22
1
-7/+14
*
[3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...
Miss Islington (bot)
2022-10-22
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...
Ćukasz Langa
2022-10-22
3
-3/+3
*
gh-86482: Document assignment expression need for ()s (GH-23291)
Miss Islington (bot)
2022-10-22
1
-0/+1
*
Python 3.11.0rc2
v3.11.0rc2
Pablo Galindo
2022-09-11
40
-82/+404
*
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Miss Islington (bot)
2022-09-10
1
-0/+1
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot)
2022-09-10
1
-0/+1
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
1
-0/+3
*
[3.11] io: Add missing f (#96701)
Jelle Zijlstra
2022-09-09
1
-0/+1
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+2
*
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619)...
Miss Islington (bot)
2022-09-08
1
-0/+1
*
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon
2022-09-08
1
-0/+1
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
1
-0/+3
*
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot)
2022-09-07
1
-0/+2
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Miss Islington (bot)
2022-09-07
1
-0/+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
1
-0/+1
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+2
*
GH-96572: fix use after free in trace refs build mode (GH-96618)
Miss Islington (bot)
2022-09-06
1
-0/+1
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
1
-0/+1
*
[3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH...
Batuhan Taskaya
2022-09-06
1
-0/+1
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Miss Islington (bot)
2022-09-05
1
-0/+3
*
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-0/+14
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...
Miss Islington (bot)
2022-08-30
1
-0/+1
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-963...
Miss Islington (bot)
2022-08-30
2
-0/+4
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)
Miss Islington (bot)
2022-08-30
1
-0/+3
[next]