forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Commit2878571
committed
Merge remote-tracking branch 'origin/main' into bpo_34697
* origin/main: (1306 commits) CorrectCVE-2020-10735 documentation (python#100306)pythongh-100272: Fix JSON serialization of OrderedDict (pythonGH-100273)pythongh-93649: Split tracemalloc tests from _testcapimodule.c (python#99551) Docs: Use `PY_VERSION_HEX` for version comparison (python#100179)pythongh-97909: Fix markup for `PyMethodDef` members (python#100089)pythongh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (python#99890)pythongh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (python#99890)pythonGH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (python#100205)pythongh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (pythonGH-94469)pythongh-99540: Constant hash for _PyNone_Type to aid reproducibility (pythonGH-99541)pythongh-100039: enhance __signature__ to work with str and callables (pythonGH-100168)pythongh-99830: asyncio: Document returns of remove_{reader,writer} (python#100302) "Compound statement" docs: Fix with-statement step indexing (python#100286)pythonGH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (pythonGH-100278) Improve stats presentation for calls. (pythonGH-100274) Better stats for `LOAD_ATTR` and `STORE_ATTR` (pythonGH-100295)pythongh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (python#100277) Document that zipfile's pwd parameter is a `bytes` object (python#100209)pythongh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (python#100271) Fix typo in introduction.rst (python#100266) ...File tree
1,856 files changed
+181575
-117069
lines changed- .azure-pipelines
- .github
- workflows
- Doc
- _static
- c-api
- data
- extending
- faq
- howto
- includes
- sqlite3
- install
- library
- reference
- tools
- extensions
- templates
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- Lib
- asyncio
- collections
- ctypes
- test
- distutils
- command
- tests
- email
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- idle_test
- importlib
- metadata
- resources
- json
- logging
- multiprocessing
- pydoc_data
- re
- sqlite3
- test
- audiodata
- crashers
- libregrtest
- support
- test_asyncio
- test_capi
- test_ctypes
- test_importlib
- extension
- frozen
- import_
- resources
- source
- test_json
- test_lib2to3/data
- test_peg_generator
- test_sqlite3
- test_tkinter
- test_tools
- test_ttk
- test_unittest
- testmock
- test_warnings
- test_zipfile
- test_zoneinfo
- typinganndata
- tkinter
- turtledemo
- unittest
- urllib
- venv
- wsgiref
- xmlrpc
- xml
- dom
- etree
- sax
- zipfile
- Mac
- BuildScript
- resources
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- IDLE
- Library
- Security
- Tests
- Tools-Demos
- Windows
- rhel7
- Modules
- _blake2/clinic
- _ctypes
- _decimal
- _io
- clinic
- _multiprocessing
- clinic
- _sha3/clinic
- _sqlite
- clinic
- _sre
- clinic
- _ssl
- clinic
- _testcapi
- clinic
- _xxtestfuzz
- cjkcodecs
- clinic
- clinic
- expat
- Objects
- clinic
- stringlib
- clinic
- PCbuild
- PC
- clinic
- layout
- support
- Parser
- Programs
- Python
- clinic
- deepfreeze
- frozen_modules
- Tools
- build
- c-analyzer
- c_common
- c_parser
- parser
- preprocessor
- cpython
- cases_generator
- clinic
- demo
- gdb
- i18n
- msi
- bundle
- bootstrap
- packagegroups
- lib
- test
- tools
- patchcheck
- peg_generator/peg_extension
- scripts
- ssl
- unicode
- wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,856 files changed
+181575
-117069
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments
Comments
(0)