summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30280)Erlend Egeberg Aasland2021-12-291-1/+1
* [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)Miss Islington (bot)2021-12-292-1/+2
* bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...Miss Islington (bot)2021-12-273-19/+6
* bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)Miss Islington (bot)2021-12-261-2/+9
* Fix typo in io.rst (GH-30218)Miss Islington (bot)2021-12-261-1/+1
* doc: fix a typo in unittest.mock.rst (GH-30227)Miss Islington (bot)2021-12-261-1/+1
* docs: Fix typos and use anchor for internal link (GH-30236)Miss Islington (bot)2021-12-261-9/+9
* Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)Miss Islington (bot)2021-12-261-2/+3
* [3.10] Remove a NEWS entry for bpo-45878 (GH-30258)Serhiy Storchaka2021-12-261-2/+0
* [3.10] bpo-46032: Check types in singledispatch's register() at declaration t...Serhiy Storchaka2021-12-253-3/+87
* bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...Miss Islington (bot)2021-12-242-14/+6
* bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...Miss Islington (bot)2021-12-242-5/+15
* Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)Miss Islington (bot)2021-12-241-1/+1
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily2021-12-229-74/+16
* Update potentially confusing note for mean. (GH-30174) (GH-30220)Miss Islington (bot)2021-12-211-4/+5
* [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...Pablo Galindo Salgado2021-12-205-3073/+4424
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)Miss Islington (bot)2021-12-2010-63/+102
* [3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209)Miss Islington (bot)2021-12-201-1/+1
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Miss Islington (bot)2021-12-191-3/+6
* [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...Andrew Svetlov2021-12-193-253/+216
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Miss Islington (bot)2021-12-191-1/+2
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)Miss Islington (bot)2021-12-181-8/+8
* bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183)Miss Islington (bot)2021-12-181-5/+6
* [3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) ...Miss Islington (bot)2021-12-181-9/+8
* [3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154)Miss Islington (bot)2021-12-171-19/+22
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Miss Islington (bot)2021-12-174-3/+8
* bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...Miss Islington (bot)2021-12-173-0/+17
* bpo-46111: Fix unittest tests in optimized mode (GH-30163)Miss Islington (bot)2021-12-173-3/+6
* Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)Miss Islington (bot)2021-12-171-1/+1
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Miss Islington (bot)2021-12-163-2/+15
* bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...Miss Islington (bot)2021-12-161-2/+2
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Miss Islington (bot)2021-12-161-1/+1
* Add Positional only arguments forward slash (/) to sorted() function in Built...Miss Islington (bot)2021-12-151-1/+1
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Miss Islington (bot)2021-12-153-0/+11
* [3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)...Miss Islington (bot)2021-12-141-1/+2
* bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)Miss Islington (bot)2021-12-141-3/+5
* [3.10] bpo-46063: Improve algorithm for computing which rolled-over log fileâ...Miss Islington (bot)2021-12-143-5/+83
* Clarify new_event_loop return value. (GH-30078) (GH-30088)Miss Islington (bot)2021-12-131-1/+1
* [3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definit...Irit Katriel2021-12-131-1/+2
* [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)Serhiy Storchaka2021-12-133-3/+21
* bpo-45840: Improve cross-references in the data model documentation (GH-29633...Alex Waygood2021-12-132-54/+77
* bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...Miss Islington (bot)2021-12-123-8/+19
* bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...Miss Islington (bot)2021-12-125-823/+866
* [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)Andrew Svetlov2021-12-112-1/+3
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)Miss Islington (bot)2021-12-112-3/+4
* Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)Miss Islington (bot)2021-12-111-1/+1
* bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...Miss Islington (bot)2021-12-112-9/+9
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...Miss Islington (bot)2021-12-111-1/+1
* [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (...Serhiy Storchaka2021-12-104-4/+44
* bpo-42114: ctypes documentation: fix winmode parameter default value (GH-2997...Miss Islington (bot)2021-12-101-3/+3