Alex Waygood
|
3ab250eec8
|
Use PEP 604 syntax wherever possible (#7493)
|
2022-03-16 16:01:33 +01:00 |
|
Jelle Zijlstra
|
675de720d6
|
Add some missing items to sys.pyi and types.pyi (#7447)
|
2022-03-07 08:22:08 +01:00 |
|
Martin Fischer
|
77829c5c99
|
stdlib: Add sys._enablelegacywindowsfsencoding()
|
2022-03-06 15:57:52 -08:00 |
|
Alex Waygood
|
1575c1b3b8
|
Add sys.__unraisablehook__ (#7403)
Docs [here](https://docs.python.org/3/library/sys.html#sys.__breakpointhook__). The similar functions `sys.__displayhook__` and `sys.__breakpointhook__` are already included in the stub.
|
2022-02-28 21:43:48 -08:00 |
|
Alex Waygood
|
32e9a0fbc1
|
Fix positional-only differences in sys (#7221)
|
2022-02-15 15:12:58 +01:00 |
|
Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Nikita Sobolev
|
97c490aec0
|
Fix sys.path_hooks type (#7049)
Docs: https://docs.python.org/3/library/sys.html#sys.path_hooks
|
2022-01-27 07:21:02 -08:00 |
|
Alex Waygood
|
a40d79a4e6
|
Use lowercase type everywhere (#6853)
|
2022-01-08 16:09:29 +01:00 |
|
Alex Waygood
|
beedc1d039
|
Improve sys stubs (#6816)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2022-01-05 17:37:40 +02:00 |
|
Alex Waygood
|
e655282e87
|
sys.version_info is a structseq class (#6786)
|
2022-01-02 22:04:27 +02:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Denis Laxalde
|
e1ae89874b
|
Let 'traceback' possibly be None in sys.__excepthook__ (#6678)
|
2021-12-24 11:11:00 +02:00 |
|
layday
|
b2b7cebb65
|
sys.meta_path: don't require find_module() or supporting bytes paths (#6344)
|
2021-11-20 15:32:21 +02:00 |
|
Alex Waygood
|
5c8e68f0eb
|
Use lowercase set, frozenset and deque where possible (#6346)
|
2021-11-19 15:05:45 -08:00 |
|
Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Théo Cavignac
|
e018ad66dc
|
General object for sys.ps1 and sys.ps2 (#6139)
|
2021-10-09 15:38:39 +03:00 |
|
Nikita Sobolev
|
373c4e582a
|
traceback can be None in sys.excepthook (#6133)
|
2021-10-08 09:17:32 +00:00 |
|
Anton Grübel
|
3819f8e6ff
|
add missing functions in sys (#6001)
|
2021-09-04 16:30:13 +02:00 |
|
Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
Akuli
|
b06352556d
|
Use Literal["little", "big"] for byteorder (#5715)
|
2021-06-30 13:15:50 -07:00 |
|
Josh Smith
|
9565c595ca
|
use TextIOWrapper for sys.__stdin__, sys.__stdout__, sys.__stderr__ (#5623)
|
2021-06-12 22:53:27 +02:00 |
|
Pavel Karateev
|
781b76769e
|
Add sys.orig_argv for Python 3.10 (#5524)
|
2021-05-24 13:09:15 +02:00 |
|
Pavel Karateev
|
e7880085a2
|
Add sys.stdlib_module_names for Python 3.10 (#5523)
|
2021-05-23 15:25:32 +03:00 |
|
Akuli
|
bb5fb845f2
|
use protocol for sys.meta_path (#5349)
|
2021-05-06 17:12:34 +03:00 |
|
Ivan Levkivskyi
|
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 |
|