summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado2022-02-101-0/+8
* bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher2022-02-091-0/+67
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root2022-02-092-6/+70
* bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja2022-02-092-0/+14
* bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)Nikita Sobolev2022-02-091-0/+4
* bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale2022-02-082-12/+18
* bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra2022-02-082-19/+93
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-081-43/+11
* bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon2022-02-082-5/+6
* bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard2022-02-082-0/+18
* bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes2022-02-081-1/+2
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-072-3/+4
* bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe2022-02-072-2/+65
* bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)Victor Stinner2022-02-072-12/+25
* bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...Nikita Sobolev2022-02-072-18/+18
* bpo-46589: Improve documentation for typing._GenericAlias (GH-31026)Matthew Rahtz2022-02-071-32/+110
* bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)Nikita Sobolev2022-02-072-16/+59
* bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard2022-02-062-1/+6
* bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)Victor Stinner2022-02-061-1/+1
* bpo-46659: Update the test on the mbcs codec alias (GH-31168)Victor Stinner2022-02-063-19/+15
* Add more tests for variable substitution in generics (GH-31170)Serhiy Storchaka2022-02-061-0/+27
* bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)Victor Stinner2022-02-061-0/+2
* bpo-23952: Document cgi module's maxlen variable (GH-30338)Hugo van Kemenade2022-02-061-0/+5
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-0517-19/+64
* Fix __init_subclass__ using self instead of class (#31135)Gregory Beauregard2022-02-051-1/+1
* bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov2022-02-051-1/+2
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-4/+6
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-0412-0/+0
* bpo-46588: fix typo in test_calltip.py (GH-31119)Caio Agiani2022-02-041-1/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-02-035-5/+8
|\
| * bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy2022-02-032-1/+4
| * bpo-45975: IDLE - Remove extraneous parens (GH-31107)Terry Jan Reedy2022-02-033-4/+4
* | Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-37/+46
|/
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Géry Ogam2022-02-031-13/+14
* bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...Miro Hrončok2022-02-032-47/+85
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-033-11/+20
* bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)Nikita Sobolev2022-02-032-12/+0
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-0313-8/+20
* Restrict use of Mock objects as specs (GH-31090)Matthew Suozzo2022-02-033-3/+19
* bpo-45629: Improve test.support.skip_if_buildbot (GH-31094)Gregory P. Smith2022-02-031-4/+6
* bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)Nick Drozd2022-02-035-24/+9
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Steve Dower2022-02-021-3/+14
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-022-1/+72
* bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)Petr Viktorin2022-02-021-0/+16
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-022-0/+23
* bpo-43012: remove `pathlib._Accessor` (GH-25701)Barney Gale2022-02-022-130/+76
* bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)Nikita Sobolev2022-02-021-6/+5
* Fix minor details in the Counter docs (GH-31029)Raymond Hettinger2022-02-021-0/+4
* bpo-46414: Add typing.reveal_type (#30646)Jelle Zijlstra2022-02-022-1/+31
* bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Victor Stinner2022-02-021-4/+11