Commit Graph

764 Commits

Author SHA1 Message Date
Barry Warsaw 5071ad8ef0 PEP 277, Unicode file name support for Windows NT, Neil Hodgson 2002-01-13 00:13:38 +00:00
Barry Warsaw 853d3b59d9 Add a step about checking out the pydotorg tree. 2002-01-10 16:22:46 +00:00
Barry Warsaw 704d2785be Added PEP 102 2002-01-10 16:10:32 +00:00
Barry Warsaw a5b04739df Some relatively minor, er, micro changes. Python 2.1.2 is technically
a micro release of the Python 2.1 branch.

Shortened the title.
2002-01-10 16:10:18 +00:00
Anthony Baxter a547266a01 oops. forgot to put the README note in this one, too. 2002-01-10 15:48:26 +00:00
Anthony Baxter 833f0ff7a1 adding PEP-0102, how to do a minor release. This is a trimmed down version
of PEP-0101 to only include the minor release steps.
2002-01-10 15:46:28 +00:00
Barry Warsaw 437c482e5e Add a step we haven't encountered before: updating README for new
versions of Python.
2002-01-10 15:41:21 +00:00
Fred Drake c5e25c8a77 Add note about driving the HTML Help conversion. 2001-12-27 21:12:22 +00:00
Barry Warsaw 9f55a4dd45 PEP 251 is Final. (Note any future maintenance release of Python 2.2
should have its own PEP.)
2001-12-24 20:59:05 +00:00
Barry Warsaw bb14be0f41 Update as in the past tense, mark as final. 2001-12-24 20:58:36 +00:00
Fred Drake 451bb838de Add a missing comma. 2001-12-21 21:07:57 +00:00
Barry Warsaw fe9765bcc1 A few last modifications based on the 2.2 final release. 2001-12-21 20:47:12 +00:00
Barry Warsaw bd48c56a75 Roger <roger.haase@usa.net> points out that "mixed case" is
inconsistently used both to describe mixedCase and MixedCase.
MixedCase should really be CapWords, reserving mixedCase for the
situation where the first letter is lowercased.

Also, add a comment that MixedCase is sometimes called CamelCase.
Note that the existing most common case usage is that CamelCase has an
initial capitalized letter.

http://www.wikipedia.com/wiki/CamelCase
2001-12-21 05:49:26 +00:00
Barry Warsaw 7f11eaf188 A few minor additions based on the last go-round. 2001-12-15 04:00:17 +00:00
Fred Drake 458e871365 Record that the release candidate is out, and update the final release date
to allow a full week for testing of the candidate.
2001-12-15 03:45:42 +00:00
Barry Warsaw 069a139479 Use "c" for release candidate. 2001-12-14 03:45:47 +00:00
Barry Warsaw beeb615552 Added PEP 666, Reject Foolish Indentation, Laura Creighton
And I'm channeling Guido by rejecting this outright. :)

