Commit Graph

6813 Commits

Author SHA1 Message Date
Brett Cannon b264a3e53e Fix up link 2016-06-09 14:42:31 -07:00
Brett Cannon 6d7e9677be Update PEP 519 on implementation progress from PyCon US 2016 sprints 2016-06-09 14:16:57 -07:00
Brett Cannon 7559bcde40 Clarifications from the PyCon US 2016 language summit 2016-06-09 11:45:31 -07:00
Berker Peksag 6f2c9ab021 Add PEP 512 by Nathaniel Smith 2016-06-09 12:08:48 +03:00
Guido van Rossum 75be7047af Add typing.TYPE_CHECKING to PEP 484. 2016-06-08 11:13:41 -07:00
Barry Warsaw 070a23b4a0 Clarify dunders. 2016-06-08 10:43:53 -04:00
Eric Snow 6f8133c138 Fix PEP 520 typos. 2016-06-07 20:16:56 -07:00
Eric Snow 38a64f3338 Minor clean up of PEP 520. 2016-06-07 20:09:27 -07:00
Eric Snow 06a5c815d7 Add the typical footer to PEP 520. 2016-06-07 17:47:24 -07:00
Eric Snow 9a5e309b5d Add PEP 520: Ordered Class Definition Namespace 2016-06-07 17:44:13 -07:00
Barry Warsaw 0aa70aebf1 Relax __all__ location.
Put all module level dunders together in the same location, and remove
the redundant version bookkeeping information.

Closes #27187.  Patch by Ian Lee.
2016-06-07 16:25:19 -04:00
Guido van Rossum 02a9d6de10 The type of an empty tuple is spelled Tuple[()]. Fixes upstream #231. 2016-06-06 13:43:37 -07:00
Guido van Rossum 2ec3031a74 Fix an indentation error in the rST for NewType (Ryan Gonzalez). 2016-06-06 08:49:12 -07:00
Brett Cannon 3fc3e11bc2 Add a .gitignore in preparation for moving to GitHub 2016-06-03 15:44:32 -07:00
Berker Peksag efcd31a52f Issue #27191: Improve markup of PEP 8, patch by Ian Lee 2016-06-02 19:13:50 -07:00
Nick Coghlan 3613e068ae Defer PEP 459 in addition to 426 2016-06-02 12:21:13 -07:00
Nick Coghlan ce2f5ce660 Officially defer PEP 426 (Metadata 2.0) 2016-06-02 12:11:25 -07:00
Guido van Rossum 7596c54962 Add NewType() to PEP 484. 2016-06-01 18:02:33 -07:00
Guido van Rossum ae2bd4d5ca Add "Python-Version: 3.6" header to PEP 519. 2016-05-28 11:32:59 -07:00
Guido van Rossum 18fe9797e6 Add Type and ContextManager to list of everything in typing.py. 2016-05-27 12:01:20 -07:00
Guido van Rossum 07067f64e3 Add annotation to async def example. 2016-05-26 09:20:48 -07:00
Guido van Rossum 014a869a2a Short subsection on annotating coroutines (Ivan L, #225). 2016-05-24 12:18:54 -07:00
Brett Cannon 320a16a909 Update what needs to be done for PEP 519 2016-05-20 13:19:36 -07:00
Guido van Rossum 9fd8df6d0c Improve wording on covariance of Type[] (Ivan L, #107). 2016-05-20 11:33:13 -07:00
Guido van Rossum e70675917d Clarify a sentence that mentioned LoggedVar[t]. 2016-05-19 10:15:48 -07:00
Guido van Rossum 92eb68bca0 Add section to PEP 484 on new feature Type[C]. 2016-05-18 10:04:22 -07:00
Berker Peksag 2c4f0ac43b PEP 103: Updates from Oleg Broytman 2016-05-18 03:59:03 +03:00
Guido van Rossum 2cc7dc3068 A new co-author for PEP 483, Ivan Levkivskyi, has greatly added to it. 2016-05-17 16:35:01 -07:00
Ned Deily bcac7d6c88 update 3.6.0 release schedule 2016-05-17 17:22:05 -04:00
Nick Coghlan ca65ae89e6 PEP 518: Add resolution link 2016-05-17 12:55:23 +10:00
Barry Warsaw 4807c2935f Add Resolution header. 2016-05-16 17:32:12 -04:00
Brett Cannon d913f38db8 Mark PEP 519 as accepted 2016-05-16 14:25:39 -07:00
Brett Cannon 992c83274c Add PEP 519: Adding a file system path protocol 2016-05-16 13:24:35 -07:00
Brett Cannon c856ebcc9e Accept PEP 518: https://mail.python.org/pipermail/distutils-sig/2016-May/028969.html 2016-05-16 07:37:38 -07:00
Brett Cannon 0b0a0a5451 Add PEP 518: Specifying minimum build requirements for Python projects 2016-05-16 07:35:09 -07:00
Larry Hastings 73fa563c8a Better link for UTF-8b from Serhiy. 2016-05-14 16:43:21 +02:00
Larry Hastings 1b5adb91d9 PEP 383: the link to Markus Kuhn's "UTF-8b" died. I found it a fresh one. 2016-05-14 13:55:16 +02:00
Ned Deily 69b9e11768 Remove deferred PEP 501 from 3.6 feature list 2016-05-13 02:59:53 -04:00
Zachary Ware 08c7fae8e3 Remove extra colon.
The following list is not a literal block.
2016-05-12 23:08:08 -05:00
Zachary Ware 51ae3fefc6 Fix indentation. 2016-05-12 23:07:07 -05:00
Brett Cannon e79563ae6d Mark PEP 515 as accepted. 2016-05-12 17:25:05 -07:00
Ned Deily 5b702d2c42 Also fix order of headers 2016-05-12 17:35:29 -04:00
Ned Deily cbf88e2e7a Fix header typo 2016-05-12 17:16:33 -04:00
Brett Cannon ccb2515249 Remove now outdated version restrictions on ctypes and modulefinder. 2016-05-11 18:04:57 -07:00
Ned Deily fced0947bf Fix date typos 2016-05-11 17:24:59 -04:00
Guido van Rossum 1b9ff5e69b Fix some cursive markup. 2016-05-09 20:42:47 -07:00
Benjamin Peterson e4a6fddb83 2.7.12 2016-05-08 23:19:46 -07:00
Brett Cannon 6de3bb0125 Mention reno as a possible solution to the NEWS problem 2016-05-08 18:56:47 -07:00
Brett Cannon b529907818 Update status of GH migration 2016-05-08 13:46:14 -07:00
Brett Cannon b08220c867 Update status 2016-05-06 18:03:51 -07:00