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-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
*
typing: Improve documentation of generic classes and aliases (#105369)
Alex Waygood
2023-06-07
1
-3/+5
*
gh-105437: Improve tests of type params names for PEP 695 (#105438)
Nikita Sobolev
2023-06-07
2
-4/+12
*
gh-105430: Remove `typing._Immutable` unused internal helper (#105434)
Nikita Sobolev
2023-06-07
1
-11/+0
*
gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...
Pablo Galindo Salgado
2023-06-07
1
-5/+26
*
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...
Pablo Galindo Salgado
2023-06-07
2
-7/+24
*
gh-105286: Further improvements to `typing.py` docstrings (#105363)
Alex Waygood
2023-06-07
1
-25/+43
*
GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)
Barney Gale
2023-06-06
2
-136/+151
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
3
-62/+2
*
gh-105407: Remove unused imports in the stdlib (#105411)
Victor Stinner
2023-06-06
5
-6/+0
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
23
-35/+2
*
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner
2023-06-06
1
-5/+0
*
gh-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401)
Victor Stinner
2023-06-06
1
-2/+1
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
1
-1/+1
*
gh-104783: locale.getencoding() fallback uses FS encoding (#105381)
Victor Stinner
2023-06-06
2
-9/+16
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
1
-32/+1
*
gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...
Pablo Galindo Salgado
2023-06-06
1
-1/+1
*
gh-104411: Update test_getint for Tcl 9.0 (GH-104412)
Christopher Chavez
2023-06-06
1
-1/+4
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
2
-6/+26
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-2/+0
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-2/+1
*
Display the sanitizer config in the regrtest header. (#105301)
Gregory P. Smith
2023-06-06
2
-1/+21
*
gh-105324: Fix tokenize module main function for stdin (#105325)
Pablo Galindo Salgado
2023-06-05
1
-2/+1
*
Remove dead code in codeop.py (#105263)
Tian Gao
2023-06-05
1
-10/+0
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
1
-2/+2
*
gh-105286: Improve `typing.py` docstrings (#105287)
Alex Waygood
2023-06-05
1
-217/+253
*
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...
Alex Waygood
2023-06-05
2
-8/+34
*
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
Alex Waygood
2023-06-05
2
-0/+63
*
gh-105164: Detect annotations inside match blocks (#105177)
Jelle Zijlstra
2023-06-05
1
-0/+111
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
6
-39/+57
*
gh-103558: Add coverage tests for argparse (#103570)
Tian Gao
2023-06-05
2
-7/+91
*
gh-98963: Restore the ability to have a dict-less property. (#105262)
Gregory P. Smith
2023-06-05
1
-5/+56
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
2
-22/+29
[next]