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 |
Serhiy Storchaka
|
cc1c734886
|
Issue #26921: Fixed a/an articles.
|
2016-05-03 13:52:22 +03:00 |
Georg Brandl
|
af90430776
|
Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914
|
2016-05-03 10:18:02 +02:00 |
Guido van Rossum
|
c563864d0c
|
Reject PEP 382, PEP 402, accept PEP 335.
|
2012-03-12 16:58:36 -07:00 |
Martin v. Löwis
|
779cba823d
|
Put implementation link into references.
|
2011-11-02 11:08:06 +01:00 |
Martin v. Löwis
|
84efc5c290
|
Update PEP 302 integration. Drop 2.7 discussion.
|
2011-11-01 18:09:31 +01:00 |
Martin v. Loewis
|
b383afd01e
|
Introduce .pyp directories.
|
2011-10-19 20:27:52 +02:00 |
Martin v. Löwis
|
b200983097
|
Specify import hook support.
|
2010-07-22 16:29:04 +00:00 |
Martin v. Löwis
|
a2caa5e3b8
|
Clarify * for subpackages.
|
2010-05-31 07:47:31 +00:00 |
Martin v. Löwis
|
319b990f1d
|
Keep precedence for directories. Noticed by Brett Cannon.
|
2010-05-31 07:33:53 +00:00 |
Martin v. Löwis
|
b36ace5076
|
Defer PEP 382 to Python 3.2.
|
2009-05-09 09:28:05 +00:00 |
Martin v. Löwis
|
35daf4cb35
|
Rename proposed files from .pkg into .pth. Drop
claims that this extends the .pkg mechanism.
|
2009-04-30 09:05:00 +00:00 |
Guido van Rossum
|
69b79629a7
|
Fix ReST warnings.
|
2009-04-29 18:22:48 +00:00 |
Martin v. Löwis
|
280e65e209
|
Make import algorithm explicit.
Mention extension naming discussion.
|
2009-04-29 06:39:41 +00:00 |
Martin v. Löwis
|
778c9e46f8
|
Fix typo, reported by Tom Wright.
|
2009-04-13 13:55:51 +00:00 |
Brett Cannon
|
6b03fac7a3
|
Fix the status of PEP 382 to be valid for a standards track PEP.
|
2009-04-03 22:39:44 +00:00 |
Martin v. Löwis
|
84f09c691f
|
Discuss adding 2.7 to Python-Version.
|
2009-04-03 20:00:29 +00:00 |
Martin v. Löwis
|
5b53a36458
|
Make namespace_packages a set.
|
2009-04-03 19:49:23 +00:00 |
Martin v. Löwis
|
b2aca805e1
|
Add sys.namespace_packages.
|
2009-04-03 19:48:21 +00:00 |
Martin v. Löwis
|
f7ac442216
|
Mark PEP as active.
|
2009-04-02 15:35:39 +00:00 |
Martin v. Löwis
|
33633555c7
|
Target for Python 3.1.
|
2009-04-02 15:29:24 +00:00 |
Martin v. Löwis
|
784221bbee
|
Add Namespace packages PEP.
|
2009-04-02 15:27:20 +00:00 |