Commit Graph
23 Commits
Author SHA1 Message Date
Sebastian RittauandGitHub 3ee1e5b893 Add Pdb.rlcompleter added in Python 3.13.8 (#14852) 2025-10-08 11:46:11 -07:00
Jelle ZijlstraandGitHub b6e21d05ae Add some defaults and __slots__ for 3.14 (#14622) 2025-08-22 18:51:00 +02:00
Semyon MorozandGitHub 85a787bba3 [stdlib] Mark constants as Final (#14577) 2025-08-15 13:19:03 +02:00
Semyon MorozandGitHub a4e5874d29 Bump pdb and bdb to 3.14 (#14042) 2025-05-13 11:15:58 +02:00
sobolevnandGitHub 6f248dfa37 Bump mypy to 1.11.1 (#12463) 2024-08-04 23:19:28 -07:00
Max MuotoandGitHub 4b9eadad77 Resolve 3.13 pdb errors (#12267) 2024-07-09 22:15:37 +02:00
Alex WaygoodandGitHub ac6c61ba04 Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022) 2024-05-23 13:24:28 -07:00
Nikita SobolevandGitHub 95b268999c pdb: py312 updates (#10471) 2023-07-18 17:33:27 +01:00
Nikita SobolevandGitHub 6de0aa0c70 CI: Unpin micro-versions (#10239) 2023-06-02 11:23:33 +01:00
Alex WaygoodandGitHub dd2818a41d Stdlib: add container default values (#9909) 2023-03-21 09:12:34 +01:00
Alex WaygoodandGitHub 9ed39d8796 Use typing_extensions.Self in the stdlib (#9694) 2023-02-09 09:12:13 +00:00
Jelle ZijlstraandGitHub ddfaca3200 stdlib: add argument default values (#9501) 2023-01-18 09:37:34 +01:00
Alex WaygoodandGitHub edc0ecd857 Remove Python 3.6 branches from typeshed (#8269) 2022-07-11 10:55:17 +02:00
Alex WaygoodandGitHub e9526faf40 Various py311 removals (#7836) 2022-05-16 17:28:13 -07:00
Alex WaygoodandGitHub 97a74bc1aa Import from collections.abc wherever possible (#7635) 2022-04-18 12:50:37 +02:00
Alex WaygoodandGitHub d6ce3abd68 Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345) 2022-02-21 17:57:03 -08:00
Alex WaygoodandGitHub 33ecb68603 Fix return annotations of several methods that return self at runtime (#7070) 2022-01-28 17:37:49 -08:00
Nikita SobolevandGitHub a4db42ee34 Use ParamSpec in pdb.runcall (#7009) 2022-01-23 13:34:34 -08:00
AkuliandGitHub 994b69ef8f Use lowercase tuple where possible (#6170) 2021-10-14 17:18:19 -07:00
AkuliandGitHub ce11072dbe Big diff: use lower-case list and dict (#5888) 2021-08-08 09:26:35 -07:00
AkuliandGitHub ee487304d7 Big diff: Use new "|" union syntax (#5872) 2021-08-08 11:05:21 +02:00
17dcea4a68 Akuli and srittau: Remove Python 2 branches from Python 3 stubs (#5461)
* run script and do some manual changes (Akuli)

* do the whole thing manually (srittau)

* merge changes (Akuli)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2021-05-15 15:33:39 +03:00
16ae4c6120 Re-organize directory structure (#4971)
See discussion in #2491

Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
2021-01-27 12:00:39 +00:00