Commit Graph

1375 Commits

Author SHA1 Message Date
Guido van Rossum f7361e1f66 Add lots of detail and examples to the Details section. Free
variables are now captured at definition time.
2003-10-23 06:36:37 +00:00
Raymond Hettinger 1a2ad824e4 * Remove claim to minimize use of reduce()
* Add claim to minimize use of lambda.
* Remove details of proposed new accumulator functions.
* Reference Jeff Epler's proof-of-concept patch.
* Minor wording improvements everywhere.
2003-10-22 22:08:06 +00:00
Raymond Hettinger a08117dee0 Resurrect the PEP on generator expressions 2003-10-22 18:09:36 +00:00
Thomas Heller ea6410f7bd Further explain the creation of the Wise installer, especially which
MS dlls should be used and how to check their version numbers.
Disasters should happen at most once!
2003-10-16 19:13:48 +00:00
Andrew M. Kuchling 6e8e7c515a Record a relevant link 2003-10-07 12:16:04 +00:00
Fred Drake b4dfe2fcd9 when documentation is unpacked on the python.org server, directory
permissions must be updated so the other webmasters can help manage
the content
2003-10-06 15:24:25 +00:00
David Goodger 89c23e8330 updated from author 2003-10-05 23:34:56 +00:00
Fred Drake 6c03de4557 add note to update links in the navigation sidebar on the home page 2003-10-03 15:31:36 +00:00
Fred Drake 22d5357928 remove duplicate description of the final changes made in the
documentation release, and add a note that they're described in a
separate step (down near "send the release announcement")
2003-10-03 14:06:10 +00:00
Anthony Baxter 4387b0cf73 reading Fred's mind for fun and profit 2003-10-03 08:35:10 +00:00
Fred Drake 2aa4a939f1 Add instructions for updating the doc/ are of the website.
This probably needs further elaboration; I'm not sure this really even
belongs in the PEP, though.
2003-10-02 15:39:21 +00:00
Fred Drake 41b0a48d85 Remove instructions for building the HTML Help; they are now part of
PEP 101.
2003-09-30 04:51:14 +00:00
Fred Drake 4de8d6823c Move instructions for building the HTML Help into PEP 101 from PEP 102; this
locates all the instructions for building documentation in one of the PEPs;
the other incorporates the instructions by reference.
2003-09-30 04:49:33 +00:00
Fred Drake 69eb8f0f61 describe the commands needed to build the documetation and post it in
the FTP area of python.org
2003-09-30 04:35:01 +00:00
Fred Drake ca50274a4b Update some of the information about documentation build procedures.
Much of it was outdated.  I still need to document *how* some of the
steps are carried out.
2003-09-30 03:46:52 +00:00
Raymond Hettinger cec064b24f * Rename the proposed method to "iterreverse"
* Make recommendations on the open issues.
* Minor wording changes.
2003-09-28 02:43:37 +00:00
Raymond Hettinger a37771e3cb * str.startwith() is less errorprone that slice comparisons but not as fast.
* Fix minor typos.
2003-09-27 02:53:59 +00:00
Raymond Hettinger 34893b2b2a Rename the proposal to ireverse(). 2003-09-26 16:09:54 +00:00
Raymond Hettinger c0b44583ab Fix typos. 2003-09-26 03:07:56 +00:00
Raymond Hettinger 996d620420 Updated to reflect comments on comp.lang.python. 2003-09-25 16:18:28 +00:00
Thomas Heller c884456428 Document some things to be done on windows, from the 2.3.1 release experience.
Replace Tim with Thomas everywhere ;-).
2003-09-24 10:55:43 +00:00
Raymond Hettinger 0876789232 Add a new PEP for reverse iteration methods 2003-09-24 10:30:08 +00:00
Anthony Baxter 9b8f2c641d wrap long line 2003-09-23 03:25:48 +00:00
Barry Warsaw 99ab3d4e0c Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
2003-09-22 04:51:50 +00:00
Anthony Baxter 5f43f66c42 updates from Sean. 2003-09-22 04:25:19 +00:00
Barry Warsaw 758bca047f More updates from Sean. 2003-09-22 01:11:35 +00:00
Barry Warsaw 2dffac39e1 Some updates from Sean. 2003-09-22 01:01:46 +00:00
Andrew M. Kuchling ed280715d0 Add PEP 321: Date/time parsing 2003-09-16 12:07:56 +00:00
David Goodger bd3a4e480e mark 296 withdrawn 2003-09-07 13:56:12 +00:00
David Goodger c6458f4ced mark withdrawn 2003-09-07 13:55:30 +00:00
Raymond Hettinger a39ade7094 Reference Tzot's patch 2003-08-30 23:57:36 +00:00
Raymond Hettinger 1cb40e866f SF 795859: Fix typo. 2003-08-30 23:39:16 +00:00
Raymond Hettinger 83923d5309 Indicate the rejection of PEP 308 for an if-then-else expression. 2003-08-13 18:06:34 +00:00
Andrew M. Kuchling d16439822f Note python.org changes for new releases 2003-08-13 01:11:55 +00:00
Tim Peters ce48e1a732 In the section on the __reduce__ API, the description of the state
argument used an implicit __setitem__ in the last-resort case, but
the implementation actually uses setattr.  Repaired the pseudocode
to match reality.  Doc bug spotted by Jim Fulton.
2003-08-04 19:08:57 +00:00
Raymond Hettinger 6e249d8955 * Document the reasoning for having zip(*[]) return [] rather than raising
an exception.

* Add notes about the itertools module addressing other concerns listed in
  the pep.
2003-08-02 06:32:12 +00:00
Andrew M. Kuchling 3cdcf4baf3 Typo fix 2003-07-31 15:12:25 +00:00
Barry Warsaw fb5b957ad5 Make it clearer that when branching for a final major release, the
branch tag should be releaseXY-maint.
2003-07-31 14:21:07 +00:00
Barry Warsaw 11a40fd88b another update 2003-07-30 00:09:36 +00:00
Barry Warsaw 6256bf9526 A few more updates 2003-07-29 23:31:14 +00:00
Barry Warsaw 0b3095ed1b another update 2003-07-29 23:10:41 +00:00
Barry Warsaw 2e85b86db5 When we do a major release branch, the tags are "releaseXY-fork" and
"releaseXY-branch".
2003-07-29 22:43:40 +00:00
David Goodger 664d7455ed update from Kevin Smith 2003-07-29 15:31:13 +00:00
Barry Warsaw 8c01e74084 Moving PEP 320 to "Other Informational PEPs" so it's easier to find.
Question: should all the release schedule PEPs get moved here?
2003-07-29 04:43:29 +00:00
Barry Warsaw c1254c3b74 Added PEP 320, Python 2.4 release schedule 2003-07-29 04:36:23 +00:00
Barry Warsaw 1b569d92e5 The start of a Python 2.4 schedule PEP (I'm claiming the next free PEP
number)
2003-07-29 04:35:27 +00:00
Barry Warsaw fe4914eda3 Marking 283 as final, and moving it to finished PEPs. Also changing
my address here (but not everywhere) to barry@python.org because of
its superior spam defenses. ;)
2003-07-29 04:27:46 +00:00
Barry Warsaw 41471de654 Might as well mark this PEP as Final. 29-Jul-2003 it is, and it looks
like Britney's not showing up although she still has a few more
hours...
2003-07-29 04:25:02 +00:00
Fred Drake 85d0b05eaf Another addition for updating python.org. 2003-07-25 13:54:43 +00:00
Barry Warsaw 98298bb323 minor update 2003-07-25 03:14:24 +00:00