Avasam
|
307dd08a6e
|
Bump pyinstaller to 5.7.* (#9343)
|
2022-12-08 10:45:30 +00:00 |
|
Nikita Sobolev
|
c6261372d7
|
Always use bool and Literal for Python compat code (#9213)
|
2022-11-16 18:00:59 +00:00 |
|
Alex Waygood
|
658b6e7de0
|
PyInstaller: Fix DeprecationWarning when parsing the stub using ast.parse() (#9112)
```python
>>> import ast, warnings
>>> warnings.filterwarnings("always")
>>> with open("typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi", encoding="utf-8") as file:
... source = file.read()
...
>>> ast.parse(source)
<unknown>:11: DeprecationWarning: invalid escape sequence '\u'
<ast.Module object at 0x0000027EAF6D3AF0>
```
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-11-06 14:50:38 -08:00 |
|
Nikita Sobolev
|
86f9d93003
|
Update pyright to 1.1.278 (#9077)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-11-03 15:32:10 +00:00 |
|
Jelle Zijlstra
|
43631078f0
|
importlib: improve bytes handling (#9070)
|
2022-11-03 12:00:24 +01:00 |
|
Samuel T
|
8ca0394ead
|
Bump pyinstaller to 5.6.* (#8981)
|
2022-10-25 06:39:32 -07:00 |
|
Samuel T
|
1d7ace353a
|
Bump PyInstaller-stubs to 5.5 (#8874)
|
2022-10-10 04:22:55 +01:00 |
|
Alex Waygood
|
48e76e8a56
|
Bump mypy to 0.981 (#8796)
|
2022-09-26 17:14:33 -07:00 |
|
Samuel T
|
dba47e0cfe
|
Add reportMissingParameterType to pyrightconfig.stricter.json (#8770)
|
2022-09-21 16:19:09 -07:00 |
|
Samuel T
|
d7160ca67c
|
Pyinstaller: use StrPath over StrOrBytesPath (#8780)
Fix incorrect StrOrBytesPath in PyInstaller stubs
Change StrOrBytesPath to StrPath when exclusively used with strings.
|
2022-09-21 16:09:11 -07:00 |
|
Samuel T
|
c9346f32e1
|
Add stubs for PyInstaller (public API only) (#8702)
|
2022-09-15 13:27:53 +01:00 |
|