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
Ned Deily
0f09cb457b
Update 3.3.7 dates
2017-09-01 01:09:15 -04:00
Huang Huang
89b839265d
reSTify PEP 253 ( #368 )
2017-08-31 14:06:43 -07:00
Steve Dower
5fa8418eef
Rewrap PEP to 72 columns ( #383 )
...
Remove unnecessary hook for type.__setattr__
Separate API code into C and Python
Minor word tweaks
2017-08-31 09:49:38 -07:00
Huang Huang
60a42552a9
reSTify PEP 262 ( #367 )
2017-08-29 15:02:10 -07:00
Benjamin Peterson
93c8909aeb
distinguish 2.7.14 rc and final
...
Thanks to Christian Clauss for noticing.
2017-08-28 23:16:39 -07:00
Steve Dower
4f63a5935e
PEP 551 updates ( #378 )
...
* Rename "log hooks" to "audit hooks"
Add more hook locations
Improve recommendations regarding open_for_exec()
* Improves hooks for compile, exec, and code.__new__
Adds hook for pickle.find_class
* Fix ordering of code.__new__ arguments to match compile arguments.
* Combine type.__setattr__ event into object.__setattr__ and add __delattr__
* Adds rejected ideas.
* Fixes "from above" reference.
2017-08-28 16:37:28 -07:00
Huang Huang
b474b4f27f
reSTify PEP 324 ( #365 )
2017-08-28 15:28:48 -07:00
Huang Huang
5a1b908205
reSTify PEP 275 ( #356 )
2017-08-28 15:10:25 -07:00
Masayuki Yamamoto
7a99bb9b72
PEP 539: update draft ( #316 )
2017-08-28 14:35:54 -07:00
Daniele Varrazzo
14e14c6dce
PEP 513: added libresolv to whitelisted manylinux1 libraries ( #374 )
...
See bug pypa/auditwheel#80 for details.
2017-08-28 12:16:11 -07:00
Elvis Pranskevichus
08871010d4
PEP-550: Mention why threading.local()-like interface was rejected ( #377 )
2017-08-26 13:52:36 -04:00
Yury Selivanov
977886f683
pep-550: Rename get -> lookup ( #376 )
2017-08-25 23:42:12 -04:00
Yury Selivanov
1b8728ded7
PEP-0550 V4 ( #375 )
2017-08-25 18:21:39 -04:00
Mariatta
2b42b30975
PEP 551: Add "discussions-to" header ( #362 )
...
Discussions to: security-sig@python.org
2017-08-25 08:31:15 -07:00
Thomas Kluyver
597ffbaec1
PEP 517: Remove build_directory parameter ( #364 )
...
We seem to be reaching the conclusion that this is not needed, and removing
it allows the spec to be simpler.
2017-08-25 22:36:55 +10:00