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-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
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-02-03
5
-5/+8
|
\
|
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
2
-1/+4
|
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Terry Jan Reedy
2022-02-03
3
-4/+4
*
|
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
1
-37/+46
|
/
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
1
-13/+14
*
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...
Miro Hrončok
2022-02-03
2
-47/+85
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
3
-11/+20
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
2
-12/+0
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
13
-8/+20
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
3
-3/+19
*
bpo-45629: Improve test.support.skip_if_buildbot (GH-31094)
Gregory P. Smith
2022-02-03
1
-4/+6
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
5
-24/+9
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
1
-3/+14
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
2
-1/+72
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-0/+16
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
2
-0/+23
*
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale
2022-02-02
2
-130/+76
*
bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)
Nikita Sobolev
2022-02-02
1
-6/+5
*
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger
2022-02-02
1
-0/+4
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
2
-1/+31
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner
2022-02-02
1
-4/+11
[next]