Guido van Rossum
|
8f1bf85241
|
Slight wording change suggested by Steve Dower.
|
2012-12-14 15:49:29 -08:00 |
Guido van Rossum
|
4f0c72e228
|
Add Protocol.eof_received() and protocol call sequence chart.
|
2012-12-14 15:36:20 -08:00 |
Guido van Rossum
|
b0c9cd7852
|
Sprinkle some clarifications and TBDs in response to some private feedback.
|
2012-12-14 11:39:26 -08:00 |
Guido van Rossum
|
a3fa07058d
|
Clarify start_serving(). Add a section on coroutines and protocols.
|
2012-12-14 10:13:20 -08:00 |
Guido van Rossum
|
3e3fce8960
|
Add section on coroutines and the scheduler.
|
2012-12-13 17:47:40 -08:00 |
Guido van Rossum
|
000070388a
|
Transports and protocols.
|
2012-12-13 14:40:23 -08:00 |
Guido van Rossum
|
c0a378f775
|
Specify Futures. Minor cleanup.
|
2012-12-13 11:58:47 -08:00 |
Guido van Rossum
|
56159e8da3
|
Add some event loop methods returning Futures. Lots of TBD.
|
2012-12-13 11:05:52 -08:00 |
Guido van Rossum
|
36562fee3e
|
Add optional socket calls returning a Future. Some TBD rearrangements.
|
2012-12-13 10:30:42 -08:00 |
Guido van Rossum
|
bd2ff471a3
|
Make fd methods optional.
|
2012-12-13 07:54:08 -08:00 |
Guido van Rossum
|
53018c7e85
|
More about event loops.
|
2012-12-12 22:47:17 -08:00 |
Guido van Rossum
|
8e31cc29eb
|
Add subsections about dependencies, namespace and event loop policy.
|
2012-12-12 20:26:20 -08:00 |
Guido van Rossum
|
1fda829833
|
Added an introduction.
|
2012-12-12 18:30:32 -08:00 |
Guido van Rossum
|
328fa7bb92
|
Reserve PEP 3156.
|
2012-12-12 17:35:17 -08:00 |
Christian Heimes
|
f43a7083bd
|
Fixed PEP type
excluding: PEP 431: "u'Standards Track ' is not a valid Type value"
|
2012-12-12 11:23:58 +01:00 |
Barry Warsaw
|
1a6a86df93
|
PEP 431: Time zone support improvements
(By Lennart Regebro, with very minor formatting by Barry.)
|
2012-12-11 15:28:45 -05:00 |
Brett Cannon
|
270126b5d1
|
Fix some markup where the wrong text markup style was used for bold and italic.
|
2012-12-09 13:31:24 -05:00 |
Daniel Holth
|
b69666c9f5
|
merge
|
2012-12-03 20:36:20 -05:00 |
Daniel Holth
|
127bc4a235
|
PEP 426: try to clarify the bundle^H^H^Hmerge/fork meaning of Provides-Dist
|
2012-12-03 20:36:13 -05:00 |
Christian Heimes
|
df0327c6a9
|
update my email address to @python.org
|
2012-12-02 09:35:44 +01:00 |
Christian Heimes
|
fc995d868e
|
reject pep 369. It's outdated and superseded by the new importlib
|
2012-12-02 09:32:28 +01:00 |
Nick Coghlan
|
304bfb8c80
|
Defer PEP 395 until I make it compatible with PEP 420
|
2012-11-20 23:35:12 +10:00 |
Daniel Holth
|
6549f8f705
|
PEP-0426 trivial copy changes
|
2012-11-19 18:46:41 -05:00 |
Ezio Melotti
|
fba6f8932b
|
#16502: fix markup. Patch by Serhiy Storchaka.
|
2012-11-18 19:55:10 +02:00 |
Brett Cannon
|
56b0bb4ea7
|
Mark PEP 3108 as final.
|
2012-11-17 10:11:16 -05:00 |
Daniel Holth
|
8f7a391d24
|
keys are case-insenstive
|
2012-11-14 22:12:04 -05:00 |
Daniel Holth
|
895121b37d
|
PEP 427: remove signing algorithms
|
2012-11-13 11:31:37 -05:00 |
Georg Brandl
|
4718959dd8
|
Fixes #14215: copy magic yaml file to get a nice <title> for python.org/dev/peps/ index page
|
2012-11-11 16:42:32 +01:00 |
Daniel Holth
|
8a2c725435
|
spelling
|
2012-11-09 21:03:14 -05:00 |
Daniel Holth
|
45eaa7c4e9
|
spelling
|
2012-11-09 21:02:28 -05:00 |
Daniel Holth
|
ce52c98a8f
|
PEP-0426: reword Project-URL
|
2012-11-09 20:59:17 -05:00 |
Daniel Holth
|
c728a9ecfb
|
PEP-376: remove hexdigest from RECORD
|
2012-11-09 20:58:41 -05:00 |
Antoine Pitrou
|
ee6f30d19a
|
Replace subscription with slashing
|
2012-11-07 20:25:27 +01:00 |
Antoine Pitrou
|
7b8178a28b
|
Path.join() is now Path.joinpath()
|
2012-11-07 20:06:20 +01:00 |
Marc-Andre Lemburg
|
a138604e56
|
Issue #16420:
Convert PEP 249 (DB-API 2.0) to ReST format to allow linking to the
various parts.
The conversion was done mostly by Daniele Varrazzo.
|
2012-11-07 09:42:07 +01:00 |
Marc-Andre Lemburg
|
32046dbe54
|
Clarify the meaning of "number of affected rows" in the DB-API 2.0
as discussed on the db-sig list.
|
2012-11-06 16:24:07 +01:00 |
Daniel Holth
|
8d1c599b2f
|
PEP 426 minor language cleanup
|
2012-10-28 17:45:03 -04:00 |
Nick Coghlan
|
e46231b289
|
Revert PEP 430 to Final.
I realised the way Georg had already implemented this made more sense, so I just updated the PEP to reflect the new setup on docs.python.org
|
2012-10-28 22:06:46 +10:00 |
Nick Coghlan
|
2c85e597bc
|
Clarify what 'latest version' means, mark Georg as PEP czar and bump status back to Draft until Georg gives a +1 on the redirection of /dev/ URLs
|
2012-10-28 21:54:33 +10:00 |
Georg Brandl
|
15206b75a3
|
PEP 430 is Final.
|
2012-10-28 09:23:18 +01:00 |
Georg Brandl
|
e0227e23b8
|
Add version-switcheroo stuff todos.
|
2012-10-28 08:28:24 +01:00 |
Guido van Rossum
|
1a6a2e8f72
|
Switch broken examples for spaces around operators. Fixes issue 16239.
|
2012-10-27 19:04:41 -07:00 |
Ezio Melotti
|
7c098c5c15
|
#16325: remove outdated link and rephrase paragraph accordingly.
|
2012-10-28 00:33:29 +03:00 |
Daniel Holth
|
f1535d9c8c
|
pep-0427 edits
|
2012-10-27 15:57:47 -04:00 |
Nick Coghlan
|
c42dc66be1
|
PEP for updating the URL layout on docs.python.org
|
2012-10-28 00:36:36 +10:00 |
Ezio Melotti
|
4ec7327960
|
Fix typos.
|
2012-10-23 11:56:24 +02:00 |
Daniel Holth
|
a75301cf3d
|
explain signing scheme in faq
|
2012-10-22 12:16:24 -04:00 |
Daniel Holth
|
651e54d7e2
|
Metadata 1.3: only "Metadata-Version", "Name", "Version", and "Summary" are required.
|
2012-10-22 12:16:04 -04:00 |
Daniel Holth
|
c3ca60bb6d
|
de-RFC Metadata 1.3, with email.policy demo
|
2012-10-20 22:44:40 -04:00 |
Ezio Melotti
|
1b8b8f7948
|
Fix typo and add comma.
|
2012-10-21 05:15:31 +03:00 |