summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1dependabot/github_actions/actions/upload-artifact-2.3.1dependabot[bot]2022-01-011-1/+1
* bpo-37295: More direct computation of power-of-two factor in math.comb (GH-30...Mark Dickinson2021-12-311-7/+25
* bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...Sebastian Pipping2021-12-313-49/+126
* bpo-46118: Make sure importlib.resources is included. (GH-30311)Jason R. Coombs2021-12-301-1/+1
* bpo-46109: Separate out files relating to importlib.resources (GH-30160)Jason R. Coombs2021-12-305-573/+586
* bpo-46118: Move importlib.resources to its own package. (#30176)Jason R. Coombs2021-12-3013-368/+409
* bpo-46178: Remove/rename redundant Travis CI code (#30309)Hugo van Kemenade2021-12-305-23/+8
* bpo-46178: remove unusued `.travis.yml` file (#30257)Nikita Sobolev2021-12-301-169/+0
* bpo-46184: remove `netlify.toml` (#30272)Nikita Sobolev2021-12-302-5/+0
* Delete `FUNDING.yml`, since there's an organisation default (#30294)Nikita Sobolev2021-12-301-2/+0
* bpo-45853: Fix misspelling and unused import in pathlib (GH-30292)andrei kulakov2021-12-301-3/+3
* bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)Dong-hee Na2021-12-302-3/+6
* bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)Nikita Sobolev2021-12-304-7/+27
* closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)Carlos Damazio2021-12-291-6/+3
* bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278)Erlend Egeberg Aasland2021-12-291-1/+1
* bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)David CARLIER2021-12-293-0/+10
* bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)Brandt Bucher2021-12-282-25/+24
* bpo-37295: Speed up math.comb(n, k) for 0 <= k <= n <= 67 (GH-30275)Mark Dickinson2021-12-282-0/+90
* bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)Dong-hee Na2021-12-282-32/+5
* bpo-46055: Speed up binary shifting operators (GH-30044)Xinhang Xu2021-12-274-3/+80
* bpo-46055: Streamline inner loop for right shifts (#30243)Mark Dickinson2021-12-271-7/+8
* bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)E-Paine2021-12-261-2/+9
* bpo-43413: Revert changes in set.__init__ (GH-28403)Serhiy Storchaka2021-12-264-6/+8
* bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138)Serhiy Storchaka2021-12-263-8/+40
* bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)Kumar Aditya2021-12-265-4/+9
* Fix typo in io.rst (GH-30218)David Gilbertson2021-12-261-1/+1
* doc: fix a typo in unittest.mock.rst (GH-30227)Joe2021-12-261-1/+1
* docs: Fix typos and use anchor for internal link (GH-30236)Rafael Fontenelle2021-12-261-9/+9
* Remove a NEWS entry for bpo-45878 (GH-30259)Serhiy Storchaka2021-12-261-10/+0
* bpo-46032: Check types in singledispatch's register() at declaration time (GH...Serhiy Storchaka2021-12-253-5/+89
* bpo-46120: State that `|` is preferred over `Union` (GH-30222)Nikita Sobolev2021-12-242-1/+2
* bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...Nikita Sobolev2021-12-242-5/+15
* Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)Gregory P. Smith2021-12-231-1/+1
* typos (#30239)Kumar Aditya2021-12-231-3/+3
* bpo-46157: fix typo in docs (GH-30237)Kumar Aditya2021-12-236-14/+14
* bpo-46140: take more Py_buffer arguments as const * (GH-30217)David Hewitt2021-12-227-22/+23
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya2021-12-219-75/+17
* bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the part...Irit Katriel2021-12-213-1/+9
* Update potentially confusing note for mean. (GH-30174)Mark Dickinson2021-12-211-4/+5
* bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...Pablo Galindo Salgado2021-12-205-3197/+4602
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)Serhiy Storchaka2021-12-2010-63/+102
* bpo-46104: Fix example broken by GH-30148 (GH-30203)Alex Waygood2021-12-201-1/+1
* Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)Raymond Hettinger2021-12-197-23/+0
* bpo-46131: add fastpath for PyFloat_Check() (#30200)Matti Picus2021-12-197-0/+23
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Alex Waygood2021-12-191-3/+6
* bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster bu...neonene2021-12-191-0/+3
* bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)Andrew Svetlov2021-12-193-261/+214
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Rafael Fontenelle2021-12-191-1/+2
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-197-25/+26
* bpo-46125: Refactor tests to test traversable API directly. Includes changes ...Jason R. Coombs2021-12-1811-213/+154