Thomas Wouters
6cb20a219a
Python 3.13.5
2025-06-11 17:36:57 +02:00
Thomas Wouters
8a526ec7cb
Python 3.13.4
2025-06-03 17:34:24 +02:00
Thomas Wouters
6280bb5478
Python 3.13.3
2025-04-08 15:54:08 +02:00
Adam Turner
93b2bcb52d
[3.13] GH-121970: Extract pydoc_topics
into a new extension ( #129116 ) ( #130441 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-02-27 14:18:46 +00:00
Thomas Wouters
4f8bb3947c
Python 3.13.2
2025-02-04 15:51:09 +01:00
Thomas Wouters
0671451779
Python 3.13.1
2024-12-03 18:59:52 +01:00
Thomas Wouters
60403a5409
Python 3.13.0
2024-10-07 07:02:14 +02:00
Thomas Wouters
fae84c70fb
Python 3.13.0rc3
2024-10-01 04:03:08 +02:00
Emily Morehouse
0a125d9029
[3.13] gh-81263: Add assignment expressions to help
(GH-124641) ( #124713 )
...
gh-81263: Add assignment expressions to `help` (#124641 )
* Add assignment expression (:=) to `help`
* Update index for Assignment Expressions to include pair of `assignment; expression`
2024-09-27 15:21:58 -07:00
Thomas Wouters
ec61006963
Python 3.13.0rc2
2024-09-06 23:15:21 +02:00
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