Mariatta
cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
...
This reverts commit bb0e518ed3
.
2017-11-11 11:28:55 -08:00
Huang Huang
bb0e518ed3
Rename all .txt PEP files to .rst (GH-462)
...
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Benjamin Peterson
60d9b24542
promote m.p.o links to https
2017-06-11 12:02:39 -07:00
Serhiy Storchaka
a53392a0f0
Remove trailing spaces. ( #232 )
...
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Serhiy Storchaka
3dad438872
Issue #26916 : Fixed words duplications.
2016-05-03 12:03:16 +03:00
Brian Quinlan
8118396ca7
Mark PEP 3148 as Final
2010-10-13 21:25:31 +00:00
Brian Quinlan
1a2d166c20
Some minor grammar cleanup
2010-10-13 21:23:15 +00:00
Brian Quinlan
cfc8ae9456
Describes the behavior of add_done_callback when the callable raises.
2010-07-30 10:49:13 +00:00
Georg Brandl
af79589ec7
Update from Brian; make links work.
2010-07-18 13:12:03 +00:00
Brett Cannon
e9bba0f4ef
Update from Brian Quinlan that "adds a section explaining the rational of
...
naming the package concurrent.futures."
2010-06-28 19:32:11 +00:00
Brett Cannon
f93f3e1797
Update from Brian Quinlan::
...
Here are some updates based on the latest round of python-dev feedback. It:
- changes the names of the named-tuple returned by wait()
- consistently uses the world "callable" rather than "function" or "method"
- clarifies the calling context of future callbacks
- removes the ability to remove call backs
- allows the same callback to be repeatedly added
- adds a pointer to pickle
- clarifies that the interpreter will not exit with running futures
- clarifies that module methods accept futures from different executors
2010-06-28 04:54:01 +00:00
Georg Brandl
0f4afffb34
Update from Brian.
2010-05-21 22:00:25 +00:00
Brett Cannon
6446834bdf
Specify the package name.
...
Update from Brian Quinlan.
2010-05-21 01:40:36 +00:00
Georg Brandl
45d710b6d5
Rewrap according to PEP standards; indent documentation for API elements for better clarity.
2010-05-01 09:58:11 +00:00
Georg Brandl
ebeb712eea
Apply updates sent to PEPs list by Brian Quinlan.
2010-05-01 09:40:47 +00:00
Guido van Rossum
dee0fb5e6a
Update to PEP 3148 by Jeffrey Yasskin.
2010-02-25 15:42:16 +00:00
Guido van Rossum
93cf74610f
Fix bad quote.
2010-02-23 23:28:27 +00:00
Guido van Rossum
e3b65187e5
Brian Quinlan's Futures PEP.
2010-02-23 21:58:51 +00:00