summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/examples
Commit message (Expand)AuthorAgeFilesLines
* Long live Qt!Lars Knoll2009-03-2310-0/+3505
pan='5' class='logmsg'> (#113245) * [3.11] Docs: Add label to grammar spec for linking from PEPs (GH-113235) ↵Miss Islington (bot)2023-12-171-0/+2 | | | | | | (#113240) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * [3.11] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped ↵Miss Islington (bot)2023-12-171-2/+2 | | | | | | | the namspace packages support" (GH-113195) (GH-113229) (cherry picked from commit 21d52995ea490328edf9be3ba072821cd445dd30) Co-authored-by: Taylor Packard <3.t.packard@gmail.com> * [3.11] IDLE: Add util and stub example comments (GH-113222) (#113224)Miss Islington (bot)2023-12-172-3/+5 | | | | | (cherry picked from commit cde1335485b7bffb12c378d230ae48ad77d76ab1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> * [3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) ↵Ronald Oussoren2023-12-163-0/+21 | | | | | | | | | | | | | | | | | (#113135) * gh-105912: document gotcha with using os.fork on macOS Using ``fork(2)`` on macOS when also using higher-level system APIs in the parent proces can crash on macOS because those system APIs are not written to handle this usage pattern. There's nothing we can do about this other than documenting the problem. (cherry picked from commit 22511f77c2818a138a252e6ddae89725d082f8b0) Co-authored-by: Carol Willing <carolcode@willingconsulting.com> * [3.11] gh-113046: Revise csv.reader doc (GH-113207) (#113211)Miss Islington (bot)2023-12-161-4/+7 | | | | | | Clarify nature of csvfile. (cherry picked from commit 84df3172efe8767ddf5c28bdb6696b3f216bcaa6) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> * [3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)Miss Islington (bot)2023-12-152-15/+17 | | | | | | | | | | | | | | | | | gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) * gh-110746: Improve markup in tkinter.ttk.rst * gh-110746: Improve markup in tkinter.ttk.rst * 📜🤖 Added by blurb_it. --------- (cherry picked from commit 00d2b6d1fca91e1a83f7f99a370685b095ed4928) Co-authored-by: Akshat Khandelwal <35228810+akshatgokul@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the ↵Miss Islington (bot)2023-12-158-24/+34 | | | | | | `library/` directory (GH-113163) (#113184) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * [3.11] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) ↵Miss Islington (bot)2023-12-152-10/+10 | | | | | | (#113181) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * [3.11] gh-113009: Fix multiprocessing Process.terminate() on Windows ↵Miss Islington (bot)2023-12-152-24/+35 | | | | | | | | | | | | | (GH-113128) (#113178) gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-113128) On Windows, Process.terminate() no longer sets the returncode attribute to always call WaitForSingleObject() in Process.wait(). Previously, sometimes the process was still running after TerminateProcess() even if GetExitCodeProcess() is not STILL_ACTIVE. (cherry picked from commit 4026ad5b2c595b855a3605420cfa0e3d49e63db7) Co-authored-by: Victor Stinner <vstinner@python.org> * [3.11] gh-61648: Detect line numbers of properties in doctests (GH-113161) ↵Miss Islington (bot)2023-12-15