summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)Miss Islington (bot)2021-10-021-0/+2
* bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...Miss Islington (bot)2021-10-011-0/+1
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)Victor Stinner2021-10-011-0/+5
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Miss Islington (bot)2021-10-011-0/+2
* [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28...Serhiy Storchaka2021-09-301-0/+2
* closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Miss Islington (bot)2021-09-291-0/+1
* [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...Łukasz Langa2021-09-291-0/+2
* bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)Miss Islington (bot)2021-09-281-0/+1
* [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka2021-09-281-0/+2
* [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Łukasz Langa2021-09-285-5/+5
* bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)Miss Islington (bot)2021-09-281-0/+2
* bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Miss Islington (bot)2021-09-271-0/+3
* bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...Miss Islington (bot)2021-09-271-0/+5
* bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...Miss Islington (bot)2021-09-261-0/+1
* bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)Miss Islington (bot)2021-09-251-0/+2
* [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...Łukasz Langa2021-09-221-0/+2
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-212-3/+5
* bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-211-0/+3
* bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)Miss Islington (bot)2021-09-211-0/+2
* bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...Miss Islington (bot)2021-09-211-0/+2
* [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)Miss Islington (bot)2021-09-201-0/+1
* bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Miss Islington (bot)2021-09-191-0/+2
* bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)Miss Islington (bot)2021-09-181-0/+2
* bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...Miss Islington (bot)2021-09-181-0/+2
* [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...Brett Cannon2021-09-181-0/+3
* bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)Miss Islington (bot)2021-09-171-0/+1
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)2021-09-161-0/+3
* bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367)Miss Islington (bot)2021-09-151-0/+1
* bpo-45193: News for IDLE PR_28343 (GH-28348)Miss Islington (bot)2021-09-151-0/+1
* [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...Łukasz Langa2021-09-151-0/+3
* bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)Miss Islington (bot)2021-09-151-0/+1
* bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333)Miss Islington (bot)2021-09-151-0/+3
* bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326)Miss Islington (bot)2021-09-141-0/+2
* bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)...Miss Islington (bot)2021-09-131-0/+3
* bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...Miss Islington (bot)2021-09-131-0/+3
* bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261) (GH-28274)Miss Islington (bot)2021-09-101-1/+2
* bpo-45024 and bpo-23864: Document how interface testing works with the collec...Miss Islington (bot)2021-09-101-0/+4
* bpo-45067 - Verify the version of ncurses for extended color support feature ...Miss Islington (bot)2021-09-091-0/+5
* bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)Miss Islington (bot)2021-09-091-0/+4
* bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-091-0/+2
* [3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)Raymond Hettinger2021-09-091-0/+1
* [3.10] bpo-45083: Include the exception class qualname when formatting an exc...Miss Islington (bot)2021-09-081-0/+3
* [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...Łukasz Langa2021-09-081-0/+1
* [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...Serhiy Storchaka2021-09-081-0/+1
* bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Miss Islington (bot)2021-09-081-0/+2
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-0767-145/+685
* bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...Miss Islington (bot)2021-09-072-2/+5
* bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...Miss Islington (bot)2021-09-071-0/+2
* bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...Miss Islington (bot)2021-09-071-0/+2
* bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)Miss Islington (bot)2021-09-061-0/+7