Thomas Wouters
|
e4a3e786a5
|
Python 3.13.0rc1
|
2024-07-31 20:18:39 +02:00 |
Thomas Wouters
|
567c38b4eb
|
Python 3.13.0b4
|
2024-07-18 11:41:38 +02:00 |
Thomas Wouters
|
7b413952e8
|
Python 3.13.0b3
|
2024-06-27 15:06:51 +02:00 |
Thomas Wouters
|
3a83b172af
|
Python 3.13.0b2
|
2024-06-05 16:46:34 +02:00 |
Thomas Wouters
|
2268289a47
|
Python 3.13.0b1
|
2024-05-08 11:21:00 +02:00 |
Hugo van Kemenade
|
7d0be7aea5
|
Add 'The Python 2.3 Method Resolution Order' (#116435)
|
2024-04-15 13:01:15 +03:00 |
Thomas Wouters
|
57aee2a02c
|
Python 3.13.0a6
|
2024-04-09 11:56:22 +02:00 |
Thomas Wouters
|
076d169ebb
|
Python 3.13.0a5
|
2024-03-12 21:11:08 +01:00 |
Thomas Wouters
|
9d34f60783
|
Python 3.13.0a4
|
2024-02-15 14:38:42 +01:00 |
Thomas Wouters
|
f009305a7d
|
Python 3.13.0a3
|
2024-01-17 13:14:40 +01:00 |
Thomas Wouters
|
9c4347ef8b
|
Python 3.13.0a2
|
2023-11-22 12:20:24 +01:00 |
Thomas Wouters
|
ad056f03ae
|
Python 3.13.0a1
|
2023-10-13 10:52:10 +02:00 |
Thomas Wouters
|
5612078f68
|
Python 3.12.0b1
|
2023-05-22 14:07:36 +02:00 |
James Gerity
|
0449ffe3a4
|
gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)
|
2023-05-11 18:12:02 +01:00 |
Thomas Wouters
|
b861ba4a82
|
Python 3.12.0a7
|
2023-04-04 17:52:42 +02:00 |
Irit Katriel
|
e1e9bab006
|
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
|
2023-03-18 11:47:11 +00:00 |
Thomas Wouters
|
f9774e57d8
|
Python 3.12.0a6
|
2023-03-07 22:48:18 +01:00 |
Thomas Wouters
|
3c67ec394f
|
Python 3.12.0a5
|
2023-02-07 13:21:15 +01:00 |
Thomas Wouters
|
3d5d3f7af6
|
Python 3.12.0a4
|
2023-01-10 13:09:15 +01:00 |
Thomas Wouters
|
b6bd7ffcbc
|
Python 3.12.0a3
|
2022-12-06 19:33:02 +01:00 |
Thomas Wouters
|
3b9d793efc
|
Python 3.12.0a2
|
2022-11-14 12:18:11 +01:00 |
Thomas Wouters
|
4ae1a0ecaf
|
Python 3.12.0a1
|
2022-10-25 00:08:22 +02: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 |
Julien Palard
|
c91b6f57f3
|
bpo-10716: Migrating pydoc to html5. (GH-28651)
|
2021-10-09 09:36:50 +02: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 |