cpython/Misc/NEWS.d/next/Library
Jérôme Duval 65fcaa38ad
gh-84808: socket.connect_ex: Handle negative errno (GH-122304)
POSIX allows errno to be negative.
Even though all currently supported platforms have non-negative errno,
relying on a quirk like that would make Python less portable.
2024-09-09 14:59:13 +00:00
..
2019-08-27-01-16-50.gh-issue-67693.4NIAiy.rst gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) 2024-05-14 12:24:37 +03:00
2020-03-28-21-00-54.bpo-15987.aBL8XS.rst gh-60191: Implement ast.compare (#19211) 2024-05-22 01:39:26 +00:00
2022-03-10-16-47-57.bpo-45767.ywmyo1.rst gh-89928: Fix integer conversion of device numbers (GH-31794) 2024-06-04 19:36:37 +03:00
2023-03-30-18-19-53.gh-issue-103134.bHrn91.rst gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133) 2024-05-20 14:28:36 +00:00
2023-04-10-00-04-37.gh-issue-87106.UyBnPQ.rst Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221) 2024-05-20 13:31:38 -06:00
2023-04-24-05-34-23.gh-issue-103194.GwBwWL.rst NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482) 2024-07-08 14:30:05 -06:00
2023-04-26-22-24-17.gh-issue-92081.V8xMot.rst gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281) 2024-05-20 19:10:47 +00:00
2023-04-28-09-54-15.gh-issue-103956.EyLDPS.rst gh-103956: Fix `trace` output in case of missing source line (GH-103958) 2024-05-09 12:09:44 +00:00
2023-06-17-09-07-06.gh-issue-105623.5G06od.rst gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887) 2024-06-27 16:44:40 +00:00
2023-09-19-17-56-24.gh-issue-109109.WJvvX2.rst gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (#118669) 2024-08-16 22:27:44 +02:00
2023-12-12-15-19-58.gh-issue-108172.KyDPuG.rst gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011) 2024-08-30 23:11:57 -07:00
2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst gh-113978: Ignore warnings on text completion inside REPL (#113979) 2024-05-21 18:28:21 +02:00
2024-01-18-21-44-23.gh-issue-114264.DBKn29.rst gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types (GH-114266) 2024-06-07 18:42:01 +03:00
2024-02-22-10-12-59.gh-issue-115808.F2g2Ku.rst gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814) 2024-08-10 20:16:34 +01:00
2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst gh-106531: Apply changes from importlib_resources 6.3.2 (#117054) 2024-06-04 06:36:28 +00:00
2024-04-19-14-59-53.gh-issue-118033.amS4Gw.rst gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099) 2024-05-09 11:36:17 +03:00
2024-04-28-19-51-00.gh-issue-118263.Gaap3S.rst Amend categories of @nineteendo's news entries (#120735) 2024-06-21 13:20:13 -05:00
2024-05-01-22-24-05.gh-issue-110863.GjYBbq.rst GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489) 2024-05-18 22:40:51 +00:00
2024-05-06-17-39-52.gh-issue-118673.sTXBit.rst gh-118673: Remove shebang and executable bits from stdlib modules. (#119658) 2024-05-29 12:43:19 -04:00
2024-05-07-17-38-53.gh-issue-118714.XXKpVZ.rst gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#118725) 2024-07-03 11:30:20 -07:00
2024-05-08-09-21-49.gh-issue-118772.c16E8X.rst gh-118772: Allow TypeVars without a default to follow those with a default when constructing aliases (#118774) 2024-05-08 09:54:51 -07:00
2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) 2024-07-04 15:56:06 +01:00
2024-05-08-18-59-19.gh-issue-78707._Lz1sw.rst GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780) 2024-05-10 15:53:46 +00:00
2024-05-08-19-47-34.gh-issue-101357.e4R_9x.rst Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221) 2024-05-20 13:31:38 -06:00
2024-05-08-20-41-48.gh-issue-74033.YebHZj.rst GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793) 2024-05-14 20:14:07 +00:00
2024-05-08-21-13-56.gh-issue-118760.mdmH3T.rst gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782) 2024-05-15 19:49:00 +03:00
2024-05-08-21-30-33.gh-issue-118760.XvyMHn.rst gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) 2024-05-20 22:21:04 +03:00
2024-05-08-23-16-50.gh-issue-118798.Q_ybqP.rst gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799) 2024-05-09 03:17:02 -06:00
2024-05-09-00-52-30.gh-issue-118803.Wv3AvU.rst gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804) 2024-05-09 00:37:55 +01:00
2024-05-09-01-05-52.gh-issue-118805.N7dm07.rst gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#118806) 2024-05-09 11:46:45 +00:00
2024-05-09-02-43-37.gh-issue-101588.30bNAr.rst GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816) 2024-05-09 03:31:47 -05:00
2024-05-09-08-46-12.gh-issue-118851.aPAoJw.rst gh-118851: Default ctx arguments to AST constructors to Load() (#118854) 2024-05-09 15:30:14 -07:00
2024-05-09-11-50-26.gh-issue-118824.-jBJQC.rst gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826) 2024-05-28 16:42:35 +03:00
2024-05-09-12-33-25.gh-issue-118827.JrzHz1.rst gh-118827: Remove `Quoter` from `urllib.parse` (#118828) 2024-06-03 10:50:29 +03:00
2024-05-09-21-36-11.gh-issue-118868.uckxxP.rst gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) 2024-06-04 12:48:05 +01:00
2024-05-10-05-24-32.gh-issue-118895.wUm5r2.rst gh-118895: Call PyType_Ready() on typing.NoDefault (#118897) 2024-05-10 08:42:00 -07:00
2024-05-10-22-36-01.gh-issue-118928.IW7Ukv.rst gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929) 2024-05-14 16:10:55 +00:00
2024-05-10-22-59-01.gh-issue-118924.9nyvSH.rst gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925) 2024-05-10 20:42:34 +00:00
2024-05-11-20-23-45.gh-issue-82805.F9bz4J.rst GH-82805: Fix handling of single-dot file extensions in pathlib (#118952) 2024-05-25 21:01:36 +01:00
2024-05-12-21-38-42.gh-issue-58933.0kgU2l.rst gh-58933: Make pdb return to caller frame correctly when f_trace is not set (#118979) 2024-05-13 13:38:21 +01:00
2024-05-15-01-36-08.gh-issue-73991.CGknDf.rst GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369) 2024-08-11 22:43:18 +01:00
2024-05-16-17-31-46.gh-issue-118643.hAWH4C.rst gh-118643: Fix AttributeError in the email module (GH-119099) 2024-05-22 10:17:46 +00:00
2024-05-17-17-32-12.gh-issue-119113.kEv1Ll.rst GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124) 2024-05-19 17:04:56 +01:00
2024-05-19-12-25-36.gh-issue-119105.VcR4ig.rst gh-119105: difflib: improve recursion for degenerate cases (#119131) 2024-05-19 16:46:37 -05:00
2024-05-19-13-05-59.gh-issue-119121.P1gnh1.rst gh-119121: Fix and test `async.staggered.staggered_race` (#119173) 2024-05-20 14:06:50 +03:00
2024-05-19-18-49-04.gh-issue-119174.5GTv7d.rst gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (#119175) 2024-05-20 23:32:00 -04:00
2024-05-20-13-48-37.gh-issue-119189.dhJVs5.rst gh-119189: Fix the power operator for Fraction (GH-119242) 2024-05-31 10:05:09 +00:00
2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst gh-111201: Remove readline dependency from the PyREPL (#119262) 2024-05-21 22:30:45 +02:00
2024-05-21-19-10-30.gh-issue-115225.eRmfJH.rst gh-115225: Raise error on unsupported ISO 8601 time strings (#119339) 2024-06-05 13:35:40 -04:00
2024-05-21-20-13-23.gh-issue-118911.iG8nMq.rst gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (#119355) 2024-05-22 07:56:35 +02:00
2024-05-21-23-39-22.gh-issue-118830.YTqvEo.rst gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340) 2024-07-19 16:47:10 +02:00
2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst gh-118894: Make asyncio REPL use pyrepl (GH-119433) 2024-05-31 22:26:02 +02:00
2024-05-23-11-52-36.gh-issue-117398.2FG1Mk.rst gh-117398: Statically Allocate the Datetime C-API (GH-119472) 2024-05-23 21:15:52 +02:00
2024-05-23-15-48-17.gh-issue-119461.82KqUW.rst gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) 2024-05-23 23:26:09 +02:00
2024-05-23-22-29-59.gh-issue-119443.KAGz6S.rst gh-119443: Turn off from __future__ import annotations in REPL (#119493) 2024-05-28 17:05:18 -07:00
2024-05-24-04-05-37.gh-issue-119105.aDSRFn.rst gh-119105: Differ.compare is too slow [for degenerate cases] (#119492) 2024-05-24 22:08:21 -05:00
2024-05-24-11-47-08.gh-issue-69214.Grl6zF.rst gh-69214: Fix fcntl.ioctl() request type (#119498) 2024-05-24 14:31:40 +02:00
2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507) 2024-06-03 16:47:36 +09:00
2024-05-24-21-54-55.gh-issue-113892.JKDFqq.rst gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (#119519) 2024-06-01 09:05:19 -07:00
2024-05-25-07-25-07.gh-issue-117865.1A0Xpi.rst gh-117865: Defer import of re in ast (#119546) 2024-05-28 11:04:08 -07:00
2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (#119547) 2024-06-11 17:40:31 +00:00
2024-05-25-20-15-26.gh-issue-119555.mvHbEL.rst gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557) 2024-05-29 07:57:50 +01:00
2024-05-25-20-20-42.gh-issue-119562.DyplWc.rst gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563) 2024-05-26 12:34:48 +00:00
2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) 2024-06-03 11:13:07 -04:00
2024-05-26-22-22-51.gh-issue-119594.fnQNM8.rst gh-119594: Improve pow(fraction.Fraction(), b, modulo) error message (#119593) 2024-05-29 13:46:20 -04:00
2024-05-28-00-56-59.gh-issue-89727._bxoL3.rst GH-89727: Fix `os.fwalk()` recursion error on deep trees (#119638) 2024-05-30 03:05:36 +00:00
2024-05-28-12-15-03.gh-issue-119118.FMKz1F.rst gh-119118: Fix performance regression in tokenize module (#119615) 2024-05-28 19:17:49 +00:00
2024-05-29-12-42-40.gh-issue-93963.cb1oJS.rst gh-93963: Remove deprecated names from importlib.abc (#119720) 2024-05-29 11:08:27 -06:00
2024-05-29-20-42-17.gh-issue-89727.5lPTTW.rst GH-89727: Partially fix `shutil.rmtree()` recursion error on deep trees (#119634) 2024-05-29 20:11:30 +00:00
2024-05-29-21-50-05.gh-issue-119577.S3BlKJ.rst gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762) 2024-06-06 20:18:30 -07:00
2024-05-30-21-37-05.gh-issue-89727.D6S9ig.rst GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808) 2024-06-01 19:49:12 +01:00
2024-05-31-12-57-31.gh-issue-119770.NCtels.rst gh-119770: Make termios ioctl() constants positive (#119840) 2024-05-31 17:18:40 +02:00
2024-05-31-13-56-21.gh-issue-119838.H6XHlE.rst gh-119838: Treat Fraction as a real value in mixed arithmetic operations with complex (GH-119839) 2024-06-03 12:29:01 +03:00
2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst gh-119824: Print stack entry when user input is needed (#119882) 2024-06-14 11:25:23 -07:00
2024-06-01-16-58-43.gh-issue-117398.kR0RW7.rst gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
2024-06-02-13-35-11.gh-issue-81936.ETeW9x.rst bpo-37755: Use configured output in pydoc instead of pager (GH-15105) 2024-06-08 09:19:13 +00:00
2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (#119942) 2024-06-03 18:07:06 +01:00
2024-06-03-11-18-16.gh-issue-117142.kWTXQo.rst gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991) 2024-06-03 16:42:48 -06:00
2024-06-04-08-57-02.gh-issue-65454.o9j4wF.rst gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (#120019) 2024-06-11 05:42:49 +00:00
2024-06-04-12-23-01.gh-issue-119819.WKKrYh.rst gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) 2024-06-04 13:20:50 +01:00
2024-06-04-14-54-46.gh-issue-120029._1YdTf.rst gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028) 2024-06-04 07:24:22 -07:00
2024-06-04-18-53-10.gh-issue-120057.RSD9_Z.rst gh-120057: Add os.environ.refresh() method (#120059) 2024-06-10 16:34:17 +00:00
2024-06-04-19-03-25.gh-issue-112672.K2XfZH.rst gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) 2024-06-04 19:47:15 +03:00
2024-06-04-19-49-16.gh-issue-120056.5aqozw.rst gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058) 2024-06-11 21:00:56 -04:00
2024-06-05-08-02-46.gh-issue-120108.4U9BL8.rst gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114) 2024-06-25 08:12:11 -07:00
2024-06-05-11-03-10.gh-issue-120029.QBsw47.rst gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's flags, add methods (#120099) 2024-06-12 05:14:50 -06:00
2024-06-05-11-39-21.gh-issue-119933.ooJXQV.rst gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976) 2024-06-17 06:51:03 -07:00
2024-06-05-16-30-28.gh-issue-120121.9dz8i7.rst gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123) 2024-06-08 21:41:19 +05:30
2024-06-06-12-07-57.gh-issue-119698.rRrprk.rst gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (#120151) 2024-06-19 20:49:30 -07:00
2024-06-06-17-24-43.gh-issue-120161.DahNXV.rst gh-120161: Fix a Crash in the _datetime Module (gh-120182) 2024-06-14 13:29:09 -06:00
2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst gh-120157: Remove unused code in concurrent.future (gh-120187) 2024-06-07 16:39:19 +09:00
2024-06-07-10-10-32.gh-issue-117983.NeMR9n.rst gh-117983: Defer import of threading for lazy module loading (#120233) 2024-07-03 20:50:46 +00:00
2024-06-07-11-23-31.gh-issue-71587.IjFajE.rst gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120224) 2024-06-12 10:46:39 -06:00
2024-06-07-13-21-11.gh-issue-120211.Rws_gf.rst gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) 2024-06-07 10:49:07 +00:00
2024-06-08-09-45-31.gh-issue-120244.8o9Dzr.rst gh-123492: Remove unnecessary `:func:` parentheses (#123493) 2024-08-30 14:34:09 +03:00
2024-06-08-14-36-40.gh-issue-120268.MNpd1q.rst gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269) 2024-06-08 16:45:57 -04:00
2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotations` (#120270) 2024-06-13 21:16:40 +00:00
2024-06-08-15-46-35.gh-issue-114053.Ub2XgJ.rst gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (#120272) 2024-06-25 16:53:18 +01:00
2024-06-08-17-41-11.gh-issue-82017.WpSTGi.rst gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271) 2024-07-19 08:06:53 +03:00
2024-06-09-19-53-11.gh-issue-120289.s4HXR0.rst gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (#120297) 2024-07-18 12:47:22 -07:00
2024-06-10-14-00-40.gh-issue-119600.jJMf4C.rst gh-119600: mock: do not access attributes of original when new_callable is set (#119601) 2024-06-11 06:41:12 +01:00
2024-06-11-07-17-25.gh-issue-119180.iH-2zy.rst gh-119180: Add `annotationlib` module to support PEP 649 (#119891) 2024-07-23 21:16:50 +00:00
2024-06-11-16-34-41.gh-issue-120343.hdiXeU.rst gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352) 2024-06-11 17:00:53 +00:00
2024-06-12-10-00-31.gh-issue-90425.5CfkKG.rst gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) 2024-06-15 18:46:39 +00:00
2024-06-12-11-54-05.gh-issue-120381.O-BNLs.rst gh-120381: Fix inspect.ismethoddescriptor() (#120383) 2024-06-18 12:19:43 +00:00
2024-06-12-15-07-58.gh-issue-120388.VuTQMT.rst gh-120388: Improve deprecation warning message, when test returns non-None (#120401) 2024-06-12 14:50:58 +00:00
2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst gh-120495: Fix incorrect exception handling in Tab Nanny (#120498) 2024-06-15 05:04:14 -06:00
2024-06-15-12-04-46.gh-issue-120541.d3cc5y.rst gh-120541: Improve the "less" prompt in pydoc (GH-120543) 2024-06-15 20:56:40 +03:00
2024-06-16-21-33-56.gh-issue-120606.kugbwR.rst gh-120606: Allow EOF to exit pdb commands definition (#120607) 2024-06-19 15:50:26 -07:00
2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634) 2024-06-19 02:20:54 -04:00
2024-06-18-14-45-38.gh-issue-118710.5GZZPX.rst gh-118710: Make IPv*Address.version & max_prefixlen available on the class (GH-120698) 2024-09-04 15:51:12 +02:00
2024-06-18-19-18-10.gh-issue-120683.xmRez7.rst gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) 2024-06-24 09:50:39 +03:00
2024-06-19-13-20-01.gh-issue-111259.Wki5PV.rst gh-111259: Optimize complementary character sets in RE (GH-120742) 2024-06-20 07:19:32 +00:00
2024-06-19-15-06-58.gh-issue-120732.OvYV9b.rst gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospec` (#120737) 2024-06-19 21:35:11 +01:00
2024-06-19-15-43-04.gh-issue-120743.CMMl2P.rst gh-120743: Soft deprecate os.popen() function (#120744) 2024-07-01 18:27:50 +02:00
2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781) 2024-06-20 07:07:24 -07:00
2024-06-20-01-31-24.gh-issue-120769.PfiMrc.rst gh-120769: Add pdb meta command to print frame status. (#120770) 2024-06-20 10:38:07 -07:00
2024-06-21-06-37-46.gh-issue-120713.WBbQx4.rst gh-120713: Normalize year with century for datetime.strftime (GH-120820) 2024-06-29 09:32:42 +03:00
2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst gh-120782: Update internal type cache when reloading datetime (#120829) 2024-06-21 22:39:33 +05:30
2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812) 2024-06-21 17:28:19 +00:00
2024-06-22-17-01-56.gh-issue-120678.Ik8dCg.rst gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) 2024-07-17 16:18:42 +02:00
2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst gh-101830: Fix Tcl_Obj to string conversion (GH-120884) 2024-06-23 16:34:14 +03:00
2024-06-22-22-52-24.gh-issue-120888.sd8I3N.rst gh-120888: Bump bundled pip to 24.1.1 (#120889) 2024-06-27 09:09:54 +00:00
2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rst gh-61103: Support float and long double complex types in ctypes module (#121248) 2024-07-03 11:08:11 +02:00
2024-06-23-11-21-27.gh-issue-120910.t0QXdB.rst gh-120910: Fix issue resolving relative paths outside site-packages. (#120911) 2024-06-23 13:06:07 -04:00
2024-06-23-17-50-40.gh-issue-119614.vwPGLB.rst gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) 2024-06-24 12:17:25 +03:00
2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst gh-121018: Fix typo in NEWS entry (#121510) 2024-07-08 16:44:56 -04:00
2024-06-26-10-13-40.gh-issue-121025.M-XXlV.rst gh-121025: Improve partialmethod.__repr__ (GH-121033) 2024-06-26 12:08:27 +03:00
2024-06-26-17-00-39.gh-issue-117784.inCtAV.rst gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-117785) 2024-07-01 15:28:35 +02:00
2024-06-27-12-27-52.gh-issue-121027.D4K1OX.rst gh-121027: Make the functools.partial object a method descriptor (GH-121089) 2024-07-03 09:02:15 +03:00
2024-06-27-13-47-14.gh-issue-121027.jh55EC.rst gh-121027: Add a future warning in functools.partial.__get__ (#121086) 2024-06-27 11:47:20 +00:00
2024-06-29-05-08-59.gh-issue-87744.rpF6Jw.rst gh-87744: fix waitpid race while calling send_signal in asyncio (#121126) 2024-07-01 10:17:36 +05:30
2024-06-29-15-21-12.gh-issue-121141.4evD6q.rst gh-121141: add support for `copy.replace` to AST nodes (#121162) 2024-07-03 20:10:54 -07:00
2024-06-29-15-23-26.gh-issue-121151.HeLEvq.rst gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mutually exclusive groups (GH-121159) 2024-08-07 15:20:38 +02:00
2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst Fix sphinx reference target (#121470) 2024-07-07 17:18:28 -07:00
2024-07-01-11-23-18.gh-issue-121210.cD0zfn.rst gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121211) 2024-07-02 16:23:17 +05:30
2024-07-02-11-34-06.gh-issue-121245.sSkDAr.rst gh-121245: Amend d611c4c8e9 (correct import) (#121255) 2024-07-02 09:40:01 +00:00
2024-07-03-07-25-21.gh-issue-121332.Iz6FEq.rst gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334) 2024-07-11 14:34:53 +00:00
2024-07-03-10-11-53.gh-issue-121313.D7gARW.rst gh-121313: multiprocessing: simplify by increasing the connection buffer size to 64KiB (GH-123559) 2024-09-02 20:32:38 -07:00
2024-07-04-17-36-03.gh-issue-59110.IlI9Fz.rst gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233) 2024-07-04 15:04:24 +00:00
2024-07-06-12-37-10.gh-issue-121423.vnxrl4.rst gh-121423: Improve import time of `socket` (#121424) 2024-09-04 12:00:37 +02:00
2024-07-06-16-08-39.gh-issue-119169.o0YymL.rst GH-119169: Simplify `os.walk()` exception handling (#121435) 2024-07-08 17:41:01 +01:00
2024-07-06-23-39-38.gh-issue-121450.vGqb3c.rst gh-123492: Remove unnecessary `:func:` parentheses (#123493) 2024-08-30 14:34:09 +03:00
2024-07-08-03-45-34.gh-issue-121474.NsvrUN.rst gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) 2024-07-30 11:53:07 +03:00
2024-07-09-12-23-32.gh-issue-121486.Iultjh.rst gh-121485: Always use 64-bit integers for integers bits count (GH-121486) 2024-08-30 08:13:24 +03:00
2024-07-13-06-23-24.gh-issue-121245.RfOgf4.rst gh-121245: Refactor site.register_readline() (GH-121659) 2024-07-15 22:12:41 +02:00
2024-07-14-06-24-02.gh-issue-57141.C3jhDh.rst gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767) 2024-07-14 15:53:32 -07:00
2024-07-14-11-18-28.gh-issue-120930.Kuo4L0.rst gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) 2024-07-18 14:48:05 +02:00
2024-07-16-20-49-07.gh-issue-121804.gYN-In.rst gh-121804: Always show error location for SyntaxError's in new repl (#121886) 2024-08-19 15:19:23 +01:00
2024-07-17-09-23-03.gh-issue-121889.6se9jS.rst gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892) 2024-08-04 09:53:17 +01:00
2024-07-17-09-44-35.gh-issue-119698.WlygzR.rst gh-119698: deprecate ``symtable.Class.get_methods`` (#121902) 2024-07-22 07:04:17 -07:00
2024-07-17-12-55-22.gh-issue-121268.41RmjR.rst gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716) 2024-08-09 11:17:40 +02:00
2024-07-21-02-00-46.gh-issue-73991.pLxdtJ.rst GH-73991: Add `pathlib.Path.move()` (#122073) 2024-08-25 16:51:51 +01:00
2024-07-21-10-45-24.gh-issue-122081.dNrYMq.rst gh-122081: fixed crash in decimal.IEEEContext() (#122082) 2024-08-19 07:51:38 +00:00
2024-07-21-18-03-30.gh-issue-122088.vi2bP-.rst gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (#122086) 2024-07-23 10:59:28 +01:00
2024-07-22-08-14-04.gh-issue-113785.6B_KNB.rst gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) 2024-07-25 10:04:47 +03:00
2024-07-22-08-57-28.gh-issue-120754.Eo5puP.rst GH-120754: Disable buffering in Path.read_bytes (#122111) 2024-08-16 13:52:41 -07:00
2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) 2024-07-25 08:45:19 +00:00
2024-07-23-10-59-38.gh-issue-121723.iJEf7e.rst gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) 2024-08-02 12:16:32 +01:00
2024-07-23-13-07-12.gh-issue-122129.PwbC8q.rst gh-122129: Improve support of method descriptors and wrappers in the help title (GH-122157) 2024-07-23 20:45:21 +03:00
2024-07-23-15-11-13.gh-issue-122163.4wRUuM.rst gh-122163: Add notes for JSON serialization errors (GH-122165) 2024-07-23 20:02:54 +03:00
2024-07-23-15-30-23.gh-issue-122170.Z9gi3Y.rst gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) 2024-07-27 10:10:42 +00:00
2024-07-23-17-13-10.gh-issue-119180.5PZELo.rst gh-119180: Use type descriptors to access annotations (PEP 749) (#122074) 2024-07-27 16:36:06 +00:00
2024-07-23-22-26-00.gh-issue-119180.B2IVT8.rst gh-119180: Add evaluate functions for type params and type aliases (#122212) 2024-07-27 17:24:10 +00:00
2024-07-25-15-41-14.gh-issue-105733.o3koJA.rst gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281) 2024-07-30 09:37:58 +02:00
2024-07-26-21-21-13.gh-issue-122332.fvw88r.rst gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338) 2024-07-27 11:57:48 +05:30
2024-07-27-16-10-41.gh-issue-121650.nf6oc9.rst gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) 2024-07-31 00:19:48 +02:00
2024-07-29-10-24-48.gh-issue-122311.xChV1b.rst gh-122311: Fix some error messages in pickle (GH-122386) 2024-07-29 11:49:13 +03:00
2024-07-29-16-47-08.gh-issue-122400.fM0YSv.rst gh-122400: Handle ValueError in filecmp (GH-122401) 2024-07-30 08:50:30 +00:00
2024-07-30-04-27-55.gh-issue-122272.6Wwa1V.rst gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padded (GH-122436) 2024-08-23 18:45:03 +03:00
2024-07-30-14-46-16.gh-issue-87320.-Yk1wb.rst gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) 2024-07-31 10:33:29 +00:00
2024-07-30-15-57-07.gh-issue-122459.AYIoeN.rst gh-122459: Optimize pickling by name objects without __module__ (GH-122460) 2024-08-05 16:21:32 +03:00
2024-07-30-21-29-30.gh-issue-122334.LeoE1x.rst gh-122334: Fix crash when importing ssl after re-initialization (#122481) 2024-08-02 19:06:20 +05:30
2024-07-31-14-55-41.gh-issue-82378.eZvYmR.rst gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062) 2024-08-18 13:28:23 +02:00
2024-07-31-15-08-42.gh-issue-116622.aKxIQA.rst gh-116622: Don't expose `FICLONE` ioctl on Android (#122522) 2024-08-01 00:23:10 +00:00
2024-07-31-20-43-21.gh-issue-122478.sCU2Le.rst gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) 2024-08-07 23:20:57 +03:00
2024-08-03-06-51-08.gh-issue-122637.gpas8J.rst gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638) 2024-08-04 10:05:30 +01:00
2024-08-04-14-07-18.gh-issue-118814.uiyks1.rst gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) 2024-08-07 23:30:10 +03:00
2024-08-06-10-36-55.gh-issue-118761.q_x_1A.rst gh-118761: Improve import time of `pprint` (#122725) 2024-08-07 22:46:54 +03:00
2024-08-06-18-07-19.gh-issue-122744.kCzNDI.rst gh-122744: Bump bundled pip to 24.2 (#122745) 2024-08-06 18:38:33 +00:00
2024-08-07-11-57-41.gh-issue-122311.LDExnJ.rst gh-122311: Improve and unify pickle errors (GH-122771) 2024-09-09 15:04:51 +03:00
2024-08-07-14-12-19.gh-issue-105376.QbGPdE.rst gh-105376: Restore deprecated logging warn() method (#122775) 2024-08-09 15:13:24 +02:00
2024-08-07-17-41-16.gh-issue-116263.EcXir0.rst gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) 2024-08-08 09:48:11 +03:00
2024-08-10-10-21-44.gh-issue-122858.ZC1rJD.rst gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875) 2024-08-11 16:35:51 +00:00
2024-08-10-14-16-59.gh-issue-122873.XlHaUn.rst gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00
2024-08-11-14-08-04.gh-issue-122905.7tDsxA.rst gh-122905: Sanitize names in zipfile.Path. (#122906) 2024-08-11 19:48:50 -04:00
2024-08-11-14-23-07.gh-issue-122903.xktZta.rst gh-122903: Honor directories in zipfile.Path.glob. (#122908) 2024-08-11 20:33:33 -04:00
2024-08-14-10-41-11.gh-issue-122981.BHV0Z9.rst gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001) 2024-08-20 20:10:15 +03:00
2024-08-16-16-53-52.gh-issue-123049.izx_fH.rst gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077) 2024-08-18 15:52:25 -04:00
2024-08-16-19-13-21.gh-issue-123067.Nx9O4R.rst gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) 2024-08-17 16:30:52 +03:00
2024-08-18-08-25-32.gh-issue-123084.rf8izX.rst gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` (#123125) 2024-08-21 00:39:24 +00:00
2024-08-19-17-37-18.gh-issue-122909.kP12SK.rst gh-122909: Pass ftp error strings to URLError constructor (#122913) 2024-08-20 00:35:05 +00:00
2024-08-20-14-22-49.gh-issue-123165.vOZZOA.rst gh-123165: make `dis` functions render positions on demand (#123168) 2024-08-21 14:46:24 +01:00
2024-08-20-18-02-27.gh-issue-85110.8_iDQy.rst gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) 2024-08-21 10:17:38 +03:00
2024-08-22-09-37-48.gh-issue-123213.owmXnP.rst gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) 2024-08-23 12:12:58 +03:00
2024-08-22-11-25-19.gh-issue-122546.BSmeE7.rst gh-122546: use same filename for different exceptions in new repl (#123217) 2024-08-22 12:55:30 +01:00
2024-08-22-20-10-13.gh-issue-123243.Kifj1L.rst gh-123243: Fix reference leak in `_decimal` (#123244) 2024-08-24 09:37:01 +05:30
2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-123273) 2024-08-31 12:42:08 +03:00
2024-08-24-00-03-01.gh-issue-123240.uFPG3l.rst gh-123240: Raise input audit events in the new REPL (#123274) 2024-09-05 17:17:24 +02:00
2024-08-24-06-05-41.gh-issue-123228.jR_5O5.rst gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281) 2024-08-24 17:46:05 +02:00
2024-08-25-16-59-20.gh-issue-73991.1w8u3K.rst GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314) 2024-08-26 14:14:23 +01:00
2024-08-26-13-45-20.gh-issue-123270.gXHvNJ.rst gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354) 2024-08-27 17:10:30 -04:00
2024-08-26-18-48-13.gh-issue-119518.QFYH9q.rst GH-119518: Stop interning strings in pathlib GH-123356) 2024-09-02 18:14:09 +02:00
2024-08-26-19-36-00.gh-issue-123340.mQKI1H.rst gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348) 2024-08-26 21:59:50 +03:00
2024-08-27-10-30-37.gh-issue-123341.5e-fjt.rst gh-123341: Support `tkinter.Event` type subcript (#123353) 2024-09-01 12:47:07 +01:00
2024-08-27-12-11-00.gh-issue-123363.gKuJp6.rst gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387) 2024-08-28 09:15:34 +03:00
2024-08-27-12-38-42.gh-issue-123089.vA7iFR.rst gh-123089: Make weakref.WeakSet safe against concurrent mutations while it is being iterated (#123279) 2024-08-27 13:04:03 +00:00
2024-08-28-13-03-36.gh-issue-123409.lW0YF-.rst gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) 2024-09-02 17:05:05 +02:00
2024-08-28-20-08-19.gh-issue-123448.tItJlp.rst gh-123448: Move `_PyNoDefault_Type` to the static types array (#123449) 2024-08-28 18:27:40 -07:00
2024-08-29-09-27-12.gh-issue-123446._I_mMr.rst gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123461) 2024-08-29 06:53:57 +00:00
2024-08-29-14-51-36.gh-issue-123430.M7wXl9.rst gh-123430: Add dark mode support to pages generated by http.server (#123475) 2024-09-03 09:32:11 +03:00
2024-08-30-09-01-35.gh-issue-123504.lJ9_BB.rst gh-123504: Fix reference leak in finalization of `_tkinter` (#123505) 2024-09-03 20:35:57 +00:00
2024-08-31-12-34-44.gh-issue-123374.3kE7rb.rst gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123374) 2024-08-31 16:21:49 +03:00
2024-09-04-18-23-43.gh-issue-123657.Oks4So.rst gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) 2024-09-06 13:15:23 +02:00
2024-09-06-10-17-54.gh-issue-84808.ION67Z.rst gh-84808: socket.connect_ex: Handle negative errno (GH-122304) 2024-09-09 14:59:13 +00:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/