Commit Graph

875 Commits

Author SHA1 Message Date
Barry Warsaw 82be304a45 Added PEP 271, Prefixing sys.path by command line option, Giacometti 2001-09-13 16:47:13 +00:00
Barry Warsaw 60c5796bd8 PEP 271, Prefixing sys.path by command line option, Giacometti
(formatting by BAW)
2001-09-13 16:46:44 +00:00
Martin v. Löwis fb1482143b Minor updates to reflect the current implementation. 2001-09-11 09:59:14 +00:00
Greg Stein b44c53c0ef Some tweaks/clarifications based on initial implementation this weekend. 2001-09-11 00:34:48 +00:00
Guido van Rossum 449eed85f9 Quick merge of Barry's feedback of four weeks ago. ;-( 2001-09-08 12:42:48 +00:00
Guido van Rossum aaebded223 Small rewordings based on Terry Reedy's feedback (finally).
Added a few more open issues.
2001-09-08 11:31:52 +00:00
Tim Peters 17807b8b31 Added Step 5 (Verify!). Added Windows notes. 2001-09-08 05:17:56 +00:00
Barry Warsaw 9f817b94d1 Slight clarification. Thanks Skip! 2001-09-07 22:45:52 +00:00
Barry Warsaw 61cbcdd8d3 PEP 270, uniq method for list objects, Jason Petrone 2001-09-07 22:40:38 +00:00
Barry Warsaw a634156bd1 Added PEP 270, uniq method for list objects, Jason Petrone 2001-09-07 22:40:06 +00:00
Barry Warsaw 3658c543a3 Added PEP 269, Pgen Module for Python, Jonathan Riehl 2001-09-07 22:36:05 +00:00
Barry Warsaw 71f65547f6 PEP 269, Pgen Module for Python, Jonathan Riehl 2001-09-07 22:35:39 +00:00
Barry Warsaw a4d67b7878 Some updates based on Skip's comments. 2001-09-07 22:23:29 +00:00
Guido van Rossum 599c151f21 Add an essential missing -r option to the cvs command to check out the
branch.
2001-09-07 19:03:33 +00:00
Barry Warsaw 02b557e348 Some corrections after proofing this PEP with the 2.2a3 release. 2001-09-07 18:58:47 +00:00
Guido van Rossum 4bbc58e8f3 Add another way to look at the motivation for the new MRO. 2001-09-06 22:04:56 +00:00
Tim Peters 8e0ae63618 Added section for IEEE-754 support requests. 2001-09-05 20:18:49 +00:00
Guido van Rossum 43d3ea4482 Insert a3 between a2 and a4. 2001-09-04 22:38:15 +00:00
Guido van Rossum c3075a1135 Rename the -D option to -Q, to avoid a Jython option name conflict.
Document the 4th value of this option (warnall).

Also update some other items that are now resolved or close to being
resolved.
2001-09-04 03:48:48 +00:00
Barry Warsaw 5a7a50435a Typos, spell check, untab 2001-08-23 22:35:32 +00:00
Guido van Rossum bfeed80cb5 Update posted-date and added implementation information. 2001-08-23 04:34:41 +00:00
Guido van Rossum 3e33bb87d4 Explain the semantics of OverflowWarning, for the benefit of the
documenter.  Clarify a few other issues (some brought up by Martin von
Loewis in private email).
2001-08-23 03:50:54 +00:00
Barry Warsaw 98bf541f04 PEP 101, Doing Python Releases, Warsaw & van Rossum 2001-08-22 22:43:42 +00:00
Greg Stein 932256da76 Complete the authentication section, and flesh out the proxy and DAV
sections.
2001-08-21 20:20:22 +00:00
Greg Stein 919d69018d Update the text to use direct RFC references (to automagically pick up URLs
to those specs). Fix the PEP: header at top, after Barry's renumbering.
2001-08-21 08:22:47 +00:00
Greg Stein 05a939622a Add some initial details for the authentication handling. 2001-08-21 08:16:35 +00:00
Barry Warsaw 5331ad949f Greg Stein was a bad boy! <268 spank>
Jeremy Hylton's "Optimized Access to Module Namespaces" PEP gets 267.

We'll let Greg slide this time, so his (albeit incomplete other than a
Rationale) PEP gets 268.  It must get filled in soon though or it'll
get moved to the "Empty" category. :(
2001-08-21 00:02:26 +00:00
Barry Warsaw 318841b0cc Bogus trailing whitespace 2001-08-20 23:59:26 +00:00
Greg Stein ad8777d91e Initial draft to publish the abstract/rationale. More detail coming soon. 2001-08-20 21:24:58 +00:00
Greg Stein e67f39a7dd Reserving PEP 267... hopefully checking in tonite 2001-08-20 21:04:09 +00:00
Barry Warsaw cce0e5f5b0 Tim sez: "Future statements in simulated shells" should move from Open
to Accepted.
2001-08-17 22:43:49 +00:00
Tim Peters e6b12033dd Record that PEP 264 resolved some open issues left hanging in 236. 2001-08-17 22:42:26 +00:00
Skip Montanaro f0d981671f added bit about caching functions in pystone
added (very) short bit about threads
added "Questions" and "Unresolved Issues" sections
2001-08-16 01:04:55 +00:00
Barry Warsaw 0b34071cba A little bit of clarity and reorg. 2001-08-15 15:28:57 +00:00
Barry Warsaw bc75a3f95b After Tim's last cleanup, this baby's Final. 2001-08-15 05:46:40 +00:00
Tim Peters af68e175a6 Tie a couple loose ends so Barry can put this to bed. 2001-08-15 04:40:23 +00:00
Barry Warsaw 48c98884b7 PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro 2001-08-15 00:06:02 +00:00
Barry Warsaw f51ea84522 PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro
Minor editorial pass, spell checking, formatting.  I also had to
shorten the title, hope Skip doesn't mind!
2001-08-15 00:05:34 +00:00
Barry Warsaw 7a54f094ef PEP 9, Sample PEP Template, Barry Warsaw 2001-08-14 23:59:22 +00:00
Barry Warsaw 9a5ae7dfc2 Clarify some style points, such as fill column, double-spacing at the
end of sentences, etc.  Add a reference to PEP 9, a new sample PEP
template.
2001-08-14 23:58:09 +00:00
Barry Warsaw fcfb160406 PEP 265, Sorting Dictionaries by Value, Grant Griffin 2001-08-14 23:07:50 +00:00
Barry Warsaw cb2305d6da PEP 265, Sorting Dictionaries by Value, Grant Griffin
Editorial pass, formatting, spell checking by Barry.
2001-08-14 23:07:17 +00:00
Barry Warsaw 3d503a4ea4 Clarification on when and how to report PEP bugs and updates. 2001-08-14 22:48:14 +00:00
Barry Warsaw 03cbc71719 PEP 250 name change to Using site-packages on Windows. Paul's latest
revision is Final, but I'm not yet sure if everything's checked into
CVS.
2001-08-14 22:24:06 +00:00
Barry Warsaw 1a638d1d20 Paul's latest revision, marked Finish, with minor formatting fixes.
Paul changed the name of the PEP so this will be reflected in PEP 0.
2001-08-14 22:23:18 +00:00
Barry Warsaw 85c2313552 Add a Last-Modified: header.
Add a short description of the format for both the Author: and
Post-History: headers.

Elaborate a bit about how and where PEP discussions should be held.
2001-08-14 22:04:52 +00:00
Barry Warsaw c1d87738ff Add a Last-Modified: header 2001-08-14 22:03:43 +00:00
Barry Warsaw fc3f937c6a Fixed the format of both the Author: field and the Post-History:
field. (These formats will now be described in PEP 1).
2001-08-14 21:58:43 +00:00
Barry Warsaw 7dd574bea5 fixpat: Add , to the list of punctuation allowable in a url.
fixanchor(): Adopt the algorithm for url recognition from faqwiz after
    suggestion by Guido.  Strip any trailing punctuation from the end
    of the url.

    Also, use .startswith() where appropriate.
2001-08-14 21:42:39 +00:00
Barry Warsaw 6c8fa813b9 Fix some minor typos. 2001-08-14 19:30:15 +00:00