- fb30509 bpo-44348: BaseException deallocator uses trashcan (GH-28190) by Victor Stinner · 4 years, 10 months ago
- 979336d bpo-42064: Pass module state to trace, progress, and authorizer callbacks (GH-27940) by Erlend Egeberg Aasland · 4 years, 10 months ago
- 8ca6b61 bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-28178) by Nikita Sobolev · 4 years, 10 months ago
- 97b754d Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)" (GH-28201) by Pablo Galindo Salgado · 4 years, 10 months ago
- 0474d06 bpo-44991: Normalise `sqlite3` callback naming (GH-28088) by Erlend Egeberg Aasland · 4 years, 10 months ago
- fa2c0b8 bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200) by Pablo Galindo Salgado · 4 years, 10 months ago
- 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years, 10 months ago
- eb254b4 bpo-45124: Remove the bdist_msi command (GH-28195) by Hugo van Kemenade · 4 years, 10 months ago
- 533e725 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Pablo Galindo Salgado · 4 years, 10 months ago
- 4f88161 bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011) by Tzu-ping Chung · 4 years, 10 months ago
- a5c6bcf Make sysconfig posix_user not depend on platlibdir (GH-27655) by Tzu-ping Chung · 4 years, 10 months ago
- f05ad92 Update idlelib/help.html to include idle.rst spelling fix (GH-28191) by Terry Jan Reedy · 4 years, 10 months ago
- 5cb4c67 bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108) by Tim Peters · 4 years, 10 months ago
- 19871fc bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Nikita Sobolev · 4 years, 10 months ago
- 37272f5 bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH-28137) by Julien Palard · 4 years, 10 months ago
- 5024dc1 bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621) by Erlend Egeberg Aasland · 4 years, 10 months ago
- c860d30 More useful OrderedDict LRU recipes (GH-28164) by Raymond Hettinger · 4 years, 10 months ago
- 9e31b39 bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139) by Irit Katriel · 4 years, 10 months ago
- b01fd53 Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) by Pablo Galindo Salgado · 4 years, 10 months ago
- 2826426 bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) by Serhiy Storchaka · 4 years, 10 months ago
- 91be41a bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167) by Raymond Hettinger · 4 years, 10 months ago
- 65c5756 Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171) by Erlend Egeberg Aasland · 4 years, 10 months ago
- dd7b816 bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) by Nikita Sobolev · 4 years, 10 months ago
- a1ba359 Add What's New for dataclass keyword-only parameters. (GH-28158) by Eric V. Smith · 4 years, 10 months ago
- 936f6a1 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Serhiy Storchaka · 4 years, 10 months ago
- c2970fd bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) by Serhiy Storchaka · 4 years, 10 months ago
- 6beaf2f Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) by Pablo Galindo Salgado · 4 years, 10 months ago
- 3beef86 Handle different string hash algorithms correctly (#28147) by Brandt Bucher · 4 years, 10 months ago
- 0b58e86 bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-28112) by Irit Katriel · 4 years, 10 months ago
- 6f8bc46 bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146) by Steve Dower · 4 years, 10 months ago
- bc1c49f bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837) by Dong-hee Na · 4 years, 10 months ago
- 85ea2d6 bpo-43950: support positions for dis.Instructions created through dis.Bytecode (GH-28142) by Batuhan Taskaya · 4 years, 10 months ago
- 7974c30 bpo-45094: Add Py_NO_INLINE macro (GH-28140) by Victor Stinner · 4 years, 10 months ago
- be9de87 bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309) by Łukasz Langa · 4 years, 10 months ago
- b4b6342 bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) by Irit Katriel · 4 years, 10 months ago
- a1e15a7 bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129) by Victor Stinner · 4 years, 10 months ago
- 0635e20 bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Yurii Karabas · 4 years, 10 months ago
- 767a17f [doc] Reword sentinel object summary in dataclasses (GH-27792) by Ville Korhonen · 4 years, 10 months ago
- f0b63d5 bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122) by Łukasz Langa · 4 years, 10 months ago
- ea23e78 bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941) by Ruben Vorderman · 4 years, 10 months ago
- a7ef15a [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) by Łukasz Langa · 4 years, 10 months ago
- 55c4a92 bpo-45056: Remove trailing unused constants from co_consts (GH-28109) by Inada Naoki · 4 years, 10 months ago
- 19ba212 bpo-37330: open() no longer accept 'U' in file mode (GH-28118) by Victor Stinner · 4 years, 10 months ago
- a806608 bpo-45085: Remove the binhex module (GH-28117) by Victor Stinner · 4 years, 10 months ago
- d589a7e bpo-40360: Deprecate the lib2to3 package (GH-28116) by Victor Stinner · 4 years, 10 months ago
- 679cb47 bpo-44895: libregrtest: refleak check clears types later (GH-28113) by Victor Stinner · 4 years, 10 months ago
- 863154c bpo-31299: make it possible to filter out frames from tracebacks (GH-28067) by Irit Katriel · 4 years, 10 months ago
- 22fe0eb bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) by Terry Jan Reedy · 4 years, 10 months ago
- 2b76a53 bpo-45057: Simplify RegressionTestResult (GH-28081) by Serhiy Storchaka · 4 years, 10 months ago
- 70ccee4 bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015) by Irit Katriel · 4 years, 10 months ago
- 54f1005 bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) by Serhiy Storchaka · 4 years, 10 months ago
- 51999c9 bpo-37596: Clean up the set/frozenset marshalling code (GH-28068) by Brandt Bucher · 4 years, 10 months ago
- 4300352 bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089) by Victor Stinner · 4 years, 10 months ago
- 9a7ec2f bpo-44135: [docs] Fix inline markup (GH-28095) by Ken Jin · 4 years, 10 months ago
- 888d4cc bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090) by Victor Stinner · 4 years, 10 months ago
- 3c65457 bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) by Serhiy Storchaka · 4 years, 10 months ago
- 08767c7 bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) by Zack Kneupper · 4 years, 10 months ago
- 01dea5f bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH-27931) by Petr Viktorin · 4 years, 10 months ago
- 001ef46 bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934) by Erlend Egeberg Aasland · 4 years, 10 months ago
- edae42f bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004) by DonnaDia · 4 years, 10 months ago
- 793f55b bpo-39218: Improve accuracy of variance calculation (GH-27960) by Raymond Hettinger · 4 years, 10 months ago
- 044e8d8 bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980) by Eric Snow · 4 years, 10 months ago
- 5246dbc bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075) by Łukasz Langa · 4 years, 10 months ago
- e34bb40 bpo-45041: Increase coverage for sqlite3.Cursor.executescript() (GH-28074) by Erlend Egeberg Aasland · 4 years, 10 months ago
- 86d8b46 bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786) by Erlend Egeberg Aasland · 4 years, 10 months ago
- f62763d bpo-43398: Add test for defect connection factories (GH-27966) by Erlend Egeberg Aasland · 4 years, 10 months ago
- 08d9e59 bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) by Serhiy Storchaka · 4 years, 10 months ago
- 7e246a3 bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) by Serhiy Storchaka · 4 years, 10 months ago
- d6cb5dd bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Łukasz Langa · 4 years, 10 months ago
- e6497fe bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043) by Dong-hee Na · 4 years, 10 months ago
- 94b2639 bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) by Ned Deily · 4 years, 10 months ago
- 71853a7 bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (#27251) by Tobias Bergkvist · 4 years, 10 months ago
- d3bdbbf bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) by Steve Dower · 4 years, 10 months ago
- 0897253 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) by Miguel Brito · 4 years, 10 months ago
- 3fc5d84 bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) by Victor Stinner · 4 years, 10 months ago
- c9227df bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by E-Paine · 4 years, 10 months ago
- 2a8127c bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) by Serhiy Storchaka · 4 years, 10 months ago
- 07d3d54 bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) by Serhiy Storchaka · 4 years, 10 months ago
- eb263f9 bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) by Carl Friedrich Bolz-Tereick · 4 years, 10 months ago
- 206b21e bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Thomas Grainger · 4 years, 10 months ago
- 28db1f6 Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) by Adam Dangoor · 4 years, 10 months ago
- ee9c052 Refine specialization stats (GH-27992) by Mark Shannon · 4 years, 10 months ago
- 2ec9428 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) by Erlend Egeberg Aasland · 4 years, 10 months ago
- 94a3d2a bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by chilaxan · 4 years, 10 months ago
- 3331fd2 Update ACKS (GH-27988) by Soumendra Ganguly · 4 years, 10 months ago
- d3eaf0c bpo-44945: Specialize BINARY_ADD (GH-27967) by Mark Shannon · 4 years, 10 months ago
- 245f1f2 bpo-41818: ++ termios versionadded markers. (GH-27987) by Gregory P. Smith · 4 years, 10 months ago
- ae224bb bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686) by Soumendra Ganguly · 4 years, 10 months ago
- 969ae7f bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) by Steve Dower · 4 years, 10 months ago
- fdcb675 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by andrei kulakov · 4 years, 10 months ago
- f9cd40f bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965) by Serhiy Storchaka · 4 years, 10 months ago
- 989f6a3 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by wouter bolsterlee · 4 years, 10 months ago
- 7dc505b bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Serhiy Storchaka · 4 years, 10 months ago
- 8868d48 bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868) by Gregory Anders · 4 years, 10 months ago
- 21fa854 bpo-42238: [doc] Some more make suspicious false positives. (GH-27945) by Julien Palard · 4 years, 10 months ago
- 806e25f bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) by Objectivitix · 4 years, 10 months ago
- c764dfb bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) by Dong-hee Na · 4 years, 10 months ago
- 7903a10 bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) by Erlend Egeberg Aasland · 4 years, 10 months ago
- 23384a1 bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) by Ken Jin · 4 years, 10 months ago
- 551da59 bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) by Dong-hee Na · 4 years, 10 months ago