summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Remove Python 3.3 compatibility code from overlapped.c (GH-31049)Kumar Aditya2022-02-021-6/+0
* bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)Nikita Sobolev2022-02-021-6/+5
* Add recipe for subslices (GH-31028)Raymond Hettinger2022-02-021-0/+9
* Fix minor details in the Counter docs (GH-31029)Raymond Hettinger2022-02-022-3/+14
* bpo-46414: Add typing.reveal_type (#30646)Jelle Zijlstra2022-02-024-1/+63
* bpo-46602: Do not append conftest.c (GH-31062)adanhawth2022-02-023-4/+5
* bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Victor Stinner2022-02-022-4/+13
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Wes2022-02-024-2/+7
* bpo-14916: use specified tokenizer fd for file input (GH-31006)Paul m. p. P2022-02-012-1/+2
* bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)Brandt Bucher2022-02-012-15/+8
* bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)Victor Stinner2022-02-012-11/+16
* bpo-45953: Preserve backward compatibility on some PyThreadState field names....Eric Snow2022-02-012-6/+9
* bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...Emiya2022-02-013-0/+13
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)Kumar Aditya2022-02-012-3/+4
* bpo-46072: Add some object layout and allocation stats (GH-31051)Mark Shannon2022-02-015-1/+51
* bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024)Nikita Sobolev2022-02-011-6/+2
* bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)Victor Stinner2022-02-013-14/+71
* bpo-46564: do not create frame object for super object (GH-31002)Kumar Aditya2022-02-012-12/+9
* bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)Irit Katriel2022-02-011-2/+2
* bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)Petr Viktorin2022-02-011-9/+20
* bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)Nikita Sobolev2022-02-011-0/+7
* bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)Victor Stinner2022-01-315-23/+47
* bpo-46407: Fix long_mod refleak (GH-31025)Ken Jin2022-01-311-1/+1