https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
0a7dcbd Python 3.9.5 03 May 2021, 14:54:42 UTC
bb2f3ff bpo-42800: Add audit events for f_code and tb_frame (GH-24182) Accessing the following attributes will now fire PEP 578 style audit hooks as (object.__getattr__, obj, name): * PyTracebackObject: tb_frame * PyFrameObject: f_code * PyGenObject: gi_code, gi_frame * PyCoroObject: cr_code, cr_frame * PyAsyncGenObject: ag_code, ag_frame 03 May 2021, 13:06:36 UTC
1536342 [3.9] Doc: Fix random.uniform example comment. (GH-25784) (GH-25843) (cherry picked from commit 440c0257262fec6f519bb81e49f1a4f341aeed66) Co-authored-by: Julien Palard <julien@palard.fr> Automerge-Triggered-By: GH:JulienPalard 03 May 2021, 12:43:04 UTC
7f7dc67 [3.9] Update macOS installer readme for 3.9.5 (GH-25836) 03 May 2021, 05:49:27 UTC
98035ec bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) (GH-25830) Narrow search to match contents of SDKs, namely only files in ``/System/Library``, ``/System/IOSSupport``, and ``/usr`` other than ``/usr/local``. Previously, anything under ``/System`` was assumed to be in an SDK which causes problems with the new file system layout in 10.15+ where user file systems may appear to be mounted under ``/System``. Paths in ``/Library`` were also incorrectly treated as SDK locations. Co-authored-by: Ned Deily <nad@python.org> (cherry picked from commit d52bbde9421987d216c600557ef5bc931d03efcc) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> 03 May 2021, 03:38:49 UTC
ad73d16 bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818) 02 May 2021, 22:43:06 UTC
e60b1e1 bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) (GH-25819) 02 May 2021, 20:14:30 UTC
5374fbc bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815) Reverts commit e653d4d8e820a7a004ad399530af0135b45db27a and makes parsing even more strict. Like socket.inet_pton() any leading zero is now treated as invalid input. Signed-off-by: Christian Heimes <christian@python.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 60ce8f0be6354ad565393ab449d8de5d713f35bc) 02 May 2021, 13:49:03 UTC
cf6a796 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812) Embedded nulls would cause a ValueError to be raised. Thanks go to Eryk Sun for their analysis. Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 73766b0341674f3920f4ea86a6f8288b801960f9) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 02 May 2021, 11:03:10 UTC
bb3ec9c bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809) (cherry picked from commit 518f8b5dd50b73499282a1ef02b197af106ad118) Co-authored-by: Ned Deily <nad@python.org> 02 May 2021, 09:25:38 UTC
de0e3f8 [3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) (GH-25807) This allows reliably forcing macOS universal2 framework builds to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs if needed for testing or when universal2 wheels are not yet available. (cherry picked from commit 0cb33da1cc9cebb9b2d67d446feb1cfd36fe7f55) Co-authored-by: Ned Deily <nad@python.org> Automerge-Triggered-By: GH:ned-deily 02 May 2021, 09:10:21 UTC
ee0df3d Fix broken name in build.yml (GH-25759) (GH-25802) (cherry picked from commit 29282b2825545e2823bde94290a80f7c0fd7068e) 02 May 2021, 02:56:56 UTC
10a62bb Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25794) (cherry picked from commit 779232413a367cd3357482e675a5518de102a90e) Co-authored-by: Shreyash Sharma <shreyash.sharma@philips.com> Co-authored-by: Shreyash Sharma <shreyash.sharma@philips.com> 01 May 2021, 20:56:05 UTC
5c018db Fixing doc for callback for lambda (GG-25779) (GH-25788) Fixing callback for lambda when no return value is provided (cherry picked from commit 50c21ad35372983680b44130be560d856c5f27ca) Co-authored-by: Shreyash Sharma <shreyash.sharma@philips.com> Co-authored-by: Shreyash Sharma <shreyash.sharma@philips.com> 01 May 2021, 19:55:46 UTC
af1e06c [3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782) 01 May 2021, 15:49:34 UTC
e48405a bpo-43971: Add spaces around annotated arg default '=' (GH-25702) Result: "quantity_on_hand: int = 0". (cherry picked from commit e726a902b7c73a7056b7421d801e47ffff255873) Co-authored-by: Mohamed Moselhy <look4d@gmail.com> Co-authored-by: Mohamed Moselhy <look4d@gmail.com> 01 May 2021, 00:30:38 UTC
a7f15ba bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) 'e ,' to 'e, '. (cherry picked from commit 0048c60f01deec4435748e851f9ec21b504d2d2f) Co-authored-by: Tarjei Bærland <tarjeibaerland@gmail.com> 30 April 2021, 22:27:48 UTC
a92d738 bpo-43954: Fix a missing word in the unittest docs (GH-25672) (cherry picked from commit 2abbd8f2add5e80b86a965625b9a77ae94a101cd) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 30 April 2021, 07:56:56 UTC
3eaa6f9 bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) Links for 'raise Exception from x' target to 'The raise statement' (7.8) section instead of 'The import statement' (7.11) section. There are more modified links than in the bug report because I searched some other ones which can get the same improvement. (cherry picked from commit 2fd928c8c1328424130cb9c51fc02ad5f9a66328) Co-authored-by: sblondon <sblondon@users.noreply.github.com> 29 April 2021, 18:26:26 UTC
491fde0 [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725) * bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit 76cd81d60310d65d01f9d7b48a8985d8ab89c8b4) Co-authored-by: Senthil Kumaran <skumaran@gatech.edu> 29 April 2021, 17:57:31 UTC
8d47f92 [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25706) (cherry picked from commit 69a733bda34d413d3ad545ef3132240e5d2a7c0c) Co-authored-by: Andre Delfino <adelfino@gmail.com> Co-authored-by: Andre Delfino <adelfino@gmail.com> 29 April 2021, 01:13:12 UTC
c4e503e [doc] Do some polishing in IDEs section (GH-22070) (GH-25703) (cherry picked from commit 08a4803863856db47a1dde830e56f83e5c6811a2) Co-authored-by: Andre Delfino <adelfino@gmail.com> Co-authored-by: Andre Delfino <adelfino@gmail.com> 29 April 2021, 01:09:03 UTC
0252ce3 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508) (cherry picked from commit 7b86e47617d81a4b14d929743425f448971e8c86) Co-authored-by: Steve Dower <steve.dower@python.org> Co-authored-by: Steve Dower <steve.dower@python.org> 28 April 2021, 16:20:40 UTC
629ef0f bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688) Fix test_logging.test_namer_rotator_inheritance() on Windows: use os.replace() rather than os.rename(). (cherry picked from commit fe52eb62191e640e720d184a9a1a04e965b8a062) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Victor Stinner <vstinner@python.org> 28 April 2021, 15:28:15 UTC
2dc6b17 bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) 28 April 2021, 15:21:11 UTC
fdb1189 bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689) (cherry picked from commit 4c49be766897968e509c41397e0e624c25b1675d) 28 April 2021, 15:11:15 UTC
cf9d65c bpo-37751: Update `codecs.register()` doc. (GH-25643) (cherry picked from commit 5c84bb506aaca01f5f750116d8f7a41d41f8124d) Co-authored-by: Inada Naoki <songofacandy@gmail.com> 28 April 2021, 02:26:11 UTC
5cadcec [3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) (cherry picked from commit bf0c7c0147b73738cac63eb27ef48430284ff121) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> 27 April 2021, 19:57:05 UTC
c9767e5 Fix generated file name for installer builds on macOS 11+. (GH-25661) (GH-25664) (cherry picked from commit 8a37463989410a79f6d1131d08dc0165bcaa0f9d) Co-authored-by: Ned Deily <nad@python.org> 27 April 2021, 18:20:41 UTC
bf0736d [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662) (cherry picked from commit ce827816442613f982c356aa2f434c3c8a0c8917) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> Automerge-Triggered-By: GH:ned-deily 27 April 2021, 17:42:15 UTC
531c810 bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) (GH-25659) (cherry picked from commit 32980fb669a6857276da18895fcc0cb6f6fbb544) Co-authored-by: Hai Shi <shihai1992@gmail.com> Co-authored-by: Hai Shi <shihai1992@gmail.com> 27 April 2021, 14:25:19 UTC
4a3d73d [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646) * Remove duplicated itemgetter example * Add spaces (cherry picked from commit 743e2bae10d2010fd1e29b772c9da64efc7c9c47) Co-authored-by: Andre Delfino <adelfino@gmail.com> 27 April 2021, 04:16:40 UTC
c816c1c Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25638) (cherry picked from commit 52cd6d5e1b2bece0d8efb58b1af41071c914ebe6) Co-authored-by: Andre Delfino <adelfino@gmail.com> 26 April 2021, 22:16:20 UTC
f65f3f0 bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) (#25637) (cherry picked from commit 425434dadc30d96dc1c0c628f954f9b6f5edd2c9) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> 26 April 2021, 19:54:25 UTC
ba7338a Fix thread locks in zlib module may go wrong in rare case (#22130) Setting `next_in` before acquiring the thread lock may mix up compress/decompress state in other threads. 26 April 2021, 19:50:33 UTC
d0698c6 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) Before, using the * operator to repeat a bytearray would copy data from the start of the internal buffer (ob_bytes) and not from the start of the actual data (ob_start). (cherry picked from commit 61d8c54f43a7871d016f98b38f86858817d927d5) Co-authored-by: Tobias Holl <TobiasHoll@users.noreply.github.com> 26 April 2021, 19:39:51 UTC
c9c1dbd bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25635) (cherry picked from commit 8a307e488d596914a7a5df6b2fdd945f8ce81e69) Co-authored-by: Llandy Riveron Del Risco <llandy3d@gmail.com> Co-authored-by: Llandy Riveron Del Risco <llandy3d@gmail.com> 26 April 2021, 19:36:23 UTC
3b917d1 [3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25626) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 3c586ca500854476e6eff06713236faff233d035) Co-authored-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran 26 April 2021, 15:12:37 UTC
b348580 Doc: Fix the array.fromfile method doc (GH-22037) (GH-25630) The check about the f argument type was removed in this commit: https://github.com/python/cpython/commit/2c94aa567e525c82041ad68a3174d8c3acbf37e2 Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with this bug. (cherry picked from commit bd25bcd37a3a41a0e08208e969f0c02287850c61) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com> Co-authored-by: Adorilson Bezerra <adorilson@gmail.com> 26 April 2021, 14:24:17 UTC
d7a1a81 Update asyncio-subprocess.rst (GH-21680) (GH-25621) (cherry picked from commit 3c4850e222388889426e250ff43308e4802dc582) Co-authored-by: Gabriel R F <github@gabrf.com> 26 April 2021, 04:47:05 UTC
debb23f [3.9] documentation: clarification about the function remove in os library (GH-19024) (GH-25620) (cherry picked from commit b6daab2f676de1773d8f35fb362fe4c57449301d) Co-authored-by: Etienne Gautier <etienne.gautier@outlook.com> 26 April 2021, 04:30:32 UTC
4cb9816 Fix documentation typos of argparse exit_on_error (GH-22706) (GH-25617) (cherry picked from commit 7be870f9456ad04c3b67881497de6346d83805d2) Co-authored-by: Taneli Hukkinen <hukkinj1@users.noreply.github.com> 26 April 2021, 04:06:55 UTC
a3c6752 Quick pydoc update to smtplib.py (GH-22292) (GH-25615) Fixing minor mistake in the quotes around a couple of arguments for the constructor of the class `SMTP`, in smtplib.py. (cherry picked from commit b3dec6f9ede35fc3bf7ae1baf0aa5f2ce1b6bf9d) Co-authored-by: uy-rrodriguez <5296200+uy-rrodriguez@users.noreply.github.com> 26 April 2021, 04:03:54 UTC
b47f051 bpo-43534: Fix the turtle module working with multiple root windows GH-25593 (cherry picked from commit 8af929fc76f21fb123f6a47cb3ebcf4e5b758dea) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 26 April 2021, 01:54:41 UTC
2b475dc Fix broken links and improve stand-alone tools list in FAQ GH-25609 (cherry picked from commit d28b34695301ec99a9334ad8d69b6092f4f703d5) Co-authored-by: Andre Delfino <adelfino@gmail.com> 26 April 2021, 01:43:43 UTC
7349c12 Fix id of 'Internet Message Format' RFC in email doc GH-25613 Previous ID (5233) refers to "Sieve Email Filtering: Subaddress Extension". It seems that the actual reference should be "Internet Message Format" RFC 5322 (https://tools.ietf.org/html/rfc5322). (The typo probably comes from commit 29d1bc0842 in which the ID of this RFC got updated from the obsolete 2822.) Co-authored-by: Ambrose Chua <ambrose@hey.com> (cherry picked from commit cb5c802dcf8851663c4eac5d73f968f626a3a1dc) Co-authored-by: Denis Laxalde <denis@laxalde.org> 26 April 2021, 01:42:56 UTC
b861ed1 Fix copy.Error casing in documentation GH-22004 (#25611) (cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a) Co-authored-by: Andre Delfino <adelfino@gmail.com> Co-authored-by: Andre Delfino <adelfino@gmail.com> 26 April 2021, 01:39:24 UTC
9b2c5b2 Remove mention of dst parameter from description of os.lstat() (GH-24704) It looks like it was accidentally copy-pasted in 6fa7aada9bd3616e0beeb266e818497b2ec1c859. (cherry picked from commit 7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com> 25 April 2021, 21:47:54 UTC
ab99b6a Fix a typo in datamodel reference document (GH-24930) (cherry picked from commit a1a5e3c4c83c3e3fe24c96ae22dfdedc7e23a1bb) Co-authored-by: Géry Ogam <gery.ogam@gmail.com> 25 April 2021, 21:36:57 UTC
d2e2534 [3.9] fix typo in warning (GH-20620) (#25601) * Add space after period to warning in _tzpath.py Currently: InvalidTZPathWarning: Invalid paths specified in PYTHONTZPATH environment variable.Paths should be absolute but found the following relative paths: ... * Update _tzpath.py (cherry picked from commit a31cf86bc2d9c0738b2a0251af766d6b247683fc) Co-authored-by: Allen <64019758+aboddie@users.noreply.github.com> 25 April 2021, 19:25:51 UTC
2825f90 BaseHTTPRequestHandler, that path includes query (GH-25597) * Clarify, for BaseHTTPRequestHandler, that path includes query Co-authored-by: David Jones <drj@pobox.com> (cherry picked from commit a89d8a94a0dd0bd45349efad6d5ad68641f4ff9a) Co-authored-by: Senthil Kumaran <senthil@uthcode.com> 25 April 2021, 17:30:15 UTC
2178aff Improve CDN purge script (GH-25251) (#25254) (cherry picked from commit e35dd556e1adb4fc8b83e5b75ac59e428a8b5460) Co-authored-by: Steve Dower <steve.dower@python.org> Co-authored-by: Steve Dower <steve.dower@python.org> 25 April 2021, 15:19:32 UTC
9a16539 [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) (cherry picked from commit 3bb3fb3be09d472a43cdc3d9d9578bd49f3dfb8c) 25 April 2021, 10:49:31 UTC
7248ce3 bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) (cherry picked from commit b5adc8a7e5c13d175b4d3e53b37bc61de35b1457) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 25 April 2021, 10:44:30 UTC
d962b00 [3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578) (cherry picked from commit 196983563d05e32d2dcf217e955a919f9e0c25e1) 24 April 2021, 22:27:44 UTC
52e9031 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) The sys module uses the kernel32.dll version number, which can vary from the "actual" Windows version. Since the best option for getting the version is WMI (which is expensive), we switch back to launching cmd.exe (which is also expensive, but a lot less code on our part). sys.getwindowsversion() is not updated to avoid launching executables from that module. (cherry picked from commit 2a3f4899c63806439e5bcea0c30f7e6a6295a763) Co-authored-by: Shreyan Avigyan <shreyan.avigyan@gmail.com> 23 April 2021, 18:09:20 UTC
04bcfe0 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) (cherry picked from commit 3513d55a617012002c3f82dbf3cec7ec1abd7090) Co-authored-by: Steve Dower <steve.dower@python.org> 23 April 2021, 17:28:05 UTC
e259a77 [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555) Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit b9ad88be0304136c3fe5959c65a5d2c75490cd80) Co-authored-by: Christian Heimes <christian@python.org> 23 April 2021, 12:23:35 UTC
d4fff1f bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco. (cherry picked from commit adf24bd835ed8f76dcc51aa98c8c54275e86965b) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 23 April 2021, 06:46:16 UTC
987b65e Reformat idlelib colorizer (GH-25479) Also replace if-then and and-or with conditional expressions. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 702a0885ba3636959d4c176797814937c497b986) Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> 23 April 2021, 03:32:33 UTC
8db72cd Add more tests. Fix code excerpt. (GH-25549) (GH-25550) 23 April 2021, 03:26:56 UTC
34be484 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546) Reported by Yahor Harunovich. (cherry picked from commit 14092b5a4ae4caf1c77f685450016a0d1ad0bd6c) 23 April 2021, 01:16:16 UTC
bc5a1a7 bpo-39572: Address typo in CHANGELOG. (GH-24999) (cherry picked from commit 6afb0a8078ff3fc93adc4177565c56f820ca2880) Co-authored-by: Simon Charette <charette.s@gmail.com> 23 April 2021, 00:58:42 UTC
2857592 bpo-38822: Check specifically for a drive, not just a colon (GH-25540) (cherry picked from commit e07d8098892e85ecc56969d2c9a5afb3ea33ce8f) Co-authored-by: Steve Dower <steve.dower@python.org> 22 April 2021, 23:56:45 UTC
ab5d78c bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) (cherry picked from commit 4696f1285d83dd7b69f459c63e14080b1f87f797) Co-authored-by: Steve Dower <steve.dower@python.org> 22 April 2021, 20:30:29 UTC
8e7cebb bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) It would just fail if the path was inaccessible and had a trailing slash. It should fall back to the parent directory's metadata. (cherry picked from commit fe63a401a9b3ca1751b81b5d6ddb2beb7f3675c1) Co-authored-by: Steve Dower <steve.dower@python.org> 22 April 2021, 20:09:56 UTC
87a392d bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) (cherry picked from commit 660592f67c0d825b06eb4a38ccc04b34a1f01f00) Co-authored-by: Saiyang Gou <gousaiyang@163.com> 22 April 2021, 04:32:40 UTC
d8576b1 bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) (cherry picked from commit dc516ef8395d15da0ab225eb0dceb2e0581f51ca) Co-authored-by: Steve Dower <steve.dower@python.org> 21 April 2021, 23:43:40 UTC
fa03efd Improve the error message for choices(population, 10) (GH-25267) (GH-25477) 20 April 2021, 06:15:50 UTC
072ec69 bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) (GH-25472) 19 April 2021, 15:56:38 UTC
0121f67 Fix typo in a dataclasses comment. (GH-25454) (cherry picked from commit 76beadb8ff86eb2bb248bf918bfb20c4069932f4) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> 17 April 2021, 14:13:44 UTC
cdf0287 [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451) Fix problem with ssl.SSLContext.hostname_checks_common_name. OpenSSL does not copy hostflags from *struct SSL_CTX* to *struct SSL*. Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit b467d9a24011992242c95d9157d3455f8a84466b) Co-authored-by: Christian Heimes <christian@python.org> 17 April 2021, 09:35:24 UTC
e1903e1 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) Fix a race condition in the SMTP test of test_logging. Don't close a file descriptor (socket) from a different thread while asyncore.loop() is polling the file descriptor. (cherry picked from commit 75ec103b3adbb7c619a0e22fa60f3d34c5a9e603) 16 April 2021, 14:06:38 UTC
56c76df [3.9] bpo-43723: Revert IDLE doc change (GH-25174) Change threading.activeCount to synonym threading.active_count. 16 April 2021, 06:08:07 UTC
95e4431 bpo-20364: Improve sqlite3 placeholder docs (GH-25003) (cherry picked from commit 3386ca0b36327afeef8d7eff277b2aed1030c08d) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> 14 April 2021, 13:28:11 UTC
57873af bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) (cherry picked from commit 133705b85cc25d1e6684d32f8943ca288fadfda0) Co-authored-by: Bob Kline <bkline@users.noreply.github.com> 14 April 2021, 05:34:39 UTC
4da5ca5 Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394) This reverts commit b3fec753bb14e10066be908b93d3448c6b433ea6. 13 April 2021, 23:26:43 UTC
5ce227f [3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391) The new checks are only executed when one or more OpenSSL-related files are modified. The checks run a handful of networking and hashing test suites. All SSL checks are optional. This PR also introduces ccache to speed up compilation. In common cases it speeds up configure and compile time from about 90 seconds to less than 30 seconds. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 8fa1489365e7af8b90286c97db55a2dc60a05cde) Co-authored-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran 13 April 2021, 19:14:41 UTC
15ad30d bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387) Signed-off-by: Andrew V. Jones <andrew.jones@vector.com> (cherry picked from commit 54db51c9114ac49030832f5134979ca866ffd21c) Co-authored-by: Andrew V. Jones <andrewvaughanj@gmail.com> Co-authored-by: Andrew V. Jones <andrewvaughanj@gmail.com> 13 April 2021, 12:20:13 UTC
7d9d5bf [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25382) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit a4833883c9b81b6b272cc7c5b67fa1658b65304c) Co-authored-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran 13 April 2021, 06:40:52 UTC
6379924 [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370) (cherry picked from commit 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f) Co-authored-by: Ethan Furman <ethan@stoneleaf.us> 12 April 2021, 22:03:29 UTC
de06baa bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (cherry picked from commit 67c0b3d89c4da9750fdb43fc66d3924681b22d2e) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 12 April 2021, 16:03:08 UTC
0983e01 bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 3447750073aff229b049e4ccd6217db2811dcfd1) Co-authored-by: Christian Heimes <christian@python.org> 12 April 2021, 10:24:48 UTC
6ec2fb4 bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) * coerce bytes separator to string * Add news * Update Misc/NEWS.d/next/Library/2021-03-11-00-31-41.bpo-42967.2PeQRw.rst (cherry picked from commit b38601d49675d90e1ee6faa47f7adaeca992d02d) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> 11 April 2021, 13:49:35 UTC
dbc0e19 Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25341) (cherry picked from commit 79650d0118b0a8861428b9dd063089de405cf137) Co-authored-by: Mark Dickinson <mdickinson@enthought.com> Co-authored-by: Mark Dickinson <mdickinson@enthought.com> 11 April 2021, 09:27:51 UTC
28fb2d1 bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25333) 10 April 2021, 16:19:49 UTC
b3fec75 Add ignore file for the abidump check (GH-25323) 09 April 2021, 22:12:08 UTC
7c8796a bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) ripemd160 is not available in OpenSSL 3.0.0's default crypto provider. It's only present in legacy provider. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 2d7fdc90731e132f9d6b43852ee112f25831394b) Co-authored-by: Christian Heimes <christian@python.org> 09 April 2021, 20:46:17 UTC
76d270e [3.9] bpo-43779: Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (GH-25294) * [3.9] Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (cherry picked from commit c0e11a3ceb9427e09db4224f394c7789bf6deec5) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> * Update Parser/pegen/pegen.c Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> 09 April 2021, 17:46:32 UTC
299ae9c [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310) (cherry picked from commit 150af7543214e1541fa582374502ac1cd70e8eb4) Co-authored-by: Christian Heimes <christian@python.org> 09 April 2021, 16:34:39 UTC
54d89a3 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 6f37ebc61e9e0d13bcb1a2ddb7fc9723c04b6372) Co-authored-by: Christian Heimes <christian@python.org> 09 April 2021, 16:21:54 UTC
4a5c101 bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 5151d642004c59cce58d669be85d9a5e987f51d3) Co-authored-by: Christian Heimes <christian@python.org> 09 April 2021, 14:08:32 UTC
a188bd4 bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) (cherry picked from commit d3b73f32ef7c693a6ae8c54eb0e62df3b5315caf) Co-authored-by: Christian Heimes <christian@python.org> 09 April 2021, 13:46:11 UTC
4d9336d Add CI step to check changes in the exported ABI (GH-25230) 09 April 2021, 00:34:08 UTC
a9228d0 [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (GH-25290) (cherry picked from commit 1e051a21b7106a93c30b74aad7e1f40d6c0c477b) Co-authored-by: Saiyang Gou <gousaiyang@163.com> Automerge-Triggered-By: GH:brandtbucher 08 April 2021, 23:03:53 UTC
5490b49 [3.9] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404) The previous "Fundamental data types" section says a c_char_p must be bytes (or None). (cherry picked from commit 14829b09eb652f457cf837836909169746a810f0) Co-authored-by: Zackery Spytz <zspytz@gmail.com> 08 April 2021, 08:21:35 UTC
b3e8722 Fix broken test for MutableSet.pop() (GH-25209) (GH-25269) 07 April 2021, 23:56:48 UTC
3b1cf20 [3.9] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25259) (cherry picked from commit 58d72cab89cf9652acc0bf0007aa20b2bcc98499) Co-authored-by: Saiyang Gou <gousaiyang@163.com> 07 April 2021, 19:32:48 UTC
f91fc7a bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231) (GH-25233) 07 April 2021, 18:17:56 UTC
34f9300 bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) Co-authored-by: Barney Gale <barney.gale@gmail.com> 07 April 2021, 17:12:42 UTC
back to top