Commit Graph

6577 Commits

Author SHA1 Message Date
Ned Deily b2c40beebc update for 3.6.0a2 2016-06-13 23:59:45 -04:00
Larry Hastings 3698da9041 PEP 101: Update which files still have copyright info. 2016-06-11 22:31:41 -07:00
Larry Hastings d56a12d84f PEP 101: Remind you how to write version numbers to please release.py
at the point that you actually call it for the first time.
2016-06-11 20:49:59 -07:00
Ned Deily d4c1c53128 update nad email address 2016-06-11 22:58:03 -04:00
Eric Snow 2db261fc39 Update Post-History. 2016-06-11 20:38:55 -06:00
Larry Hastings 751b0ab954 PEP 101: Updated the RM and PE list. Removed MvL *sob* 2016-06-11 19:37:39 -07:00
Eric Snow 7437a8b0de Clarify some example code. 2016-06-11 20:24:35 -06:00
Eric Snow 3fbf62a658 Add stricter constraints to manually set __definition_order__. 2016-06-11 20:22:50 -06:00
Eric Snow 4f37f47475 Clarify the distinction between the definition ns and __dict__. 2016-06-11 19:42:03 -06:00
Brett Cannon 97e820b228 Update PEP 519 for DirEntry work 2016-06-10 14:39:51 -07:00
Brett Cannon 93f500ea20 Update PEP 519 on current progress 2016-06-10 12:34:59 -07:00
Brett Cannon fd6bbb1b74 Update PEP 519 on current progress 2016-06-09 17:00:28 -07:00
Yury Selivanov 6194bb3ef7 PEP 492: Add a link to Python docs about __aiter__ 2016-06-09 18:05:13 -04:00
Yury Selivanov e6f60d8dce PEP 492: Update __aiter__ protocol 2016-06-09 17:57:41 -04:00
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