[Python-checkins] [3.12] Docs: Fix Makefile syntax (GH-123287) (#123289)

2024-08-24 Thread hugovk
https://github.com/python/cpython/commit/53a5576ec592c7aa2539163b92f585215af2b376 commit: 53a5576ec592c7aa2539163b92f585215af2b376 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] Docs: Fix Makefile syntax (GH-123287) (#123288)

2024-08-24 Thread hugovk
https://github.com/python/cpython/commit/5709cee0b67ed65ee9655096c853943dcf292099 commit: 5709cee0b67ed65ee9655096c853943dcf292099 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)

2024-08-25 Thread hugovk
https://github.com/python/cpython/commit/74ff496dce9f7db1dd1e2184d4316cc21d78ee52 commit: 74ff496dce9f7db1dd1e2184d4316cc21d78ee52 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2024-08-25

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Optimizations (GH-123301) (#123308)

2024-08-25 Thread hugovk
https://github.com/python/cpython/commit/311dedadf635fce18ecaed2ad268a8a49a347908 commit: 311dedadf635fce18ecaed2ad268a8a49a347908 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Fix typos in docs, error messages and comments (#123336)

2024-08-28 Thread hugovk
https://github.com/python/cpython/commit/9e108b8719752a0a2e390eeeaa8f52391f75120d commit: 9e108b8719752a0a2e390eeeaa8f52391f75120d branch: main author: Wulian <[email protected]> committer: hugovk <[email protected]> date: 2024-08-28T14:41:04+03:00 summary: Fix t

[Python-checkins] gh-123492: Remove unnecessary `:func:` parentheses (#123493)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/103a0470e31d80d56097f57a27d97d7d2d3c9fbb commit: 103a0470e31d80d56097f57a27d97d7d2d3c9fbb branch: main author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T14:34:09+03:00 summary: gh-123492:

[Python-checkins] [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/d5abd02f36bbee5720944b8906a118a8fb66d75b commit: d5abd02f36bbee5720944b8906a118a8fb66d75b branch: 3.12 author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T20:09:55+03:00 summary: [3.12] gh-

[Python-checkins] [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/9f5f2b712884bc2d366737eda7e69bc126269fd0 commit: 9f5f2b712884bc2d366737eda7e69bc126269fd0 branch: 3.13 author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T20:14:48+03:00 summary: [3.13] gh-

[Python-checkins] [3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/b8ef767ba52305a38e3d4ad850439cceec75a3b8 commit: b8ef767ba52305a38e3d4ad850439cceec75a3b8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (#123567)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/88210c295d51364c9f779989bc528084b8fe8765 commit: 88210c295d51364c9f779989bc528084b8fe8765 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: hugovk <[email protected]> d

[Python-checkins] gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/9a32a2588e1e25ccfd53edcdb381bd332ea2da41 commit: 9a32a2588e1e25ccfd53edcdb381bd332ea2da41 branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2024-09-02T07:57:56+03:00 summary: gh-109975:

[Python-checkins] [3.12] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (GH-123567) (#123592)

2024-09-02 Thread hugovk
https://github.com/python/cpython/commit/514787a984291f32f3d8db1589d2568741861851 commit: 514787a984291f32f3d8db1589d2568741861851 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09

[Python-checkins] gh-123458: Skip SBOM generation if no git repository is detected (#123507)

2024-09-02 Thread hugovk
https://github.com/python/cpython/commit/db42934270c5c23be9f6804cad98dfd8234caf6f commit: db42934270c5c23be9f6804cad98dfd8234caf6f branch: main author: Seth Michael Larson committer: hugovk <[email protected]> date: 2024-09-02T22:35:30+03:00 summary: gh-123458: Ski

[Python-checkins] gh-123430: Add dark mode support to pages generated by http.server (#123475)

2024-09-02 Thread hugovk
https://github.com/python/cpython/commit/9684f40b9f51816fd326f1b4957ea5fb5b5922c8 commit: 9684f40b9f51816fd326f1b4957ea5fb5b5922c8 branch: main author: Yorik Hansen committer: hugovk <[email protected]> date: 2024-09-03T09:32:11+03:00 summary: gh-123430: Add dar

[Python-checkins] gh-85453: Improve instance attributes mark up on datetime.rst (#123655)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/9aea9c100fbbaa1437f595da65417204872106a9 commit: 9aea9c100fbbaa1437f595da65417204872106a9 branch: main author: edson duarte committer: hugovk <[email protected]> date: 2024-09-05T20:56:52+03:00 summary: gh-85453: Improve in

[Python-checkins] [3.12] gh-85453: Improve instance attributes mark up on datetime.rst (GH-123655) (#123741)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/6caab08d58c65d5c2a243c02d9132dea4ba3e1b6 commit: 6caab08d58c65d5c2a243c02d9132dea4ba3e1b6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-85453: Improve instance attributes mark up on datetime.rst (GH-123655) (#123740)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/ff9ece98e227e7bd1ca464538e4f870b9444c7f0 commit: ff9ece98e227e7bd1ca464538e4f870b9444c7f0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Swap the and from in sentence in init_config.rst (#120086)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/6e43928831a6f62b40f5e43ad4c12eff0a5f8639 commit: 6e43928831a6f62b40f5e43ad4c12eff0a5f8639 branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2024-09-05T23:04:15+03:00 summary: Swap the and f

[Python-checkins] [3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/b01063dbca20e82a0ba269fcb241c81aaad1b66c commit: b01063dbca20e82a0ba269fcb241c81aaad1b66c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)

2024-09-05 Thread hugovk
https://github.com/python/cpython/commit/e5568e5e9da2e4a5f662668af88e323b63ecf0ed commit: e5568e5e9da2e4a5f662668af88e323b63ecf0ed branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-103066: Add links and `help` in site.py constants (#103777)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/67957ea77da8c667df1508a9d3d9b39e59f671d6 commit: 67957ea77da8c667df1508a9d3d9b39e59f671d6 branch: main author: David Caron committer: hugovk <[email protected]> date: 2024-09-06T10:29:28+03:00 summary: gh-103066: Add links and

[Python-checkins] [3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123763)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/17249f3a8fce233d4cb0f371d9978e281315bc46 commit: 17249f3a8fce233d4cb0f371d9978e281315bc46 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123762)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/37e1f8d2a06ca098fd38dfeb148712dcccf5835d commit: 37e1f8d2a06ca098fd38dfeb148712dcccf5835d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/747abc00d05621b4f639f8b41eac37b9ed61ba91 commit: 747abc00d05621b4f639f8b41eac37b9ed61ba91 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-109975: Add links to py-free-threading.github.io (#123776)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731 commit: 5a4fb7ea1c96f67dbb3df5d4ccaf3f66a1e19731 branch: main author: Nathan Goldbaum committer: hugovk <[email protected]> date: 2024-09-06T20:12:12+03:00 summary: gh-109975: Add links

[Python-checkins] [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)

2024-09-06 Thread hugovk
https://github.com/python/cpython/commit/66b15381f187f00f0fd91575f9f11e14bfddeeca commit: 66b15381f187f00f0fd91575f9f11e14bfddeeca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Add willingc to CODEOWNERS for Lang Reference Doc (#123812)

2024-09-07 Thread hugovk
https://github.com/python/cpython/commit/11fa11987990eb7ed75b1597cf2e8237f5991c57 commit: 11fa11987990eb7ed75b1597cf2e8237f5991c57 branch: main author: Carol Willing committer: hugovk <[email protected]> date: 2024-09-07T21:46:56+03:00 summary: Add willingc to CODE

[Python-checkins] Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)

2024-09-11 Thread hugovk
https://github.com/python/cpython/commit/eb169f40276a8611827770f02c4b82827c98e00f commit: eb169f40276a8611827770f02c4b82827c98e00f branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09

[Python-checkins] Docs: Drop letter PDF (#123912)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/f5597dbd0e7938648bfd9244f4a9225825b36b2b commit: f5597dbd0e7938648bfd9244f4a9225825b36b2b branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09

[Python-checkins] gh-123968: Fix lower bound for `python -m random --float` (#123971)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/a362c41bc934fabe6bfef9be1962005b38396860 commit: a362c41bc934fabe6bfef9be1962005b38396860 branch: main author: Anders Kaseorg committer: hugovk <[email protected]> date: 2024-09-12T16:54:18+03:00 summary: gh-123968: Fix lower

[Python-checkins] GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/e5b0185e43c972ce98decd1493cd0b0c3a6b166b commit: e5b0185e43c972ce98decd1493cd0b0c3a6b166b branch: main author: Savannah Ostrowski committer: hugovk <[email protected]> date: 2024-09-13T09:14:52+03:00 summary: GH-101599: Updat

[Python-checkins] gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)

2024-09-13 Thread hugovk
https://github.com/python/cpython/commit/cfe6074d1fa81cf0684fbf8a623616441a1966e7 commit: cfe6074d1fa81cf0684fbf8a623616441a1966e7 branch: main author: Nate Ohlson committer: hugovk <[email protected]> date: 2024-09-13T13:40:04Z summary: gh-112301: Enable warning em

[Python-checkins] Update to 3.13 the output of exceptions raised (#123888)

2024-09-13 Thread hugovk
https://github.com/python/cpython/commit/39612103dd9894abf8c2ebbe2fc183d65f1b51b1 commit: 39612103dd9894abf8c2ebbe2fc183d65f1b51b1 branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2024-09-13T15:17:30Z summary: Update to 3.13 the out

[Python-checkins] Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)

2024-09-13 Thread hugovk
https://github.com/python/cpython/commit/bbb36c0934b7644a9f8b67d3cae78aa6240e005a commit: bbb36c0934b7644a9f8b67d3cae78aa6240e005a branch: main author: utkonos committer: hugovk <[email protected]> date: 2024-09-13T18:26:16+03:00 summary: Normalize cdecl formatting as

[Python-checkins] [3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124057)

2024-09-13 Thread hugovk
https://github.com/python/cpython/commit/c5e11bec91c9980e6a718b5281362fb33e7999bf commit: c5e11bec91c9980e6a718b5281362fb33e7999bf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Revert "gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)" (#124065)

2024-09-13 Thread hugovk
https://github.com/python/cpython/commit/ea7797371856c13ded5db7854b721faa3cda38dc commit: ea7797371856c13ded5db7854b721faa3cda38dc branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09

[Python-checkins] [3.12] Docs: Drop letter PDF (GH-123912) (#123999)

2024-09-16 Thread hugovk
https://github.com/python/cpython/commit/f3c1f3d5ff4aa1c156859ecea8d7b745fb3770b1 commit: f3c1f3d5ff4aa1c156859ecea8d7b745fb3770b1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-124064: Make warning emitting compiler options opt-in (#124070)

2024-09-16 Thread hugovk
https://github.com/python/cpython/commit/44052b5f18c5d605d33bf3207b5c918127cf0e82 commit: 44052b5f18c5d605d33bf3207b5c918127cf0e82 branch: main author: Nate Ohlson committer: hugovk <[email protected]> date: 2024-09-16T20:22:30+03:00 summary: gh-124064: Make w

[Python-checkins] Use pep role instead of url (#121611)

2024-09-17 Thread hugovk
https://github.com/python/cpython/commit/33eeccf6d4f16e483b4c8a180bad718545aeaeaf commit: 33eeccf6d4f16e483b4c8a180bad718545aeaeaf branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2024-09-17T16:02:14+03:00 summary: Use pep role inst

[Python-checkins] [3.12] Use pep role instead of url (GH-121611) (#124173)

2024-09-17 Thread hugovk
https://github.com/python/cpython/commit/a032a96a92e7c6975b1d6c0a9622fc9d56143f3c commit: a032a96a92e7c6975b1d6c0a9622fc9d56143f3c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-119779: Fix pyporting howto docs (#119785)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/6fb191be15fd49da10506de29b6393ffdf59b894 commit: 6fb191be15fd49da10506de29b6393ffdf59b894 branch: main author: Awbert <[email protected]> committer: hugovk <[email protected]> date: 2024-05-30

[Python-checkins] [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/863da7291c9f912aa951955e2bf06b9965accd75 commit: 863da7291c9f912aa951955e2bf06b9965accd75 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/a7327b31e32f72dccbabac196b3b63d514821944 commit: a7327b31e32f72dccbabac196b3b63d514821944 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/deda85717b2557c6bad8b9a51719c60ac510818f commit: deda85717b2557c6bad8b9a51719c60ac510818f branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05

[Python-checkins] [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-118947) (#119804)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/1e75dc7324dec488986daef2f6439856f6dc5081 commit: 1e75dc7324dec488986daef2f6439856f6dc5081 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-119961: Fix test workflow status badge in README (#119962)

2024-06-02 Thread hugovk
https://github.com/python/cpython/commit/8e6321efd72d12263398994e59c5216edcada3c0 commit: 8e6321efd72d12263398994e59c5216edcada3c0 branch: main author: wookie184 committer: hugovk <[email protected]> date: 2024-06-03T00:05:57-06:00 summary: gh-119961: Fix test wo

[Python-checkins] Fix incorrect pull GitHub link in What's New (#120045)

2024-06-04 Thread hugovk
https://github.com/python/cpython/commit/5f03f0913413ecc4942367cf62ce3a5a5b5d84a5 commit: 5f03f0913413ecc4942367cf62ce3a5a5b5d84a5 branch: main author: Trey Hunner committer: hugovk <[email protected]> date: 2024-06-04T16:28:08Z summary: Fix incorrect pull GitHub l

[Python-checkins] [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)

2024-06-04 Thread hugovk
https://github.com/python/cpython/commit/54023a63ccd273776f8b411cb904b1f88fc1e231 commit: 54023a63ccd273776f8b411cb904b1f88fc1e231 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Add Plausible for docs metrics (#119977)

2024-06-06 Thread hugovk
https://github.com/python/cpython/commit/5c115567b1e3aecb7a53cfd5757e25c088398411 commit: 5c115567b1e3aecb7a53cfd5757e25c088398411 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06

[Python-checkins] [3.13] Add Plausible for docs metrics (GH-119977) (#120193)

2024-06-07 Thread hugovk
https://github.com/python/cpython/commit/0e6605f633f3eee6a4e4b09bbd3cfceb2d80ef48 commit: 0e6605f633f3eee6a4e4b09bbd3cfceb2d80ef48 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] Add Plausible for docs metrics (GH-119977) (#120194)

2024-06-07 Thread hugovk
https://github.com/python/cpython/commit/92a38e98740b244b0b0e79c8d03ea29422a66d0c commit: 92a38e98740b244b0b0e79c8d03ea29422a66d0c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on `*.md` and `*.ini` files. (#120435)

2024-06-13 Thread hugovk
https://github.com/python/cpython/commit/ca5108a46d5da3978d4bd29717ea3fbdee772e66 commit: ca5108a46d5da3978d4bd29717ea3fbdee772e66 branch: main author: Kirill Podoprigora committer: hugovk <[email protected]> date: 2024-06-13T14:38:31+03:00 summary: gh-119146:

[Python-checkins] [3.13] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on `*.md` and `*.ini` files. (GH-120435) (#120447)

2024-06-13 Thread hugovk
https://github.com/python/cpython/commit/5ce72e211f5122bf52ced71433070db84997ab7c commit: 5ce72e211f5122bf52ced71433070db84997ab7c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on `*.md` and `*.ini` files. (GH-120435) (#120448)

2024-06-13 Thread hugovk
https://github.com/python/cpython/commit/f8dd4c3b06356d6c7b127a48d520458f3e3306b8 commit: f8dd4c3b06356d6c7b127a48d520458f3e3306b8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)

2024-06-15 Thread hugovk
https://github.com/python/cpython/commit/c501261c919ceb97c850ef9427a93326f06a8f2e commit: c501261c919ceb97c850ef9427a93326f06a8f2e branch: main author: Wulian233 <[email protected]> committer: hugovk <[email protected]> date: 2024-06-15

[Python-checkins] [3.12] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (#120549)

2024-06-15 Thread hugovk
https://github.com/python/cpython/commit/1242c2739a0b8161d2a4ded1e0e595b2db962ccb commit: 1242c2739a0b8161d2a4ded1e0e595b2db962ccb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (#120548)

2024-06-15 Thread hugovk
https://github.com/python/cpython/commit/e54a28bcc9114f296bd1d63010eedbd0c2140d71 commit: e54a28bcc9114f296bd1d63010eedbd0c2140d71 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131) (#120136)

2024-06-15 Thread hugovk
https://github.com/python/cpython/commit/4fb2af31959bdb6a5d0df67ba20a96378f27578a commit: 4fb2af31959bdb6a5d0df67ba20a96378f27578a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Docs: remove temporary hardcoded links (#120348)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/b8484c6ad7fd14ca464e584b79821b4b906dd77a commit: b8484c6ad7fd14ca464e584b79821b4b906dd77a branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06

[Python-checkins] [3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/96b784b61fdf4b18e6e4420bd3835942e0fce750 commit: 96b784b61fdf4b18e6e4420bd3835942e0fce750 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] Docs: remove temporary hardcoded links and move inline JS to own file (GH-120348) (#120589)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/c2f0fb964441b6ae67af6a88cd15dcb0a0f2c89e commit: c2f0fb964441b6ae67af6a88cd15dcb0a0f2c89e branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06

[Python-checkins] [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120756)

2024-06-19 Thread hugovk
https://github.com/python/cpython/commit/d6a36c97c239c71522a9f66ef7821fe30e11e78e commit: d6a36c97c239c71522a9f66ef7821fe30e11e78e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120757)

2024-06-19 Thread hugovk
https://github.com/python/cpython/commit/d3918eb89a2bfb9165a9ec27806436a7ebe49276 commit: d3918eb89a2bfb9165a9ec27806436a7ebe49276 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Docs makefile/RTD: Use uv if installed (#120711)

2024-06-23 Thread hugovk
https://github.com/python/cpython/commit/bc37ac7b440b5e816f0b3915b830404290522603 commit: bc37ac7b440b5e816f0b3915b830404290522603 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06

[Python-checkins] [3.12] Docs makefile/RTD: Use uv if installed (GH-120711) (#120923)

2024-06-23 Thread hugovk
https://github.com/python/cpython/commit/4e47f8ad6d63cdbdc09df467f14f93fec8af2f9a commit: 4e47f8ad6d63cdbdc09df467f14f93fec8af2f9a branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06-

[Python-checkins] [3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922)

2024-06-23 Thread hugovk
https://github.com/python/cpython/commit/1aadb51838aece99932c23bb0a4b50af07b365b4 commit: 1aadb51838aece99932c23bb0a4b50af07b365b4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Doc/README: Document 'make htmllive' (#120692)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/ead676516d4687b5e6d947a5c0808b5b93ba87e3 commit: ead676516d4687b5e6d947a5c0808b5b93ba87e3 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06

[Python-checkins] [3.12] Doc/README: Document 'make htmllive' (GH-120692) (#120991)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/89bc912dbe277e96e2c7065e06bf8943ddd58eae commit: 89bc912dbe277e96e2c7065e06bf8943ddd58eae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/1764a310e8bdd7dc0c59308bd7190a0f5aa8ff40 commit: 1764a310e8bdd7dc0c59308bd7190a0f5aa8ff40 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)

2024-07-08 Thread hugovk
https://github.com/python/cpython/commit/006b53a42f72be83ecdfc39f3603cdd66bfcdc45 commit: 006b53a42f72be83ecdfc39f3603cdd66bfcdc45 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07

[Python-checkins] [3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121514)

2024-07-13 Thread hugovk
https://github.com/python/cpython/commit/377ff9d58419deff598b26359a8686fd005fb1df commit: 377ff9d58419deff598b26359a8686fd005fb1df branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-

[Python-checkins] [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121513)

2024-07-13 Thread hugovk
https://github.com/python/cpython/commit/fcc4a537b93421d928cd7dbe1ab16a8bd280d426 commit: fcc4a537b93421d928cd7dbe1ab16a8bd280d426 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-

[Python-checkins] [3.13] gh-121609: Fix pasting of characters containing unicode character joiner (GH-121667) (#121733)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/e28f863bd5c9f5df6780b17ebb9c3a35ed7fe01e commit: e28f863bd5c9f5df6780b17ebb9c3a35ed7fe01e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/dfedbdba402448d6ed7ea3cf13772305c7959eee commit: dfedbdba402448d6ed7ea3cf13772305c7959eee branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120470)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/863c0a3c51ca628cdcc53d697555f31b47fc7bbf commit: 863c0a3c51ca628cdcc53d697555f31b47fc7bbf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Fix cache restoration for Hypothesis CI job (#121756)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/6505bda85a3b11c9012707896b0c3dee8a3855cb commit: 6505bda85a3b11c9012707896b0c3dee8a3855cb branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-14T05:00:32-06:00 s

[Python-checkins] [3.12] Fix cache restoration for Hypothesis CI job (GH-121756) (#121760)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/d870f4130b5d6d813c47f7d24ab8616c898eeae0 commit: d870f4130b5d6d813c47f7d24ab8616c898eeae0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/295b791cf485ce5efd73decdb3264951e4726d5b commit: 295b791cf485ce5efd73decdb3264951e4726d5b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Generalize reusable Windows CI jobs (#121766)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/7982363b479e22fffc72481e54c9f40ace8a0021 commit: 7982363b479e22fffc72481e54c9f40ace8a0021 branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-14T15:22:35-06:00 s

[Python-checkins] [3.13] Generalize reusable Windows CI jobs (GH-121766) (#121775)

2024-07-14 Thread hugovk
https://github.com/python/cpython/commit/da58e93e4c0a3c6974eeff12d6d92b805a283e8a commit: da58e93e4c0a3c6974eeff12d6d92b805a283e8a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] 🧪🚑 Fix using `check_source` flags as bool (#121848)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/a0b205bba555dd9c702b9a856cd9a8153277c9b0 commit: a0b205bba555dd9c702b9a856cd9a8153277c9b0 branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-16T12:50:30Z summary:

[Python-checkins] [3.13] CI: Fix using `check_source` flags as bool (GH-121848) (#121853)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/c3dfde7b18b4c2cfb03194b4723a7e6d2d6abd6f commit: c3dfde7b18b4c2cfb03194b4723a7e6d2d6abd6f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] Fix using `check_source` flags as bool (GH-121848) (#121855)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/61d5e878925abdcb5dbc1de77bc28445f292dacf commit: 61d5e878925abdcb5dbc1de77bc28445f292dacf branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-16T14:15:05Z summary:

[Python-checkins] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (#121872)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/941b3b7f4473153bf99f4c47e99f34f7aefe51ac commit: 941b3b7f4473153bf99f4c47e99f34f7aefe51ac branch: main author: Bernhard M. Wiedemann committer: hugovk <[email protected]> date: 2024-07-16T23:34:00-06:00 summary: gh-121871:

[Python-checkins] [3.13] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH-121872) (#121888)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/7e5f6be763a6a3793dc2de1aecd138ca8776c38f commit: 7e5f6be763a6a3793dc2de1aecd138ca8776c38f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH-121872) (#121887)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/7057d5e270e771e1c6c6eb79c4cdcbd8e5f0ec83 commit: 7057d5e270e771e1c6c6eb79c4cdcbd8e5f0ec83 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (#121454)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/37611171af4dffbd139e0393873479ed973e9585 commit: 37611171af4dffbd139e0393873479ed973e9585 branch: main author: Wulian233 <[email protected]> committer: hugovk <[email protected]> date: 2024-07-17T00:20:55-06:00 summary

[Python-checkins] [3.12] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121891)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/a15ed5661ff0cb516575d1d100dbbb40b418dd53 commit: a15ed5661ff0cb516575d1d100dbbb40b418dd53 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.13] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121890)

2024-07-16 Thread hugovk
https://github.com/python/cpython/commit/659725c6ac7a6fb4f8170f0efb3fd0852105a779 commit: 659725c6ac7a6fb4f8170f0efb3fd0852105a779 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] Docs: move deprecations into include files (#121241)

2024-07-19 Thread hugovk
https://github.com/python/cpython/commit/a1df1b44394784721239615f307b273455536d14 commit: a1df1b44394784721239615f307b273455536d14 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07

[Python-checkins] [3.13] Docs: move deprecations into include files (GH-121241) (#122038)

2024-07-19 Thread hugovk
https://github.com/python/cpython/commit/159ea47ed8ce454e749eadafb11c6126df45754e commit: 159ea47ed8ce454e749eadafb11c6126df45754e branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07

[Python-checkins] Merge Ubuntu test matrices in CI (#121813)

2024-07-21 Thread hugovk
https://github.com/python/cpython/commit/a3f7db905c5aecda1d06fb60ed382a17e5b9c7aa commit: a3f7db905c5aecda1d06fb60ed382a17e5b9c7aa branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-21T13:09:23-06:00 s

[Python-checkins] [3.13] Merge Ubuntu test matrices in CI (GH-121813) (#122098)

2024-07-21 Thread hugovk
https://github.com/python/cpython/commit/82b813735f21d7bfd11bfeb84b7a0fd90aa9e895 commit: 82b813735f21d7bfd11bfeb84b7a0fd90aa9e895 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

[Python-checkins] [3.12] Generalize reusable Windows CI jobs (#121766) (#121776)

2024-07-22 Thread hugovk
https://github.com/python/cpython/commit/6e9b3f79fee4881c726758bf7d483cf1d7b71f85 commit: 6e9b3f79fee4881c726758bf7d483cf1d7b71f85 branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-22T05:40:10-06:00 s

[Python-checkins] [3.12] Merge Ubuntu test matrices in CI (GH-121813) (#122116)

2024-07-22 Thread hugovk
https://github.com/python/cpython/commit/8d1f15712d243e03e50332abb86ff4c121814aa5 commit: 8d1f15712d243e03e50332abb86ff4c121814aa5 branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-22T08:05:41-06:00 s

[Python-checkins] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/b3b7b7d46a4549f818aa8f99ff577678b2fdd967 commit: b3b7b7d46a4549f818aa8f99ff577678b2fdd967 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07

[Python-checkins] [3.13] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (GH-122093) (#122223)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/bde9df829c9eb7c2e77484dc9c9aecfa827b7573 commit: bde9df829c9eb7c2e77484dc9c9aecfa827b7573 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-

[Python-checkins] Integrate `build_msi` into main CI workflow (#121778)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/af4329e7b1a25d58bb92f79480f5059c3683517b commit: af4329e7b1a25d58bb92f79480f5059c3683517b branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-24T03:46:39-06:00 s

[Python-checkins] [3.13] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations, including 3.16 (GH-122093) (#122225)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/a68237c3040fb9a1ec0e1bceda217f7e305f2577 commit: a68237c3040fb9a1ec0e1bceda217f7e305f2577 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07

[Python-checkins] [3.13] Integrate `build_msi` into main CI workflow (GH-121778) (#122226)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/0952ea94d96bf385b775951da5a49f7e4ace836e commit: 0952ea94d96bf385b775951da5a49f7e4ace836e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> d

  1   2   3   4   5   6   7   8   9   10   >