COMMITS
October 7, 2022
M
[3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032)
Miss Islington (bot) committed
M
gh-96073: fix backticks in NEWS entry (GH-98056)
Miss Islington (bot) committed
M
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot) committed
M
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
Miss Islington (bot) committed
M
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot) committed
M
[3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050)
Miss Islington (bot) committed
M
gh-64921: Clarify wording for open()'s newline arg (GH-96171)
Miss Islington (bot) committed
M
Add note on capture_output arg to subprocess.run() docstring (GH-98012)
Miss Islington (bot) committed
C
[3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029)
Christopher Chianelli committed
M
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
Miss Islington (bot) committed
M
[3.10] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949) (GH-97989)
Miss Islington (bot) committed
M
[3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008)
Miss Islington (bot) committed
October 6, 2022
M
gh-97850: Remove the open issues section from the import reference (GH-97935)
Miss Islington (bot) committed
M
gh-86482: Document assignment expression need for ()s (GH-23291)
Miss Islington (bot) committed
M
[3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967)
Miss Islington (bot) committed
Ł
[3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977)
Łukasz Langa committed
M
[3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948)
Miss Islington (bot) committed
October 5, 2022
M
GH-88968: Add notes about socket ownership transfers (GH-97936)
Miss Islington (bot) committed
M
[3.10] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96836)
Miss Islington (bot) committed
M
[3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97884)
Miss Islington (bot) committed
Ł
M
gh-91539: improve performance of get_proxies_environment (GH-91566)
Miss Islington (bot) committed
M
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911)
Miss Islington (bot) committed
M
[3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97890)
Miss Islington (bot) committed
Ł
[3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)
Łukasz Langa committed
Ł
M
[3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97888)
Miss Islington (bot) committed
M
gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383)
Miss Islington (bot) committed
M
gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662)
Miss Islington (bot) committed
M
gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (GH-97826)
Miss Islington (bot) committed