111117 Commits (ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7)
 

Author SHA1 Message Date
Miss Islington (bot) 2cb9ed2a6a
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560) 4 years ago
Serhiy Storchaka 11909c12c7
[3.10] Remove a NEWS entry for bpo-45878 (GH-30258) 4 years ago
Serhiy Storchaka 03c7449fbc
[3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) 4 years ago
Miss Islington (bot) a9e0b2b493
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748) 4 years ago
Miss Islington (bot) 8005e22c9c
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) 4 years ago
Miss Islington (bot) 1c77aa9fc3
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) 4 years ago
Ned Deily cf96c279ac
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224) 4 years ago
Miss Islington (bot) 989d2371c8
Update potentially confusing note for mean. (GH-30174) (GH-30220) 4 years ago
Pablo Galindo Salgado dc73199a21
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) 4 years ago
Miss Islington (bot) 95948169d7
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) 4 years ago
Miss Islington (bot) 0c0bd78ccf
[3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209) 4 years ago
Miss Islington (bot) d7537ac8e3
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206) 4 years ago
Andrew Svetlov cdb4579607
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202) 4 years ago
Miss Islington (bot) 9a28cf19b5
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199) 4 years ago
Miss Islington (bot) bb286d45af
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186) 4 years ago
Miss Islington (bot) 4f945ad7a5
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183) 4 years ago
Miss Islington (bot) a66be9185c
[3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179) 4 years ago
Miss Islington (bot) dbd1dc23f6
[3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154) 4 years ago
Miss Islington (bot) 251d2eadc7
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) 4 years ago
Miss Islington (bot) 87539cc716
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) 4 years ago
Miss Islington (bot) 9fe8fb74a1
bpo-46111: Fix unittest tests in optimized mode (GH-30163) 4 years ago
Miss Islington (bot) cbb4d4a642
Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161) 4 years ago
Miss Islington (bot) 09d7319bfe
bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) 4 years ago
Miss Islington (bot) 0194bbbee6
bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133) 4 years ago
Miss Islington (bot) fb5d314da8
Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) 4 years ago
Miss Islington (bot) c8044777cf
Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113) 4 years ago
Miss Islington (bot) 8e4c96295b
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30114) 4 years ago
Miss Islington (bot) 908fd691f9
[3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30104) 4 years ago
Miss Islington (bot) 503803d8c1
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) 4 years ago
Miss Islington (bot) f84e2f6c0a
[3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094) 4 years ago
Miss Islington (bot) bcb5d66b8f
Clarify new_event_loop return value. (GH-30078) (GH-30088) 4 years ago
Irit Katriel 310bae628a
[3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30085) 4 years ago
Serhiy Storchaka e55deaabd8
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) 4 years ago
Alex Waygood 7da90251ae
bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077) 4 years ago
Miss Islington (bot) 94483f1e3c
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069) 4 years ago
Miss Islington (bot) 438817fdd5
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) 4 years ago
Andrew Svetlov 991736697d
[3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061) 4 years ago
Miss Islington (bot) 1f7000808e
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041) 4 years ago
Miss Islington (bot) 0f21bac6ce
Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805) 4 years ago
Miss Islington (bot) e1e3f648ad
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29758) 4 years ago
Miss Islington (bot) 4b224e8729
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669) 4 years ago
Serhiy Storchaka 83fa1291fd
[3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929) 4 years ago
Miss Islington (bot) 8f3728edcb
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30037) 4 years ago
Miss Islington (bot) bb8d645f3a
[3.10] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30034) 4 years ago
Miss Islington (bot) bb76410824
bpo-46000: Improve NetBSD curses compatibility (GH-29947) 4 years ago
Miss Islington (bot) 64c2788f42
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) 4 years ago
Miss Islington (bot) ca08655b80
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) 4 years ago
Miss Islington (bot) 934a24c641
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005) 4 years ago
Miss Islington (bot) 2c2ee83c4d
bpo-45391: mark UnionType as a class in documentation (GH-28757) 4 years ago
Mark Shannon 99c72326d2
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) 4 years ago