aboutsummaryrefslogtreecommitdiff
path: root/Misc
AgeCommit message (Expand)Author
2022-02-10bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard
2022-02-10bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado
2022-02-09bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher
2022-02-10bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)Dong-hee Na
2022-02-09bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root
2022-02-09bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya
2022-02-09bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja
2022-02-08bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale
2022-02-08bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra
2022-02-08bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...Dong-hee Na
2022-02-08bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado
2022-02-08bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon
2022-02-08bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard
2022-02-07bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes
2022-02-08bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner
2022-02-07bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe
2022-02-07bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Steve Dower
2022-02-07bpo-46072: Merge dxpairs into py_stats. (GH-31197)Mark Shannon
2022-02-07bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)Victor Stinner
2022-02-06bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Zackery Spytz
2022-02-06bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard
2022-02-06bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)Victor Stinner
2022-02-05bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes
2022-02-04bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov
2022-02-04bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya
2022-02-03Merge remote-tracking branch 'upstream/main'Pablo Galindo
2022-02-03bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy
2022-02-03closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)Benjamin Peterson
2022-02-03Python 3.11.0a5upstream-v3.11.0a5Pablo Galindo
2022-02-03bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Géry Ogam
2022-02-03bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...Miro Hrončok
2022-02-03bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)Dennis Sweeney
2022-02-03bpo-45773: Remove invalid peephole optimizations (GH-31066)Brandt Bucher
2022-02-03bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz
2022-02-03bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)Nikita Sobolev
2022-02-03bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev
2022-02-03Restrict use of Mock objects as specs (GH-31090)Matthew Suozzo
2022-02-02bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...Gregory P. Smith
2022-02-02bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Steve Dower
2022-02-02bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade
2022-02-02bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)Petr Viktorin
2022-02-02 bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes
2022-02-02bpo-43012: remove `pathlib._Accessor` (GH-25701)Barney Gale
2022-02-01bpo-46414: Add typing.reveal_type (#30646)Jelle Zijlstra
2022-02-01bpo-46602: Do not append conftest.c (GH-31062)adanhawth
2022-02-02bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Victor Stinner
2022-02-01bpo-46591: Make About IDLE doc link label clickable (GH-30251)Wes
2022-02-01bpo-14916: use specified tokenizer fd for file input (GH-31006)Paul m. p. P
2022-02-01bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)Victor Stinner
2022-02-01bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...Emiya