[Python-checkins] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)

2024-07-02 Thread vsajip
https://github.com/python/cpython/commit/bfe0e4d7696647a546110328510bdb98146ad2f2 commit: bfe0e4d7696647a546110328510bdb98146ad2f2 branch: main author: Vinay Sajip committer: vsajip date: 2024-07-02T09:13:37+01:00 summary: gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)

[Python-checkins] Move get_signal_name() to test.support (#121251)

2024-07-02 Thread vstinner
https://github.com/python/cpython/commit/7435f053b4a54372a2c43dee7a15c4b973f09209 commit: 7435f053b4a54372a2c43dee7a15c4b973f09209 branch: main author: Victor Stinner committer: vstinner date: 2024-07-02T10:34:13+02:00 summary: Move get_signal_name() to test.support (#121251) * Move get_signal_

[Python-checkins] gh-121245: Amend d611c4c8e9 (correct import) (#121255)

2024-07-02 Thread ambv
https://github.com/python/cpython/commit/7a807c3efaa83f1e4fb9b791579b47a0a1fd47de commit: 7a807c3efaa83f1e4fb9b791579b47a0a1fd47de branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-02T09:40:01Z summary: gh-121245: Amend d611c4c8e9 (correct import) (#121255) Co-authored-by: M

[Python-checkins] gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121211)

2024-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/15232a0819a2f7e0f448f28f2e6081912d10e7cb commit: 15232a0819a2f7e0f448f28f2e6081912d10e7cb branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-02T16:23:17+05:30 summary: gh-121210: handle no

[Python-checkins] gh-121165: protect macro expansion of `ADJUST_INDICES` with do-while(0) (#121166)

2024-07-02 Thread kumaraditya303
https://github.com/python/cpython/commit/6343486eb60ac5a9e15402a592298259c5afdee1 commit: 6343486eb60ac5a9e15402a592298259c5afdee1 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-02T16:27:51+05:30 summary: gh-121165: protect m

[Python-checkins] [3.13] gh-121245: Correct pyrepl import in site.py (GH-121255) (#121261)

2024-07-02 Thread lysnikolaou
https://github.com/python/cpython/commit/78e96bdf2417414c3d8aadc9a5f75702b94968fc commit: 78e96bdf2417414c3d8aadc9a5f75702b94968fc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-07-02T13:40:05+02:00 summary: [3.13] gh

[Python-checkins] gh-121272: move __future__ import validation from compiler to symtable (#121273)

2024-07-02 Thread iritkatriel
https://github.com/python/cpython/commit/1ac273224a85126c4356e355f7445206fadde7ec commit: 1ac273224a85126c4356e355f7445206fadde7ec branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-07-02T

[Python-checkins] gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)

2024-07-02 Thread colesbury
https://github.com/python/cpython/commit/8e8d202f552c993f40913b628139a39a5abe6a03 commit: 8e8d202f552c993f40913b628139a39a5abe6a03 branch: main author: Sam Gross committer: colesbury date: 2024-07-02T12:30:14-04:00 summary: gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244) Avoids t

[Python-checkins] gh-115773: Add sizes to debug offset structure (#120112)

2024-07-02 Thread pablogsal
https://github.com/python/cpython/commit/b180788d4a927d23af54f4b4702ccaf254f64854 commit: b180788d4a927d23af54f4b4702ccaf254f64854 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-07-02T17:54:33Z summary: gh-115773: Add sizes to debug offset structure (#120112) files:

[Python-checkins] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265)

2024-07-02 Thread vsajip
https://github.com/python/cpython/commit/089835469d5efbea4793cd611b43cb8387f2e7e5 commit: 089835469d5efbea4793cd611b43cb8387f2e7e5 branch: main author: Vinay Sajip committer: vsajip date: 2024-07-02T18:57:34+01:00 summary: gh-121035: Further improve logging flow diagram with respect to dark/ligh

[Python-checkins] [3.13] gh-115773: Add sizes to debug offset structure (GH-120112) (#121283)

2024-07-02 Thread pablogsal
https://github.com/python/cpython/commit/89bf33732fd53fbb954aa088cfb34f13264746ad commit: 89bf33732fd53fbb954aa088cfb34f13264746ad branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-07-02T18:19:26Z summary: [3.13] gh-115773

[Python-checkins] GH-73991: Support copying directory symlinks on older Windows (#120807)

2024-07-02 Thread barneygale
https://github.com/python/cpython/commit/f09d184821efd9438d092643881e28bdf8de4de5 commit: f09d184821efd9438d092643881e28bdf8de4de5 branch: main author: Barney Gale committer: barneygale date: 2024-07-03T04:30:29+01:00 summary: GH-73991: Support copying directory symlinks on older Windows (#12080

[Python-checkins] gh-121027: Make the functools.partial object a method descriptor (GH-121089)

2024-07-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ff5806c78edda1feed61254ac55193772dc9ec48 commit: ff5806c78edda1feed61254ac55193772dc9ec48 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-03T09:02:15+03:00 summary: gh-121027: Make the functools.partial object a method desc