April 2021 Archives by author
Starting: Thu Apr 1 02:00:49 EDT 2021
Ending: Fri Apr 30 22:14:37 EDT 2021
Messages: 578
- [Python-checkins] Doc: Try to enhance wording on circular imports. (GH-24705)
JulienPalard
- [Python-checkins] bpo-43954: Fix a missing word in the unittest docs (GH-25672)
JulienPalard
- [Python-checkins] Python 3.8.9
ambv
- [Python-checkins] Post 3.8.9
ambv
- [Python-checkins] Python 3.9.3
ambv
- [Python-checkins] [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
ambv
- [Python-checkins] Python 3.9.4
ambv
- [Python-checkins] bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
ambv
- [Python-checkins] bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
ambv
- [Python-checkins] [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
ambv
- [Python-checkins] bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)
ambv
- [Python-checkins] bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367)
ambv
- [Python-checkins] Fix thread locks in zlib module may go wrong in rare case (#22132)
ambv
- [Python-checkins] Fix thread locks in zlib module may go wrong in rare case (#22130)
ambv
- [Python-checkins] bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) (#25637)
ambv
- [Python-checkins] [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536)
ambv
- [Python-checkins] Fix thread locks in zlib module may go wrong in rare case. (#22126)
ambv
- [Python-checkins] bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228)
berkerpeksag
- [Python-checkins] bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586)
berkerpeksag
- [Python-checkins] bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
berkerpeksag
- [Python-checkins] bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
berkerpeksag
- [Python-checkins] bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404)
berkerpeksag
- [Python-checkins] bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
berkerpeksag
- [Python-checkins] bpo-43852: Improve tuple creation in sqlite3 (GH-25421)
berkerpeksag
- [Python-checkins] bpo-42128: __match_args__ can't be a list anymore (GH-25203)
brandtbucher
- [Python-checkins] bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
brandtbucher
- [Python-checkins] bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
brandtbucher
- [Python-checkins] bpo-43892: Make match patterns explicit in the AST (GH-25585)
brandtbucher
- [Python-checkins] bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
brandtbucher
- [Python-checkins] bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
brettcannon
- [Python-checkins] bpo-43720: Update import-related stdlib deprecation messages to say they will be removed in Python 3.12 (GH-25167)
brettcannon
- [Python-checkins] bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
brettcannon
- [Python-checkins] Silence find_module() DeprecationWarning on Windows tests (GH-25563)
brettcannon
- [Python-checkins] bpo-43888: Remove coverage builds from CI (GH-25679)
brettcannon
- [Python-checkins] try and get a peak at mock-related PRs before they land (#25356)
cjw296
- [Python-checkins] bpo-31956: Add start and stop parameters to array.index() (GH-25059)
corona10
- [Python-checkins] bpo-41870: Update What's News 3.10 about vectorcall (#25219)
corona10
- [Python-checkins] bpo-43795: Sort PC/python3dll.c (GH-25312)
encukou
- [Python-checkins] bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549)
encukou
- [Python-checkins] bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
encukou
- [Python-checkins] bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
encukou
- [Python-checkins] bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
encukou
- [Python-checkins] bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
encukou
- [Python-checkins] bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
encukou
- [Python-checkins] bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
encukou
- [Python-checkins] bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25201)
ericvsmith
- [Python-checkins] bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25200)
ericvsmith
- [Python-checkins] bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205)
ericvsmith
- [Python-checkins] Fix blurb for bpo-43176. (GH-25215)
ericvsmith
- [Python-checkins] Fix blurb for bpo-43176. (GH-25215) (GH-25217)
ericvsmith
- [Python-checkins] bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337)
ericvsmith
- [Python-checkins] Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). (GH-25372)
ericvsmith
- [Python-checkins] bpo-43080: pprint for dataclass instances (GH-24389)
ericvsmith
- [Python-checkins] Fix typo in a dataclasses comment. (GH-25454)
ericvsmith
- [Python-checkins] Add keyword-only fields to dataclasses. (GH=25608)
ericvsmith
- [Python-checkins] Add additional keyword-only tests. (GH-25633)
ericvsmith
- [Python-checkins] bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
ericvsmith
- [Python-checkins] bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636)
ericvsmith
- [Python-checkins] bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25635)
ericvsmith
- [Python-checkins] bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699)
ericvsmith
- [Python-checkins] bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
ericvsmith
- [Python-checkins] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
ethanfurman
- [Python-checkins] [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25369)
ethanfurman
- [Python-checkins] [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370)
ethanfurman
- [Python-checkins] [Enum] fix doc string (GH-25376)
ethanfurman
- [Python-checkins] bpo-43744: [Enum] fix ``_is_private`` (GH-25349)
ethanfurman
- [Python-checkins] Update ACKS (GH-25423)
ethanfurman
- [Python-checkins] bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
ethanfurman
- [Python-checkins] Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
ethanfurman
- [Python-checkins] bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
ethanfurman
- [Python-checkins] bpo-38659: Properly re-intialize module variables in test_enum (GH-25516)
ethanfurman
- [Python-checkins] bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566)
ethanfurman
- [Python-checkins] bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)
ethanfurman
- [Python-checkins] bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
ethanfurman
- [Python-checkins] bpo-43478: Restrict use of Mock objects as specs (GH-25326)
gpshead
- [Python-checkins] bpo-40701: doc typo historcal -> historical (GH-25334)
gpshead
- [Python-checkins] bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
gpshead
- [Python-checkins] bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)
gpshead
- [Python-checkins] bpo-26053: Fix args echoed by pdb run command (#22033)
gvanrossum
- [Python-checkins] bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
gvanrossum
- [Python-checkins] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
gvanrossum
- [Python-checkins] Update pattern matching docs for changes to the PEP (#25185)
gvanrossum
- [Python-checkins] bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
gvanrossum
- [Python-checkins] bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
gvanrossum
- [Python-checkins] bpo-43772: Fix TypeVar.__ror__ (GH-25339)
gvanrossum
- [Python-checkins] Use double quotes over single quotes for match statement grammar (GH-24943)
gvanrossum
- [Python-checkins] bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
gvanrossum
- [Python-checkins] bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
gvanrossum
- [Python-checkins] bpo41515: Fix assert in test which throws SyntaxWarning. (#25379)
gvanrossum
- [Python-checkins] bpo-42904: Change search order of typing.get_type_hints eval (#25632)
gvanrossum
- [Python-checkins] bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
gvanrossum
- [Python-checkins] bpo-43766: Fix TypeGuard docs (#25660)
gvanrossum
- [Python-checkins] bpo-41559: Change PEP 612 implementation to pure Python (#25449)
gvanrossum
- [Python-checkins] bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952)
isidentical
- [Python-checkins] bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
jaraco
- [Python-checkins] Document importlib.metadata.PackagePath.locate method (GH-25669)
jaraco
- [Python-checkins] bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623)
larryhastings
- [Python-checkins] Two minor fixes for accessing a module's name. (#25658)
larryhastings
- [Python-checkins] bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
- [Python-checkins] bpo-43798: Add source location attributes to alias (GH-25324)
lysnikolaou
- [Python-checkins] bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
markshannon
- [Python-checkins] Document PyCode_Addr2Line function. (GH-25111)
markshannon
- [Python-checkins] bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
markshannon
- [Python-checkins] bpo-43683: Handle generator entry in bytecode (GH-25138)
markshannon
- [Python-checkins] bump the bytecode magic number (GH-25225)
markshannon
- [Python-checkins] Correct micro release number and add a couple of asserts. (GH-25224)
markshannon
- [Python-checkins] bpo-43495 : Push missing frame block in compile.c (GH-24865)
markshannon
- [Python-checkins] bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
markshannon
- [Python-checkins] bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
markshannon
- [Python-checkins] bpo-43846: Use less stack for large literals and calls (GH-25403)
markshannon
- [Python-checkins] bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
markshannon
- [Python-checkins] bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. (GH-25717)
markshannon
- [Python-checkins] bpo-43977: Use tp_flags for collection matching (GH-25723)
markshannon
- [Python-checkins] bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
markshannon
- [Python-checkins] bpo-34311: Add locale.localize (GH-15275)
matrixise
- [Python-checkins] bpo-37363: Add audit events to the `http.client` module (GH-21321)
matrixise
- [Python-checkins] Fix description of behaviour of an exception class in 'from' clause (GH-24303)
mdickinson
- [Python-checkins] Fix typo in 3.10.0a7.rst (GH-25340)
mdickinson
- [Python-checkins] Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25342)
mdickinson
- [Python-checkins] Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25341)
mdickinson
- [Python-checkins] Fix typos in 3.10 "What's new" (GH-25104)
methane
- [Python-checkins] Doc: io: Remove "In-memory streams" section (GH-24927)
methane
- [Python-checkins] Doc: io: Remove "In-memory streams" section (GH-24927)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in lib2to3/pgen2/pgen.py (GH-25127)
methane
- [Python-checkins] bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
methane
- [Python-checkins] bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix test_email (GH-25158)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in sysconfig (GH-25192)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)
methane
- [Python-checkins] bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
methane
- [Python-checkins] bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
methane
- [Python-checkins] bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
methane
- [Python-checkins] bpo-43785: Update bz2 document (GH-25351)
methane
- [Python-checkins] bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
methane
- [Python-checkins] bpo-43712 : fileinput: Add encoding parameter (GH-25272)
methane
- [Python-checkins] bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
methane
- [Python-checkins] bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
methane
- [Python-checkins] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
methane
- [Python-checkins] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644)
methane
- [Python-checkins] bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in zipfile (GH-25650)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
methane
- [Python-checkins] bpo-37751: Update `codecs.register()` doc. (GH-25643)
methane
- [Python-checkins] bpo-37751: Update `codecs.register()` doc. (GH-25643)
methane
- [Python-checkins] bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in tests. (GH-25655)
methane
- [Python-checkins] bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
methane
- [Python-checkins] bpo-41139: Deprecate `cgi.log()` (GH-25625)
methane
- [Python-checkins] bpo-43651: Fix test_logging (GH-25715)
methane
- [Python-checkins] bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
miss-islington
- [Python-checkins] bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
miss-islington
- [Python-checkins] bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
miss-islington
- [Python-checkins] [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
miss-islington
- [Python-checkins] bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
miss-islington
- [Python-checkins] bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
miss-islington
- [Python-checkins] bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
miss-islington
- [Python-checkins] [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (GH-25183) (GH-25184)
miss-islington
- [Python-checkins] Fix typo in turtledemo.two_canvases. (GH-25194)
miss-islington
- [Python-checkins] bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867)
miss-islington
- [Python-checkins] bpo-43176: Fix processing of empty dataclasses (GH-24484)
miss-islington
- [Python-checkins] bpo-43176: Fix processing of empty dataclasses (GH-24484)
miss-islington
- [Python-checkins] bpo-17305: Link to the third-party idna package. (GH-25208)
miss-islington
- [Python-checkins] bpo-17305: Link to the third-party idna package. (GH-25208)
miss-islington
- [Python-checkins] [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218)
miss-islington
- [Python-checkins] bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
miss-islington
- [Python-checkins] bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236)
miss-islington
- [Python-checkins] bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
miss-islington
- [Python-checkins] Improve CDN purge script (GH-25251)
miss-islington
- [Python-checkins] [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (GH-25290)
miss-islington
- [Python-checkins] bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296)
miss-islington
- [Python-checkins] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303)
miss-islington
- [Python-checkins] [3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25308)
miss-islington
- [Python-checkins] bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
miss-islington
- [Python-checkins] bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
miss-islington
- [Python-checkins] bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
miss-islington
- [Python-checkins] bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
miss-islington
- [Python-checkins] bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
miss-islington
- [Python-checkins] bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)
miss-islington
- [Python-checkins] bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
miss-islington
- [Python-checkins] bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
miss-islington
- [Python-checkins] bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
miss-islington
- [Python-checkins] [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25382)
miss-islington
- [Python-checkins] bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
miss-islington
- [Python-checkins] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)
miss-islington
- [Python-checkins] [3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)
miss-islington
- [Python-checkins] [3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392)
miss-islington
- [Python-checkins] bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
miss-islington
- [Python-checkins] bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
miss-islington
- [Python-checkins] Fix typo in 3.10's What's New documentation (GH-25409)
miss-islington
- [Python-checkins] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
miss-islington
- [Python-checkins] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
miss-islington
- [Python-checkins] [3.9] bpo-43723: Revert IDLE doc change (GH-25174)
miss-islington
- [Python-checkins] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
miss-islington
- [Python-checkins] Fix typo in a dataclasses comment. (GH-25454)
miss-islington
- [Python-checkins] Fix typo in a dataclasses comment. (GH-25454)
miss-islington
- [Python-checkins] bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH-20986)
miss-islington
- [Python-checkins] bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041)
miss-islington
- [Python-checkins] bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
miss-islington
- [Python-checkins] bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
miss-islington
- [Python-checkins] docs: clarify what patterns Path.glob accepts (GH-25486)
miss-islington
- [Python-checkins] bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
miss-islington
- [Python-checkins] doc: Sync some missing 3.10 changes with the What's New (GH-25503)
miss-islington
- [Python-checkins] bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)
miss-islington
- [Python-checkins] bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
miss-islington
- [Python-checkins] bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
miss-islington
- [Python-checkins] bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
miss-islington
- [Python-checkins] Fix typo in the documentation (GH-24703)
miss-islington
- [Python-checkins] bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
miss-islington
- [Python-checkins] bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
miss-islington
- [Python-checkins] bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
miss-islington
- [Python-checkins] bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
miss-islington
- [Python-checkins] bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
miss-islington
- [Python-checkins] bpo-39572: Address typo in CHANGELOG. (GH-24999)
miss-islington
- [Python-checkins] bpo-39572: Address typo in CHANGELOG. (GH-24999)
miss-islington
- [Python-checkins] Reformat idlelib colorizer (GH-25479)
miss-islington
- [Python-checkins] bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
miss-islington
- [Python-checkins] bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909)
miss-islington
- [Python-checkins] Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)
miss-islington
- [Python-checkins] bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
miss-islington
- [Python-checkins] bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
miss-islington
- [Python-checkins] bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
miss-islington
- [Python-checkins] BaseHTTPRequestHandler, that path includes query (GH-25597)
miss-islington
- [Python-checkins] BaseHTTPRequestHandler, that path includes query (GH-25597)
miss-islington
- [Python-checkins] bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602)
miss-islington
- [Python-checkins] Fix a typo in datamodel reference document (GH-24930)
miss-islington
- [Python-checkins] Remove mention of dst parameter from description of os.lstat() (GH-24704)
miss-islington
- [Python-checkins] Fix a typo in datamodel reference document (GH-24930)
miss-islington
- [Python-checkins] Remove mention of dst parameter from description of os.lstat() (GH-24704)
miss-islington
- [Python-checkins] [3.8] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25627)
miss-islington
- [Python-checkins] [3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25626)
miss-islington
- [Python-checkins] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
miss-islington
- [Python-checkins] bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
miss-islington
- [Python-checkins] [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662)
miss-islington
- [Python-checkins] bpo-43776: Remove list call from args in Popen repr (GH-25338)
miss-islington
- [Python-checkins] bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
miss-islington
- [Python-checkins] bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
miss-islington
- [Python-checkins] bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
miss-islington
- [Python-checkins] bpo-43954: Fix a missing word in the unittest docs (GH-25672)
miss-islington
- [Python-checkins] [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755)
miss-islington
- [Python-checkins] bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)
miss-islington
- [Python-checkins] bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
miss-islington
- [Python-checkins] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
ned-deily
- [Python-checkins] Fix generated file name for installer builds on macOS 11+. (GH-25661)
ned-deily
- [Python-checkins] Fix generated file name for installer builds on macOS 11+. (GH-25661) (GH-25664)
ned-deily
- [Python-checkins] bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
orsenthil
- [Python-checkins] bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) (#25345)
orsenthil
- [Python-checkins] Improve CDN purge script (GH-25251) (#25254)
orsenthil
- [Python-checkins] BaseHTTPRequestHandler, that path includes query (#25597)
orsenthil
- [Python-checkins] fix typo in warning (#20620)
orsenthil
- [Python-checkins] [3.9] fix typo in warning (GH-20620) (#25601)
orsenthil
- [Python-checkins] Fix a typo in datamodel reference document (GH-24930)
orsenthil
- [Python-checkins] Remove mention of dst parameter from description of os.lstat() (GH-24704)
orsenthil
- [Python-checkins] Fix broken links and improve stand-alone tools list in FAQ GH-22124
orsenthil
- [Python-checkins] Fix copy.Error casing in documentation GH-22004
orsenthil
- [Python-checkins] Fix id of 'Internet Message Format' RFC in email doc (GH-24137)
orsenthil
- [Python-checkins] Fix copy.Error casing in documentation GH-22004 (#25611)
orsenthil
- [Python-checkins] Fix copy.Error casing in documentation GH-22004 (#25612)
orsenthil
- [Python-checkins] Fix id of 'Internet Message Format' RFC in email doc GH-25614
orsenthil
- [Python-checkins] Fix id of 'Internet Message Format' RFC in email doc GH-25613
orsenthil
- [Python-checkins] Fix broken links and improve stand-alone tools list in FAQ GH-25610
orsenthil
- [Python-checkins] Fix broken links and improve stand-alone tools list in FAQ GH-25609
orsenthil
- [Python-checkins] bpo-43534: Fix the turtle module working with multiple root windows GH-25594
orsenthil
- [Python-checkins] bpo-43534: Fix the turtle module working with multiple root windows GH-25593
orsenthil
- [Python-checkins] Quick pydoc update to smtplib.py (GH-22292)
orsenthil
- [Python-checkins] Quick pydoc update to smtplib.py (GH-22292) (GH-25616)
orsenthil
- [Python-checkins] Quick pydoc update to smtplib.py (GH-22292) (GH-25615)
orsenthil
- [Python-checkins] Fix documentation typos of argparse exit_on_error (GH-22706)
orsenthil
- [Python-checkins] Fix documentation typos of argparse exit_on_error (GH-22706) (GH-25617)
orsenthil
- [Python-checkins] documentation: clarification about the function remove in os library (GH-19024)
orsenthil
- [Python-checkins] documentation: clarification about the function remove in os library (GH-19024) (GH-25618)
orsenthil
- [Python-checkins] [3.9] documentation: clarification about the function remove in os library (GH-19024) (GH-25620)
orsenthil
- [Python-checkins] Update asyncio-subprocess.rst (GH-21680)
orsenthil
- [Python-checkins] Update asyncio-subprocess.rst (GH-21680) (GH-25622)
orsenthil
- [Python-checkins] Update asyncio-subprocess.rst (GH-21680) (GH-25621)
orsenthil
- [Python-checkins] Doc: Fix the array.fromfile method doc (GH-22037)
orsenthil
- [Python-checkins] Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)
orsenthil
- [Python-checkins] Doc: Fix the array.fromfile method doc (GH-22037) (GH-25630)
orsenthil
- [Python-checkins] Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
orsenthil
- [Python-checkins] Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639)
orsenthil
- [Python-checkins] Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25638)
orsenthil
- [Python-checkins] [doc] Remove duplicated operator.itemgetter example (GH-24178)
orsenthil
- [Python-checkins] [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)
orsenthil
- [Python-checkins] [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646)
orsenthil
- [Python-checkins] [doc] Do some polishing in IDEs section (GH-22070)
orsenthil
- [Python-checkins] [doc] Do some polishing in IDEs section (GH-22070) (GH-25703)
orsenthil
- [Python-checkins] [doc] Do some polishing in IDEs section (GH-22070) (GH-25704)
orsenthil
- [Python-checkins] [doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
orsenthil
- [Python-checkins] [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25706)
orsenthil
- [Python-checkins] [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25707)
orsenthil
- [Python-checkins] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
orsenthil
- [Python-checkins] [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)
orsenthil
- [Python-checkins] bpo-24160: Fix test_pdb refleaks failure (GH-25182)
pablogsal
- [Python-checkins] Fix the "make suspicious" check on the pprint docs (GH-25193)
pablogsal
- [Python-checkins] Python 3.10.0a7
pablogsal
- [Python-checkins] bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231)
pablogsal
- [Python-checkins] bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231) (GH-25233)
pablogsal
- [Python-checkins] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235)
pablogsal
- [Python-checkins] [3.8] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25260)
pablogsal
- [Python-checkins] [3.9] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25259)
pablogsal
- [Python-checkins] Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
pablogsal
- [Python-checkins] Break down some complex functions in pegen.c for readability (GH-25292)
pablogsal
- [Python-checkins] Sanitize macros and debug functions in pegen.c (GH-25291)
pablogsal
- [Python-checkins] Simplify _PyPegen_fill_token in pegen.c (GH-25295)
pablogsal
- [Python-checkins] Add CI step to check changes in the exported ABI (GH-25232)
pablogsal
- [Python-checkins] Add CI step to check changes in the exported ABI (GH-25230)
pablogsal
- [Python-checkins] [3.9] bpo-43779: Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (GH-25294)
pablogsal
- [Python-checkins] Add ignore file for the abidump check (GH-25322)
pablogsal
- [Python-checkins] Add ignore file for the abidump check (GH-25323)
pablogsal
- [Python-checkins] bpo-43478: Fix formatting of NEWS entry (GH-25335)
pablogsal
- [Python-checkins] Fix typo about line number in the 3.10 What's New document (GH-25328)
pablogsal
- [Python-checkins] bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
pablogsal
- [Python-checkins] bpo-43774: Remove --without-cycle-gc doc (GH-25364)
pablogsal
- [Python-checkins] bpo-43797: Improve syntax error for invalid comparisons (#25317)
pablogsal
- [Python-checkins] Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
pablogsal
- [Python-checkins] Ensure that early = are not matched by the parser as invalid comparisons (GH-25375)
pablogsal
- [Python-checkins] bpo-43797: Handle correctly invalid assignments inside function calls and generators (GH-25390)
pablogsal
- [Python-checkins] Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394)
pablogsal
- [Python-checkins] bpo-38530: Offer suggestions on AttributeError (#16856)
pablogsal
- [Python-checkins] Fix typo in the What's New for 3.10 (GH-25396)
pablogsal
- [Python-checkins] bpo-38530: Offer suggestions on NameError (GH-25397)
pablogsal
- [Python-checkins] bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408)
pablogsal
- [Python-checkins] bpo-38530: Optimize the calculation of string sizes when offering suggestions (GH-25412)
pablogsal
- [Python-checkins] bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
pablogsal
- [Python-checkins] bpo-43822: Improve syntax errors for missing commas (GH-25377)
pablogsal
- [Python-checkins] bpo-43823: Fix location of one of the errors for invalid dictionary literals (GH-25427)
pablogsal
- [Python-checkins] Improve the section with SyntaxError message improvements to the What's New of 3.10 (GH-25428)
pablogsal
- [Python-checkins] bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444)
pablogsal
- [Python-checkins] bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443)
pablogsal
- [Python-checkins] bpo-38530: Include builtins in NameError suggestions (GH-25460)
pablogsal
- [Python-checkins] Small changes to the section about SyntaxErrors in the 3.10 What's New document (GH-25461)
pablogsal
- [Python-checkins] bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
pablogsal
- [Python-checkins] Fix type group capture in the PEG highlight tool (GH-25464)
pablogsal
- [Python-checkins] bpo-25460: Surround suggestions by quotes (GH-25473)
pablogsal
- [Python-checkins] bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
pablogsal
- [Python-checkins] bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
pablogsal
- [Python-checkins] Fix typo in whatsnew/3.10.rst (GH-25498)
pablogsal
- [Python-checkins] bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
pablogsal
- [Python-checkins] Set the release for `__future__.annotations` to 3.11 (#25596)
pablogsal
- [Python-checkins] bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584)
pablogsal
- [Python-checkins] bpo-43901: Fix refleaks in test_module (GH-25754)
pablogsal
- [Python-checkins] bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
pablogsal
- [Python-checkins] bpo-43995: Fix reference leak in test_grammar (GH-25764)
pablogsal
- [Python-checkins] bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
pablogsal
- [Python-checkins] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
pfmoore
- [Python-checkins] [3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578)
pfmoore
- [Python-checkins] [3.8] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576) (GH-25579)
pfmoore
- [Python-checkins] bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644)
pfmoore
- [Python-checkins] bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-25501)
pitrou
- [Python-checkins] bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
rhettinger
- [Python-checkins] bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)
rhettinger
- [Python-checkins] Add more tests for the descriptor tutorial (GH-25164)
rhettinger
- [Python-checkins] Replace broken example code with correct simpler code. (GH-25162)
rhettinger
- [Python-checkins] Add more tests for the descriptor tutorial (GH-25164) (#25165)
rhettinger
- [Python-checkins] Replace broken example code with correct simpler code. (GH-25162) (GH-25166)
rhettinger
- [Python-checkins] bpo-43325: Add FAQ entry for identity tests (GH-25168)
rhettinger
- [Python-checkins] bpo-43325: Add FAQ entry for identity tests (GH-25168) (GH-25178)
rhettinger
- [Python-checkins] bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)
rhettinger
- [Python-checkins] bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175) (GH-25202)
rhettinger
- [Python-checkins] Fix broken test for MutableSet.pop() (GH-25209)
rhettinger
- [Python-checkins] Fix broken test for MutableSet.pop() (GH-25209) (GH-25269)
rhettinger
- [Python-checkins] Fix broken test for MutableSet.pop() (GH-25209) (GH-25270)
rhettinger
- [Python-checkins] bpo-43739: Add type declaration Doc/extending/extending.rst example
rhettinger
- [Python-checkins] bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332)
rhettinger
- [Python-checkins] bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25333)
rhettinger
- [Python-checkins] bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469)
rhettinger
- [Python-checkins] bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) (GH-25472)
rhettinger
- [Python-checkins] Add doctests (GH-25474)
rhettinger
- [Python-checkins] Improve the error message for choices(population, 10) (GH-25267)
rhettinger
- [Python-checkins] Improve the error message for choices(population, 10) (GH-25267) (GH-25477)
rhettinger
- [Python-checkins] Document that random.gauss is normal distribution (GH-24935)
rhettinger
- [Python-checkins] Update Sphinx directive for super from function to class (GH-25489)
rhettinger
- [Python-checkins] bpo-40137: Move state lookups out of the critical path (GH-25492)
rhettinger
- [Python-checkins] bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
rhettinger
- [Python-checkins] bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
rhettinger
- [Python-checkins] bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546)
rhettinger
- [Python-checkins] Add more tests. Fix code excerpt. (GH-25549)
rhettinger
- [Python-checkins] Add more tests. Fix code excerpt. (GH-25549) (GH-25550)
rhettinger
- [Python-checkins] bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689)
scoder
- [Python-checkins] bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690)
scoder
- [Python-checkins] bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
serhiy-storchaka
- [Python-checkins] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (#25187)
serhiy-storchaka
- [Python-checkins] bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
serhiy-storchaka
- [Python-checkins] bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
serhiy-storchaka
- [Python-checkins] bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588) (GH-25592)
serhiy-storchaka
- [Python-checkins] bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
serhiy-storchaka
- [Python-checkins] bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813)
taleinat
- [Python-checkins] Fix typo in turtledemo.two_canvases. (GH-25194)
terryjreedy
- [Python-checkins] [3.9] Fix typo in turtledemo.two_canvases. (GH-25194)
terryjreedy
- [Python-checkins] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
terryjreedy
- [Python-checkins] [3.9] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
terryjreedy
- [Python-checkins] [3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
terryjreedy
- [Python-checkins] [3.9] bpo-43723: Revert IDLE doc change (GH-25174)
terryjreedy
- [Python-checkins] [3.8] bpo-43723: Backport IDLE doc change (GH-25174)
terryjreedy
- [Python-checkins] Reformat idlelib colorizer (GH-25479)
terryjreedy
- [Python-checkins] Reformat idlelib colorizer (GH-25479)
terryjreedy
- [Python-checkins] bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
terryjreedy
- [Python-checkins] bpo-37892: Use space indents in IDLE Shell (GH-25678)
terryjreedy
- [Python-checkins] bpo-43981: Fix error in idle-test leak test (GH-25739)
terryjreedy
- [Python-checkins] bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
terryjreedy
- [Python-checkins] bpo-43928: Fix 'succesfully' typo in document (GH-25569)
terryjreedy
- [Python-checkins] bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
terryjreedy
- [Python-checkins] bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
terryjreedy
- [Python-checkins] bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
terryjreedy
- [Python-checkins] bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
terryjreedy
- [Python-checkins] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303)
tiran
- [Python-checkins] bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
tiran
- [Python-checkins] [3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) (GH-25306)
tiran
- [Python-checkins] bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
tiran
- [Python-checkins] [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
tiran
- [Python-checkins] [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)
tiran
- [Python-checkins] bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
tiran
- [Python-checkins] bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
tiran
- [Python-checkins] bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
tiran
- [Python-checkins] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329)
tiran
- [Python-checkins] [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25383)
tiran
- [Python-checkins] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
tiran
- [Python-checkins] [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451)
tiran
- [Python-checkins] [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452)
tiran
- [Python-checkins] bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
tiran
- [Python-checkins] bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
tiran
- [Python-checkins] bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
tiran
- [Python-checkins] bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
tiran
- [Python-checkins] bpo-42854: Use SSL_read/write_ex() (GH-25468)
tiran
- [Python-checkins] bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
tiran
- [Python-checkins] bpo-43669: More test_ssl cleanups (GH-25470)
tiran
- [Python-checkins] bpo-43799: Also define SSLv3_method() (GH-25481)
tiran
- [Python-checkins] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554)
tiran
- [Python-checkins] bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
tiran
- [Python-checkins] [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555)
tiran
- [Python-checkins] [3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25556)
tiran
- [Python-checkins] bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
tiran
- [Python-checkins] bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561)
tiran
- [Python-checkins] bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)
tiran
- [Python-checkins] bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
tiran
- [Python-checkins] bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
tiran
- [Python-checkins] bpo-43921: also accept EOF in post-handshake auth test (GH-25574)
tiran
- [Python-checkins] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)
tiran
- [Python-checkins] bpo-18233: Add internal methods to access peer chain (GH-25467)
tiran
- [Python-checkins] bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)
tiran
- [Python-checkins] Fix typo in exceptions.rst (GH-25434)
tirkarthi
- [Python-checkins] bpo-43688: Run make regen-limited-abi (GH-25134)
vstinner
- [Python-checkins] bpo-43690: stable_abi.py no longer parses macros (GH-25136)
vstinner
- [Python-checkins] bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
vstinner
- [Python-checkins] bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)
vstinner
- [Python-checkins] [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
vstinner
- [Python-checkins] bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
vstinner
- [Python-checkins] bpo-43688: Support the limited C API in debug mode (GH-25131)
vstinner
- [Python-checkins] bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
vstinner
- [Python-checkins] bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
vstinner
- [Python-checkins] bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180)
vstinner
- [Python-checkins] bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
vstinner
- [Python-checkins] bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
vstinner
- [Python-checkins] bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247)
vstinner
- [Python-checkins] bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
vstinner
- [Python-checkins] bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262)
vstinner
- [Python-checkins] bpo-43770: Sort types in _PyTypes_Init() (GH-25263)
vstinner
- [Python-checkins] bpo-43770: _PyTypes_Init() inits more static types (GH-25265)
vstinner
- [Python-checkins] bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
vstinner
- [Python-checkins] bpo-43774: Document configure options (GH-25283)
vstinner
- [Python-checkins] bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
vstinner
- [Python-checkins] bpo-39674: Fix collections ABC deprecation notice (GH-25281)
vstinner
- [Python-checkins] bpo-43774: Enhance configure documentation (GH-25293)
vstinner
- [Python-checkins] bpo-43774: Document the Python Build System (GH-25302)
vstinner
- [Python-checkins] bpo-43682: @staticmethod inherits attributes (GH-25268)
vstinner
- [Python-checkins] bpo-43770: Refactor type_new() function (GH-25325)
vstinner
- [Python-checkins] bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
vstinner
- [Python-checkins] bpo-43770: Refactor PyType_Ready() function (GH-25336)
vstinner
- [Python-checkins] bpo-43682: Make staticmethod objects callable (GH-25117)
vstinner
- [Python-checkins] bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
vstinner
- [Python-checkins] bpo-43680: _pyio.open() becomes a static method (GH-25354)
vstinner
- [Python-checkins] bpo-43774: Add more links to configure options (GH-25363)
vstinner
- [Python-checkins] bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
vstinner
- [Python-checkins] bpo-43770: Reorder type_ready() (GH-25373)
vstinner
- [Python-checkins] bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387)
vstinner
- [Python-checkins] bpo-43770: Cleanup type_ready() (GH-25388)
vstinner
- [Python-checkins] bpo-43680: Deprecate io.OpenWrapper (GH-25357)
vstinner
- [Python-checkins] bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)
vstinner
- [Python-checkins] bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405)
vstinner
- [Python-checkins] bpo-40443: Remove unused imports (GH-25429)
vstinner
- [Python-checkins] bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)
vstinner
- [Python-checkins] bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407)
vstinner
- [Python-checkins] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
vstinner
- [Python-checkins] bpo-43843: libregrtest uses threading.excepthook (GH-25400)
vstinner
- [Python-checkins] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)
vstinner
- [Python-checkins] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) (GH-25440)
vstinner
- [Python-checkins] bpo-43862: Enhance -W cmdline option documentation (GH-25439)
vstinner
- [Python-checkins] bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)
vstinner
- [Python-checkins] Fix a typo in subprocess documentation (GH-25426)
vstinner
- [Python-checkins] bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags (GH-25504)
vstinner
- [Python-checkins] bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505)
vstinner
- [Python-checkins] bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
vstinner
- [Python-checkins] bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096)
vstinner
- [Python-checkins] bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) (GH-25659)
vstinner
- [Python-checkins] bpo-43963: Fix import _signal in subinterpreters (GH-25674)
vstinner
- [Python-checkins] bpo-43963: Add _signal module state (GH-25676)
vstinner
- [Python-checkins] bpo-43960: test_pdb resets breakpoints (GH-25673)
vstinner
- [Python-checkins] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
vstinner
- [Python-checkins] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686)
vstinner
- [Python-checkins] bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
vstinner
- [Python-checkins] bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)
vstinner
- [Python-checkins] bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688)
vstinner
- [Python-checkins] bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) (GH-25692)
vstinner
- [Python-checkins] bpo-28254: Add a C-API for controlling the GC state (GH-25687)
vstinner
- [Python-checkins] bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508)
vstinner
- [Python-checkins] bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
vstinner
- [Python-checkins] bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
vstinner
- [Python-checkins] bpo-43908: Make re types immutable (GH-25697)
vstinner
- [Python-checkins] bpo-43908: Make array.array type immutable (GH-25696)
vstinner
- [Python-checkins] bpo-43908: Document Static Types in the C API (GH-25710)
vstinner
- [Python-checkins] bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)
vstinner
- [Python-checkins] bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
vstinner
- [Python-checkins] bpo-43774: Enhance debug build documentation (GH-25712)
vstinner
- [Python-checkins] bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714)
vstinner
- [Python-checkins] bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
vstinner
- [Python-checkins] bpo-43916: Remove _disabled_new() function (GH-25745)
vstinner
- [Python-checkins] bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
vstinner
- [Python-checkins] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
vstinner
- [Python-checkins] bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743)
vstinner
- [Python-checkins] bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
vstinner
- [Python-checkins] bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
vstinner
- [Python-checkins] bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
vstinner
- [Python-checkins] bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
vstinner
- [Python-checkins] bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
zooba
- [Python-checkins] bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
zooba
- [Python-checkins] bpo-43567: Improved generated code refresh on Windows (GH-25120)
zooba
- [Python-checkins] bpo-39924: handle missing os functions more consistently in pathlib (GH-19220)
zooba
- [Python-checkins] bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
zooba
- [Python-checkins] bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor. (GH-18838)
zooba
- [Python-checkins] bpo-40038: pathlib: remove partial support for preserving accessor when modifying a path (GH-19342)
zooba
- [Python-checkins] bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
zooba
- [Python-checkins] Improve CDN purge script (GH-25251)
zooba
- [Python-checkins] bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864)
zooba
- [Python-checkins] bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
zooba
- [Python-checkins] bpo-39659: Route calls from pathlib.Path to os.getcwd() via the path accessor (GH-18834)
zooba
- [Python-checkins] bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
zooba
- [Python-checkins] bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
zooba
- [Python-checkins] bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841)
zooba
- [Python-checkins] bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240)
zooba
- [Python-checkins] bpo-39899: Don't double-check directory name if we're requesting the current user's home directory in ntpath.expanduser() (GH-25277)
zooba
- [Python-checkins] bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
zooba
- [Python-checkins] bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
zooba
- [Python-checkins] bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)
zooba
- [Python-checkins] bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
zooba
- [Python-checkins] bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
zooba
- [Python-checkins] bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
zooba
- [Python-checkins] bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
zooba
- [Python-checkins] bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
zooba
- [Python-checkins] bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
zooba
- [Python-checkins] bpo-38222: Check specifically for a drive, not just a colon (GH-25540)
zooba
- [Python-checkins] bpo-38822: Check specifically for a drive, not just a colon (GH-25540)
zooba
- [Python-checkins] bpo-38822: Check specifically for a drive, not just a colon (GH-25540)
zooba
- [Python-checkins] bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
zooba
- [Python-checkins] bpo-43538: Add extra arguments to os.startfile (GH-25538)
zooba
- [Python-checkins] bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
zooba
- [Python-checkins] bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
zooba
- [Python-checkins] bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
zooba
- [Python-checkins] bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
zooba
- [Python-checkins] bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
zooba
- [Python-checkins] bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
zooba
- [Python-checkins] bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656)
zooba
- [Python-checkins] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
zooba
- [Python-checkins] [3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
zooba
- [Python-checkins] [3.8] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
zooba
- [Python-checkins] bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675)
zooba
- [Python-checkins] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
zooba
- [Python-checkins] bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
zooba
- [Python-checkins] bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
zooba
Last message date:
Fri Apr 30 22:14:37 EDT 2021
Archived on: Fri Apr 30 22:14:37 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).