Commit Graph

7457 Commits

Author SHA1 Message Date
Mario Corchero 8c4563933f PEP 570: Positional-Only Parameters (#564) 2018-02-01 11:02:37 -08:00
Dmitry Alimov d084110591 Fix double colons typos in code (#567) 2018-02-02 04:58:43 +11:00
Ned Deily e81102e62e
3.7.0b1 2018-01-31 19:03:21 -05:00
Mike Seplowitz f0a3926c62 Fix rendering of editor's first initial (#563)
If R. David Murray's first initial is not escaped, it is interpreted as
the alphabetic ordinal in an enumerated list and rendered as
"18. David Murray".
2018-01-30 02:15:54 +11:00
Nathaniel J. Smith 5a28669cd0
Withdraw PEP 521 in favor of PEP 567 (gh-562) 2018-01-29 00:21:42 -08:00
Mariatta 647e240ee9
PEP 227: remove placeholder comments. (#561) 2018-01-28 23:23:47 -08:00
Łukasz Langa cea4966702 lukasz@langa.pl -> lukasz@python.org 2018-01-27 13:19:45 -08:00
Łukasz Langa 3faf255bb9 [pep-569] Python 3.8 Release Schedule 2018-01-27 13:16:47 -08:00
Elvis Pranskevichus 590f68479c PEP 550: Withdraw in favor of PEP 567. (#559) 2018-01-27 16:08:22 -05:00
Yury Selivanov 5e2ecacfc8
pep-537: Update the list of final peps (#558) 2018-01-27 15:59:02 -05:00
Victor Stinner b53e0afd68 PEP 540: Fix the abstract
locale => encoding
2018-01-27 03:42:08 +01:00
Yury Selivanov be2ca6bbaa
pep-567: Update status (#556) 2018-01-22 20:11:15 -05:00
Dustin Ingram e7cfcd5f01 PEP 566: More updates (#547)
* PEP 566: Convert hyphens to underscores

* PEP 566: Update metadata version number

* PEP 566: Update acknowledgements
2018-01-23 10:14:49 +10:00
Yury Selivanov a459539920 pep-567: Tweak C API (#555)
* Rename PyContext_Copy() to PyContext_CopyCurrent()
* Add new PyContext_Copy(PyContext *)
2018-01-21 12:39:33 -08:00
Ivan Levkivskyi a597430349 Update status of PEP 562 to Final (#554) 2018-01-19 17:15:53 -08:00
Yury Selivanov 11df871d32
Add an Acknowledgments section (#553) 2018-01-19 15:55:02 -05:00
Ivan Levkivskyi a81f56f751 Add coding style recommendations for variable annotations (#548) 2018-01-18 19:33:13 -08:00
Yury Selivanov 6108e7c2eb
pep-567: Fix section header (#552) 2018-01-18 14:33:04 -05:00
Yury Selivanov 2bd2b7eb7d pep-567: Merge "Design Considerations" and "Rejected Ideas" (#551)
The "Design Considerations" section had only one subsection which
was a discussion of a rejected idea.  Merging it into "Rejected Ideas"
simplifies the document structure.

Fix a bug in a code snippet in the "ContextVar.unset()" subsection.

Adjust titles in the Rejected Ideas section.
2018-01-18 10:49:51 -08:00
Victor Stinner 0c70f909df PEP 540: set status to Final
The implementation is now complete.
2018-01-18 12:36:29 +01:00
Yury Selivanov 722ab66fac pep-567: Add two more subsections to Rejected Ideas (#550) 2018-01-17 21:07:14 -08:00
Yury Selivanov 72662b81ee
pep-567: Fix formatting (#546) 2018-01-17 22:59:27 -05:00
cosven 9002a8f2f4 PEP 376: Use the correct directory separator style (GH-549)
`/` for unix-like path separator, and
`\` for Windows path separator.
2018-01-17 19:44:30 -08:00
Yury Selivanov f138b81300 pep-567: Update the Rejected Ideas section (#544) 2018-01-17 17:27:11 -08:00
Carl-Ty e0436e9f3c PEP 8 Explicitly State Variable Names convention? #535 (#545) 2018-01-17 15:56:23 -08:00
Yury Selivanov 07e87ce3d3
pep-567: ContextVar.reset() raises a RuntimeErorr on already used tokens (#542) 2018-01-17 12:42:29 -05:00
Yury Selivanov c25174f10d
pep-567: Fix nits/typos (#541) 2018-01-17 11:13:59 -05:00
Yury Selivanov 583a14f814
pep-567: V3. (#536) 2018-01-17 08:54:57 -05:00
Guido van Rossum 6f48b8dd53 Fix typos. 2018-01-16 14:39:53 -08:00
Victor Stinner 2885e7572d PEP 540: Fix reST formatting 2018-01-15 14:18:34 +01:00
Thomas Kluyver f3f7981f39 566: Mention that version specifiers no longer need to be in parentheses (#534) 2018-01-12 17:32:37 +10:00
Nick Coghlan 7e6792adcb
PEP 427: Fix typo in directory name reference
Fixes GH-533
2018-01-10 11:51:36 +10:00
Ned Deily 6b493f8fc4
3.7.0a4 released 2018-01-09 10:55:19 -05:00
Ned Deily e81a967c04
Note that the final release was 3.2.6. 2018-01-09 00:38:30 -05:00
Ned Deily d9d2600172
Note 3.2 final end-of-life status 2018-01-09 00:27:33 -05:00
Ned Deily db4117b21f
Note 3.3 end-of-life. 2018-01-09 00:22:26 -05:00
Ned Deily e418773cdd
FIx markup 2018-01-08 23:30:19 -05:00
Ned Deily f4b45c1ba5
Add PEPs implemented in 3.7.0a4 2018-01-08 23:24:42 -05:00
Nick Coghlan 782c072ba9
PEP 565 implementation has been merged 2018-01-08 12:54:24 +10:00
Nathaniel J. Smith 1f57544784 First draft of PEP 568 (GH-531)
As discussed in

  https://mail.python.org/pipermail/python-dev/2018-January/151605.html

it seems useful to write down what an extension of PEP 567 to full
"context stack" semantics would look like, even if we aren't planning
to consider it for 3.7. That's what this is.
2018-01-07 10:39:03 -08:00
Benjamin Peterson 2d2ac2d2b6 explain that nonlocal and global assignment shorthands are not going to be implemented 2018-01-06 12:58:02 -08:00
Eric V. Smith b78c28504e Make type information on make_dataclass() optional. 2018-01-06 15:13:03 -05:00
5j9 a790b3821c PEP 517: Fix typo in the word "community" (GH-532) 2018-01-06 10:23:14 -08:00
Eric V. Smith fc58b77335 Fix markup. 2018-01-06 11:24:52 -05:00
Eric V. Smith ab1a60f08c Add is_dataclass(). 2018-01-06 11:10:27 -05:00
Julien Palard 3371af975f PEP 101: dailybuild.py moved to docsbuild-scripts. (GH-523) 2018-01-03 16:36:48 -08:00
Guido van Rossum b414323bfb PEP 498: Clarify the prohibition on locals() and globals(). (GH-529)
It applies to the implementation, not to end users passing these in to
f-string -- the latter is fine (e.g. print(f"Locals are {locals()}")).
2018-01-03 16:35:52 -08:00
Martin Broadhurst 6905c6ce66 Fix typo: Set -> set (#528) 2018-01-01 06:03:24 +11:00
Lukasz Langa ef80de4d18 [pep-563] Acknowledge Serhiy for his awesome code review 2017-12-31 01:05:04 -08:00
Julien Palard ec6b836264
Doc is served by nginx, not apache. (#522) 2017-12-30 17:29:21 +01:00