index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-75905: Remove test_xmlrpc_net: skipped since 2017 (#105796)
Victor Stinner
2023-06-14
1
-31/+0
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
4
-21/+19
*
xmlrpc.client uses datetime.datetime.isoformat() (#105741)
Victor Stinner
2023-06-14
2
-32/+12
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
2
-2/+51
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
2
-12/+119
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
2
-2/+109
*
gh-102541: Hide traceback in help prompt (gh-102614)
Kirill Podoprigora
2023-06-14
1
-8/+13
*
gh-105745: Fix open method of webbrowser.Konqueror (#105746)
Nikita Sobolev
2023-06-14
1
-9/+0
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
5
-53/+6
*
GH-89812: Clean up pathlib tests. (#104829)
Barney Gale
2023-06-14
1
-84/+96
*
gh-105751: test_ctypes avoids "from ctypes import *" (#105768)
Victor Stinner
2023-06-14
48
-83/+179
*
gh-105751: test_ctypes.test_numbers uses top level imports (#105762)
Victor Stinner
2023-06-14
1
-32/+8
*
gh-105751: test_ctypes gets Windows attrs from ctypes (#105758)
Victor Stinner
2023-06-14
11
-64/+75
*
gh-104812: Skip Pending Calls Tests if No Threading (gh-105761)
Eric Snow
2023-06-14
1
-0/+2
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
1
-5/+5
*
gh-105436: Ignore unrelated errors when checking empty env (GH-105742)
Steve Dower
2023-06-13
1
-3/+4
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
2
-3/+407
*
gh-102613: Bump recursion limit to fix running test_pathlib under Coverage (#...
Ćukasz Langa
2023-06-13
1
-1/+1
*
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
Victor Stinner
2023-06-13
3
-9/+39
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
2
-2/+6
*
gh-105718: Fix buffer allocation in tokenizer with readline (#105728)
Lysandros Nikolaou
2023-06-13
1
-0/+10
*
Fix magic number (GH-105722)
Mark Shannon
2023-06-13
1
-3/+2
*
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...
Mark Shannon
2023-06-13
4
-35/+44
*
GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...
Kumar Aditya
2023-06-13
4
-16/+5
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
2
-0/+19
*
gh-105436: The environment block should end with two null wchar_t values (GH-...
Dora203
2023-06-12
1
-0/+7
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-7/+36
*
bpo-44185: Added close() to mock_open __exit__ (#26902)
Samet YASLAN
2023-06-11
2
-3/+7
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
2
-196/+390
*
Fix typo in configparser module docstring (#105652)
litlighilit
2023-06-11
1
-1/+1
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
3
-9/+31
*
gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed li...
Pablo Galindo Salgado
2023-06-09
1
-0/+33
*
gh-105564: Don't include artificial newlines in the line attribute of tokens ...
Pablo Galindo Salgado
2023-06-09
2
-25/+25
*
gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542)
Ethan Furman
2023-06-09
2
-8/+46
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-6/+6
*
gh-105557: Remove duplicate sqlite3 test method (#105558)
Erlend E. Aasland
2023-06-09
1
-7/+2
*
gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...
Thomas Grainger
2023-06-09
2
-2/+53
*
gh-105407: Remove unused imports (#105554)
Victor Stinner
2023-06-09
4
-4/+3
*
gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)
Nikita Sobolev
2023-06-09
1
-14/+0
*
gh-102832: IDLE - update stackviewer open (#105528)
Terry Jan Reedy
2023-06-08
1
-2/+2
*
gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#10...
Irit Katriel
2023-06-08
4
-52/+22
*
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
Nikita Sobolev
2023-06-08
2
-22/+36
*
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow
2023-06-08
2
-18/+34
*
test_types: Replace raw assert statements (#105500)
Jelle Zijlstra
2023-06-08
1
-25/+27
*
Further improve docs for `typing.Annotated` (#105498)
Alex Waygood
2023-06-08
1
-6/+8
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
1
-6/+0
*
gh-105431: Remove unused stuff from `test_typing.NewTypeTests` (#105432)
Nikita Sobolev
2023-06-08
1
-7/+0
*
gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...
Dong-hee Na
2023-06-07
2
-4/+37
*
GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)
Barney Gale
2023-06-07
1
-17/+27
*
gh-103171: Forward-port new tests for runtime-checkable protocols dec orated ...
Alex Waygood
2023-06-07
1
-0/+65
[next]