Commit Graph

17 Commits

Author SHA1 Message Date
Emily Morehouse ce5590c1c1 Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
2018-07-21 16:57:17 -07:00
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
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
Georg Brandl 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Nick Coghlan 09618837a9 Updated writeup about import statements to strongly recommend absolute imports from main modules 2006-07-06 12:36:24 +00:00
Nick Coghlan f4ddb4ef6e Add a note to PEP 338 about the use of relative imports 2006-06-28 11:08:51 +00:00
Nick Coghlan 32f10bcf53 Update PEP 338 to reflect changes to run_module implementation (import lock is now held only when really needed) 2006-03-24 13:08:48 +00:00
Nick Coghlan a8bc8f6250 Mark PEP 338 as Final for 2.5 2006-03-15 11:12:01 +00:00
Guido van Rossum 4cf495d95c Accept PEP 338. Maybe there are some tweaks necessary to the code,
but I want to make it clear that this feature is accepted for 2.5.
2006-03-15 04:17:29 +00:00
Nick Coghlan 90e67590fd Fix name of parameter in run_module signature 2006-03-06 08:59:10 +00:00
Nick Coghlan 7e4f8246cd Reduce public API to just runpy.run_module 2006-02-17 15:17:21 +00:00
Nick Coghlan 6a93382b16 Don't try to hide exec's quirks 2006-02-11 14:18:13 +00:00
Nick Coghlan 31438973ae Add section on specific design decisions for the runpy module 2006-02-11 10:58:31 +00:00
Nick Coghlan d8ac0a56d0 Update PEP to fully support PEP 302 import semantics 2006-02-11 10:00:00 +00:00
David Goodger edd8847113 typo 2004-12-11 20:31:10 +00:00
David Goodger 5514470bdf added PEP 338, , by 2004-12-11 20:24:11 +00:00