csabella
|
ad339c1e27
|
reSTify PEP225, PEP234, PEP255, PEP450 (#293)
|
2017-06-16 10:20:28 -07: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 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
Nick Coghlan
|
633d4f7295
|
statistics module & new hash are in 3.4
|
2014-03-16 14:43:06 +10:00 |
Guido van Rossum
|
d0c939ef39
|
Add (past) discussion points to PEP 450.
|
2013-09-18 07:55:22 -07:00 |
Guido van Rossum
|
fca7859020
|
Accept PEP 450 (statistics module).
|
2013-09-17 14:20:05 -07:00 |
Guido van Rossum
|
8747d13f25
|
PEP 450 update from Steven D'Aprano.
|
2013-09-08 21:21:27 -07:00 |
Brett Cannon
|
9174d4da7c
|
Add PEP 450: Adding A Statistics Module To The Standard Library, by Steven D'Aprano
|
2013-08-09 10:46:53 -04:00 |