summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-44113: Move the What's New entry to Deprecate section (GH-28974)Victor Stinner2021-10-151-7/+7
* bpo-45434: Remove Include/eval.h header file (GH-28973)Victor Stinner2021-10-153-9/+6
* bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner2021-10-151-1/+2
* bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)Victor Stinner2021-10-151-4/+5
* po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)Victor Stinner2021-10-141-0/+6
* bpo-41710: Fix What's New Entry credit (GH-28962)Victor Stinner2021-10-141-1/+1
* bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)Victor Stinner2021-10-141-0/+7
* bpo-45474: Fix the limited C API of marshal.h (GH-28956)Victor Stinner2021-10-141-0/+10
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-131-0/+8
* bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)Victor Stinner2021-10-131-0/+3
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-131-2/+2
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903)Petr Viktorin2021-10-131-4/+16
* bpo-45434: Remove pystrhex.h header file (GH-28923)Victor Stinner2021-10-131-0/+4
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Terry Jan Reedy2021-10-131-0/+21
* bpo-45441: Update some moved URLs in documentation (GH-28861)1809092021-10-124-6/+6
* Slight correct grammar (GH-28860)nobodyatandnothing2021-10-121-1/+1
* bpo-45433: Do not link libpython against libcrypt (GH-28881)Mike Gilbert2021-10-111-0/+2
* bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)Victor Stinner2021-10-111-0/+5
* bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)Victor Stinner2021-10-111-0/+4
* bpo-45410: Add test.support.flush_std_streams() (GH-28885)Victor Stinner2021-10-111-0/+9
* bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)Victor Stinner2021-10-111-0/+10
* bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)Olaf van der Spek2021-10-111-2/+2
* bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)Dong-hee Na2021-10-111-0/+4
* bpo-42253: Update xml.dom.minidom.rst (GH-23126)Jens Diemer2021-10-111-0/+8
* Fix class pattern docs to refer to class patterns (GH-28849)Christophe Nanteuil2021-10-101-1/+1
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-102-3/+12
* bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)Gregory P. Smith2021-10-091-1/+5
* Fix dataclassses spelling (GH-28837)Landon Yarrington2021-10-091-1/+1
* Fix the "Finding all Adverbs" example (GH-21420)Rim Chatti2021-10-091-2/+2
* [doc]: update susp-ignored.csv after a98b273c. (GH-28827)Julien Palard2021-10-091-2/+2
* Replace usage of List[...] with list[...] in typing docs (GH-28821)Micael Jarniac2021-10-091-8/+8
* Remove draft notice on the 3.10 What's new document (GH-28806)Pablo Galindo Salgado2021-10-071-7/+0
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061)Jakub Stasiak2021-10-061-0/+4
* bpo-40321: Add missing test, slightly expand documentation (GH-28760)Łukasz Langa2021-10-061-2/+6
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...DonnaDia2021-10-061-5/+4
* bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)Jochem Schulenklopper2021-10-061-0/+6
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-0516-22/+22
* [doc] Fix gethostbyname_ex description (GH-28700)Andre Delfino2021-10-051-2/+2
* bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)Bibo-Joshi2021-10-041-5/+30
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697)Raymond Hettinger2021-10-022-5/+5
* bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)Terry Jan Reedy2021-10-022-7/+7
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652)Julien Palard2021-10-012-4/+4
* bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Nikita Sobolev2021-10-011-0/+27
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)Victor Stinner2021-10-011-0/+10
* Fix doctest doc examples for syntax errors (GH-28486)andrei kulakov2021-09-291-11/+10
* bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)zhanpon2021-09-291-0/+1
* [docs] Use full names for time units (GH-28611)Serhiy Storchaka2021-09-298-15/+15
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-2810-24/+24
* [doc] fix minor typo for argparse (GH-28451)Louis Sautier2021-09-281-1/+1
* Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)Jörn Heissler2021-09-281-2/+2