Spellchecked by Barry.
2001-12-11 23:40:09 +00:00
Guido van Rossum 43072a89e4 Add instructions to submit a Python news item from SF. 2001-12-10 03:15:13 +00:00
Marc-André Lemburg a281f916b7 New revision. Incoporates a lot of comments from python-dev. 2001-11-23 10:10:35 +00:00
Barry Warsaw 152dcf535d 2.2b2 was just released. 2001-11-17 00:19:37 +00:00
Barry Warsaw 78aca90a70 Just a few more minor updates based on the 2.2b2 release. 2001-11-16 21:30:25 +00:00
Tim Peters 9b34eda376 Added "Hang using files named prn.txt, etc" -- Windows specific. 2001-11-14 05:57:34 +00:00
Barry Warsaw 4bd069400b PEP 276, Simple Iterator for ints, Jim Althoff 2001-11-13 20:52:37 +00:00
Barry Warsaw 9acb37124b Jim's latest revision. 2001-11-13 20:25:43 +00:00
Barry Warsaw e3756de95c Added a note that the plain text version of the file should be used as
the template, not the HTML version.
2001-11-13 19:12:03 +00:00
Barry Warsaw 2e318ecd10 Slight rewording of docstring. 2001-11-12 14:58:07 +00:00
Barry Warsaw 0d68c2e31e Add a bit of information to descript the pep2html.py process. 2001-11-12 14:57:18 +00:00
Marc-André Lemburg bfbb81ae59 Initial draft of the PEP. 2001-11-12 09:11:37 +00:00
Barry Warsaw c9616b8e31 Added PEP 275, Switching on Multiple Values, Lemburg 2001-11-12 05:55:58 +00:00
Tim Peters 8ef21606a8 Documented 2.2's approach to long true division (this was implemented
a long time ago).
Spelled out that true division can lose information for ints as well as
longs.
Added a "Resolved Issues" section, and split one of the Open Issues
into three Resolved issues.
2001-11-05 20:46:08 +00:00
Barry Warsaw a93e20910d Fixed a bunch of inconsistencies, reported by Neal Norwitz. 2001-11-02 22:48:21 +00:00
Barry Warsaw ba76a39d7f Jim's latest update 2001-11-02 20:44:57 +00:00
Guido van Rossum 5b12f72b7d Apply Strunk & White. (Paul Flowerman.) 2001-11-01 13:03:30 +00:00
Barry Warsaw eca49c255c minor typo 2001-11-01 05:30:35 +00:00
Barry Warsaw b1ffaf9026 Andrew says PEP 247 is Final. 2001-10-31 15:52:39 +00:00
Barry Warsaw a74714dc36 dictionary() -> dict() 2001-10-31 15:50:36 +00:00
Barry Warsaw e678d918f3 Some rearrangements and fixes based on recent comments. 2001-10-31 15:09:55 +00:00
Barry Warsaw 4574958961 Jim's latest update 2001-10-31 14:46:21 +00:00
Andrew M. Kuchling d79162f032 Finalize interface for keyed hashes, and add a paragraph to the rationale
section describing the reasoning behind using (key, [string]) as the
    signature.

This PEP is ready to be marked Final.
2001-10-31 02:26:25 +00:00
Andrew M. Kuchling ece140cba2 Typo fixes 2001-10-30 21:12:14 +00:00
Andrew M. Kuchling 567be84f95 Use key_size of None for variable-size keys 2001-10-29 22:37:17 +00:00
Andrew M. Kuchling 939e9ad3f5 Fix typo 2001-10-29 22:36:27 +00:00
Barry Warsaw 7a5d23bb6b Updates and fixes based on community comments. Some of the examples
has bugs in them.  Also, they should use Python 2.2's {}.iteritems()
where appropriate.

Renamed and reorg'd the Open Issues section, with an entry about the
shortcut syntax, and a question about nested for loop.

Added a section on Implementation, noting Python 2.2's new dictionary
sequence-of-2-element-sequences constructor.
2001-10-29 18:46:59 +00:00
Barry Warsaw ee2cc42377 Jim's patch for a pointer to the implementation. 2001-10-29 17:45:10 +00:00
Andrew M. Kuchling f47abd0a86 Fix typo 2001-10-29 16:06:05 +00:00
Barry Warsaw c0b5becab4 Add a section called Final Release Notes to collect information about
why and how a final release is special.
2001-10-29 15:53:04 +00:00
Barry Warsaw 5ab9c0e9d2 Updated Post-History: 2001-10-26 19:51:28 +00:00
Barry Warsaw ab0fab217a 2.2b1 was released. 2001-10-26 18:07:45 +00:00
Barry Warsaw 043f64167a Mark PEP 264 as Final 2001-10-26 14:37:06 +00:00
Barry Warsaw 6dafd3c29b Mark as Final 2001-10-26 14:36:22 +00:00