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
*
Python 3.11.0rc2
v3.11.0rc2
Pablo Galindo
2022-09-11
43
-126/+436
*
gh-94972: document that shield users need to keep a reference to their task (...
Miss Islington (bot)
2022-09-10
3
-7/+23
*
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Miss Islington (bot)
2022-09-10
2
-1/+8
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot)
2022-09-10
2
-1/+7
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
3
-59/+104
*
[3.11] io: Add missing f (#96701)
Jelle Zijlstra
2022-09-09
2
-1/+2
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
3
-0/+9
*
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932) (#96004)
Miss Islington (bot)
2022-09-08
1
-5/+9
*
gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (G...
Miss Islington (bot)
2022-09-08
1
-2/+19
*
[3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619)...
Miss Islington (bot)
2022-09-08
4
-4/+36
*
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon
2022-09-08
3
-16/+25
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
2
-1/+4
*
[3.11] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96675)
Miss Islington (bot)
2022-09-08
1
-0/+29
*
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot)
2022-09-07
3
-16/+57
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Miss Islington (bot)
2022-09-07
2
-2/+3
*
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
Miss Islington (bot)
2022-09-07
1
-0/+18
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
2
-3/+3
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
3
-0/+16
*
GH-96572: fix use after free in trace refs build mode (GH-96618)
Miss Islington (bot)
2022-09-06
2
-1/+2
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
3
-3/+23
*
[3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH...
Batuhan Taskaya
2022-09-06
3
-1/+8
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Miss Islington (bot)
2022-09-05
4
-22/+51
*
[3.11] [doc] Update example in traceback doc (GH-96600) (GH-96603)
Irit Katriel
2022-09-05
1
-15/+11
*
Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
Miss Islington (bot)
2022-09-05
2
-0/+18
*
[3.11] gh-84095: Fill documentation gap regarding user-defined objects. (GH-9...
Miss Islington (bot)
2022-09-05
1
-0/+19
*
Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)
Miss Islington (bot)
2022-09-04
1
-30/+31
*
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
Miss Islington (bot)
2022-09-04
4
-7/+107
*
no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)
Miss Islington (bot)
2022-09-04
1
-7/+0
*
doc typo: spell limitation (GH-96542)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
[3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
2
-2/+32
*
[3.11] gh-89087: Update logging.QueueHandler documentation to clarify recordâ...
Miss Islington (bot)
2022-09-03
1
-0/+14
*
gh-75500: Update idlelib/help.html (GH-96523) (#96524)
Miss Islington (bot)
2022-09-03
1
-7/+8
*
bpo-30419: DOC: Update missing information in bdb docs (GH-1687)
Miss Islington (bot)
2022-09-02
2
-65/+133
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
27
-23/+775
*
gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (GH-95189)
Miss Islington (bot)
2022-09-02
1
-9/+20
*
gh-96168: Improve sqlite3 dict_factory example (GH-96457)
Miss Islington (bot)
2022-09-01
1
-18/+9
*
gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...
Miss Islington (bot)
2022-09-01
1
-25/+28
*
gh-96414: Inline code examples in sqlite3 docs (GH-96442)
Miss Islington (bot)
2022-08-31
15
-349/+380
*
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
Miss Islington (bot)
2022-08-30
1
-2/+2
*
[3.11] [Enum] fix check in _test_simple_enum (GH-96435)
Ethan Furman
2022-08-30
2
-1/+7
*
gh-95337: update TypeVarTuple example (GH-95338)
Miss Islington (bot)
2022-08-30
1
-8/+13
*
gh-95413: Remove references to deprecated CGI library (GH-95414)
Miss Islington (bot)
2022-08-30
2
-3/+3
*
Docs: Improve clarity for bytes.hex() (GH-95257)
Miss Islington (bot)
2022-08-30
1
-3/+4
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...
Miss Islington (bot)
2022-08-30
3
-19/+36
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-963...
Miss Islington (bot)
2022-08-30
3
-1/+7
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)
Miss Islington (bot)
2022-08-30
3
-1/+7
*
[3.11] gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)...
Miss Islington (bot)
2022-08-30
1
-0/+7
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
Miss Islington (bot)
2022-08-30
1
-3/+6
[next]