summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-44732: Rename types.Union to types.UnionType (#27342)Hasan2021-07-262-5/+5
* Small text fixes for enum.rst (#27322)Elliot Waite2021-07-261-8/+9
* Fix typo in dataclasses documentation (#27360)thomkeh2021-07-261-1/+1
* bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)Steven Hsu2021-07-261-6/+7
* bpo-42378: fixed log truncation on logging shutdown (GH-27310)andrei kulakov2021-07-251-0/+3
* bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...Vinay Sajip2021-07-251-0/+79
* bpo-43184: Add information about added attribute and method. (GH-27347)Vinay Sajip2021-07-251-0/+4
* Fix typo in ssl documentation (GH-27329)Anton Grübel2021-07-241-2/+2
* bpo-44611: Update docs for os and whatsnew 3.11 (#27314)Dong-hee Na2021-07-242-3/+7
* bpo-44353: Document that typing.NewType is now a class (#27319)Ken Jin2021-07-241-10/+19
* bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)Dong-hee Na2021-07-231-0/+8
* bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...Petr Viktorin2021-07-231-10/+1
* bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)Jack DeVries2021-07-221-1/+1
* bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...Jack DeVries2021-07-221-1/+4
* bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)Steven Hsu2021-07-221-10/+0
* Fix typo in collections.rst (#27270)Elliot Waite2021-07-221-1/+1
* bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)andrei kulakov2021-07-211-0/+4
* correct spelling (GH-27076)Sondre Lillebø Gundersen2021-07-191-1/+1
* Clean up comma usage in Doc/library/functions.rst (#27083)α∂мιηιχтяαтσя2021-07-191-38/+38
* bpo-42238: Fix small rst issue in NEWS.d/. (#27238)Julien Palard2021-07-191-1/+9
* bpo-44340: Add support for building with clang full/thin lto (GH-27231)Dong-hee Na2021-07-191-1/+4
* bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...Irit Katriel2021-07-191-26/+14
* bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)Idan Moral2021-07-191-1/+13
* bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)Steven Hsu2021-07-191-3/+3
* bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...Batuhan Taskaya2021-07-181-2/+2
* bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...Jason R. Coombs2021-07-161-0/+4
* bpo-44569: Decouple frame formatting in traceback.py (GH-27038)Ammar Askar2021-07-161-0/+8
* bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)andrei kulakov2021-07-151-0/+3
* bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...Jack DeVries2021-07-151-4/+5
* bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...Vinay Sajip2021-07-151-2/+6
* bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)Shane Harvey2021-07-141-0/+2
* Add release highlights for the 3.10 what's new document (GH-27150)Pablo Galindo Salgado2021-07-141-1/+29
* bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)Jack DeVries2021-07-141-1/+1
* bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...Serhiy Storchaka2021-07-132-10/+18
* bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)andrei kulakov2021-07-131-0/+3
* bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)Kevin Follstad2021-07-132-0/+10
* bpo-43950: Add documentation for PEP-657 (GH-27047)Ammar Askar2021-07-133-0/+118
* bpo-44613: Make importlib.metadata non-provisional (#27101)Barry Warsaw2021-07-121-4/+2
* bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)Batuhan Taskaya2021-07-121-2/+2
* bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...David Sanders2021-07-121-0/+2
* bpo-26329: update os.path.normpath documentation (GH-20138)Furkan Onder2021-07-121-0/+8
* docs: add the word 'official' (GH-26849)Ned Batchelder2021-07-081-1/+1
* bpo-43908: Immutable types inherit vectorcall (GH-27001)Erlend Egeberg Aasland2021-07-082-8/+14
* Doc: Fix wrong exception used in example. (GH-26572)Julien Palard2021-07-081-1/+1
* bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2021-07-082-4/+11
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-072-0/+30
* bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)Pablo Galindo2021-07-072-0/+6
* bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)Gabriele N. Tornetta2021-07-071-3/+4
* Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)Julien Palard2021-07-071-2/+3
* bpo-43453: Update and re-add example to typing runtime_checkable (#27013)andrei kulakov2021-07-051-2/+7