[Python-checkins] [3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/ae7fa9fa60c7dc446c0681122037ab27adf35b51 commit: ae7fa9fa60c7dc446c0681122037ab27adf35b51 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-05T04:17:58Z summary: [3.12] Remove

[Python-checkins] [3.11] Remove bogus syntax error marker in csv doc (GH-115017) (#115019)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/7f1c5578bbe9461185715ce162baf37eb58689f5 commit: 7f1c5578bbe9461185715ce162baf37eb58689f5 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-05T04:18:02Z summary: [3.11] Remove

[Python-checkins] Remove bogus syntax error marker in csv doc (#115017)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/39ec7fbba84663ab760853da2ac422c2e988d189 commit: 39ec7fbba84663ab760853da2ac422c2e988d189 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-02-05T04:11:31Z summary: Remove bogus syntax error marker in csv doc (#115017) files: M Doc/l

[Python-checkins] [3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#114979)

2024-02-04 Thread gvanrossum
https://github.com/python/cpython/commit/5ce076fd92306a0c41cf574221b930d54374bb47 commit: 5ce076fd92306a0c41cf574221b930d54374bb47 branch: 3.11 author: Travis Howse committer: gvanrossum date: 2024-02-04T20:01:37-08:00 summary: [3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_d

[Python-checkins] gh-114628: Display csv.Error without context (#115005)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/e207cc181fbb0ceb30542fd0d68140c916305f57 commit: e207cc181fbb0ceb30542fd0d68140c916305f57 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-02-04T20:57:54-05:00 summary: gh-114628: Display csv.Error without context (#115005) When cvs

[Python-checkins] gh-114099: Add test exclusions to support running the test suite on iOS (#114889)

2024-02-04 Thread erlend-aasland
https://github.com/python/cpython/commit/391659b3da570bfa28fed5fbdb6f2d9c26ab3dd0 commit: 391659b3da570bfa28fed5fbdb6f2d9c26ab3dd0 branch: main author: Russell Keith-Magee committer: erlend-aasland date: 2024-02-05T01:04:57+01:00 summary: gh-114099: Add test exclusions to support running the tes

[Python-checkins] [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#114980)

2024-02-04 Thread gvanrossum
https://github.com/python/cpython/commit/49fbb068d5d9398b0be746cecb8e0fe214b2654b commit: 49fbb068d5d9398b0be746cecb8e0fe214b2654b branch: 3.12 author: Travis Howse committer: gvanrossum date: 2024-02-04T15:42:06-08:00 summary: [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_d

[Python-checkins] [3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540)

2024-02-04 Thread AlexWaygood
https://github.com/python/cpython/commit/27cacdd5b4788fa23f618b4d8d1d0ebf8b740930 commit: 27cacdd5b4788fa23f618b4d8d1d0ebf8b740930 branch: 3.12 author: Tian Gao committer: AlexWaygood date: 2024-02-04T22:27:17Z summary: [3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540) f

[Python-checkins] [3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/89fd79582c0cc525eaf8fc95b57bb47e895bd874 commit: 89fd79582c0cc525eaf8fc95b57bb47e895bd874 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T22:41:25+02:00 summary: [3.1

[Python-checkins] gh-114392: Improve test_capi.test_structmembers (GH-114393)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/15f6f048a6ecdf0f6f4fc076d013be3d110f8ed6 commit: 15f6f048a6ecdf0f6f4fc076d013be3d110f8ed6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T22:19:06+02:00 summary: gh-114392: Improve test_capi.test_structmembers (GH-114393

[Python-checkins] [3.11] Bump ruff to 0.2.0 (#114932) (#115008)

2024-02-04 Thread AlexWaygood
https://github.com/python/cpython/commit/510eb4e6a8f1153119ac51031913676abdc44bb7 commit: 510eb4e6a8f1153119ac51031913676abdc44bb7 branch: 3.11 author: Alex Waygood committer: AlexWaygood date: 2024-02-04T20:00:05Z summary: [3.11] Bump ruff to 0.2.0 (#114932) (#115008) files: M .pre-commit-conf

[Python-checkins] gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/929d44e15a5667151beadb2d3a2528cd641639d6 commit: 929d44e15a5667151beadb2d3a2528cd641639d6 branch: main author: Nikita Sobolev committer: serhiy-storchaka date: 2024-02-04T19:16:43Z summary: gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (

[Python-checkins] [3.11] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837) (#115007)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/fef6c9bbde887abbebacc16953ad22f6354440b0 commit: fef6c9bbde887abbebacc16953ad22f6354440b0 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-04T19:02:10Z summary: [3.11] gh-1138

[Python-checkins] [3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837) (#115006)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/5d2e30958ae425e6adc635e2ac718e0d8531e794 commit: 5d2e30958ae425e6adc635e2ac718e0d8531e794 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-04T19:00:03Z summary: [3.12] gh-1138

[Python-checkins] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (#113837)

2024-02-04 Thread terryjreedy
https://github.com/python/cpython/commit/da8f9fb2ea65cc2784c2400fc39ad8c800a67a42 commit: da8f9fb2ea65cc2784c2400fc39ad8c800a67a42 branch: main author: Dai Wentao committer: terryjreedy date: 2024-02-04T13:42:58-05:00 summary: gh-113803: Fix inaccurate documentation for shutil.move when dst is a

[Python-checkins] [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391) (GH-115002)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0244e96d107833da7b91e0ec5d4c79109e4624ed commit: 0244e96d107833da7b91e0ec5d4c79109e4624ed branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:54:26Z summary: [3.11] gh-114388: Fix warnings when assign an unsigned integer

[Python-checkins] [3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391) (GH-115001)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b9937a6f22d3a3b555ec34321acfac189e79a842 commit: b9937a6f22d3a3b555ec34321acfac189e79a842 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:21:05Z summary: [3.12] gh-114388: Fix warnings when assign an unsigned integer

[Python-checkins] gh-114388: Fix an error in GH-114391 (GH-115000)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d466052ad48091a00a50c5298f33238aff591028 commit: d466052ad48091a00a50c5298f33238aff591028 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:06:22Z summary: gh-114388: Fix an error in GH-114391 (GH-115000) files: M Pyth

[Python-checkins] [3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) (GH-114998)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f18341fa4e6612ee72657fc2238f0e4271867c61 commit: f18341fa4e6612ee72657fc2238f0e4271867c61 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T16:47:03Z summary: [3.11] gh

[Python-checkins] [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955) (GH-114997)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4548ae7e65a919516939548932644a16a2bdc329 commit: 4548ae7e65a919516939548932644a16a2bdc329 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T16:43:56Z summary: [3.12] gh

[Python-checkins] [3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659) (GH-114996)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f8cba751e25e14aa59ea79df65f885c3aaba1865 commit: f8cba751e25e14aa59ea79df65f885c3aaba1865 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T16:16:57Z summary: [3.11] gh

[Python-checkins] [3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659) (GH-114995)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/222ccbc7d682016450421f0992333f713c8a38ba commit: 222ccbc7d682016450421f0992333f713c8a38ba branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T16:12:19Z summary: [3.12] gh

[Python-checkins] [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#114999)

2024-02-04 Thread AlexWaygood
https://github.com/python/cpython/commit/709a293467b038fbad5eba46fcfa0c3524541f92 commit: 709a293467b038fbad5eba46fcfa0c3524541f92 branch: 3.12 author: Skip Montanaro committer: AlexWaygood date: 2024-02-04T16:03:21Z summary: [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#11

[Python-checkins] [3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588)" (GH-114470) (GH-114994)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0a737639dcd3b7181250f5d56694b192eaddeef0 commit: 0a737639dcd3b7181250f5d56694b192eaddeef0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-04T16:00:56Z summary: [3.12] gh

[Python-checkins] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7e42fddf608337e83b30401910d76fd75d5cf20a commit: 7e42fddf608337e83b30401910d76fd75d5cf20a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:49:42+02:00 summary: gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" no

[Python-checkins] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3ddc5152550ea62280124c37d0b4339030ff7df4 commit: 3ddc5152550ea62280124c37d0b4339030ff7df4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:32:25+02:00 summary: gh-114388: Fix warnings when assign an unsigned integer me

[Python-checkins] gh-113280: Always close socket if SSLSocket creation failed (GH-114659)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0ea366240b75380ed7568acbe95d72e481a734f7 commit: 0ea366240b75380ed7568acbe95d72e481a734f7 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T15:28:07Z summary: gh-113280: Always close socket if SSLSocket creation failed (GH

[Python-checkins] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106588)" (GH-114470)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ecabff98c41453f15ecd26ac255d531b571b9bc1 commit: ecabff98c41453f15ecd26ac255d531b571b9bc1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:27:42+02:00 summary: gh-113267: Revert "gh-106584: Fix exit code for unittest i

[Python-checkins] gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ca715e56a13feabc15c368898df6511613d18987 commit: ca715e56a13feabc15c368898df6511613d18987 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:25:21+02:00 summary: gh-69893: Add the close() method for xml.etree.ElementTree

[Python-checkins] gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560)

2024-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fc060969117f5a5dc96c220eb91b1e2f863d71cf commit: fc060969117f5a5dc96c220eb91b1e2f863d71cf branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-04T17:23:26+02:00 summary: gh-83383: Always mark the dbm.dumb database as unmodified

[Python-checkins] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)

2024-02-04 Thread ethanfurman
https://github.com/python/cpython/commit/ff7588b729a2a414ea189a2012904da3fbd1401c commit: ff7588b729a2a414ea189a2012904da3fbd1401c branch: main author: Ethan Furman committer: ethanfurman date: 2024-02-04T07:22:55-08:00 summary: gh-114071: [Enum] update docs and code for tuples/subclasses (GH-11

[Python-checkins] [3.11] gh-101100: Fix dangling references in pickle.rst (GH-114972) (#114992)

2024-02-04 Thread AlexWaygood
https://github.com/python/cpython/commit/55e5ae70b30b365515e156adfcf897fe054aaca1 commit: 55e5ae70b30b365515e156adfcf897fe054aaca1 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-02-04T14:32:42Z summary: [3.11] gh-1011

[Python-checkins] gh-101100: Fix dangling references in pickle.rst (#114972)

2024-02-04 Thread AlexWaygood
https://github.com/python/cpython/commit/ec69e1d0ddc9906e0fb755a5234aeabdc96450ab commit: ec69e1d0ddc9906e0fb755a5234aeabdc96450ab branch: main author: Skip Montanaro committer: AlexWaygood date: 2024-02-04T14:24:24Z summary: gh-101100: Fix dangling references in pickle.rst (#114972) Co-authore

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327) (#114989)

2024-02-04 Thread hugovk
https://github.com/python/cpython/commit/2443ebd0423102fc2de6c7407756fc254ea87c09 commit: 2443ebd0423102fc2de6c7407756fc254ea87c09 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-04T04:53:52-0

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327) (#114988)

2024-02-04 Thread hugovk
https://github.com/python/cpython/commit/d8a787258dbbc49b0c17ce62756b72d4a67aba4d commit: d8a787258dbbc49b0c17ce62756b72d4a67aba4d branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-04T04:53:45-0

[Python-checkins] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)

2024-02-04 Thread hugovk
https://github.com/python/cpython/commit/848c86786be588312bff948441929816cdd19e28 commit: 848c86786be588312bff948441929816cdd19e28 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-02-04T09:45:35Z

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)

2024-02-04 Thread hugovk
https://github.com/python/cpython/commit/cf2ecbc51498673b0656943e1972aaf15a67dc05 commit: cf2ecbc51498673b0656943e1972aaf15a67dc05 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-0