cpython/Misc/NEWS.d/next
Christian Heimes ec93721e00
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
* ``HAVE_EXPAT_CONFIG_H`` is not used by our code and not used by
  system-wide expat header files
* ``USE_PYEXPAT_CAPI`` is no longer used by our code
* ``XML_POOR_ENTROPY`` should be defined in expat_config.h

Signed-off-by: Christian Heimes <christian@python.org>
2021-10-22 09:28:23 -07:00
..
Build bpo-45570: Simplify setup macros for pyexpat (GH-29159) 2021-10-22 09:28:23 -07:00
C API bpo-45522: Allow to disable freelists on build time (GH-29056) 2021-10-21 06:12:20 -07:00
Core and Builtins bpo-43706: Use PEP 590 vectorcall to speed up enumerate() (GH-25154) 2021-10-22 08:20:43 +09:00
Documentation bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) 2021-10-20 18:54:31 +02:00
IDLE bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) 2021-10-16 18:44:00 -04:00
Library bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851) 2021-10-22 00:09:47 +02:00
macOS Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Security Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Tests bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) 2021-10-21 18:22:25 -07:00
Tools-Demos Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Windows bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414) 2021-10-19 11:59:57 +01:00