[Python-checkins] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269)

2024-06-08 Thread pganssle
https://github.com/python/cpython/commit/34f5ae69fe9ab0f5b23311d5c396d0cbb5902913 commit: 34f5ae69fe9ab0f5b23311d5c396d0cbb5902913 branch: main author: Kirill Podoprigora committer: pganssle <[email protected]> date: 2024-06-08T16:45:57-04:00 summary: gh-120268: Prohibit p

[Python-checkins] [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120261)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c15f94d6fbc960790db34c94d49716658ccf6348 commit: c15f94d6fbc960790db34c94d49716658ccf6348 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-08T17:48:47Z summary: [3.13] bp

[Python-checkins] [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f6689d91b2dc2a9b5f94334ff30abf56bf016ff2 commit: f6689d91b2dc2a9b5f94334ff30abf56bf016ff2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-08T17:37:50Z summary: [3.13] gh

[Python-checkins] [3.12] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120278)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b134f47574c36e842253266ecf0d144fb6f3b546 commit: b134f47574c36e842253266ecf0d144fb6f3b546 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-08T17:26:01Z summary: [3.12] gh

[Python-checkins] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7c016deae62308dd1b4e2767fc6abf04857c7843 commit: 7c016deae62308dd1b4e2767fc6abf04857c7843 branch: main author: Clinton committer: serhiy-storchaka date: 2024-06-08T20:18:58+03:00 summary: gh-120276: Fix incorrect email.header.Header maxlinelen default (GH

[Python-checkins] [3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120273)

2024-06-08 Thread kumaraditya303
https://github.com/python/cpython/commit/4bca4e58af2e8cf6ce78151d3ae73bd254a4e64c commit: 4bca4e58af2e8cf6ce78151d3ae73bd254a4e64c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-08T16:35:10Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120274)

2024-06-08 Thread kumaraditya303
https://github.com/python/cpython/commit/58657d0dc160b8dea60cb5e5a51c5c925995cc36 commit: 58657d0dc160b8dea60cb5e5a51c5c925995cc36 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-08T16:28:21Z summary: [3.12] gh-1

[Python-checkins] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)

2024-06-08 Thread kumaraditya303
https://github.com/python/cpython/commit/5d59b870effa0f576acf7264cfcbfca2b36e34e3 commit: 5d59b870effa0f576acf7264cfcbfca2b36e34e3 branch: main author: AN Long committer: kumaraditya303 date: 2024-06-08T21:41:19+05:30 summary: gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#1201

[Python-checkins] [3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/46e69f8c2568ce7cc6041f8a601478e39d01efb1 commit: 46e69f8c2568ce7cc6041f8a601478e39d01efb1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-08T14:10:44+03:00 summary: [3.1

[Python-checkins] [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9b704ceecae28d73a0315c3fd5547cf09b2d85a4 commit: 9b704ceecae28d73a0315c3fd5547cf09b2d85a4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-08T14:10:28+03:00 summary: [3.1

[Python-checkins] gh-120244: Fix re.sub() reference leak (GH-120245)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/38a25e9560cf0ff0b80d9e90bce793ff24c6e027 commit: 38a25e9560cf0ff0b80d9e90bce793ff24c6e027 branch: main author: neonene <[email protected]> committer: serhiy-storchaka date: 2024-06-08T10:22:07Z summary: gh-120244: Fix re.sub() refer

[Python-checkins] [3.12] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120262)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/88f67df22cbd50e884df061be2a106ccd658bf39 commit: 88f67df22cbd50e884df061be2a106ccd658bf39 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-08T09:46:25Z summary: [3.12] bpo-37755: Use configured output in pydoc instead of pag

[Python-checkins] gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)

2024-06-08 Thread Fidget-Spinner
https://github.com/python/cpython/commit/55402d3232ca400ebafe4fe3bd70f252304ebe07 commit: 55402d3232ca400ebafe4fe3bd70f252304ebe07 branch: main author: Saul Shanabrook committer: Fidget-Spinner date: 2024-06-08T17:41:45+08:00 summary: gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Wat

[Python-checkins] bpo-37755: Use configured output in pydoc instead of pager (GH-15105)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2080425154d235b4b7dcc9a8a2f58e71769125ca commit: 2080425154d235b4b7dcc9a8a2f58e71769125ca branch: main author: Enrico Tröger committer: serhiy-storchaka date: 2024-06-08T09:19:13Z summary: bpo-37755: Use configured output in pydoc instead of pager (GH-151

[Python-checkins] [3.13] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243) (#120259)

2024-06-08 Thread sobolevn
https://github.com/python/cpython/commit/863a0bd5154a7dcade03e849ec2ed45fe9f8837f commit: 863a0bd5154a7dcade03e849ec2ed45fe9f8837f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-08T08:13:53Z summary: [3.13] gh-120242:

[Python-checkins] [3.12] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243) (#120260)

2024-06-08 Thread sobolevn
https://github.com/python/cpython/commit/479655a27a40954f6c6fc92bf4d3773efe5ce551 commit: 479655a27a40954f6c6fc92bf4d3773efe5ce551 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-08T08:09:55Z summary: [3.12] gh-120242:

[Python-checkins] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (#120243)

2024-06-08 Thread sobolevn
https://github.com/python/cpython/commit/95f4db88d5ab7d900f05d0418b2a2e77bf9ff126 commit: 95f4db88d5ab7d900f05d0418b2a2e77bf9ff126 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-08T10:51:09+03:00 summary: gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime