summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation in logging.handlers.setStream (GH-14358)Andre Delfino2019-06-291-2/+1
* bpo-37403: Touch up venv docs (GH-14458)Brett Cannon2019-06-282-7/+20
* bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)Jeroen Demeyer2019-06-281-0/+22
* bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)Hai Shi2019-06-281-1/+1
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-2729-102/+255
* bpo-37376: pprint support for SimpleNamespace (GH-14318)Carl Bordum Hansen2019-06-262-0/+9
* bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...Serhiy Storchaka2019-06-261-1/+1
* bpo-37414: Remove sys.callstats() (GH-14398)Victor Stinner2019-06-261-0/+5
* Improve Windows commands in tutorial (GH-14379)Steve Dower2019-06-262-12/+10
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Victor Stinner2019-06-262-0/+10
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-253-0/+30
* bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)Victor Stinner2019-06-251-0/+8
* bpo-37392: Update the dir(sys) in module tutorial (GH-14365)Xtreak2019-06-251-16/+20
* Fix minor spelling error in What's new for Python 3.8 (GH-14371)Pablo Galindo2019-06-251-1/+1
* bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...Pablo Galindo2019-06-251-0/+8
* bpo-37392: Remove sys.setcheckinterval() (GH-14355)Victor Stinner2019-06-252-23/+5
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...David K. Hess2019-06-241-0/+4
* bpo-36889: Document asyncio Stream and StreamServer (GH-14203)Xtreak2019-06-243-65/+280
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-2420-14/+98
* bpo-37345: Add formal UDPLITE support (GH-14258)Gabe Appleton2019-06-241-0/+17
* asyncio: Fix docs for default event loop (#14308)Ben Darnell2019-06-221-1/+1
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-222-1/+9
* bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)Steve Dower2019-06-211-0/+19
* Use `python -m pip install` in porting guide and venv docs (GH-13257)Brad2019-06-212-11/+17
* Docs: Improved phrasing (GH-14069)Aeros2019-06-211-4/+6
* Update What's New in Python 3.9 (GH-14253)Victor Stinner2019-06-202-1/+2
* bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)Hai Shi2019-06-201-1/+1
* Update What's New in Python 3.8 (GH-14239)Victor Stinner2019-06-191-1/+2
* Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...Harmon2019-06-191-1/+1
* bpo-37331: Clarify format of socket handler messages in the documentation. (G...Vinay Sajip2019-06-191-4/+14
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-191-3/+5
* bpo-36710: Remove PyImport_Cleanup() function (GH-14221)Victor Stinner2019-06-192-15/+3
* Document typing.ForwardRef (GH-14216)Ivan Levkivskyi2019-06-191-0/+7
* Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)Ivan Levkivskyi2019-06-191-0/+2
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Mike Gleen2019-06-181-15/+20
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-181-1/+15
* bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)Victor Stinner2019-06-173-17/+8
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Tal Einat2019-06-171-1/+4
* bpo-34556: Add --upgrade-deps to venv module (#13100)Cooper Lees2019-06-172-2/+12
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-174-9/+56
* bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)Victor Stinner2019-06-172-2/+6
* bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)Serhiy Storchaka2019-06-172-0/+8
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)Victor Stinner2019-06-171-8/+16
* bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)Victor Stinner2019-06-172-0/+12
* bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)Victor Stinner2019-06-174-44/+3
* bpo-28805: document METH_FASTCALL (GH-14079)Jeroen Demeyer2019-06-161-12/+51
* Doc: Remove an ugly space before a dot. (GH-14123)Julien Palard2019-06-161-1/+1
* Doc: Deprecation header: More precise wording. (GH-14109)Julien Palard2019-06-151-1/+1
* Update link in colorsys docs to be https (GH-14062)Alex Gaynor2019-06-151-1/+1
* Doc: Bump Sphinx verison. (#13785)Julien Palard2019-06-151-1/+1