- c65b320 bpo-39573: Use Py_TYPE() macro in object.c (GH-18398) by Victor Stinner · 4 years, 9 months ago
- bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 9 months ago
- d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 4 years, 9 months ago
- daa9756 bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) by Victor Stinner · 4 years, 9 months ago
- 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 4 years, 9 months ago
- a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 9 months ago
- 38aaaaa bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) by Jakub Stasiak · 4 years, 9 months ago
- 0d76d2b bpo-39573: Use Py_TYPE() in abstract.c (GH-18390) by Victor Stinner · 4 years, 9 months ago
- f95cd19 bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) by Victor Stinner · 4 years, 9 months ago
- c86a112 bpo-39573: Add Py_SET_REFCNT() function (GH-18389) by Victor Stinner · 4 years, 9 months ago
- a93c51e bpo-39573: Use Py_REFCNT() macro (GH-18388) by Victor Stinner · 4 years, 9 months ago
- 446463f bpo-39534: Doc: Clarify return in finally (GH-18324) by Julien Palard · 4 years, 9 months ago
- 227af8e What's New in Python 3.9: sort improved modules (GH-18383) by Victor Stinner · 4 years, 9 months ago
- 2844336 bpo-39542: Document limited C API changes (GH-18378) by Victor Stinner · 4 years, 9 months ago
- 427c84f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Sebastian Berg · 4 years, 9 months ago
- 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 4 years, 9 months ago
- d2f9667 bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) by Brandt Bucher · 4 years, 9 months ago
- 54b4f14 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Serhiy Storchaka · 4 years, 9 months ago
- ab0d892 bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) by Steve Dower · 4 years, 9 months ago
- 3d06953 bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) by Andy Lester · 4 years, 9 months ago
- 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 4 years, 9 months ago
- 58f4e1a bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) by Victor Stinner · 4 years, 9 months ago
- b39fb8e bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) by Giampaolo Rodola · 4 years, 9 months ago
- bf305cc Add PyInterpreterState.fs_codec.utf8 (GH-18367) by Victor Stinner · 4 years, 9 months ago
- 0e4e735 bpo-39542: Define PyTypeObject earlier in object.h (GH-18366) by Victor Stinner · 4 years, 9 months ago
- 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 4 years, 9 months ago
- f58bd7c bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) by Victor Stinner · 4 years, 9 months ago
- 0fa4f43 bpo-39542: Exclude trashcan from the limited C API (GH-18362) by Victor Stinner · 4 years, 9 months ago
- f16433a bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361) by Victor Stinner · 4 years, 9 months ago
- 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 4 years, 9 months ago
- b439a71 bpo-39553: Delete HAVE_SXS protected code (GH-18356) by Zackery Spytz · 4 years, 9 months ago
- cf5b109 bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) by Jakub Stasiak · 4 years, 9 months ago
- 89ae20b bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) by Anthony Shaw · 4 years, 9 months ago
- 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 4 years, 9 months ago
- 40e547d bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) by Victor Stinner · 4 years, 9 months ago
- 2545fa8 Fix MinGW library generation command (GH-17917) by Baljak · 4 years, 9 months ago
- cb1c074 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Philipp Gesang · 4 years, 9 months ago
- 9538bc9 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) by Stefan Behnel · 4 years, 9 months ago
- 850a4bd Restore PyObject_IsInstance() comment (GH-18345) by Victor Stinner · 4 years, 9 months ago
- 4590f72 bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) by Eddie Elizondo · 4 years, 9 months ago
- b6999e5 add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344) by Chris Withers · 4 years, 9 months ago
- 5807efd bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Adorilson Bezerra · 4 years, 9 months ago
- 49932fe bpo-39542: Simplify _Py_NewReference() (GH-18332) by Victor Stinner · 4 years, 9 months ago
- 24e5ad4 Fixes in sorting descriptions (GH-18317) by Stefan Pochmann · 4 years, 9 months ago
- 4b52416 bpo-39542: Move object.h debug functions to internal C API (GH-18331) by Victor Stinner · 4 years, 9 months ago
- c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 9 months ago
- 869c0c9 bpo-36051: Fix compiler warning. (GH-18325) by Inada Naoki · 4 years, 9 months ago
- 032de73 bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) by Steve Cirelli · 4 years, 9 months ago
- 0f2f35e bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) by Pierre Glaser · 4 years, 9 months ago
- 339fd46 bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) by Kyle Stanley · 4 years, 9 months ago
- be8147b Fix 5-space indentation and trailing whitespace (GH-18311) by Mark Dickinson · 4 years, 9 months ago
- 78c7183 bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270) by Alex Henrie · 4 years, 9 months ago
- b94737a fixes typos in http.client documentation (#18300) by James Corbett · 4 years, 9 months ago
- 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 4 years, 9 months ago
- abb9a44 Update sum comment. (#18240) by Brandt Bucher · 4 years, 9 months ago
- 4d96b46 bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296) by Victor Stinner · 4 years, 9 months ago
- 7dc1401 bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298) by Victor Stinner · 4 years, 9 months ago
- f03a8f8 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) by Kyle Stanley · 4 years, 9 months ago
- 58a4054 Doc: Fix s/pseudo random/pseudo-random/ (GH-18289) by Julien Palard · 4 years, 9 months ago
- bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 4 years, 9 months ago
- 46874c2 bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) by Hai Shi · 4 years, 9 months ago
- c232c91 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Victor Stinner · 4 years, 9 months ago
- 8d49f7c bpo-39434: Improve float __floordiv__ performance and error message (GH-18147) by Dong-hee Na · 4 years, 9 months ago
- 2a4903f bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278) by Victor Stinner · 4 years, 9 months ago
- 17c68b8 bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279) by Victor Stinner · 4 years, 9 months ago
- ec3c99c bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281) by Victor Stinner · 4 years, 9 months ago
- 38c878b bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) by damani42 · 4 years, 10 months ago
- 1f44e77 bpo-39497: Remove unused variable from pysqlite_cursor_executescript (GH-18271) by Alex Henrie · 4 years, 10 months ago
- c38fd0d bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) by Victor Stinner · 4 years, 10 months ago
- 2bf127d bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262) by Victor Stinner · 4 years, 10 months ago
- 7a1f6c2 bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263) by Victor Stinner · 4 years, 10 months ago
- 5eb8bff bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG() (GH-18258) by Victor Stinner · 4 years, 10 months ago
- 188bb5b bpo-39494: Remove extra null terminators from kwlist vars (GH-18267) by Alex Henrie · 4 years, 10 months ago
- 2e6569b bpo-39493: Fix definition of IO.closed in typing.py (#18265) by Shantanu · 4 years, 10 months ago
- d47d0c8 Improve grammar in the import system reference documentation (GH-18209) by Bonifacio de Oliveira · 4 years, 10 months ago
- 5428f48 Remove deadcode in _Py_inc_count() (GH-18257) by Victor Stinner · 4 years, 10 months ago
- db5e86a Get mock coverage back to 100% (GH-18228) by Chris Withers · 4 years, 10 months ago
- a327677 bpo-39485: fix corner-case in method-detection of mock (GH-18252) by Carl Friedrich Bolz-Tereick · 4 years, 10 months ago
- 3cb49b6 bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247) by Victor Stinner · 4 years, 10 months ago
- 35eac45 Doc: Fix external links to functional programming tutorial. (GH-18249) by Julien Palard · 4 years, 10 months ago
- e1e8000 bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Joannah Nanjekye · 4 years, 10 months ago
- d07d9f4 bpo-36051: Drop GIL during large bytes.join() (GH-17757) by Bruce Merry · 4 years, 10 months ago
- 6a65eba bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) by Steve Dower · 4 years, 10 months ago
- 0cd5bff bpo-39459: include missing test files in windows installer by Dino Viehland · 4 years, 10 months ago
- aabdeb7 bpo-38960: DTrace build fix for FreeBSD. (GH-17451) by David Carlier · 4 years, 10 months ago
- 2cca8ef bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412) by Rémi Lapeyre · 4 years, 10 months ago
- 0be3246 bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) by Adam Meily · 4 years, 10 months ago
- 148610d bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Inada Naoki · 4 years, 10 months ago
- 13c1c35 bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093) by Zackery Spytz · 4 years, 10 months ago
- c45a2aa bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Christoph Reiter · 4 years, 10 months ago
- 61f4db8 bpo-38644: Pass tstate in ceval.c (GH-18222) by Victor Stinner · 4 years, 10 months ago
- 01bf219 bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) by Raymond Hettinger · 4 years, 10 months ago
- 884eb89 bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221) by Brian Quinlan · 4 years, 10 months ago
- 2824c45 bpo-39392: Turtle overlap fill depends on OS (#18223) by Terry Jan Reedy · 4 years, 10 months ago
- a278313 bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215) by Victor Stinner · 4 years, 10 months ago
- d3a1de2 bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217) by Victor Stinner · 4 years, 10 months ago
- dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 4 years, 10 months ago
- 2528a6c Add test.test_import.data.unwritable package to makefile (#18211) by Dino Viehland · 4 years, 10 months ago
- 47ee8a6 bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214) by Victor Stinner · 4 years, 10 months ago
- a94c6b6 bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212) by Victor Stinner · 4 years, 10 months ago