Commit 1b2e7aa
committed
Fix import and make the code PEP8 compliant
1 parent 801cf3f commit 1b2e7aa
File tree
1,367 files changed
+6862
-4599
lines changed- Lib
- _pyrepl
- asyncio
- collections
- compression
- zstd
- concurrent
- futures
- interpreters
- ctypes
- macholib
- curses
- dbm
- email
- mime
- encodings
- ensurepip
- html
- http
- idlelib
- idle_test
- importlib
- metadata
- resources
- json
- logging
- multiprocessing
- dummy
- pathlib
- profile
- re
- sqlite3
- sysconfig
- test
- crashers
- dtracedata
- leakers
- libregrtest
- regrtestdata/import_from_tests
- test_regrtest_b
- subprocessdata
- support
- _hypothesis_stubs
- test_ast
- test_asyncio
- test_capi
- test_cext
- test_concurrent_futures
- test_cppext
- test_ctypes
- test_dataclasses
- test_doctest
- test_email
- test_free_threading
- test_future_stmt
- test_gdb
- test_importlib
- builtin
- extension
- frozen
- import_
- metadata
- partial
- resources
- source
- test_import
- data
- circular_imports
- package2
- package
- unwritable
- test_inspect
- test_interpreters
- test_json
- test_module
- test_multiprocessing_forkserver
- test_multiprocessing_fork
- test_multiprocessing_spawn
- test_pathlib
- support
- test_peg_generator
- test_pydoc
- test_pyrepl
- test_sqlite3
- test_string
- test_tkinter
- test_tomllib
- test_tools
- i18n_data
- test_ttk
- test_unittest
- namespace_test_pkg
- bar
- noop
- no2
- testmock
- test_warnings
- data
- test_zipfile
- test_zoneinfo
- data
- typinganndata
- tkinter
- tomllib
- turtledemo
- unittest
- urllib
- wsgiref
- xmlrpc
- xml
- dom
- etree
- parsers
- sax
- zipfile
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,367 files changed
+6862
-4599
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
836 | 835 | | |
837 | 836 | | |
838 | 837 | | |
839 | | - | |
| 838 | + | |
| 839 | + | |
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6080 | 6080 | | |
6081 | 6081 | | |
6082 | 6082 | | |
| 6083 | + | |
6083 | 6084 | | |
6084 | 6085 | | |
6085 | 6086 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
0 commit comments