Alex Waygood
|
dccc4e1f07
|
Run stubtest on py313 with macos and Windows in CI (#12020)
|
2024-05-23 14:55:15 -04:00 |
|
benchatt
|
044428446f
|
add field deprecated to classes and add_parser for argparse 3.13 (#12019)
|
2024-05-23 14:47:37 -04:00 |
|
benchatt
|
90f8cfca0b
|
add deprecated=False parameter to more argparse classes for 3.13 (#12018)
|
2024-05-23 14:13:41 -04:00 |
|
benchatt
|
cf4678c84a
|
Add deprecated parameter to two classes in argparse (#12017)
|
2024-05-23 13:46:06 -04:00 |
|
Alex Waygood
|
4bc70e1e4d
|
Use mypy from git for stdlib stubtest (#12016)
|
2024-05-23 13:08:18 -04:00 |
|
funkyrailroad
|
76a42727ab
|
Add datetime __replace__ methods on 3.13+ (#12014)
|
2024-05-23 11:56:09 -04:00 |
|
funkyrailroad
|
d75a47c2b7
|
Update BaseException and BaseExceptionGroup for 3.13 (#12010)
|
2024-05-23 10:44:41 -04:00 |
|
Avasam
|
50cbca413c
|
Make shutil.rmtree.onexc parameter optional (#12002)
|
2024-05-22 22:41:25 +02:00 |
|
Shantanu
|
c7664eed12
|
base64: add z85 for py313 (#11976)
|
2024-05-21 11:30:11 +02:00 |
|
Jelle Zijlstra
|
eeea0ac614
|
asyncio: fix task factory types (#11993)
|
2024-05-21 11:18:38 +02:00 |
|
Sebastian Rittau
|
0a95341735
|
Marked the std streams as possibly be None (#11826)
|
2024-05-21 08:22:29 +02:00 |
|
Avasam
|
a375953f63
|
distutils & setuptools: Relax path related params (#11948)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-05-20 23:41:20 -04:00 |
|
Alex Waygood
|
88c7f96d25
|
Run stubtest on py313 in CI (#11987)
|
2024-05-20 15:56:41 -04:00 |
|
Sebastian Rittau
|
e2e3750ee9
|
Move stdlib allowlists to stdlib/@tests (#11982)
Rename py3_common.txt to common.txt
|
2024-05-20 13:23:02 +02:00 |
|
Jelle Zijlstra
|
3cb7451c99
|
dis: Update for Python 3.13 (#11985)
|
2024-05-20 13:02:52 +02:00 |
|
Alex Waygood
|
b8d144d491
|
Add 3.13 to our CI (#11926)
|
2024-05-19 16:18:49 -04:00 |
|
Shantanu
|
5445a4a243
|
csv: update for py313 (#11979)
|
2024-05-18 22:17:55 -04:00 |
|
Shantanu
|
448870170c
|
stat: fix up (#11977)
|
2024-05-18 22:16:46 -04:00 |
|
Shantanu
|
5d580629be
|
sys: fix pos-only args (#11978)
|
2024-05-18 22:14:44 -04:00 |
|
Shantanu
|
2ab710010b
|
shutil: add chown args in py313 (#11973)
|
2024-05-18 15:09:31 -07:00 |
|
Shantanu
|
68e1396227
|
re: update for py313 (#11975)
|
2024-05-18 15:09:21 -07:00 |
|
Shantanu
|
0511881668
|
queue: add ShutDown to __all__ (#11974)
|
2024-05-18 18:06:42 -04:00 |
|
Shantanu
|
87edeb65d8
|
os.path etc: update for py313 (#11965)
|
2024-05-18 17:57:44 -04:00 |
|
Shantanu
|
2756f16a11
|
logging: update for py313 (#11972)
|
2024-05-18 14:49:22 -07:00 |
|
Shantanu
|
70d2c4ec96
|
statistics: add kde, kde_random in py313 (#11941)
|
2024-05-18 14:47:20 -07:00 |
|
Shantanu
|
2ae611a9f3
|
marshal: allow_code in py313 (#11971)
|
2024-05-18 14:46:59 -07:00 |
|
Shantanu
|
d9cf43c4c3
|
Mark pos-only __class_getitem__ args (#11970)
|
2024-05-18 23:27:51 +02:00 |
|
Shantanu
|
69dc8e291a
|
token, tokenize: update for py313 (#11966)
|
2024-05-18 14:21:29 -07:00 |
|
Shantanu
|
ac38fce019
|
threading: add new lock methods (#11964)
|
2024-05-18 16:55:42 -04:00 |
|
Shantanu
|
df735cb606
|
atexit: fix pos-only args (#11969)
|
2024-05-18 13:32:53 -07:00 |
|
Shantanu
|
c11b16882c
|
math: add fma in py313 (#11968)
|
2024-05-18 16:30:41 -04:00 |
|
Shantanu
|
7f2a1a742d
|
keyword: fix pos-only args (#11967)
|
2024-05-18 16:27:54 -04:00 |
|
Shantanu
|
bb28ef882f
|
code: update for py313 (#11962)
|
2024-05-18 16:22:22 -04:00 |
|
Shantanu
|
46dc8aac1f
|
faulthandler: fix pos-only arg in unregister (#11963)
|
2024-05-18 16:20:47 -04:00 |
|
Shantanu
|
feee9dc0f4
|
syslog: update for py313 (#11960)
|
2024-05-18 16:19:30 -04:00 |
|
Shantanu
|
1054a209d6
|
socket: match pos-only arg name to runtime (#11961)
|
2024-05-18 12:30:48 -07:00 |
|
Shantanu
|
49512463c6
|
http: add py313 HTTPStatus aliases (#11935)
|
2024-05-18 19:24:44 +02:00 |
|
Shantanu
|
6d5dc99b96
|
stat: fix positional-only args (#11930)
|
2024-05-18 19:24:02 +02:00 |
|
Shantanu
|
9f35be6664
|
gzip: change type of undocumented constants (#11943)
These were changed to str in py313
|
2024-05-18 12:35:26 -04:00 |
|
bzoracler
|
5bd7150139
|
improvement: Add AST subclass constructors (#11880)
|
2024-05-18 09:33:07 -04:00 |
|
Ali Hamdan
|
b570af5c1c
|
stdlib: fix some enum definitions (#11956)
|
2024-05-18 13:03:10 +02:00 |
|
Ali Hamdan
|
4a70a78c26
|
optparse: add_option Option argument is positional only (#11952)
|
2024-05-18 06:09:09 -04:00 |
|
Shantanu
|
11075c6c37
|
inspect: change for py313 (#11938)
|
2024-05-18 05:55:55 -04:00 |
|
Shantanu
|
54b39e1de4
|
Add __replace__ to namedtuple and structseq (#11939)
mypy will need its own change to truly understand namedtuple
|
2024-05-18 05:55:09 -04:00 |
|
Shantanu
|
abfb72e106
|
wsgiref: update __all__ for py313 (#11940)
GH-111770
|
2024-05-18 05:53:26 -04:00 |
|
Shantanu
|
53439861c5
|
opcode: update for py313 (#11944)
|
2024-05-18 05:49:06 -04:00 |
|
Shantanu
|
674722f038
|
signal: mark set_wakeup_fd pos only arg (#11945)
|
2024-05-18 05:47:59 -04:00 |
|
Avasam
|
003361c006
|
Make distutils.dist.Distribution.get_command_obj not return None by default (#11950)
|
2024-05-18 11:38:48 +02:00 |
|
Avasam
|
3e0269bc6c
|
distutils & setuptools: Complete sub_commands ClassVar typing (#11951)
|
2024-05-18 11:36:49 +02:00 |
|
Shantanu
|
36afde99cf
|
random: match seed type in __init__ (#11942)
|
2024-05-18 11:27:03 +02:00 |
|