summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-0/+5
* Merge tag 'v3.11.0a1'Pablo Galindo2021-10-05480-1191/+5098
|\
| * Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-05480-1191/+5098
* | bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...Eric Snow2021-10-051-0/+3
* | bpo-44050: Extension modules can share state when they don't support sub-inte...Hai Shi2021-10-051-0/+3
|/
* bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...Steve Dower2021-10-051-0/+2
* bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...Mark Shannon2021-10-051-0/+3
* bpo-45371: Fix distutils' rpath support for clang (GH-28732)Christian Heimes2021-10-051-0/+3
* bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)John Belmonte2021-10-041-0/+3
* Remove news entry without bpo issue number. (GH-28703)Julien Palard2021-10-031-1/+0
* bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)TAGAMI Yukihiro2021-10-021-0/+2
* Makefile: Fix missing slashes (GH-28659)native-api2021-10-021-0/+1
* bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...AngstyDuck2021-10-011-0/+1
* bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)Victor Stinner2021-10-011-3/+0
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Nikita Sobolev2021-10-011-0/+2
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)Victor Stinner2021-10-011-0/+5
* bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)Serhiy Storchaka2021-09-301-0/+2
* bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)Victor Stinner2021-09-302-0/+5
* bpo-24391: Better reprs for threading objects. (GH-20534)Serhiy Storchaka2021-09-291-0/+3
* bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)Jack DeVries2021-09-291-0/+2
* [docs] Use full names for time units (GH-28611)Serhiy Storchaka2021-09-295-5/+6
* bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)Nikita Sobolev2021-09-281-0/+1
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-288-8/+8
* bpo-45296: Fix exit/quit message on Windows (GH-28577)Terry Jan Reedy2021-09-281-0/+2
* bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Victor Stinner2021-09-271-0/+3
* bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)Victor Stinner2021-09-271-0/+5
* bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)Nikita Sobolev2021-09-261-0/+1
* bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)Victor Stinner2021-09-251-0/+1
* bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)Nikita Sobolev2021-09-251-0/+2
* bpo-44019: Implement operator.call(). (GH-27888)Antony Lee2021-09-241-0/+2
* bpo-20524: adds better error message for `.format()` (GH-28310)Nikita Sobolev2021-09-241-0/+3
* bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH...Daniel Hillier2021-09-231-0/+1
* bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...Jason Fried2021-09-231-0/+3
* bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)Alexander Böhn2021-09-221-0/+4
* bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)Serhiy Storchaka2021-09-221-0/+2
* bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)Victor Stinner2021-09-221-0/+3
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-212-3/+5
* bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...andrei kulakov2021-09-211-0/+3
* bpo-45061: Detect refcount bug on empty string singleton (GH-28504)Victor Stinner2021-09-211-2/+3
* bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)Nikita Sobolev2021-09-211-0/+2
* bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)Victor Stinner2021-09-211-0/+4
* bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...Nikita Sobolev2021-09-211-0/+2
* bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH...scoder2021-09-211-0/+1
* bpo-45021: Fix a hang in forked children (GH-28007)nullptr2021-09-201-0/+1
* bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)Erlend Egeberg Aasland2021-09-201-0/+1
* bpo-1514420: Do not attempt to open files with names in <>s when formatting a...Irit Katriel2021-09-201-0/+1
* bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)Rémi Lapeyre2021-09-201-0/+4
* bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Nikita Sobolev2021-09-191-0/+2
* bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)Serhiy Storchaka2021-09-191-0/+6
* bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)Serhiy Storchaka2021-09-181-0/+2