Carl Meyer
|
e071a3e683
|
Minor tweaks to PEP 405.
|
2012-03-05 17:26:27 -07:00 |
Carl Meyer
|
322d7df21a
|
Merge from upstream.
|
2012-03-05 17:08:36 -07:00 |
Benjamin Peterson
|
0ba175b321
|
implicitly set __suppress_context__ when __cause__ is set
|
2012-03-05 15:43:34 -06:00 |
Nick Coghlan
|
80357b7f9a
|
Additional clarifications in the WSGI section
|
2012-03-05 23:12:42 +10:00 |
Nick Coghlan
|
efff9e9745
|
Mark PEP 414 as Final and incorporate feedback (both public and private)
|
2012-03-05 22:56:18 +10:00 |
Nick Coghlan
|
a166e27c84
|
Add link to Vinay's import hook project
|
2012-03-04 23:02:40 +10:00 |
Martin v. Löwis
|
bb0d67250e
|
Incorporate measurement results.
|
2012-03-05 07:58:30 +01:00 |
Georg Brandl
|
ec36aa4fa8
|
PEP status update.
|
2012-03-04 16:41:28 +01:00 |
Georg Brandl
|
b3a0ba3f0e
|
Update for new versioning scheme (3.3.0 instead of 3.3)
|
2012-03-04 15:59:45 +01:00 |
Georg Brandl
|
c2924472b3
|
#14914: fix typo.
|
2012-03-04 15:54:24 +01:00 |
Georg Brandl
|
ef6e7acc9b
|
#14193: Remove pymigr references, it is read only.
|
2012-03-04 14:32:42 +01:00 |
Nick Coghlan
|
965ef500b5
|
Update post history for PEP 414
|
2012-03-04 17:58:04 +10:00 |
Nick Coghlan
|
15ecef1316
|
More minor cleanups to PEP 414
|
2012-03-04 17:56:12 +10:00 |
Nick Coghlan
|
9f04df4927
|
Make it clear that the objection headings are paraphrased versions of the complaints made about the PEP
|
2012-03-04 17:48:49 +10:00 |
Nick Coghlan
|
6f949e069a
|
Rewrite PEP 414 to be less passionate in its tone and better address the common objections
|
2012-03-04 17:24:43 +10:00 |
Victor Stinner
|
6e7b0815b4
|
PEP 416: add the default value of a function argument use case
|
2012-03-04 00:07:10 +01:00 |
Victor Stinner
|
dda1526b8d
|
PEP 416: add more use cases
|
2012-03-03 23:00:19 +01:00 |
Guido van Rossum
|
c606a1fdfe
|
Delete rule forbidding function type annotations in the stdlib.
|
2012-03-02 10:18:31 -08:00 |
Victor Stinner
|
d0beba79d5
|
PEP 416
* Rephrase the first Rationale paragraph
* Add 2 more use cases: cache and sandbox
* Fix a typo
|
2012-03-01 13:06:07 +01:00 |
Eli Bendersky
|
e413ea93b1
|
PEP 411: incorporated comments from pydev discussions
|
2012-02-29 21:44:39 +02:00 |
Victor Stinner
|
1c97a4495b
|
Add the PEP 416: Add a frozendict builtin type
|
2012-02-29 18:58:50 +01:00 |
Éric Araujo
|
ea9bdcad6a
|
Remove strange wording.
(“direct access” to the hg repo uses the same protocol than public
browsing, so the distinction does not make sense anymore.)
|
2012-02-29 07:29:36 +01:00 |
Éric Araujo
|
ddf08ab529
|
Add header required for Standard Tracks PEPs
|
2012-02-29 07:28:24 +01:00 |
Armin Ronacher
|
e4df19c199
|
Merge
|
2012-02-29 00:59:44 +00:00 |
Armin Ronacher
|
4a3a16888c
|
Clarified the LTS part.
|
2012-02-29 00:59:32 +00:00 |
Martin v. Löwis
|
8b0a407072
|
Update from Mark Shannon.
|
2012-02-28 21:40:37 +01:00 |
Brett Cannon
|
e28aba7b6b
|
Update from Ethan Furman.
|
2012-02-28 10:02:09 -05:00 |
Armin Ronacher
|
a71aa54d64
|
merged
|
2012-02-28 08:19:11 +00:00 |
Armin Ronacher
|
5a2d803bbd
|
pep-0414 -> accepted and added two things brought up on the mailinglist
|
2012-02-28 08:18:52 +00:00 |
Benjamin Peterson
|
8a61da282a
|
I understand what Nick meant now
|
2012-02-27 18:59:27 -05:00 |
Benjamin Peterson
|
43650eddca
|
give equivalent code for raise from
|
2012-02-27 10:51:11 -05:00 |
Benjamin Peterson
|
d3966c5fcd
|
kill extra letter
|
2012-02-26 20:39:52 -05:00 |
Benjamin Peterson
|
91cc261ef6
|
pep for changing pep 409 implementation
|
2012-02-26 20:29:14 -05:00 |
Guido van Rossum
|
574066ff11
|
Reject PEP 410
|
2012-02-26 15:37:24 -08:00 |
Nick Coghlan
|
ca5ec0e933
|
Describe two more alternate numbering schemes
|
2012-02-26 15:33:31 +10:00 |
Nick Coghlan
|
344b1d0c24
|
Propose a simpler sequential version numbering scheme for standard library releases
|
2012-02-26 14:53:07 +10:00 |
Nick Coghlan
|
9a0fb27621
|
Further refinements to PEP 413, save state before changing the proposed stdlib versioning scheme
|
2012-02-26 12:49:49 +10:00 |
Armin Ronacher
|
0588c41b39
|
Consistent quotes for "six" in pep 0414
|
2012-02-25 19:02:36 +00:00 |
Armin Ronacher
|
924fc7c97f
|
Added unicode literals pepe
|
2012-02-25 18:52:45 +00:00 |
Nick Coghlan
|
5100a47ec3
|
Typo
|
2012-02-25 22:29:41 +10:00 |
Nick Coghlan
|
4c7d96c1b1
|
Assorted cleanups, plus a note about support for even faster stdlib release cycles
|
2012-02-25 22:24:14 +10:00 |
Nick Coghlan
|
d93bedaf9b
|
Add another scenario that was previously only mentioned in the 'effects on the community' section
|
2012-02-25 19:06:36 +10:00 |
Nick Coghlan
|
e1bc355c1d
|
Fix lack of communication between brain and fingers
|
2012-02-25 18:56:13 +10:00 |
Nick Coghlan
|
d9212fafd8
|
Clarify heading
|
2012-02-25 18:53:22 +10:00 |
Nick Coghlan
|
988d90b67e
|
Present both alternatives as flat lists
|
2012-02-25 18:52:38 +10:00 |
Nick Coghlan
|
ed270777a0
|
Formatting fixes, wording update on the comment about tagging as a way of communicating
|
2012-02-25 18:42:49 +10:00 |
Nick Coghlan
|
828ed616fd
|
Update PEP 413 to better explain rationale for a separate version number and note the possibility of actually slowing down the rate of change for the language definition itself
|
2012-02-25 18:30:03 +10:00 |
Nick Coghlan
|
cbfb3afdb3
|
Add PEP 413 as a competitor to PEP 407
|
2012-02-25 03:04:48 +10:00 |
Nick Coghlan
|
05da204481
|
Switch back to named functions, since the Ellipsis version degenerated badly for more complex cases. Will revisit this in the 3.4 timeframe
|
2012-02-23 01:22:14 +10:00 |
Nick Coghlan
|
093018129f
|
Better name for PEP 403 that also covers the alternative idea discussed near the end
|
2012-02-22 01:28:07 +10:00 |