| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
default (GH-115544)
(cherry picked from commit 6cd18c75a41a74cab69ebef0b7def3e48421bdd1)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
|
|
|
|
| |
(cherry picked from commit 57d31ec3598429789492e0b3544efaaffca5799f)
Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com>
|
|
|
|
|
|
|
| |
ArgumentParser.parse_known_args() (GH-114180) (GH-115675)
(cherry picked from commit e47ecbd0420528f1f9f282d9e7acfcf586a4caa1)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
|
|
| |
multiprocessing.rst (GH-115665) (GH-115677)
(cherry picked from commit 8f602981ba95273f036968cfc5ac28fdcd1808fa)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
| |
versionchanged directives (GH-115676) (#115678)
|
|
|
|
|
|
|
| |
(GH-115342) (GH-115671)
(cherry picked from commit 872cc9957a9c8b971448e7377fad865f351da6c9)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 07ef9d86a5efa82d06a8e7e15dd3aff1e946aa6b)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 7b25a82e83ad8fe15e4302bb7655309573affa83)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
|
|
|
| |
(GH-115171) (#115662)
gh-115154: Fix untokenize handling of unicode named literals (GH-115171)
(cherry picked from commit ecf16ee50e42f979624e55fa343a8522942db2e7)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
|
|
|
|
|
|
|
| |
multiprocessing.get_start_method (GH-115658) (GH-115659)
(cherry picked from commit d504968983c5cd5ddbdf73ccd3693ffb89e7952f)
Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
Docs: Add explanation about little/big endian (GH-109841)
(cherry picked from commit 177b9cb52e57da4e62dd8483bcd5905990d03f9e)
Co-authored-by: Simon A. Eugster <simon.eu@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
|
|
|
|
|
|
| |
BaseEventLoop.shutdown_default_executor (GH-115622) (#115641)
(cherry picked from commit 53d5e67804227d541ed2f9e8efea8de5d70cb1ec)
Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#115633)
* [3.12] gh-115572: Move `codeobject.replace()` docs to the data model (GH-115631)
(cherry picked from commit 0c80da4c14d904a367968955544dd6ae58c8101c)
Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
* Remove note about copy.replace
---------
Co-authored-by: Daler <48939169+daler-sz@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
(#115625)
gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (GH-114687)
(cherry picked from commit f9154f8f237e31e7c30f8698f980bee5e494f1e0)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
|
|
|
|
| |
(GH-115619) (GH-115620)
(cherry picked from commit 090dd21ab9379d6a2a6923d6cbab697355fb7165)
|
|
|
|
|
|
|
| |
(#115589)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
|
|
|
|
|
|
| |
the process priority (GH-115610) (GH-115616)
(cherry picked from commit 90dd653a6122a6c5b4b1fe5abe773c4751e5ca25)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
(GH-115614)
It expects priority to be capped with 19, which is the cap for Linux,
but for FreeBSD the cap is 20 and the test fails under the similar
conditions. Tweak the condition to cover FreeBSD as well.
(cherry picked from commit 437924465de5cb81988d1e580797b07090c26a28)
Co-authored-by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
|
| |
(GH-115612)
(cherry picked from commit b9a9e3dd62326b726ad2e8e8efd87ca6327b4019)
|
|
|
|
|
|
|
| |
test_ctypes.test_callbacks.test_i38748_stackCorruption stdout output (GH-115568) (GH-115609)
(cherry picked from commit 265548a4eaaebc3fb379f85f2a919848927f09e5)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
|
|
|
|
|
| |
(cherry picked from commit 04005f5021a17b191dae319faaadf1c942af3fe9)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Update documentation for re library to explain that a backreference `\g<0>` is
expanded to the entire string when using Match.expand().
Note that numeric backreferences to group 0 (`\0`) are not supported.
(cherry picked from commit d2d78088530433f475d9304104bbc0dac2536edd)
Co-authored-by: Stevoisiak <S.Vascellaro@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
|
|
| |
skip it on WSL (GH-101419) (GH-115585)
(cherry picked from commit 9fd420f53d1b1087d2ae648b0efc44107d27d867)
Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
(GH-100986) (GH-115591)
Update _get_hostport to always remove square brackets
from IPv6 addresses. Then add them if needed
in "CONNECT .." and "Host: ".
(cherry picked from commit 465db27cb983084e718a1fd9519b2726c96935cb)
Co-authored-by: Derek Higgins <derekh@redhat.com>
|
|
|
|
|
|
|
|
|
| |
(GH-100885) (GH-115592)
ListSeparator should not be encoded. This could happen when a long line
pushes its separator to the next line, which would have been encoded.
(cherry picked from commit 09fab93c3d857496c0bd162797fab816c311ee48)
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
|
|
|
|
|
|
|
| |
(GH-100517) (GH-115594)
(cherry picked from commit debb1386be024181c8c003c5cbf61608024aee09)
Co-authored-by: Rami <72725910+ramikg@users.noreply.github.com>
|
|
|
|
|
|
|
| |
__setstate__ function (GH-101062) (GH-115597)
(cherry picked from commit d5a30a1777f04523c7b151b894e999f5714d8e96)
Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
offsets < 0 (GH-99709) (GH-115599)
lseek() always returns 0 for character pseudo-devices like
`/dev/urandom` (for other non-regular files, e.g. `/dev/stdin`, it
always returns -1, to which CPython reacts by raising appropriate
exceptions). They are thus technically seekable despite not having seek
semantics.
When calling read() on e.g. an instance of `io.BufferedReader` that
wraps such a file, `BufferedReader` reads ahead, filling its buffer,
creating a discrepancy between the number of bytes read and the internal
`tell()` always returning 0, which previously resulted in e.g.
`BufferedReader.tell()` or `BufferedReader.seek()` being able to return
positions < 0 even though these are supposed to be always >= 0.
Invariably keep the return value non-negative by returning
max(former_return_value, 0) instead, and add some corresponding tests.
(cherry picked from commit 26800cf25a0970d46934fa9a881c0ef6881d642b)
Co-authored-by: 6t8k <58048945+6t8k@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
| |
(GH-115601)
Since 2f3941d743481ac48628b8b2c075f2b82762050b this function returns the
response string, rather than nothing.
(cherry picked from commit e88ebc1c4028cf2f0db43659e513440257eaec01)
Co-authored-by: Matthew Hughes <34972397+matthewhughes934@users.noreply.github.com>
|
|
|
|
|
|
|
| |
'symtable_extend_namedexpr_scope' (GH-96561) (GH-115603)
(cherry picked from commit 664965a1c141e8af5eb465d29099781a6a2fc3f3)
Co-authored-by: wookie184 <wookie1840@gmail.com>
|
|
|
|
|
|
| |
(#115587)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
docs: Add glossary term references to shutil docs (GH-115559)
Add glossary term references to shutil docs
(cherry picked from commit 318f2190bc93796008b0a4241243b0851b418436)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
|
|
|
| |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
|
|
|
|
|
| |
(GH-114689) (#115526)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
|
|
|
|
| |
(#115502)
(cherry picked from commit ccc76c3e88647e416184bb1f5210b4e8946ae358)
|
|
|
|
| |
(GH-115496)
|
|
|
|
|
|
| |
gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431)
(cherry picked from commit 4b2d1786ccf913bc80ff571c32b196be1543ca54)
Co-authored-by: Seth Michael Larson <seth@python.org>
|
|
|
|
| |
Co-authored-by: Seth Michael Larson <seth@python.org>
|
|
|
|
| |
(gh-115471)
|
|
|
|
|
|
|
| |
(#115476)
(cherry picked from commit 49e8fdc1df41b6547fb3255f9e3a44dfb3b81fe0)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
|
|
|
|
|
|
|
| |
modified (GH-115247) (GH-115465)
(cherry picked from commit 671360161f0b7a5ff4c1d062e570962e851b4bde)
Co-authored-by: kcatss <kcats9731@gmail.com>
|
|
|
|
|
|
|
|
| |
functions (GH-115440) (#115459)
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (GH-115440)
(cherry picked from commit bb791c7728e0508ad5df28a90b27e202d66a9cfa)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
|
|
|
|
|
|
| |
Don't repeatedly say that keys and values are coerced into bytes.
(cherry picked from commit 81e140d10b77f0a41a5581412e3f3471cc77981f)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
|
|
|
|
|
|
|
|
| |
documentation (GH-115452) (#115455)
gh-115403: Remove extra colon after "Examples" in datetime documentation (GH-115452)
(cherry picked from commit 6755c4e0c8803a246e632835030c0b8837b3b676)
Co-authored-by: Stanislav Lyu <wallseat@gmail.com>
|
|
|
|
|
|
| |
gh-115450: Fix direct invocation of `test_desctut` (GH-115451)
(cherry picked from commit ec8909a23931338f81803ea3f18dc2073f74a152)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
|
|
|
|
|
|
|
| |
(#115445)
ftplib docs: `timeout` doesn't have to be a whole number (GH-115443)
(cherry picked from commit 3fd2ad8241a61e75b2cd33c697af276863efbb51)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
|
|
|
|
|
|
| |
(GH-113455) (GH-115407)
(cherry picked from commit 5719aa23ab7f1c7a5f03309ca4044078a98e7b59)
Co-authored-by: qqwqqw689 <114795525+qqwqqw689@users.noreply.github.com>
|
|
|
|
|
|
| |
(#115427)
Co-authored-by: Sam Gross <colesbury@gmail.com>
|
|
|
|
|
|
| |
(#115263)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
|
|
|
|
|
|
|
| |
documentation (GH-115411) (#115412)
gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411)
(cherry picked from commit de07941729b8899b187b8ef9690f9a74b2d6286b)
Co-authored-by: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com>
|