summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-45459: Rename buffer.h to pybuffer.h (#31201)Victor Stinner2022-02-221-0/+3
* bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)Victor Stinner2022-02-221-0/+4
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Thomas Grainger2022-02-221-0/+1
* bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31...Irit Katriel2022-02-221-0/+1
* bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...Serhiy Storchaka2022-02-221-0/+3
* bpo-45390: Propagate CancelledError's message from cancelled task to its awai...Andrew Svetlov2022-02-211-0/+2
* bpo-46329: Streamline calling sequence a bit. (GH-31465)Mark Shannon2022-02-211-0/+2
* fix __bool__ docstring (GH-31301)Jelle Zijlstra2022-02-211-0/+2
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)Sebastian Pipping2022-02-211-0/+1
* bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)Christian Heimes2022-02-201-0/+2
* bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Lital Natan2022-02-202-0/+3
* Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH...Andrew Svetlov2022-02-201-0/+2
* bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)Nikita Sobolev2022-02-201-0/+1
* bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)Nikita Sobolev2022-02-191-0/+4
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)Yilei "Dolee" Yang2022-02-181-0/+1
* bpo-46329: Change calling sequence (again) (GH-31373)Mark Shannon2022-02-181-0/+6
* bpo-46724: Fix dis support for overflow args (GH-31285)Saul Shanabrook2022-02-181-0/+1
* bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...Brian Faherty2022-02-171-0/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)aha792022-02-172-0/+5
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-172-0/+4
* bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)Brandt Bucher2022-02-161-0/+1
* bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)Brandt Bucher2022-02-161-0/+2
* 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