summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)Nikita Sobolev2022-02-072-16/+59
* bpo-46670: Test if a macro is defined, not its value (GH-31178)Victor Stinner2022-02-077-16/+16
* bpo-46670: Define all macros for stringlib (GH-31176)Victor Stinner2022-02-0710-17/+24
* bpo-46670: Remove unused get_frame_state() function (GH-31177)Victor Stinner2022-02-071-9/+0
* bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard2022-02-063-1/+7
* 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-062-0/+10
* [doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)Julien Palard2022-02-061-9/+3
* bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)Victor Stinner2022-02-063-21/+20
* Allows to specify the port on which serve documentation (GH-31145)Christophe Nanteuil2022-02-061-1/+2
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-0527-50/+228
* bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)Kumar Aditya2022-02-051-10/+12
* 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-053-1/+20
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-049-84/+87
* bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)Steve Dower2022-02-042-29/+42
* Add miss stats for specialized instructions. (GH-31108)Mark Shannon2022-02-043-31/+43
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-0425-1/+1
* 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-0314-35/+46
|\
| * bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy2022-02-033-1/+5
| * bpo-45975: IDLE - Remove extraneous parens (GH-31107)Terry Jan Reedy2022-02-033-4/+4
| * closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)Benjamin Peterson2022-02-032-0/+4
| * Collect stats for UNPACK_SEQUENCE. (GH-31105)Mark Shannon2022-02-032-1/+22
| * Pass reference to func, as well as args, when pushing frame. (GH-31100)Mark Shannon2022-02-035-29/+11
* | Post 3.11.0a5Pablo Galindo2022-02-031-1/+1
* | Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-0399-238/+1035
|/
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Géry Ogam2022-02-032-13/+17
* bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)Nikita Sobolev2022-02-031-1/+1
* bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...Miro Hrončok2022-02-034-51/+95
* bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)Dennis Sweeney2022-02-032-2/+48
* bpo-45773: Remove invalid peephole optimizations (GH-31066)Brandt Bucher2022-02-032-2/+1
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-038-11/+40
* bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)Nikita Sobolev2022-02-035-14/+4
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-0314-8/+21
* Restrict use of Mock objects as specs (GH-31090)Matthew Suozzo2022-02-034-3/+20
* 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-46576: bpo-46524: Disable compiler optimization within test_peg_generator...Gregory P. Smith2022-02-022-0/+13
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Steve Dower2022-02-022-3/+16
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-025-11/+105
* bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)Oleg Iarygin2022-02-021-5/+0
* bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)Petr Viktorin2022-02-025-9/+74
* Add specialization stats for FOR_ITER. (GH-31079)Mark Shannon2022-02-023-1/+74
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-0217-131/+308
* bpo-43012: remove `pathlib._Accessor` (GH-25701)Barney Gale2022-02-023-130/+78
* bpo-46072: Add some frame stats. (GH-31060)Mark Shannon2022-02-027-1/+16