summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-46131: add fastpath for PyFloat_Check() (#30200)Matti Picus2021-12-191-0/+2
* bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)Andrew Svetlov2021-12-191-0/+2
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-191-0/+2
* bpo-46125: Refactor tests to test traversable API directly. Includes changes ...Jason R. Coombs2021-12-191-0/+2
* bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes2021-12-181-0/+1
* bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)andrei kulakov2021-12-181-0/+3
* bpo-46088: Automatically detect or install bootstrap Python runtime when buil...Steve Dower2021-12-181-0/+2
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Christian Heimes2021-12-171-0/+1
* bpo-45711: Remove type and traceback from exc_info (GH-30122)Irit Katriel2021-12-171-0/+1
* bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH...Irit Katriel2021-12-161-0/+1
* bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)Jason R. Coombs2021-12-161-0/+3
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Jason R. Coombs2021-12-161-0/+2
* bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...Irit Katriel2021-12-161-0/+3
* bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...Ken Jin2021-12-161-0/+3
* bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon2021-12-151-0/+2
* bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...Mark Shannon2021-12-151-0/+3
* bpo-46039: Split yield from in two (GH-30035)Mark Shannon2021-12-151-0/+2
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Irit Katriel2021-12-151-0/+1
* bpo-44525: Split calls into PRECALL and CALL (GH-30011)Mark Shannon2021-12-141-0/+8
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-0/+1
* bpo-23469: Delete Wing IDE configuration files (GH-30067)Kumar Aditya2021-12-144-50/+0
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-0/+3
* bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)Gareth Rees2021-12-131-0/+1
* bpo-16594: Add allow_reuse_port on socketserver (GH-30072)AN Long2021-12-131-0/+1
* bpo-27718: Fix help for the signal module (GH-30063)Serhiy Storchaka2021-12-131-0/+2
* bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...Georg Brandl2021-12-121-0/+2
* bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...Kumar Aditya2021-12-121-0/+1
* bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...Christian Sattler2021-12-121-0/+3
* bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...Pablo Galindo Salgado2021-12-121-0/+2
* bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)Pablo Galindo Salgado2021-12-111-0/+2
* bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...Eric V. Smith2021-12-111-0/+6
* bpo-46049: Fixes ._pth support on non-Windows (GH-30051)Steve Dower2021-12-111-0/+1
* bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...Steve Dower2021-12-111-0/+2
* bpo-19737: Improved the documentation for globals (GH-29823)1809092021-12-111-0/+1
* bpo-37971: fix the position of decorator application (GH-30027)Carl Friedrich Bolz-Tereick2021-12-101-0/+3
* bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)Weipeng Hong2021-12-101-0/+3
* bpo-43795: Document stable_abi.txt format and contents (GH-29956)Petr Viktorin2021-12-101-0/+40
* bpo-46014: Add ability to use typing.Union with singledispatch (GH-30017)Yurii Karabas2021-12-101-0/+2
* bpo-27062: add `__all__` to inspect module (GH-30003)Kumar Aditya2021-12-101-0/+1
* bpo-46023: Fix makesetup handling of disabled rule (GH-30001)Christian Heimes2021-12-101-0/+2
* bpo-46000: Improve NetBSD curses compatibility (GH-29947)Thomas Klausner2021-12-101-0/+1
* bpo-43931: Export Python version as API data (GH-25577)Gabriele N. Tornetta2021-12-102-0/+5
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Steve Dower2021-12-091-0/+1
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-091-0/+1
* bpo-46016: Fix rest syntax of GH-29993 (GH-30006)Kumar Aditya2021-12-091-1/+1
* bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...Pablo Galindo Salgado2021-12-091-0/+2
* bpo-25066: Added repr for multiprocessing.Event (GH-29749)Kumar Aditya2021-12-091-0/+1
* bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)Victor Stinner2021-12-091-0/+3
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2021-12-081-0/+1
|\
| * bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)David CARLIER2021-12-081-0/+1