Commit Graph

7222 Commits

Author SHA1 Message Date
Barry Warsaw 728dd46ff2 A few more open issues, and use subheaders for each. 2017-09-06 17:16:32 -07:00
R. David Murray 134ce1253b Record rejection of pep-0548. 2017-09-06 19:35:27 -04:00
Ned Deily be52a23811 Mark 3.3.7rc1 as released 2017-09-06 15:57:07 -07:00
k7hoven 73ecfbaa7f PEP 555: Context-local variables (contextvars) (#391)
Koos Zevenhoven's counterproposal to PEP 550.
2017-09-06 15:39:52 -07:00
Benjamin Peterson d4132ef718 correct indentation even more 2017-09-06 15:23:54 -07:00
Barry Warsaw f51eeadf56 Merge branch 'master' of github.com:python/peps 2017-09-06 15:16:48 -07:00
Barry Warsaw b1858ec0ff Add another open issue. 2017-09-06 15:15:31 -07:00
Benjamin Peterson ab94c36ba1 fix indentation 2017-09-06 14:46:47 -07:00
Steve Dower f41260ee2d PEP 551 and PEP 7 (#392) 2017-09-06 11:27:23 -07:00
Benjamin Peterson ebbb636b7b remove errant letter 2017-09-06 11:21:49 -07:00
Benjamin Peterson 5554a20956 fix ordered list formatting 2017-09-06 10:56:12 -07:00
Barry Warsaw 2833cb48ce Guido prefers built-in breakpoint(). 2017-09-06 09:50:56 -07:00
Barry Warsaw f6cdc14509 Add the PR link. 2017-09-05 18:09:13 -07:00
Barry Warsaw 06f77300aa Don't use `return Py_None` as the example.
We now have the `Py_RETURN_NONE` macro, which is better style, so don't use an
example that may conflict with that style.  Use a generic example.
2017-09-05 18:01:21 -07:00
Ned Deily 8033f84558 Refix formatting error in pep-0101 2017-09-05 15:12:47 -07:00
Larry Hastings 74ee221777 Merge branch 'master' of github.com:python/peps 2017-09-05 14:51:09 -07:00
Larry Hastings 775b2d188d Fixed formatting for PEP 549. ("Content-type".)
The "Content-type" header was missing.  Apparently
the ".rst" extension is insufficient.
2017-09-05 14:50:14 -07:00
Ned Deily d9fcf53a8d Fix formatting error in pep-0101 2017-09-05 14:46:56 -07:00
Barry Warsaw 605e3038f0 More open issues. 2017-09-05 14:16:10 -07:00
Barry Warsaw 843a8163c4 Update some comments. 2017-09-05 14:12:57 -07:00
Barry Warsaw 952c4b8601 Merge branch 'master' of github.com:python/peps 2017-09-05 13:42:58 -07:00
Barry Warsaw f0abda855e PEP 553 - built-in debug() 2017-09-05 13:42:34 -07:00
Benjamin Peterson f21bf52f05 modernize email format 2017-09-05 13:17:42 -07:00
Benjamin Peterson 5d2b0de258 remove version and last-modified from PEP 12 2017-09-05 13:16:45 -07:00
Ned Deily 1809c78dd4 Convert pep 101 to reST 2017-09-05 12:37:09 -07:00
Larry Hastings f34e19c9f6 More PEP 549 formatting fixes. This time for sure! 2017-09-05 12:07:42 -07:00
Larry Hastings c0028cb607 Fix formatting (hopefully) for PEP 549. 2017-09-05 12:06:27 -07:00
R. David Murray 5c1080518d Remove excess indentation. 2017-09-05 14:54:46 -04:00
R. David Murray 0cfa95c9e9 Add myself as a PEP editor. 2017-09-05 14:47:48 -04:00
R. David Murray 62055aad79 Make Version/Last-Modified optional/deprecated.
These fields were maintained by the version control system, and this
no longer happens with git.  They are already no longer displayed in
the published versions of the pages.
2017-09-05 14:41:25 -04:00
R. David Murray 0a1b01ea4e Fix section header markup. 2017-09-05 14:37:37 -04:00
Benjamin Peterson 195fadbb40 put header even later 2017-09-05 11:26:53 -07:00
Benjamin Peterson 7df05f7683 fix header ordering 2017-09-05 11:24:48 -07:00
Benjamin Peterson 05e7f55fc1 pep 552: deterministic pycs 2017-09-05 11:21:50 -07:00
Larry Hastings bed0e724ff Merge branch 'master' of github.com:python/peps 2017-09-05 11:07:31 -07:00
Larry Hastings 97b2577753 Whoops, fix PEP number in header for 549. 2017-09-05 11:07:13 -07:00
R. David Murray 5acd2bb90e Define missing DataError class in rst2html. 2017-09-05 14:05:57 -04:00
R. David Murray 6556f2a904 Use :: for all examples, fix name.
It turns out docutils thinks my first initial is the first element of
a numbered list if it is followed by a period.

'make' now completes successfully.
2017-09-05 14:04:42 -04:00
Larry Hastings 2454632cd6 Merge branch 'master' of github.com:python/peps 2017-09-05 11:02:03 -07:00
Larry Hastings fa830f9d46 Added PEP 549, "Instance Properties". 2017-09-05 11:01:39 -07:00
Zachary Ware db62f9d81c Set the PEP number 2017-09-05 10:37:52 -07:00
R. David Murray 0e65aeaa60 Fix typo. 2017-09-05 13:27:28 -04:00
R. David Murray 705f178319 Add PEP-0548: More Flexible Loop Control 2017-09-05 13:18:51 -04:00
Benjamin Peterson f16fb1c07b no more IRIX 2017-09-04 14:00:49 -07:00
Yury Selivanov dbdf6917b9 pep-550: Fix a couple of typos (#387) 2017-09-01 22:54:46 -04:00
Yury Selivanov c99d31840f pep550: Mention EC.vars() (#386) 2017-09-01 22:44:43 -04:00
Yury Selivanov 9931bb814d PEP-0550 V5 (#385)
Changes:

* Coroutines have no logical context by default (a revert to the V3
  semantics).

* All APIs have been placed to the ``contextvars`` module, and
  the factory functions were changed to class constructors
  (``ContextVar``, ``ExecutionContext``, and ``LogicalContext``).

* ContextVar.lookup() got renamed back to ContextVar.get() and gained
  the `topmost` and `default` keyword arguments;

* Added ContextVar.delete().

* Fixed ContextVar.get() cache bug (thanks Nathaniel!).

* Added a few more design considerations points.

* Various minor edits and enchancements.
2017-09-01 18:46:39 -04:00
Thomas Kluyver 3a2bf11650 PEP 517: latest round of updates (#384)
* Backends can define UnsupportedOperation exc type
* More rejected alternatives
* Specify srcdir not on sys.path
2017-09-01 20:23:55 +10:00
Ned Deily c989bec784 Move 3.7.0a1 back a week due to dev sprint 2017-09-01 01:17:13 -04:00
Ned Deily 2d972c1754 Move 3.6.3 dates back a week because of dev sprint. 2017-09-01 01:14:40 -04:00