[Python-checkins] gh-113537: support loads str in plistlib.loads (#113582)

2024-01-06 Thread ronaldoussoren
https://github.com/python/cpython/commit/bbf214df23be3ee5daead119e8a2506d810d7d1f commit: bbf214df23be3ee5daead119e8a2506d810d7d1f branch: main author: AN Long committer: ronaldoussoren date: 2024-01-06T10:26:59+01:00 summary: gh-113537: support loads str in plistlib.loads (#113582) Add support

[Python-checkins] gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)

2024-01-06 Thread iritkatriel
https://github.com/python/cpython/commit/d36a36511899bd8dc9adf5fc354e8ff7c611c51d commit: d36a36511899bd8dc9adf5fc354e8ff7c611c51d branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-06T

[Python-checkins] GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/d429a5a8e76e3013b35d60c78fcb891556ad9a7c commit: d429a5a8e76e3013b35d60c78fcb891556ad9a7c branch: main author: Barney Gale committer: barneygale date: 2024-01-06T17:02:36Z summary: GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777) T

[Python-checkins] GH-113528: Split up pathlib tests for invalid basenames. (#113776)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/f1526356b1be31071222683c9f09fa271d0203ce commit: f1526356b1be31071222683c9f09fa271d0203ce branch: main author: Barney Gale committer: barneygale date: 2024-01-06T17:03:07Z summary: GH-113528: Split up pathlib tests for invalid basenames. (#113776) Split

[Python-checkins] GH-113528: Slightly improve `pathlib.Path.glob()` tests for symlink loop handling (#113763)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/2205510e7b32eb4c7bbe1982d7b5dfcbfb85cffe commit: 2205510e7b32eb4c7bbe1982d7b5dfcbfb85cffe branch: main author: Barney Gale committer: barneygale date: 2024-01-06T17:03:39Z summary: GH-113528: Slightly improve `pathlib.Path.glob()` tests for symlink loop

[Python-checkins] GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/1e914ad89de707b8a69b03d7b36f5022f4c07c78 commit: 1e914ad89de707b8a69b03d7b36f5022f4c07c78 branch: main author: Barney Gale committer: barneygale date: 2024-01-06T20:50:25Z summary: GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531) Replace

[Python-checkins] GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/37bd893a22b784d573b71df5417d855dc32dee62 commit: 37bd893a22b784d573b71df5417d855dc32dee62 branch: main author: Barney Gale committer: barneygale date: 2024-01-06T21:17:51Z summary: GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530) Replac

[Python-checkins] GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529)

2024-01-06 Thread barneygale
https://github.com/python/cpython/commit/a15a7735e69862fdfc0ed21bc1ade3a32833a01d commit: a15a7735e69862fdfc0ed21bc1ade3a32833a01d branch: main author: Barney Gale committer: barneygale date: 2024-01-06T21:37:38Z summary: GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529)

[Python-checkins] gh-112795: Allow `/` folder in a zipfile (#112932)

2024-01-06 Thread gpshead
https://github.com/python/cpython/commit/541c5dbb81c784afd587406be2cc82645979a107 commit: 541c5dbb81c784afd587406be2cc82645979a107 branch: main author: AN Long committer: gpshead date: 2024-01-07T01:14:18Z summary: gh-112795: Allow `/` folder in a zipfile (#112932) Allow extraction (no-op) of a

[Python-checkins] [3.12] gh-112795: Allow `/` folder in a zipfile (GH-112932) (#113789)

2024-01-06 Thread gpshead
https://github.com/python/cpython/commit/db6f297d448ce46e58a5b90239a477955198 commit: db6f297d448ce46e58a5b90239a477955198 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-01-07T01:45:37Z summary: [3.12] gh-112795:

[Python-checkins] gh-73965: New environment variable PYTHON_HISTORY (#13208)

2024-01-06 Thread hauntsaninja
https://github.com/python/cpython/commit/f19b93fce04fb0bc9b59071915a6aa6b01860d8a commit: f19b93fce04fb0bc9b59071915a6aa6b01860d8a branch: main author: Zackery Spytz committer: hauntsaninja <[email protected]> date: 2024-01-06T22:30:12-08:00 summary: gh-73965: New env