Commit e4d193d
committed
Merge branch 'master' into bpo-26543
* master: (1985 commits)
bpo-40179: Fix translation of #elif in Argument Clinic (pythonGH-19364)
bpo-35967: Skip test with `uname -p` on Android (pythonGH-19577)
bpo-40257: Improve help for the typing module (pythonGH-19546)
Fix two typos in multiprocessing (pythonGH-19571)
bpo-40286: Use random.randbytes() in tests (pythonGH-19575)
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (pythonGH-19574)
bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (pythonGH-18836)
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (pythonGH-18839)
bpo-40282: Allow random.getrandbits(0) (pythonGH-19539)
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (pythonGH-19572)
bpo-40302: Replace PY_INT64_T with int64_t (pythonGH-19573)
bpo-40286: Add randbytes() method to random.Random (pythonGH-19527)
bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (pythonGH-18844)
bpo-40300: Allow empty logging.Formatter.default_msec_format. (pythonGH-19551)
bpo-40302: Add pycore_byteswap.h header file (pythonGH-19552)
bpo-40287: Fix SpooledTemporaryFile.seek() return value (pythonGH-19540)
Minor modernization and readability improvement to the tokenizer example (pythonGH-19558)
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (pythonGH-19542)
Fix parameter names in assertIn() docs (pythonGH-18829)
bpo-39793: use the same domain on make_msgid tests (python#18698)
...File tree
1,838 files changed
+134575
-77338
lines changed- .azure-pipelines
- windows-release
- .github
- workflows
- Doc
- c-api
- data
- distributing
- distutils
- extending
- faq
- howto
- includes
- installing
- install
- library
- reference
- tools
- extensions
- static
- templates
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- Lib
- asyncio
- collections
- concurrent/futures
- ctypes
- macholib
- test
- distutils
- command
- tests
- email
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- idle_test
- importlib
- json
- lib2to3
- fixes
- pgen2
- tests
- data
- logging
- msilib
- multiprocessing
- pydoc_data
- sqlite3/test
- test
- eintrdata
- libregrtest
- support
- test_asyncio
- test_email
- test_importlib
- extension
- import_
- source
- test_import
- data
- circular_imports
- unwritable
- test_json
- test_tools
- test_c_analyzer
- test_common
- test_cpython
- test_parser
- test_symbols
- test_variables
- test_warnings
- ziptestdata
- tkinter
- test
- test_tkinter
- test_ttk
- turtledemo
- unittest
- test
- testmock
- urllib
- venv
- scripts
- common
- nt
- posix
- xmlrpc
- xml
- dom
- etree
- sax
- Mac
- BuildScript
- resources
- IDLE/IDLE.app/Contents
- PythonLauncher
- Resources
- app
- iconsrc
- Tools
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- IDLE
- Library
- Security
- Tests
- Tools-Demos
- Windows
- macOS
- Modules
- _blake2
- clinic
- impl
- _ctypes
- _decimal
- libmpdec
- tests
- _io
- clinic
- _multiprocessing
- clinic
- _sha3
- clinic
- _sqlite
- _xxtestfuzz
- fuzz_struct_unpack_corpus
- cjkcodecs
- clinic
- clinic
- expat
- Objects
- clinic
- stringlib
- clinic
- PCbuild
- PC
- bdist_wininst
- clinic
- icons
- layout
- support
- Parser
- pgen
- Programs
- Python
- clinic
- Tools
- buildbot
- c-analyzer
- c_analyzer
- common
- parser
- symbols
- variables
- cpython
- ccbench
- clinic
- demo
- gdb
- msi
- bundle
- bootstrap
- doc
- exe
- nuget
- parser
- pynche
- scripts
- ssl
- unicode
- m4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,838 files changed
+134575
-77338
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | | - | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | | - | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
5 | | - | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
| |||
74 | 91 | | |
75 | 92 | | |
76 | 93 | | |
77 | | - | |
| 94 | + | |
78 | 95 | | |
79 | 96 | | |
80 | 97 | | |
| |||
86 | 103 | | |
87 | 104 | | |
88 | 105 | | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
| 132 | + | |
114 | 133 | | |
115 | 134 | | |
116 | 135 | | |
| |||
122 | 141 | | |
123 | 142 | | |
124 | 143 | | |
125 | | - | |
| 144 | + | |
126 | 145 | | |
127 | 146 | | |
128 | 147 | | |
| |||
0 commit comments