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
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79
2022-02-17
2
-2/+15
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
2
-8/+17
*
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher
2022-02-16
1
-0/+4
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
2
-12/+54
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
1
-308/+360
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-0/+2
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
1
-5/+5
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
6
-2/+991
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
2
-2/+6
*
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
Alex Waygood
2022-02-15
1
-4/+0
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
11
-527/+2476
*
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon
2022-02-15
1
-0/+10
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
9
-3/+75
*
bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
aha79
2022-02-12
2
-1/+7
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
1
-0/+9
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
1
-0/+186
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-2/+2
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Arie Bovenberg
2022-02-11
2
-0/+7
*
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher
2022-02-10
1
-0/+1
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
1
-1/+1
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
Andrew Svetlov
2022-02-10
6
-4/+28
*
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...
Pablo Galindo Salgado
2022-02-10
1
-0/+8
*
bpo-46528: Attempt SWAPs at compile-time (GH-30970)
Brandt Bucher
2022-02-09
1
-0/+67
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Joshua Root
2022-02-09
2
-6/+70
*
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...
Andrzej Mateja
2022-02-09
2
-0/+14
*
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
Nikita Sobolev
2022-02-09
1
-0/+4
*
bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)
Barney Gale
2022-02-08
2
-12/+18
*
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
Jelle Zijlstra
2022-02-08
2
-19/+93
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
1
-43/+11
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
2
-5/+6
*
bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)
Gregory Beauregard
2022-02-08
2
-0/+18
*
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...
Jason Wilkes
2022-02-08
1
-1/+2
*
bpo-46659: calendar uses locale.getlocale() (GH-31166)
Victor Stinner
2022-02-07
2
-3/+4
*
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
James Hilton-Balfe
2022-02-07
2
-2/+65
*
bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)
Victor Stinner
2022-02-07
2
-12/+25
*
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...
Nikita Sobolev
2022-02-07
2
-18/+18
*
bpo-46589: Improve documentation for typing._GenericAlias (GH-31026)
Matthew Rahtz
2022-02-07
1
-32/+110
*
bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)
Nikita Sobolev
2022-02-07
2
-16/+59
*
bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
Gregory Beauregard
2022-02-06
2
-1/+6
*
bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)
Victor Stinner
2022-02-06
1
-1/+1
*
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner
2022-02-06
3
-19/+15
*
Add more tests for variable substitution in generics (GH-31170)
Serhiy Storchaka
2022-02-06
1
-0/+27
*
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
Victor Stinner
2022-02-06
1
-0/+2
*
bpo-23952: Document cgi module's maxlen variable (GH-30338)
Hugo van Kemenade
2022-02-06
1
-0/+5
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
17
-19/+64
*
Fix __init_subclass__ using self instead of class (#31135)
Gregory Beauregard
2022-02-05
1
-1/+1
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-1/+2
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-4/+6
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
12
-0/+0
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Caio Agiani
2022-02-04
1
-1/+1
[next]