summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91320: Fix more old-style cast warnings in C++ (#92247)Victor Stinner2022-05-033-16/+19
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-0399-975/+978
* gh-89289: Harden sqlite3.Connection init (#92214)Erlend Egeberg Aasland2022-05-031-8/+15
* gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)Victor Stinner2022-05-034-14/+47
* gh-92206: Improve scoping of sqlite3 reset statement helper (#92241)Erlend Egeberg Aasland2022-05-033-30/+28
* bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)David CARLIER2022-05-033-0/+13
* bpo-29890: Test IPv*Interface construction with tuple argument (#30862)Humbled Drugman2022-05-032-0/+10
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-032-1/+2
* gh-88753: Make BooleanOptionalAction's addition of default to help more simil...Toshio Kuratomi2022-05-033-16/+32
* gh-89452: Prefer gdbm-compat over ndbm (#92208)Łukasz Langa2022-05-035-9/+11
* bpo-46604: fix function name in ssl module docstring (#31064)Kossi GLOKPOR2022-05-031-3/+4
* gh-92031: Deoptimize Static Code at Finalization (GH-92039)Dennis Sweeney2022-05-035-10/+225
* gh-90887: posix module: Add more flags for fcopy_file (#31300)David CARLIER2022-05-032-0/+4
* GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)Ma Lin2022-05-031-3/+2
* Link to GitHub instead of BPO for CPython bug tracker (GH-92221)slateny2022-05-032-9/+3
* gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)Victor Stinner2022-05-039-24/+24
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-036-7/+172
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-036-0/+53
* gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)Erlend Egeberg Aasland2022-05-033-28/+23
* Dependabot: only bump actions for major versions (#92186)Hugo van Kemenade2022-05-032-3/+8
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-035-3/+92
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Thomas Cellerier2022-05-033-9/+24
* The stdev calculation is more accurate computing its own mean (#92220)Raymond Hettinger2022-05-031-2/+1
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-0310-41/+33
* Fix doc warnings in What's New in 3.11 (GH-92215)Ken Jin2022-05-031-1/+1
* bpo-46267: Test compresslevel in gzip.compress (#30416)Ruben Vorderman2022-05-031-0/+9
* gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)Erlend Egeberg Aasland2022-05-033-16/+14
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-024-1/+57
* gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)Shantanu2022-05-023-3/+35
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-023-2/+12
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-025-4/+66
* gh-92106: Add test that subscription works on arbitrary TypedDicts (#92176)Serhiy Storchaka2022-05-021-0/+13
* gh-92032: Add soft keywords to rlcompleter (#92029)kbeldan2022-05-023-2/+7
* bpo-46586: Fix more erroneous doc links to builtins (#31429)Meer Suri2022-05-023-3/+3
* Delete outdated comment in logging module (#31117)Thomas Miedema2022-05-021-2/+0
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-023-9/+29
* bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)Yassir Karroum2022-05-021-1/+1
* bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)Nikita Sobolev2022-05-022-0/+2
* importlib docs: Update importlib.abc hierarchy (#31113)David Gilbertson2022-05-021-4/+3
* bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)themylogin2022-05-022-0/+4
* Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)larryhastings2022-05-022-1/+3
* Fix duplicate word. (GH-92182)Benjamin Peterson2022-05-021-1/+1
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-024-0/+19
* gh-90765: configparser test: Catch deprecation warning (#91480)Hugo van Kemenade2022-05-021-1/+3
* gh-90213: Speed up right shifts of negative integers (GH-30277)Mark Dickinson2022-05-023-29/+75
* gh-91783: Document security considerations for shutil.unpack_archive (#91844)Sam Ezeh2022-05-022-1/+9
* suggestions.c: Improve efficiency of levenshtein_distance method (#91835)Pieter Eendebak2022-05-021-1/+3
* Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)Hugo van Kemenade2022-05-021-4/+4
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-024-13/+106
* gh-92082: contextlib docs: Change aclosing from a class to a function for con...Thaddeus14992022-05-021-1/+1