summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-75905: Remove test_xmlrpc_net: skipped since 2017 (#105796)Victor Stinner2023-06-141-31/+0
* GH-77273: Better bytecodes for f-strings (GH-6132)Mark Shannon2023-06-144-21/+19
* xmlrpc.client uses datetime.datetime.isoformat() (#105741)Victor Stinner2023-06-142-32/+12
* gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)Alex Waygood2023-06-142-2/+51
* gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...Alex Waygood2023-06-142-12/+119
* gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)Jelle Zijlstra2023-06-142-2/+109
* gh-102541: Hide traceback in help prompt (gh-102614)Kirill Podoprigora2023-06-141-8/+13
* gh-105745: Fix open method of webbrowser.Konqueror (#105746)Nikita Sobolev2023-06-141-9/+0
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-145-53/+6
* GH-89812: Clean up pathlib tests. (#104829)Barney Gale2023-06-141-84/+96
* gh-105751: test_ctypes avoids "from ctypes import *" (#105768)Victor Stinner2023-06-1448-83/+179
* gh-105751: test_ctypes.test_numbers uses top level imports (#105762)Victor Stinner2023-06-141-32/+8
* gh-105751: test_ctypes gets Windows attrs from ctypes (#105758)Victor Stinner2023-06-1411-64/+75
* gh-104812: Skip Pending Calls Tests if No Threading (gh-105761)Eric Snow2023-06-141-0/+2
* GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)zentarim2023-06-131-5/+5
* gh-105436: Ignore unrelated errors when checking empty env (GH-105742)Steve Dower2023-06-131-3/+4
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-132-3/+407
* gh-102613: Bump recursion limit to fix running test_pathlib under Coverage (#...Ɓukasz Langa2023-06-131-1/+1
* gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)Victor Stinner2023-06-133-9/+39
* gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)Eric Snow2023-06-132-2/+6
* gh-105718: Fix buffer allocation in tokenizer with readline (#105728)Lysandros Nikolaou2023-06-131-0/+10
* Fix magic number (GH-105722)Mark Shannon2023-06-131-3/+2
* GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...Mark Shannon2023-06-134-35/+44
* GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...Kumar Aditya2023-06-134-16/+5
* gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)Jay2023-06-122-0/+19
* gh-105436: The environment block should end with two null wchar_t values (GH-...Dora2032023-06-121-0/+7
* gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)Petr Viktorin2023-06-121-7/+36
* bpo-44185: Added close() to mock_open __exit__ (#26902)Samet YASLAN2023-06-112-3/+7
* gh-102676: Add more convenience properties to `dis.Instruction` (#103969)Tomas R2023-06-112-196/+390
* Fix typo in configparser module docstring (#105652)litlighilit2023-06-111-1/+1
* gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-113-9/+31
* gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed li...Pablo Galindo Salgado2023-06-091-0/+33
* gh-105564: Don't include artificial newlines in the line attribute of tokens ...Pablo Galindo Salgado2023-06-092-25/+25
* gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542)Ethan Furman2023-06-092-8/+46
* Miscellaneous improvements to the typing docs (#105529)Alex Waygood2023-06-091-6/+6
* gh-105557: Remove duplicate sqlite3 test method (#105558)Erlend E. Aasland2023-06-091-7/+2
* gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...Thomas Grainger2023-06-092-2/+53
* gh-105407: Remove unused imports (#105554)Victor Stinner2023-06-094-4/+3
* gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)Nikita Sobolev2023-06-091-14/+0
* gh-102832: IDLE - update stackviewer open (#105528)Terry Jan Reedy2023-06-081-2/+2
* gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#10...Irit Katriel2023-06-084-52/+22
* gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)Nikita Sobolev2023-06-082-22/+36
* gh-104310: Rename the New Function in importlib.util (gh-105255)Eric Snow2023-06-082-18/+34
* test_types: Replace raw assert statements (#105500)Jelle Zijlstra2023-06-081-25/+27
* Further improve docs for `typing.Annotated` (#105498)Alex Waygood2023-06-081-6/+8
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-081-6/+0
* gh-105431: Remove unused stuff from `test_typing.NewTypeTests` (#105432)Nikita Sobolev2023-06-081-7/+0
* gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...Dong-hee Na2023-06-072-4/+37
* GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)Barney Gale2023-06-071-17/+27
* gh-103171: Forward-port new tests for runtime-checkable protocols dec orated ...Alex Waygood2023-06-071-0/+65