summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)Gregory P. Smith2022-09-011-4/+4
* GH-96079 Fix missing field name for _AnnotatedAlias (#96080)Anh71me2022-08-313-1/+6
* gh-96408: Document difference between set-like view and sets. (GH-96439)Piotr Kaznowski2022-08-311-1/+5
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-314-0/+47
* gh-96414: Inline code examples in sqlite3 docs (#96442)Erlend E. Aasland2022-08-3115-349/+380
* gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)Dennis Sweeney2022-08-312-1/+2
* Remove the binary_subscr_dict_error label (GH-96443)Brandt Bucher2022-08-301-11/+4
* gh-96408: Test set operation on items dict view. (GH-96438)Filip Łajszczak2022-08-301-0/+18
* Docs: normalise sqlite3 placeholder how-to heading (#96413)Erlend E. Aasland2022-08-301-2/+2
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-304-1/+17
* Automatically update more GitHub projects. (#94921)Ezio Melotti2022-08-301-4/+12
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-305-1/+93
* Fix regeneration of global objects through the Windows build files (GH-96394)Kumar Aditya2022-08-301-1/+8
* gh-95987: Fix `repr` of `Any` type subclasses (#96412)Nikita Sobolev2022-08-303-1/+10
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-3024-2/+1412
* GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)Mark Shannon2022-08-304-79/+78
* gh-95337: update TypeVarTuple example (#95338)Adrian Garcia Badaracco2022-08-301-8/+13
* gh-96349: fix minor performance regression initializing threading.Event (gh-9...Daniel Giger2022-08-302-9/+4
* gh-95413: Remove references to deprecated CGI library (#95414)partev2022-08-302-3/+3
* Docs: Improve clarity for bytes.hex() (#95257)Tim Burke2022-08-301-3/+4
* Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)da-woods2022-08-301-3/+6
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)Nikita Sobolev2022-08-303-1/+7
* gh-46845: clean up unused DK_IXSIZE (GH-96405)Matthias Görgens2022-08-301-9/+0
* gh-95853: Improve WASM build script (GH-96389)Christian Heimes2022-08-302-14/+195
* gh-96320: WASI socket fixes (#96388)Christian Heimes2022-08-303-3/+7
* Docs: normalize SQL style in sqlite3 docs (#96403)Erlend E. Aasland2022-08-291-7/+7
* gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)Vinay Sajip2022-08-291-0/+7
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)Kumar Aditya2022-08-293-19/+36
* Improve accuracy for Spearman's rank correlation coefficient. (#96392)Raymond Hettinger2022-08-291-3/+4
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Christian Heimes2022-08-299-20/+27
* ast.parse: check `feature_version` common case first (GH-94640)Anthony Sottile2022-08-291-3/+3
* Fix Py_INCREF() statistics in limited C API 3.10 (#96120)Victor Stinner2022-08-291-1/+1
* gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)Petr Viktorin2022-08-292-2/+4
* gh-95432: Add doctests for the sqlite3 docs (#96225)Erlend E. Aasland2022-08-291-64/+125
* gh-96191: Update the configure file to use GitHub issue (gh-96211)Dong-hee Na2022-08-292-17/+17
* Prepare private _rank() function to be made public. (#96372)Raymond Hettinger2022-08-291-5/+15
* gh-96357: Improve `typing.get_overloads` coverage (#96358)Nikita Sobolev2022-08-291-0/+3
* gh-95950: Add a test for both `csv.Dialect` and `kwargs` (#95951)Nikita Sobolev2022-08-291-0/+28
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Jonathan Oberländer2022-08-281-1/+1
* gh-69142: add %:z strftime format code (gh-95983)TW2022-08-285-55/+92
* gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)Kirill2022-08-273-1/+7
* gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)Vinay Sajip2022-08-272-1/+9
* gh-92007: Handle elevation errors in NTEventLogHandler more grace… (GH-96322)Vinay Sajip2022-08-271-1/+10
* fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)Ansab Gillani2022-08-271-1/+1
* fix threading.Event.isSet() docstring (#96297)Daniel Giger2022-08-271-1/+1
* Docs: Fix count of bullets in asyncio-task.rst (#96307)zhanpon2022-08-271-1/+1
* gh-95973: Add a new --with-dsymutil option to link debug information in macOS...Pablo Galindo Salgado2022-08-275-8/+160
* gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)Vinay Sajip2022-08-261-0/+82
* gh-96280: suppress deprecation warning in test_importlib (GH-96281)Irit Katriel2022-08-261-1/+3
* Fix documentation typo for pathlib.Path.walk (GH-96301)Ansab Gillani2022-08-261-1/+1