summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes2017-09-151-0/+1
| | | Signed-off-by: Christian Heimes <christian@python.org>
* Blurbify 2.7. (#3286)larryhastings2017-09-046-0/+11
|
* Add "Misc/NEWS.d" directory tree for "blurb". (#2333)larryhastings2017-06-221-0/+1
CPython workflow is changing! We're going to start using "blurb" to manage Misc/NEWS entries: https://github.com/python/core-workflow (This will be a big win for release managers, honest.) This checkin simply populates the "Misc/NEWS.d" subdirectory tree so that people can start putting their news entries in there. No other changes (yet).