summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Small speed-up for NormalDist.samples (GH-94730)Raymond Hettinger2022-07-111-1/+1
* GH-94694: Fix column offsets for multi-line method lookups (GH-94697)Brandt Bucher2022-07-102-0/+72
* Improve dataclass docstring (gh-94686)Tom Fryers2022-07-091-9/+8
* gh-94607: Fix subclassing generics (GH-94610)Ken Jin2022-07-092-0/+32
* GH-93252: Fix error handling for failed Python calls (GH-94693)Brandt Bucher2022-07-091-0/+12
* Increase test coverage of Objects/exceptions.c (GH-94674)Irit Katriel2022-07-082-5/+59
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-082-60/+0
* gh-94215: Fix error handling for line-tracing events (GH-94681)Brandt Bucher2022-07-081-1/+0
* gh-93654: Add module docstring to pathlib (GH-94611)Samuel Sloniker2022-07-071-0/+7
* gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)finefoot2022-07-072-13/+39
* gh-93910: Fix enum performance regression (GH-94614)Michael Droettboom2022-07-072-8/+10
* gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563)Christian Heimes2022-07-071-6/+104
* gh-94430: Allow params named `module` or `self` with custom C names in Argume...Erlend Egeberg Aasland2022-07-071-0/+41
* gh-92228: disable the compiler's 'small exit block inlining' optimization for...Irit Katriel2022-07-073-20/+18
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Kumar Aditya2022-07-062-0/+18
* gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...Pablo Galindo Salgado2022-07-052-0/+78
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-051-0/+109
* gh-90355: Add isolated flag if currently isolated (GH-92857)Carter Dodd2022-07-051-2/+12
* gh-92897: Ensure `venv --copies` respects source build property of the creati...Jeremy Kloth2022-07-055-40/+76
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-052-2/+5
* gh-94485: Set line number of module's RESUME instruction to 0, as specified b...Irit Katriel2022-07-054-14/+16
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-052-74/+0
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-051-3/+3
* gh-94383: Remove ElementTree.Element.copy() method (#94384)Victor Stinner2022-07-042-42/+0
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-042-6/+3
* gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)Jason R. Coombs2022-07-031-5/+14
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-032-0/+11
* IDLE doc: Tweek RESTART and Windows console start (#94530)Terry Jan Reedy2022-07-031-3/+5
* gh-93096: Remove `python -m base64 -t` (gh-94230)Oleg Iarygin2022-07-022-22/+6
* gh-93096: Remove `python -m codecs` (gh-94233)Oleg Iarygin2022-07-021-10/+0
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-014-13/+62
* GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)Mark Shannon2022-07-011-4/+61
* GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...Mark Shannon2022-07-011-0/+37
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)Guido van Rossum2022-06-302-4/+25
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)Mehdi ABAAKOUK2022-06-304-1/+20
* GH-94329: Don't raise on excessive stack consumption (GH-94421)Mark Shannon2022-06-301-0/+6
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Irit Katriel2022-06-302-7/+7
* gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)Christian Heimes2022-06-291-39/+38
* gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)Victor Stinner2022-06-281-39/+0
* gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)Robin Plumey2022-06-282-2/+4
* gh-87995: Make MappingProxyType hashable (GH-94252)Serhiy Storchaka2022-06-281-0/+10
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-282-75/+5
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Christian Heimes2022-06-281-27/+33
* GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)Kumar Aditya2022-06-281-0/+23
* gh-82006: IDLE doc improvements (#94349)Terry Jan Reedy2022-06-272-177/+306
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-275-22/+56
* gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)Thomas B. Brunner2022-06-271-3/+6
* gh-90473: Reduce recursion limit on WASI even further (GH-94333)Christian Heimes2022-06-271-2/+2
* GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)Mark Shannon2022-06-273-1/+40
* gh-94318: Strip trailing spaces in pydoc text output (GH-94319)Serhiy Storchaka2022-06-273-78/+77