summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-142-97/+9
* idlelib: replace 'while 1' with 'while True' (#94827)Terry Jan Reedy2022-07-146-8/+8
* gh-94499 Add test for private name mangling in class pattern matching (#94500)da-woods2022-07-131-0/+14
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-132-2/+149
* gh-94713 - Replacing while 1 with while True (#94714)Itay2022-07-131-1/+1
* Fix typo in _exact_ratio comment. (GH-94789)Benjamin Peterson2022-07-121-1/+1
* docs: typing.Self, fix typo (GH-94771)Max Zhenzhera2022-07-121-1/+1
* gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)Petr Viktorin2022-07-123-17/+56
* GH-94736: mark SemLock test as linux only (GH-94750)Kumar Aditya2022-07-111-0/+1
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...Kumar Aditya2022-07-112-2/+32
* GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)Kumar Aditya2022-07-111-0/+11
* gh-93883: Fix some tests involving traceback formatting (#94737)John Belmonte2022-07-111-4/+0
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-112-3/+8
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-115-123/+94
* 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