Commit graph

101 commits

Author SHA1 Message Date
Pablo Galindo
498b971ea3
Python 3.11.13 2025-06-03 19:38:25 +01:00
Pablo Galindo
da1f6c61dd
Python 3.11.12 2025-04-08 15:15:29 +01:00
Pablo Galindo
d03b868578 Python 3.11.11 2024-12-03 12:20:40 -05:00
Pablo Galindo
0c47759eee Python 3.11.10 2024-09-07 02:03:31 +01:00
Pablo Galindo
de54cf5be3 Python 3.11.9 2024-04-02 09:25:04 +01:00
Pablo Galindo
db85d51d3e Python 3.11.8 2024-02-06 21:21:21 +00:00
Pablo Galindo
fa7a6f2303 Python 3.11.7 2023-12-04 17:56:29 +00:00
Pablo Galindo
8b6ee5ba3b Python 3.11.6 2023-10-02 14:29:10 +01:00
Pablo Galindo
cce6ba91b3 Python 3.11.5 2023-08-24 13:09:18 +01:00
Pablo Galindo
d2340ef257 Python 3.11.4 2023-06-06 23:00:27 +01:00
Pablo Galindo
f3909b8bc8 Python 3.11.3 2023-04-04 23:22:17 +01:00
Pablo Galindo
878ead1ac1 Python 3.11.2 2023-02-07 13:37:51 +00:00
Pablo Galindo
a7a450f84a Python 3.11.1 2022-12-06 19:05:27 +00:00
Pablo Galindo
deaf509e8f
Python 3.11.0 2022-10-24 18:35:39 +01:00
Pablo Galindo
ed7c3ff156
Python 3.11.0rc2 2022-09-11 20:23:30 +01:00
Pablo Galindo
41cb07120b
Python 3.11.0rc1 2022-08-05 15:45:18 +01:00
Pablo Galindo
0771d71eea
Python 3.11.0b5 2022-07-25 23:21:18 +01:00
Pablo Galindo
5a7e1e0a92
Python 3.11.0b4 2022-07-11 16:25:22 +01:00
Pablo Galindo
eb0004c271
Python 3.11.0b3 2022-06-01 14:07:53 +01:00
Pablo Galindo
72f00f420a
Python 3.11.0b2 2022-05-30 22:18:15 +01:00
Pablo Galindo
0e5fe7f9e9
Python 3.11.0b1 2022-05-06 23:53:50 +01:00
John Belmonte
b0b836b20c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
Add "z" format specifier to coerce negative 0 to zero.

See https://github.com/python/cpython/issues/90153 (originally https://bugs.python.org/issue45995) for discussion.
This covers `str.format()` and f-strings.  Old-style string interpolation is not supported.

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
2022-04-11 15:34:18 +01:00
Pablo Galindo
2e49bd06c5
Python 3.11.0a7 2022-04-05 20:54:03 +01:00
Pablo Galindo
3ddfa55df4
Python 3.11.0a6 2022-03-07 12:32:18 +00:00
Pablo Galindo
c4e4b91557
Python 3.11.0a5 2022-02-03 18:37:08 +00:00
Pablo Galindo
9471106fd5
Python 3.11.0a4 2022-01-13 19:38:15 +00:00
Pablo Galindo
2e91dba437
Python 3.11.0a3 2021-12-08 22:24:29 +00:00
Pablo Galindo
e2b4e4bab9
Python 3.11.0a2 2021-11-05 19:04:04 +00:00
Pablo Galindo
7c12e4835e
Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Mohamad Mansour
8f943ca257
[codemod] Fix non-matching bracket pairs (GH-28473)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-09-22 01:09:00 +02:00
Pablo Galindo
53e55290cf
Python 3.10.0a7 2021-04-05 17:39:49 +01:00
Chavdar Yotov
0269ce87c9
bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570) 2021-03-15 23:50:49 +01:00
Pablo Galindo
cc12888f9b
Remove unused suspicious rule in the docs 2021-03-01 16:48:59 +00:00
Pablo Galindo
b0478d738a
Fix Sphynx syntax in the memory.rst document 2021-02-02 20:45:36 +00:00
Pablo Galindo
445f7f54b1
Python 3.10.0a4 2021-01-04 17:26:00 +00:00
Pablo Galindo
8bae2a958e
Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Pablo Galindo
114ee5dec0
Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Pablo Galindo
8e9afaf822
Python 3.10.0a1 2020-10-05 18:30:18 +01:00
Łukasz Langa
bc1c8af8ef
Python 3.9.0a6 2020-04-27 22:44:04 +02:00
Łukasz Langa
dcd4c4f9c9
Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Łukasz Langa
6e02691f30
Python 3.9.0a4 2020-02-25 22:06:39 +01:00
Łukasz Langa
c33378df39
Python 3.9.0a3 2020-01-24 22:05:07 +01:00
Łukasz Langa
6202d856d6
Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Łukasz Langa
fd757083df
Python 3.9.0a1 2019-11-19 12:17:21 +01:00
Brandt Bucher
a0ed99bca8 bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) 2019-11-11 12:47:48 -08:00
Łukasz Langa
3b5deb0116
Python 3.8.0b1 2019-06-04 19:44:34 +02:00
Pablo Galindo
29cb21ddb9
Regenerate topics file (GH-13642) 2019-05-29 22:59:00 +01:00
Łukasz Langa
c1004b8546
Python 3.8.0a4 2019-05-06 20:30:25 +02:00
Łukasz Langa
9a448855b5
v3.8.0a3 2019-03-25 20:36:40 +01:00
Łukasz Langa
23f4589b4b
v3.8.0a2 2019-02-25 13:08:32 +01:00