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 |
Serhiy Storchaka
|
cc1c734886
|
Issue #26921: Fixed a/an articles.
|
2016-05-03 13:52:22 +03:00 |
Christian Heimes
|
df0327c6a9
|
update my email address to @python.org
|
2012-12-02 09:35:44 +01:00 |
Benjamin Peterson
|
9ec804df3f
|
a whole slew of peps that are (I believe) implemented
|
2009-01-19 16:08:45 +00:00 |
Christian Heimes
|
de7124dfe1
|
Added notes about the new build_ext --user and site module features
|
2008-05-09 12:28:35 +00:00 |
Guido van Rossum
|
9bd9dae533
|
Accept PEP 370 (Per user site-packages directory).
|
2008-05-06 17:01:00 +00:00 |
Guido van Rossum
|
dcd2305766
|
Fix a few typos.
|
2008-05-05 20:48:00 +00:00 |
Christian Heimes
|
20fc195b60
|
PEP 370 update
I added or changed some points of the PEP as discussed on the mailing list recently
|
2008-01-18 11:09:18 +00:00 |
Christian Heimes
|
b83b33823e
|
Fixed a typo usecustomize -> usercustomize
|
2008-01-18 08:37:16 +00:00 |
Christian Heimes
|
1e61038030
|
Some updates on PEP 369 and 370.
PEP 369 still doesn't reflect all changes but it's more up to date
|
2008-01-16 10:21:03 +00:00 |
Christian Heimes
|
da08263556
|
Added PEP 369 and PEP 370
|
2008-01-14 20:42:39 +00:00 |