Matthias Bussonnier
8bc43986e7
Convert pep 10 to Rst.
2016-06-21 15:53:57 -07:00
ericsnowcurrently
d0002d5e53
Mention support for C-API types. ( #28 )
2016-06-20 20:14:02 -06:00
ericsnowcurrently
2c76730f6b
Focus PEP 520 on __definition_order__. ( #27 )
2016-06-20 19:24:03 -06:00
Nathaniel J. Smith
612452784a
Fix a few typos in PEP 522 ( #26 )
2016-06-20 15:41:48 -07:00
Łukasz Langa
b8a510bf29
Clarify backward-compatible type annotations
...
Previous wording used the term "function annotations" which is overly generic. This commit modifies the wording to make it clear we don't mean arbitrary function annotations.
2016-06-20 13:23:55 -07:00
Brett Cannon
97f08774d5
Merge pull request #24 from python/travis-perf
...
Tweak some Travis settings for potentially faster builds
2016-06-20 12:24:41 -07:00
Brett Cannon
ae15a08c55
Tweak some Travis settings for potentially faster builds
2016-06-20 10:29:28 -07:00
Brett Cannon
ce35ed6e0e
Merge pull request #21 from Carreau/restify-pep-0005
...
Restify PEP-5
2016-06-20 10:23:59 -07:00
Brett Cannon
6ebdb79ef6
Merge pull request #20 from Carreau/restify-pep-0003
...
Restify PEP-3
2016-06-20 10:23:51 -07:00
Brett Cannon
02f36e46d1
Merge pull request #17 from Carreau/travis
...
Build with Travis, including users PRs.
2016-06-20 10:20:04 -07:00
ncoghlan
48c750982c
Merge pull request #23 from ncoghlan/security-sensitive-rng
...
PEP 522: Rewrite accounting for Nathaniel's feedback
2016-06-20 10:48:39 +10:00
Nick Coghlan
4573a6ba2e
PEP 522: Rewrite accounting for Nathaniel's feedback
...
The core proposal (raising BlockingIOError) remains the same,
but the rationale and background sections now go into much more
depth for folks that want it.
The PEP now also explicitly covers the related changes to interpreter
and random module initialization, as well as providing references
to most of the related bugs.python.org messages.
2016-06-19 17:37:46 -07:00
Matthias Bussonnier
5e69c5e9f4
Setup CI
2016-06-19 15:46:32 -07:00
Matthias Bussonnier
cae235ae45
Convert PEP 6 to reST format ( #22 )
2016-06-19 15:42:07 -07:00
Matthias Bussonnier
bf195b69e3
Restify PEP-3
2016-06-19 12:41:56 -07:00
Matthias Bussonnier
56b9952222
Restify PEP-5
2016-06-19 12:38:12 -07:00
Matthias Bussonnier
cce5754f28
Convert PEP 2 to reST format
2016-06-19 20:19:09 +03:00
Brett Cannon
6929f850a5
Merge pull request #18 from brettcannon/fix-pep523
...
Fix some reST errors in PEP 523
2016-06-19 09:49:35 -07:00
Brett Cannon
2c5535ce30
Fix some reST errors
2016-06-19 09:49:05 -07:00
Brett Cannon
d0af539771
Add PEP 523: Adding a frame evaluation API to CPython
2016-06-17 19:53:20 -07:00
Guido van Rossum
92b5b19f66
Typos, rst formatting and a minor addition to PEP 483 (Ivan L, upstream #227 )
2016-06-16 17:08:10 -07:00
Brett Cannon
ac8459d47b
Merge pull request #14 from timofurrer/cleanup/remove-hg-stuff
...
Remove hgignore and hgtags file
2016-06-16 16:17:19 -07:00
Timo Furrer
712bf48910
Remove hgignore and hgtags file
2016-06-16 16:03:59 -07:00
ericsnowcurrently
3584f0caf8
Update PEP 520 per python-dev feedback.
2016-06-16 16:55:04 -06:00
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