[Python-checkins] Sorting techniques edits (#124701)

2024-09-27 Thread rhettinger
https://github.com/python/cpython/commit/165ed68c26759b817388add52a7aa2d26755d451 commit: 165ed68c26759b817388add52a7aa2d26755d451 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-27T17:19:44-07:00 summary: Sorting techniques edits (#124701) files: M Doc/howto/sorting.

[Python-checkins] gh-107954: Fix configuration type for the perf profiler (#124636)

2024-09-27 Thread ambv
https://github.com/python/cpython/commit/02b49c51501f5eeef3ab5d74fb9eace1151a1359 commit: 02b49c51501f5eeef3ab5d74fb9eace1151a1359 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-09-28T01:50:16+02:00 summary: gh-107954: Fix configuration type for the perf profiler (#124636)

[Python-checkins] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)

2024-09-27 Thread encukou
https://github.com/python/cpython/commit/425587a110eb214a097c634d4b6d944ac478923e commit: 425587a110eb214a097c634d4b6d944ac478923e branch: main author: Petr Viktorin committer: encukou date: 2024-09-27T23:40:50Z summary: gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) files: M

[Python-checkins] [3.12] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (gh-124679)

2024-09-27 Thread ericvsmith
https://github.com/python/cpython/commit/373036a82c2127da8c54993ec95a966a135ec4c1 commit: 373036a82c2127da8c54993ec95a966a135ec4c1 branch: 3.12 author: Bénédikt Tran <[email protected]> committer: ericvsmith date: 2024-09-27T16:57:30Z summary: [3.12] gh-89683: add tests fo

[Python-checkins] gh-123299: Copy-edit the 3.14 What's New (#124670)

2024-09-27 Thread hugovk
https://github.com/python/cpython/commit/1ba35ea38562bfc0301bab4e098aa124e114b886 commit: 1ba35ea38562bfc0301bab4e098aa124e114b886 branch: main author: Jelle Zijlstra committer: hugovk <[email protected]> date: 2024-09-28T01:25:33+03:00 summary: gh-123299: Copy-edit the 3.14

[Python-checkins] [3.13] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627) (#124714)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/80de9766f7b802f7dad0857614f46496a3196186 commit: 80de9766f7b802f7dad0857614f46496a3196186 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T15:23:39-07:00 summary: [3.13] GH-12454

[Python-checkins] [3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/0a125d9029b94a6aaa3cdac1f17043f90e002f27 commit: 0a125d9029b94a6aaa3cdac1f17043f90e002f27 branch: 3.13 author: Emily Morehouse committer: Yhg1s date: 2024-09-27T15:21:58-07:00 summary: [3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#12

[Python-checkins] [3.13] doc: PyUnicode_AsUTF8String() fails if string contains surrogates (GH-124605) (#124707)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/5c5f02753a50ee6ccddbdd09026dbd4ad7e5ab80 commit: 5c5f02753a50ee6ccddbdd09026dbd4ad7e5ab80 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T15:20:44-07:00 summary: [3.13] doc: PyU

[Python-checkins] [3.13] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) (#122740)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/4a58bdb49e42276d5ac49329bb217d095d8b6cef commit: 4a58bdb49e42276d5ac49329bb217d095d8b6cef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T15:19:56-07:00 summary: [3.13] gh-12010

[Python-checkins] [3.13] Backport idlelib typos (#124325)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/2df77c8daf9dc436e75753f40e7e6f9a7255b946 commit: 2df77c8daf9dc436e75753f40e7e6f9a7255b946 branch: 3.13 author: Terry Jan Reedy committer: Yhg1s date: 2024-09-27T15:19:44-07:00 summary: [3.13] Backport idlelib typos (#124325) See #123597. The typo in Ico

[Python-checkins] [3.13] gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous output. (GH-124310) (#124318)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/845e03344e4b59e096b36810845e978dfa68 commit: 845e03344e4b59e096b36810845e978dfa68 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T15:19:28-07:00 summary: [3.13] gh-11293

[Python-checkins] gh-111178: fix some USAN failures - mismatched function pointers (GH-123004)

2024-09-27 Thread encukou
https://github.com/python/cpython/commit/702c4a247360b43348a95c6fc76eb932483c33b1 commit: 702c4a247360b43348a95c6fc76eb932483c33b1 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-09-27T23:51:50+02:00 summary: gh-78: fix some USAN fa

[Python-checkins] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627)

2024-09-27 Thread markshannon
https://github.com/python/cpython/commit/0e21cc6cf820679439d72e3ebd06227ee2a085f9 commit: 0e21cc6cf820679439d72e3ebd06227ee2a085f9 branch: main author: Mark Shannon committer: markshannon date: 2024-09-27T14:51:01-07:00 summary: GH-124547: Clear instance dictionary if memory error occurs during

[Python-checkins] [3.13] gh-90190: Add doc for using `singledispatch` with precise collection type hints (GH-116544) (#124710)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/2b74cce521f929e57aeb5e1edd874da8d3b777b5 commit: 2b74cce521f929e57aeb5e1edd874da8d3b777b5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T21:28:30Z summary: [3.13] gh-90190: Add

[Python-checkins] [3.13] gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-124546) (#124708)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/ec4d7b5d22060c8a485876306294196a0e9aeea6 commit: ec4d7b5d22060c8a485876306294196a0e9aeea6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T14:23:16-07:00 summary: [3.13] gh-12452

[Python-checkins] gh-90190: Add doc for using `singledispatch` with precise collection type hints (#116544)

2024-09-27 Thread AlexWaygood
https://github.com/python/cpython/commit/2357d5ba48cd9685cb36bcf92a0eaed86a85f4de commit: 2357d5ba48cd9685cb36bcf92a0eaed86a85f4de branch: main author: Matt Delengowski committer: AlexWaygood date: 2024-09-27T21:10:29Z summary: gh-90190: Add doc for using `singledispatch` with precise collection

[Python-checkins] [3.12] gh-90190: Add doc for using `singledispatch` with precise collection type hints (GH-116544) (#124711)

2024-09-27 Thread AlexWaygood
https://github.com/python/cpython/commit/a178445a46e675830a10518a4d90232d710e1666 commit: a178445a46e675830a10518a4d90232d710e1666 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-09-27T14:17:37-07:00 summary: [3.12] gh

[Python-checkins] gh-81263: Add assignment expressions to `help` (#124641)

2024-09-27 Thread emilyemorehouse
https://github.com/python/cpython/commit/626668912f3102a96d3f251f5304ad2f8326f3cc commit: 626668912f3102a96d3f251f5304ad2f8326f3cc branch: main author: Emily Morehouse committer: emilyemorehouse date: 2024-09-27T13:59:26-07:00 summary: gh-81263: Add assignment expressions to `help` (#124641) *

[Python-checkins] [3.12] gh-118181: Fix parameter markup in AST docs (GH-124473). (#124705)

2024-09-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/2fa9ca50704d17a3357267caed36b910f82a4bb1 commit: 2fa9ca50704d17a3357267caed36b910f82a4bb1 branch: 3.12 author: Tomas R committer: JelleZijlstra date: 2024-09-27T20:13:00Z summary: [3.12] gh-118181: Fix parameter markup in AST docs (GH-124473). (#124705)

[Python-checkins] gh-124457: Remove coverity from CPython repo (GH-124460)

2024-09-27 Thread Mariatta
https://github.com/python/cpython/commit/6cba6e1df2c20846347b705eff7fb28caeeb17fd commit: 6cba6e1df2c20846347b705eff7fb28caeeb17fd branch: main author: Mariatta committer: Mariatta date: 2024-09-27T13:42:32-07:00 summary: gh-124457: Remove coverity from CPython repo (GH-124460) Remove coverity

[Python-checkins] doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)

2024-09-27 Thread vstinner
https://github.com/python/cpython/commit/d8cf587dc749cf21eafc1064237970ee7460634f commit: d8cf587dc749cf21eafc1064237970ee7460634f branch: main author: Victor Stinner committer: vstinner date: 2024-09-27T20:13:29Z summary: doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#12460

[Python-checkins] gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-124546)

2024-09-27 Thread encukou
https://github.com/python/cpython/commit/3387f76b8f0b9f5ef89f9526c583bcc3dc36f486 commit: 3387f76b8f0b9f5ef89f9526c583bcc3dc36f486 branch: main author: Petr Viktorin committer: encukou date: 2024-09-27T22:13:53+02:00 summary: gh-124520: What's New entry for ctypes metaclass __new__/__init__ chan

[Python-checkins] [3.13] gh-124487: Update Windows API version to Windows 8.1 (GH-124676) (#124702)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/09aecb66df86572c2e1b6f341bd89e9b0df37664 commit: 09aecb66df86572c2e1b6f341bd89e9b0df37664 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T19:59:26Z summary: [3.13] gh-124487: Up

[Python-checkins] [3.13] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (GH-124663) (#124698)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/4618c0e5e60067025fd4e3ffeec494af68534862 commit: 4618c0e5e60067025fd4e3ffeec494af68534862 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T19:58:36Z summary: [3.13] gh-124609: Fi

[Python-checkins] Drop code ownership for decimal (gh-124695)

2024-09-27 Thread rhettinger
https://github.com/python/cpython/commit/34158c2c7a80d7b1113beca69473e38349f0c96e commit: 34158c2c7a80d7b1113beca69473e38349f0c96e branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-27T19:33:16Z summary: Drop code ownership for decimal (gh-124695) files: M .github/CODEOW

[Python-checkins] Fix typo in InternalDocs/string_interning.md (GH-124699)

2024-09-27 Thread encukou
https://github.com/python/cpython/commit/81a253b929258f17e89adc1aeb2c2ccdbcdc2945 commit: 81a253b929258f17e89adc1aeb2c2ccdbcdc2945 branch: main author: Petr Viktorin committer: encukou date: 2024-09-27T19:31:59Z summary: Fix typo in InternalDocs/string_interning.md (GH-124699) files: M Internal

[Python-checkins] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)

2024-09-27 Thread colesbury
https://github.com/python/cpython/commit/0881e2d3b1212d988733f1d3acca4011ce5e6280 commit: 0881e2d3b1212d988733f1d3acca4011ce5e6280 branch: main author: Tony Roberts committer: colesbury date: 2024-09-27T18:52:23Z summary: gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663) file

[Python-checkins] GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)

2024-09-27 Thread brandtbucher
https://github.com/python/cpython/commit/26a74203f08c59922b4889931c108b34c4ee8e72 commit: 26a74203f08c59922b4889931c108b34c4ee8e72 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-09-27T09:38:04-07:00 summary: GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447

[Python-checkins] [3.13] GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377) (#124380)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/cf98f39103f476efd0bf7e9a4b36c3213354c7dd commit: cf98f39103f476efd0bf7e9a4b36c3213354c7dd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T18:53:35Z summary: [3.13] GH-65961: Doc

[Python-checkins] [3.13] gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (GH-124629) (#124638)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/862ec8bd512c5a94e98ff657a0945c1a18e09183 commit: 862ec8bd512c5a94e98ff657a0945c1a18e09183 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:45:06-07:00 summary: [3.13] gh-12462

[Python-checkins] Itertool docs: Minor clarifications, wording tweaks, spacing, and active voice. (gh-124690)

2024-09-27 Thread rhettinger
https://github.com/python/cpython/commit/2e155536caf8a090c06d62dd92647abc62362463 commit: 2e155536caf8a090c06d62dd92647abc62362463 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-27T18:43:46Z summary: Itertool docs: Minor clarifications, wording tweaks, spacing, and ac

[Python-checkins] [3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124685)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/0c6ddadbc4b7179d39b9fb07129940617e2c2b2c commit: 0c6ddadbc4b7179d39b9fb07129940617e2c2b2c branch: 3.13 author: Alex Waygood committer: Yhg1s date: 2024-09-27T17:59:52Z summary: [3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#12468

[Python-checkins] [3.12] gh-124487: Update Windows API version to Windows 8.1 (#124676)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/a4916e6013e0870fd682b7967dce76667e8ba547 commit: a4916e6013e0870fd682b7967dce76667e8ba547 branch: 3.12 author: Steve Dower committer: Yhg1s date: 2024-09-27T11:35:32-07:00 summary: [3.12] gh-124487: Update Windows API version to Windows 8.1 (#124676) gh-

[Python-checkins] [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/c6c3d970ba54f4ad4c4151bb262cef96d3299480 commit: c6c3d970ba54f4ad4c4151bb262cef96d3299480 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:34:48-07:00 summary: [3.13] gh-11900

[Python-checkins] [3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124508)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/1d70dd257b3c14fd9af88dfdb87741c573d11448 commit: 1d70dd257b3c14fd9af88dfdb87741c573d11448 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:33:44-07:00 summary: [3.12] gh-11900

[Python-checkins] [3.13] gh-124682: Disable test that is prone to intermittent failure on iOS. (GH-124683) (#124687)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/dff48e18041850b869ac4278b6a4b6cd5e2fd612 commit: dff48e18041850b869ac4278b6a4b6cd5e2fd612 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T18:28:02Z summary: [3.13] gh-124682: Di

[Python-checkins] [3.12] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124686)

2024-09-27 Thread AlexWaygood
https://github.com/python/cpython/commit/54c6cd71123296fd6bec8caa88a4a3ae6572ca59 commit: 54c6cd71123296fd6bec8caa88a4a3ae6572ca59 branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-09-27T17:48:33Z summary: [3.12] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (

[Python-checkins] [3.13] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124644)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/4c97ed4682476b779785468f9a3b6271bc517932 commit: 4c97ed4682476b779785468f9a3b6271bc517932 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:16:02-07:00 summary: [3.13] Docs: Up

[Python-checkins] [3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-124646) (#124648)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/dc09a0c67fd888ba86673eeecc345d070360a146 commit: dc09a0c67fd888ba86673eeecc345d070360a146 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:15:25-07:00 summary: [3.13] gh-11651

[Python-checkins] gh-121277: Raise nice error on `next` as second argument to deprecated-removed (GH-124623)

2024-09-27 Thread encukou
https://github.com/python/cpython/commit/e349f73a5ad2856b0a7cbe4aef7cc081c7aed777 commit: e349f73a5ad2856b0a7cbe4aef7cc081c7aed777 branch: main author: Petr Viktorin committer: encukou date: 2024-09-27T19:38:40+02:00 summary: gh-121277: Raise nice error on `next` as second argument to deprecated

[Python-checkins] Fixup indentation for docs on `ModuleSpec` attributes (#124681)

2024-09-27 Thread AlexWaygood
https://github.com/python/cpython/commit/6716dd1c33ae6fe43cf14a2a54be143b1de3fa64 commit: 6716dd1c33ae6fe43cf14a2a54be143b1de3fa64 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-09-27T17:35:09Z summary: Fixup indentation for docs on `ModuleSpec` attributes (#124681) Co-auth

[Python-checkins] gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)

2024-09-27 Thread freakboy3742
https://github.com/python/cpython/commit/10d504aecc56f9481114fe3d0a8d1721d38db7e3 commit: 10d504aecc56f9481114fe3d0a8d1721d38db7e3 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-09-27T10:49:35-07:00 summary: gh-124682: Disable test that is prone to intermittent failu

[Python-checkins] [3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) (#124649)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/1cd2b97113f7514f1925b2538c7d55b3421c3abd commit: 1cd2b97113f7514f1925b2538c7d55b3421c3abd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:11:02-07:00 summary: [3.13] gh-11651

[Python-checkins] [3.13] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#124654)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/caaf939fe2d296473940d1109fcd1025425b2d3f commit: caaf939fe2d296473940d1109fcd1025425b2d3f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:09:15-07:00 summary: [3.13] gh-86673

[Python-checkins] [3.13] Docs: for for/else clarify that return or raise also skip the else (GH-124591) (#124659)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/ac3e6f801be42b0d2691a19dc3c289faa67f628f commit: ac3e6f801be42b0d2691a19dc3c289faa67f628f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:08:56-07:00 summary: [3.13] Docs: fo

[Python-checkins] [3.13] GH-95079: document error behaviour for some unicode C APIs (GH-95080) (#124661)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/f6e23bb6bbde00c3cdfee71cba2366aa9e9c095c commit: f6e23bb6bbde00c3cdfee71cba2366aa9e9c095c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:01:03-07:00 summary: [3.13] GH-95079

[Python-checkins] [3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467) (#124674)

2024-09-27 Thread Yhg1s
https://github.com/python/cpython/commit/8169d2971feb83cf77ea6a7cbf71c678f8cbd653 commit: 8169d2971feb83cf77ea6a7cbf71c678f8cbd653 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-27T11:00:49-07:00 summary: [3.13] gh-12301

[Python-checkins] Improve accuracy of kde() invcdf estimates (gh-124637)

2024-09-27 Thread rhettinger
https://github.com/python/cpython/commit/4b89c5ebfc7d5d4f008eee0ae6da765dfc28e3a9 commit: 4b89c5ebfc7d5d4f008eee0ae6da765dfc28e3a9 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-27T09:56:37-07:00 summary: Improve accuracy of kde() invcdf estimates (gh-124637) files:

[Python-checkins] gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)

2024-09-27 Thread ericvsmith
https://github.com/python/cpython/commit/9c7657f09914254724683d91177aed7947637be5 commit: 9c7657f09914254724683d91177aed7947637be5 branch: main author: sobolevn committer: ericvsmith date: 2024-09-27T12:20:49-04:00 summary: gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051) If us

[Python-checkins] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (#124467)

2024-09-27 Thread pganssle
https://github.com/python/cpython/commit/0a3577bdfcb7132c92a3f7fb2ac231bc346383c0 commit: 0a3577bdfcb7132c92a3f7fb2ac231bc346383c0 branch: main author: Malcolm Smith committer: pganssle <[email protected]> date: 2024-09-27T10:35:18-04:00 summary: gh-123017: Add Android to

[Python-checkins] gh-119180: No longer set `__annotations__` in `__main__` (#124634)

2024-09-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/365dffbaada421db8fdb684a84d1fb311b75ec40 commit: 365dffbaada421db8fdb684a84d1fb311b75ec40 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-09-27T05:49:43-07:00 summary: gh-119180: No longer set `__annotations__` in `__main__` (#1246

[Python-checkins] GH-95079: document error behaviour for some unicode C APIs (#95080)

2024-09-27 Thread erlend-aasland
https://github.com/python/cpython/commit/b79a21ea429844e84509430e636d808ea9cff244 commit: b79a21ea429844e84509430e636d808ea9cff244 branch: main author: Max Bachmann committer: erlend-aasland date: 2024-09-27T12:35:55+02:00 summary: GH-95079: document error behaviour for some unicode C APIs (#950

[Python-checkins] [3.12] GH-95079: document error behaviour for some unicode C APIs (GH-95080) (#124662)

2024-09-27 Thread erlend-aasland
https://github.com/python/cpython/commit/fb8d604d55cd0d27fd2e33370c092654aa7943ec commit: fb8d604d55cd0d27fd2e33370c092654aa7943ec branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-09-27T10:42:23Z summary: [3.12] GH-9

[Python-checkins] Docs: for for/else clarify that return or raise also skip the else (#124591)

2024-09-27 Thread nedbat
https://github.com/python/cpython/commit/5329d1b74a86b3a22ff36f7976bfe720ee06d10d commit: 5329d1b74a86b3a22ff36f7976bfe720ee06d10d branch: main author: Ned Batchelder committer: nedbat date: 2024-09-27T06:17:25-04:00 summary: Docs: for for/else clarify that return or raise also skip the else (#1

[Python-checkins] gh-124176: Add special support for dataclasses to `create_autospec` (#124429)

2024-09-27 Thread sobolevn
https://github.com/python/cpython/commit/3a0e7f57628466aedcaaf6c5ff7c8224f5155a2c commit: 3a0e7f57628466aedcaaf6c5ff7c8224f5155a2c branch: main author: sobolevn committer: sobolevn date: 2024-09-27T09:48:31+03:00 summary: gh-124176: Add special support for dataclasses to `create_autospec` (#1244