Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a3
/
Lib
tag
b948add7910eb74b946bd1577ff8edc7927d6014
tagger
Pablo Galindo <pablogsal@gmail.com>
Wed Dec 08 22:24:39 2021
object
2e91dba437fe5c56c6f8213294eeb7a704760509
Python 3.11.0a3
2e91dba
Python 3.11.0a3
by Pablo Galindo
· 3 years, 8 months ago
v3.11.0a3
7778116
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
by Steve Dower
· 3 years, 8 months ago
3cb9731
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
by Jacob Hayes
· 3 years, 8 months ago
d4363d2
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
by Andrew Svetlov
· 3 years, 8 months ago
69806b9
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
by Mark Shannon
· 3 years, 8 months ago
c602c1b
Fix double-space in exception message (GH-29955)
by Ned Batchelder
· 3 years, 8 months ago
8319114
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
by Mark Shannon
· 3 years, 8 months ago
1c7a1c3
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
by Pablo Galindo Salgado
· 3 years, 8 months ago
cf7eaa4
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
by Victor Stinner
· 3 years, 8 months ago
a310fd8
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
by Irit Katriel
· 3 years, 8 months ago
8db0652
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by James Gerity
· 3 years, 8 months ago
c5c3652
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)
by 180909
· 3 years, 8 months ago
b7ef27b
bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)
by Steve Dower
· 3 years, 8 months ago
265918b
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
by Kumar Aditya
· 3 years, 8 months ago
af1db4e
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
by neonene
· 3 years, 9 months ago
299483c
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
by Mark Shannon
· 3 years, 9 months ago
2b318ce
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
by Serhiy Storchaka
· 3 years, 9 months ago
446be16
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
by Serhiy Storchaka
· 3 years, 9 months ago
1fd4de5
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291)
by Serhiy Storchaka
· 3 years, 9 months ago
d15cdb2
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Serhiy Storchaka
· 3 years, 9 months ago
f42a06b
bpo-13236: Flush the output stream more often in unittest (GH-29864)
by Serhiy Storchaka
· 3 years, 9 months ago
87a18de
Fixed documentation typo in compileall.py (GH-29912)
by Vishal Pandey
· 3 years, 9 months ago
5bb7ef2
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
by Irit Katriel
· 3 years, 9 months ago
03768c4
bpo-45885: Specialize COMPARE_OP (GH-29734)
by Dennis Sweeney
· 3 years, 9 months ago
99fcf15
bpo-45582: Port getpath[p].c to Python (GH-29041)
by Steve Dower
· 3 years, 9 months ago
b2afdc9
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
by Alex Waygood
· 3 years, 9 months ago
a6c3b0f
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
by Victor Stinner
· 3 years, 9 months ago
cb2b3c8
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
by Christian Heimes
· 3 years, 9 months ago
0aa0bd0
bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)
by Raymond Hettinger
· 3 years, 9 months ago
a39f46a
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
by Raymond Hettinger
· 3 years, 9 months ago
af8c8ca
bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (#20911)
by Weipeng Hong
· 3 years, 9 months ago
bd9342d
no-issue: remove unused import from test_graphlib.py (GH-29853)
by Adrian Garcia Badaracco
· 3 years, 9 months ago
02b5ac6
bpo-45653: fix test_embed on windows (GH-29814)
by Kumar Aditya
· 3 years, 9 months ago
6266e4a
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
by Gideon
· 3 years, 9 months ago
c4a69a4
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
6092957
bpo-45786: Allocate space for frame in frame object. (GH-29729)
by Mark Shannon
· 3 years, 9 months ago
7431448
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
by Jakub Kulík
· 3 years, 9 months ago
934a826
bpo-37658: Actually return result in race condition (GH-29202)
by Sam Bull
· 3 years, 9 months ago
46c8d91
bpo-19460: Add test for MIMENonMultipart (GH-29817)
by 180909
· 3 years, 9 months ago
4dfae6f
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726)
by Irit Katriel
· 3 years, 9 months ago
af9ee57
bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)
by Raymond Hettinger
· 3 years, 9 months ago
93c65df
bpo-44353: Correct docstring for `NewType` (#29785)
by Alex Waygood
· 3 years, 9 months ago
97dcab7
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-29154)
by Simon McVittie
· 3 years, 9 months ago
24c10d2
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
by Pablo Galindo Salgado
· 3 years, 9 months ago
abfc794
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
by Pablo Galindo Salgado
· 3 years, 9 months ago
d5cd2ef
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
by Jason R. Coombs
· 3 years, 9 months ago
ae1965c
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384)
by Miro Hrončok
· 3 years, 9 months ago
8ed1495
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527)
by Eric Snow
· 3 years, 9 months ago
b48ac6f
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721)
by Nikita Sobolev
· 3 years, 9 months ago
135cabd
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
by Mark Shannon
· 3 years, 9 months ago
4d6c0c0
bpo-45871: Refactor except matcher validation into a separate function so that it can be reused. Add missing unit test. (GH-29711)
by Irit Katriel
· 3 years, 9 months ago
4fad314
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691)
by Carl Friedrich Bolz-Tereick
· 3 years, 9 months ago
7fd92a8
bpo-45813: Make sure that frame->generator is NULLed when generator is deallocated. (GH-29700)
by Mark Shannon
· 3 years, 9 months ago
d3062f6
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
by Eric V. Smith
· 3 years, 9 months ago
d2b55b0
bpo-45766: Add direct proportion option to linear_regression(). (#29490)
by Raymond Hettinger
· 3 years, 9 months ago
f7638dd
Added kw_only parameter to make_dataclasses. (GH-29679)
by Eric V. Smith
· 3 years, 9 months ago
fdc0e09
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
by Logan Jones
· 3 years, 9 months ago
81f4e11
bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
by Pablo Galindo Salgado
· 3 years, 9 months ago
7a1d932
bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
by Pablo Galindo Salgado
· 3 years, 9 months ago
48744db
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)
by Raymond Hettinger
· 3 years, 9 months ago
04e03f4
bpo-45851: Avoid full sort in statistics.multimode() (#29662)
by Raymond Hettinger
· 3 years, 9 months ago
ef53058
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
by Dylan Van Assche
· 3 years, 9 months ago
fdcc46d
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
by Pablo Galindo Salgado
· 3 years, 9 months ago
4c61691
bpo-45506: Fix test_embed expecting to not find stdlib in source tree build when stdlib has been installed. (GH-29649)
by Steve Dower
· 3 years, 9 months ago
546cefc
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
by Pablo Galindo Salgado
· 3 years, 9 months ago
0ff3d95
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
by Ruben Vorderman
· 3 years, 9 months ago
337cb48
bpo-45709: Fix tracing when exception is handled. (GH-29638)
by Mark Shannon
· 3 years, 9 months ago
036fead
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
by Dennis Sweeney
· 3 years, 9 months ago
c94664c
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
by Hugo van Kemenade
· 3 years, 9 months ago
21fa7a3
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592)
by Mark Shannon
· 3 years, 9 months ago
345ba3f
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
by Dong-hee Na
· 3 years, 9 months ago
df3e53d
bpo-45835: Fix race condition in test_queue (#29601)
by Sam Gross
· 3 years, 9 months ago
5d90c46
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
by Dennis Sweeney
· 3 years, 9 months ago
736684b
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
by Sam Gross
· 3 years, 9 months ago
5f9247e
bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
15409c7
bpo-28806: Continue work: improve the netrc library (GH-26330)
by Emmanuel Arias
· 3 years, 9 months ago
da20d74
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
by Pablo Galindo Salgado
· 3 years, 9 months ago
9d6215a
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
8b06d01
bpo-45292: Use raw strings for regex in tests (GH-29545)
by Irit Katriel
· 3 years, 9 months ago
9bf2cbc
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
by Victor Stinner
· 3 years, 9 months ago
6c5a312
bpo-45677: Reword first section of `sqlite3` docs (#29326)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
822c3dc
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
c2c4fdf
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
by Alex Waygood
· 3 years, 9 months ago
25835c5
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
by Pablo Galindo Salgado
· 3 years, 9 months ago
9d32714
bpo-45745: Remove regrtest --findleaks options (GH-29514)
by Victor Stinner
· 3 years, 9 months ago
8f1b71d
bpo-45711: Re-bump the magic number and update doc (GH-29528)
by Brandt Bucher
· 3 years, 9 months ago
807f839
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)
by Raymond Hettinger
· 3 years, 9 months ago
27b69e6
bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
by Brandt Bucher
· 3 years, 9 months ago
9178f53
bpo-45636: Merge all numeric operators (GH-29482)
by Brandt Bucher
· 3 years, 9 months ago
1cbaa50
bpo-45696: Deep-freeze selected modules (GH-29118)
by Guido van Rossum
· 3 years, 9 months ago
c1323d4
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
4cdeee5
bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
by Irit Katriel
· 3 years, 9 months ago
6ec0dec
[bpo-45765] Fix distribution discovery on empty path. (#29487)
by Jason R. Coombs
· 3 years, 9 months ago
cb414cf
bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480)
by Irit Katriel
· 3 years, 9 months ago
c3bc0fe
Factor-out constant calculation. (GH-29491)
by Raymond Hettinger
· 3 years, 9 months ago
2819e98
bpo-45764: improve error message when missing '(' after 'def' (GH-29484)
by Carl Friedrich Bolz-Tereick
· 3 years, 9 months ago
f4c0348
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
by Pablo Galindo Salgado
· 3 years, 9 months ago
fd41125
General cleanup of test_pydoc (GH-29459)
by Zachary Ware
· 3 years, 9 months ago
cc1cbcb
bpo-27313: Use non-deprecated methods for tracing (GH-29425)
by Serhiy Storchaka
· 3 years, 10 months ago
815dad4
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
by Chris Wesseling
· 3 years, 10 months ago
Next »