Commit Graph
4 Commits
Author SHA1 Message Date
Harry 9b7b2bafab [psutil]: Add missing __dir__ method to psutil.Popen (#14207) 2025-05-31 16:21:13 +02:00
Harry b69d64df60 allow start_server to accept a Sequence of hosts (#7546) 2022-03-24 19:44:45 +01:00
Harry eb252afb18 random.sample no longer accepts sets in Python 3.11 (#7528)
As of 3.11, population must be a Sequence. Automatic conversion of sets to lists is no longer supported.
2022-03-21 18:58:22 -07:00
Harry 71d14b3ee1 random.sample: counts takes Iterable[int] (#7527) 2022-03-21 18:18:24 -07:00