Commit Graph

6389 Commits

Author SHA1 Message Date
ncoghlan 69c76773ee Merge pull request #13 from ncoghlan/security-sensitive-rng
PEP 522: BlockingIOError in security sensitive APIs on Linux
2016-06-17 06:37:49 +10:00
Nick Coghlan 0448b96bb9 PEP 522: Address initial review comments
- Note MAC OS X kernel panic behaviour
- Fix copy & paste error in example function name
- Note getrandom() doesn't offer /dev/urandom behaviour
2016-06-16 13:30:20 -07:00
Brett Cannon a6d0658d08 Note how to make an hg repo read-only 2016-06-16 13:05:45 -07:00
Nick Coghlan eab00de9cf PEP 522: BlockingIOError in security sensitive APIs on Linux 2016-06-16 12:32:11 -07:00
Georg Brandl 0dc36a211e Rename README and add a bit of formatting 2016-06-16 06:36:43 +02:00
Georg Brandl dd1e7667cc PEP 101: doc archives are now built for rcs 2016-06-16 06:33:14 +02:00
Brett Cannon 88131a0fe2 The peps repo has migrated! 2016-06-15 15:57:29 -07:00
Brett Cannon 6a27618a43 Update from GitHub 2016-06-15 14:39:53 -07:00
Brett Cannon b38a469759 Update PEP 519 as per https://mail.python.org/pipermail/python-dev/2016-June/145219.html 2016-06-15 12:56:31 -07:00
Brett Cannon 1c5c8d8057 Fix an indentation problem 2016-06-15 12:13:03 -07:00
Brett Cannon 1ca766fc03 Ignore VS Code's config directory. 2016-06-15 12:12:50 -07:00
Berker Peksag 17b7f0dafa PEP 103: Update from Oleg Broytman 2016-06-15 00:13:30 +03:00
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