summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0a2.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)Julien Palard2019-05-091-5/+2
| | | | | | Having multiple paragraphs in a few news entry lead to inconsistent spacing while rendered in HTML by mixing "visually compact lists" (when no entry of the whole list contains multiple paragraphs) and "sparse lists" (when at least one do).
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-2/+2
|
* Fix spaces added after hyphens in news entries. (GH-7579)Serhiy Storchaka2018-06-101-1/+1
| | | Seems they were added by double applying blurb.
* bpo-33109: argparse subparsers are once again not required by default (GH-6919)Ned Deily2018-05-241-0/+2
| | | | | | | | | bpo-26510 in 3.7.0a2 changed the behavior of argparse to make subparsers required by default, returning to the behavior of 2.7 and 3.2. The behavior was changed in 3.3 to be no longer required. While it might make more sense to have the default to required, compatibility with 3.3 through 3.6 is probably less disruptive than trying to reintroduce compatibility with 2.7 at this point. This change restores the 3.6 behavior.
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-3/+3
|
* bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X ↵Barry Warsaw2017-11-021-1/+2
| | | | | | importtime (#4240) Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-171-0/+683