cpython/Misc/NEWS.d/next/Library
Ronald Oussoren 0d2fe6bab0
gh-87286: Add a number of LOG_* constants to syslog (#24432)
* bpo-43120: Add a number of LOG_* constants to syslog

This adds a number of syslog facilities to the syslogmodule.c.
These values are available on macOS.

* Switch contant documentation to the data directive

This fixes a CI warning and matches the pattern
used in the documentation for ``os``.

* Update Doc/library/syslog.rst


Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-12-12 10:25:51 +01:00
..
2019-06-14-22-37-32.bpo-37260.oecdIf.rst gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064) 2023-12-05 09:33:51 +00:00
2020-03-09-15-08-29.bpo-39912.xPOBBY.rst bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter() (GH-18878) 2023-12-01 11:17:47 +00:00
2020-05-21-23-32-46.bpo-40262.z4fQv1.rst gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) 2023-11-27 19:15:39 +02:00
2020-07-28-20-48-05.bpo-41422.iMwnMu.rst bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) 2023-11-27 18:09:41 +00:00
2020-12-14-09-31-13.bpo-35332.s22wAx.rst bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) 2023-12-05 19:09:39 +02:00
2021-11-23-22-22-49.bpo-32731.kNOASr.rst gh-76912: Raise OSError from any failure in getpass.getuser() (#29739) 2023-11-27 10:05:55 -08:00
2021-12-06-22-10-53.bpo-43153.J7mjSy.rst bpo-43153: Don't mask PermissionError with NotADirectoryError during tempdirectory cleanup (GH-29940) 2023-12-05 15:30:59 +02:00
2022-12-01-16-57-44.gh-issue-91133.LKMVCV.rst gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) 2023-12-07 18:04:06 +02:00
2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst GH-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05:00
2023-04-29-20-49-13.gh-issue-104003.-8Ruk2.rst gh-104003: Implement PEP 702 (#104004) 2023-11-29 09:38:29 -08:00
2023-08-07-21-11-24.gh-issue-102130._UyI5i.rst gh-102130: Support tab completion in cmd for Libedit. (GH-107748) 2023-12-05 08:24:56 +01:00
2023-08-14-21-10-52.gh-issue-103363.u64_QI.rst gh-103363: Add follow_symlinks argument to pathlib.Path.owner() and group() (#107962) 2023-12-04 19:42:01 +00:00
2023-09-23-14-40-51.gh-issue-109786.UX3pKv.rst gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) 2023-12-04 11:47:55 +00:00
2023-10-11-02-34-01.gh-issue-110109.RFCmHs.rst GH-110109: Add pathlib._PurePathBase (#110670) 2023-12-08 17:39:04 +00:00
2023-10-12-18-19-47.gh-issue-82300.P8-O38.rst gh-82300: Add track parameter to multiprocessing.shared_memory (#110778) 2023-12-05 00:11:44 -08:00
2023-10-23-03-49-34.gh-issue-102980.aXBd54.rst gh-102980: Redirect output of pdb's interact command, add tests and improve docs (#111194) 2023-12-07 11:19:33 +00:00
2023-10-25-16-37-13.gh-issue-75666.BpsWut.rst gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) 2023-12-06 16:42:15 +02:00
2023-11-05-20-09-27.gh-issue-99367.HLaWKo.rst gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762) 2023-11-27 23:11:40 +00:00
2023-11-08-16-11-04.gh-issue-110275.Bm6GwR.rst gh-110275: Named tuple's __replace__() now raises TypeError for invalid arguments (GH-110299) 2023-12-04 13:30:32 +02:00
2023-11-08-18-53-07.gh-issue-68166.1iTh4Y.rst gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393) 2023-11-27 20:57:33 +02:00
2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst gh-111874: Call __set_name__ on objects that define the method inside a typing.NamedTuple class dictionary as part of the creation of that class (#111876) 2023-11-27 16:34:44 +00:00
2023-11-15-01-36-04.gh-issue-106922.qslOVH.rst gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097) 2023-12-01 22:18:16 +00:00
2023-11-15-04-53-37.gh-issue-112105.I3RcVN.rst gh-112105: Make completer delims work on libedit (gh-112106) 2023-11-28 06:23:23 +00:00
2023-11-16-10-42-15.gh-issue-112139.WpHosf.rst gh-112139: Add inspect.Signature.format and use it in pydoc (#112143) 2023-12-02 15:39:43 -08:00
2023-11-16-17-18-09.gh-issue-112137.QvjGjN.rst gh-112137: change dis output to display labels instead of offsets (#112138) 2023-11-22 22:36:55 +00:00
2023-11-21-02-58-14.gh-issue-77621.MYv5XS.rst GH-77621: Delay some imports from pathlib (#112244) 2023-11-25 17:41:05 +00:00
2023-11-22-19-43-54.gh-issue-112292.5nDU87.rst gh-112292 : Catch import error conditions with readline hooks (gh-112313) 2023-11-27 18:58:53 -07:00
2023-11-22-23-08-47.gh-issue-81620.mfZ2Wf.rst Add extra tests for random.binomialvariate (gh-112325) 2023-11-23 12:31:03 -06:00
2023-11-23-10-41-21.gh-issue-112332.rhTBaa.rst gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333) 2023-11-28 08:03:25 +00:00
2023-11-23-12-37-22.gh-issue-112137.kM46Q6.rst gh-112137: change dis output to show no-lineno as -- instead of None (#112335) 2023-11-23 14:34:27 +00:00
2023-11-23-17-25-27.gh-issue-112345.FFApHx.rst gh-112345: typing.Protocol: Let failed subclasscheck show non-method members (#112344) 2023-11-24 09:46:08 +00:00
2023-11-24-09-27-01.gh-issue-112361.kYtnHW.rst GH-112361: Speed up pathlib by removing some temporary objects. (#112362) 2023-11-25 17:19:38 +00:00
2023-11-24-21-00-24.gh-issue-94722.GMIQIn.rst gh-94722: fix DocTest.__eq__ for case of no line number on one side (#112385) 2023-11-25 17:23:43 +00:00
2023-11-25-20-29-28.gh-issue-112405.cOtzxC.rst gh-112405: Optimise pathlib.Path.relative_to (#112406) 2023-11-26 15:56:03 +00:00
2023-11-26-13-26-56.gh-issue-112358.smhaeZ.rst gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424) 2023-11-26 14:29:52 +00:00
2023-11-26-13-44-19.gh-issue-112414.kx2E7S.rst gh-112414: Fix AttributeError when calling repr() on a namespace package imported with a custom loader (#112425) 2023-11-27 08:19:29 +00:00
2023-11-27-12-41-23.gh-issue-63284.q2Qi9q.rst gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181) 2023-11-27 04:01:44 +00:00
2023-11-28-20-01-33.gh-issue-112509.QtoKed.rst gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (#112512) 2023-11-29 09:36:48 -08:00
2023-11-28-20-47-39.gh-issue-112328.Z2AxEY.rst gh-112328: [Enum] Make some private attributes public. (GH-112514) 2023-12-05 08:27:36 -08:00
2023-11-29-02-26-32.gh-issue-112510.j-zXGc.rst gh-112510: Add readline.backend for the backend readline uses (GH-112511) 2023-12-01 14:05:55 +00:00
2023-11-29-10-51-41.gh-issue-112516.rFKUKN.rst gh-112516: Update bundled pip version to 23.3.1 (gh-112517) 2023-12-04 18:27:57 +01:00
2023-12-01-08-28-09.gh-issue-112578.bfNbfi.rst gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) 2023-12-03 13:09:29 +02:00
2023-12-01-16-09-59.gh-issue-81194.FFad1c.rst bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) 2023-12-01 15:16:49 +00:00
2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst gh-110190: Fix ctypes structs with array on Arm (#112604) 2023-12-05 16:07:50 +01:00
2023-12-01-21-05-46.gh-issue-112334.DmNXKh.rst gh-112334: Restore subprocess's use of vfork() & fix extra_groups=[] behavior (#112617) 2023-12-04 15:08:19 -08:00
2023-12-02-12-55-17.gh-issue-112618.7_FT8-.rst gh-112618: Make Annotated cache typed (#112619) 2023-12-02 16:10:19 +00:00
2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) 2023-12-03 14:02:37 +00:00
2023-12-04-14-05-24.gh-issue-74690.eODKRm.rst gh-74690: Optimise isinstance() and issubclass() calls against runtime-checkable protocols by avoiding costly super() calls (#112708) 2023-12-04 15:41:41 +00:00
2023-12-04-16-45-11.gh-issue-74690.pQYP5U.rst gh-74690: Avoid a costly type check where possible in _ProtocolMeta.__subclasscheck__ (#112717) 2023-12-04 19:35:46 +00:00
2023-12-04-21-30-34.gh-issue-112727.jpgNRB.rst GH-112727: Speed up pathlib.Path.absolute() (#112728) 2023-12-04 23:21:39 +00:00
2023-12-05-01-19-28.gh-issue-112736.rdHDrU.rst gh-112736: Refactor del-safe symbol handling in subprocess (#112738) 2023-12-04 20:23:17 -08:00
2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst gh-94692: Only catch OSError in shutil.rmtree() (#112756) 2023-12-05 16:40:49 +01:00
2023-12-05-18-57-53.gh-issue-79325.P2vMVK.rst gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) 2023-12-07 17:21:36 +00:00
2023-12-06-14-06-14.gh-issue-51944.-5qq_L.rst gh-51944: Add missing macOS constants to termios (#112823) 2023-12-07 11:27:30 +01:00
2023-12-07-16-55-41.gh-issue-87286.MILC9_.rst gh-87286: Add a number of LOG_* constants to syslog (#24432) 2023-12-12 10:25:51 +01:00
2023-12-08-11-17-17.gh-issue-112540.Pm5egX.rst gh-112540: Support zero inputs in geometric_mean() (gh-112880) 2023-12-08 12:05:56 -06:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

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

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