summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-2716: add license for audioop module (#19972)Furkan Onder2022-10-211-14/+30
* GH-98363: Fix exception handling in batched() (GH-98523)Raymond Hettinger2022-10-211-8/+21
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-211-0/+127
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-202-1/+257
* GH-98363: Presize the list for batched() (GH-98419)Raymond Hettinger2022-10-201-13/+13
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-181-27/+5
* Fix typos in comments (GH-98375)Raymond Hettinger2022-10-181-2/+2
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-172-2/+250
* Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)Benjamin Peterson2022-10-171-16/+0
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-172-2/+2
* gh-95534: Improve gzip reading speed by 10% (#97664)Ruben Vorderman2022-10-172-68/+670
* gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...Nikita Sobolev2022-10-161-0/+39
* gh-94808: Cover `PyEval_GetFuncName` (#98246)Nikita Sobolev2022-10-151-0/+7
* gh-98178: syslog() is not thread-safe on macOS (#98213)Victor Stinner2022-10-131-0/+5
* signalmodule.c uses _PyErr_WriteUnraisableMsg() (#98217)Victor Stinner2022-10-121-7/+6
* gh-44098: Release the GIL during mmap on Unix (GH-98146)Shantanu2022-10-101-3/+3
* gh-96821: Fix undefined behaviour in `audioop.c` (#96923)Matthias Görgens2022-10-101-12/+15
* gh-94808: Add coverage for bytesarray_setitem (#95802)Michael Droettboom2022-10-101-0/+15
* gh-95011: Migrate syslog module to Argument Clinic (GH-95012)Noam Cohen2022-10-082-72/+353
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-082-3/+37
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-081-0/+15
* gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)Hagai Helman Tov2022-10-072-4/+6
* gh-65496: Correct wording on csv's skipinitialspace argument (#96170)Stanley2022-10-071-4/+4
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-072-36/+236
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-072-29/+161
* Add more syslog tests (GH-97953)Serhiy Storchaka2022-10-071-1/+1
* Fix memory leaks in test_capi (#98017)Carl Meyer2022-10-071-0/+3
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-071-20/+0
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+140
* fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...Dong-hee Na2022-10-061-1/+6
* gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#9...Erik Welch2022-10-061-6/+3
* gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)Ned Deily2022-10-061-8/+52
* gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)Nikita Sobolev2022-10-061-0/+21
* gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)Serhiy Storchaka2022-10-051-1/+1
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-052-1/+31
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-051-3/+1
* gh-94808: Add test coverage for PyObject_HasAttrString (#96627)MonadChains2022-10-031-0/+26
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-033-14/+14
* GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)Guido van Rossum2022-09-301-2/+7
* gh-94526: getpath_dirname() no longer encodes the path (#97645)Victor Stinner2022-09-301-9/+14
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-301-0/+8
* bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...Michael Curran2022-09-261-0/+13
* Fix typo in docstring and remove duplicate signal.h include in faulthandler.c...chgnrdv2022-09-261-2/+1
* GH-78724: Initialize struct.Struct in __new__ (GH-94532)Kumar Aditya2022-09-252-41/+34
* gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)Mark Dickinson2022-09-251-26/+70
* gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)Dong-hee Na2022-09-227-17/+27
* gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)Matthias Görgens2022-09-191-1/+3
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-151-0/+19
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-133-26699/+26982
* GH-96754: Check whether the interpreter frame is complete before creating fra...Mark Shannon2022-09-131-0/+3