111139 Commits (93264452d952d9ba604bacf2947c2df5dd477931)
 

Author SHA1 Message Date
Victor Stinner 93264452d9
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) 4 years ago
Miss Islington (bot) 7dbb2f8eaf
bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968) 4 years ago
Miss Islington (bot) 98e2ee60bd
Add missing "to" to two tp_flags notes (GH-31624) 4 years ago
Miss Islington (bot) 1f956d11db
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231) 4 years ago
Miss Islington (bot) 8b37a0c522
Update dict/OrderedDict differences with code equivalents. (GH-31563) 4 years ago
Victor Stinner 0848da19ce
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578) 4 years ago
Miss Islington (bot) 2b7e04d612
bpo-46756: Fix authorization check in urllib.request (GH-31353) 4 years ago
Miss Islington (bot) 632a8121d4
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) 4 years ago
Miss Islington (bot) c7a0fd2d3f
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) 4 years ago
Miss Islington (bot) b0de6299a8
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) 4 years ago
Miss Islington (bot) 6717edcf84
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) 4 years ago
Miss Islington (bot) 28d9353305
Minor fixes to C API docs (GH-31501) 4 years ago
Miss Islington (bot) 4955a9ed14
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) 4 years ago
Miss Islington (bot) d327517b54
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) 4 years ago
Miss Islington (bot) a7af34d407
[3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) 4 years ago
Miss Islington (bot) d04fb9213a
[3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) 4 years ago
Miss Islington (bot) f20ac2ed07
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) 4 years ago
Miss Islington (bot) c596ecbf82
[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) 4 years ago
Miss Islington (bot) 7da97f6181
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) 4 years ago
Miss Islington (bot) 633d0f90f9
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351) 4 years ago
Miss Islington (bot) 95d6271f19
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) 4 years ago
Miss Islington (bot) a2e13ec0ce
[docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421) 4 years ago
Erlend Egeberg Aasland ba457fe6f8
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) 4 years ago
Miss Islington (bot) f1916cde24
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) 4 years ago
Andrew Svetlov fa621a7388
[3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) 4 years ago
Andrew Svetlov dde048819f
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) 4 years ago
Miss Islington (bot) ea3e0421b0
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) 4 years ago
Miss Islington (bot) 75c5dbc27e
Counter doc mentions three methods, but lists four (GH-30706) 4 years ago
Miss Islington (bot) 103f3ca806
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) 4 years ago
Gregory P. Smith e05e3d20d3
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) 4 years ago
Miss Islington (bot) 6eb34772fd
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) 4 years ago
Miss Islington (bot) feb4455088
docs: Link `match` statement in tutorial (GH-31396) 4 years ago
Miss Islington (bot) 095ffe715e
Fix mistake in barry_as_FLUFL test (GH-31392) 4 years ago
Dong-hee Na cb7551d566
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) 4 years ago
Miss Islington (bot) 68e80c4e74
[3.10] Update html.parser.rst (GH-30678) (GH-31385) 4 years ago
Miss Islington (bot) a481be0c5f
[3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382) 4 years ago
Miss Islington (bot) a17d59a6df
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) 4 years ago
Mark Shannon d4e4ef107a
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) 4 years ago
Miss Islington (bot) 3d407b9311
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) 4 years ago
Miss Islington (bot) 5b63ba3ff5
Update the OMG link (GH-30383) 4 years ago
Miss Islington (bot) 72c46462aa
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) 4 years ago
DongGeon Lee ac55cea3cb
[3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) 4 years ago
Miss Islington (bot) b27195332e
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) 4 years ago
Miss Islington (bot) 543242ad8c
Fix the signature of multiprocessing.set_executable (GH-31276) 4 years ago
Miss Islington (bot) a414cb35c2
Update __main__.rst (GH-30896) 4 years ago
Miss Islington (bot) c5a987bf4d
doc: use colon for all color's rangs (GH-28998) (#31336) 4 years ago
Miss Islington (bot) 828253227e
bpo-38619: Update the documentation for UUID.hex (GH-29830) 4 years ago
Miss Islington (bot) 5574cacf57
Fix minor grammar error (GH-31325) 4 years ago
Miss Islington (bot) a606c6a350
Fix a typo in Doc/faq/programming.rst (GH-31243) 4 years ago
Dennis Sweeney 841c77d802
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) 4 years ago