summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-161-0/+1
* Remove offsets from expected output in test.test_dis (GH-31369)Mark Shannon2022-02-161-0/+2
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Eric V. Smith2022-02-161-0/+2
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-162-0/+4
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-151-0/+2
* bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)Zackery Spytz2022-02-151-0/+2
* bpo-44011: New asyncio ssl implementation (#31275)Kumar Aditya2022-02-151-0/+2
* bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)Mark Shannon2022-02-151-0/+2
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-131-0/+2
* bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)aha792022-02-121-0/+3
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)Cyril Jouve2022-02-121-0/+1
* bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Jacob Walls2022-02-121-0/+5
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Dennis Sweeney2022-02-111-0/+1
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-0/+2
* bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Arie Bovenberg2022-02-111-0/+2
* bpo-44953: Add newline at end of NEWS entry (GH-31265)Dennis Sweeney2022-02-101-1/+1
* bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)Dennis Sweeney2022-02-101-0/+1
* bpo-45923: Add `RESUME_QUICK` (GH-31244)Brandt Bucher2022-02-101-0/+1
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-101-0/+2
* Fix sphinx-lint after #31097 and b878b3a (GH-31248)Nikita Sobolev2022-02-102-2/+2
* bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard2022-02-102-1/+3
* bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado2022-02-101-0/+2
* bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher2022-02-091-0/+2
* bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)Dong-hee Na2022-02-091-0/+3
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root2022-02-091-0/+1
* bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya2022-02-091-0/+1
* bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja2022-02-091-0/+1
* bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale2022-02-081-0/+2
* bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra2022-02-081-0/+2
* bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...Dong-hee Na2022-02-081-0/+2
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-081-0/+2
* bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon2022-02-081-0/+2
* bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard2022-02-081-0/+1
* bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes2022-02-081-0/+3
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-071-0/+4
* bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe2022-02-071-0/+2
* bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Steve Dower2022-02-071-0/+4
* bpo-46072: Merge dxpairs into py_stats. (GH-31197)Mark Shannon2022-02-071-0/+2
* bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)Victor Stinner2022-02-071-0/+3
* bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Zackery Spytz2022-02-071-0/+1
* bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard2022-02-061-0/+1
* bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)Victor Stinner2022-02-061-0/+4
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-051-0/+9
* bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov2022-02-051-0/+2
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-0/+2
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-02-032-0/+2
|\
| * bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy2022-02-031-0/+1
| * closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)Benjamin Peterson2022-02-031-0/+1
* | Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-0396-198/+986
|/
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Géry Ogam2022-02-031-0/+3