Commit Graph

  • f03e9f775c PEP 282, A Logging System, Trent Mick Barry Warsaw 2002-02-15 04:08:55 +0000
  • 12c98c195b Add missing PUSH(x) statements to the C code. Guido van Rossum 2002-02-12 05:04:30 +0000
  • e74c220526 Minor updates. Tim Peters 2002-02-12 00:01:35 +0000
  • 93828e16bc Added PEP 281, Loop Counter Iteration with range and xrange, Magnus Lie Hetland Barry Warsaw 2002-02-11 16:43:40 +0000
  • 6aa5241875 PEP 281, Loop Counter Iteration with range and xrange, Magnus Lie Hetland Barry Warsaw 2002-02-11 16:43:16 +0000
  • d4757ee5a2 Add Ping's "always doubly-indirect" idea. Remove mistaken pseudo-C for Tim's ideal. Guido van Rossum 2002-02-11 16:24:10 +0000
  • 6a826bf8aa PEPs 211, 212, 213, 218, 219, 225, all of which were marked `D' have been moved to the Deferred section. Barry Warsaw 2002-02-11 16:11:31 +0000
  • 3f65364f4d After discussions w/ Andrew, we've decided to mark this PEP as Final. Barry Warsaw 2002-02-11 16:09:26 +0000
  • b710da4bee Also show C pseudo-code of Tim's version. Guido van Rossum 2002-02-11 15:48:50 +0000
  • 9c4c598a79 More FAQs. Guido van Rossum 2002-02-11 15:00:03 +0000
  • 0c994bd700 Answer questions by MAL; add drawing by Ping. Guido van Rossum 2002-02-11 14:36:51 +0000
  • d313d180ae Fix a typo, unfortunately propagated by word-completion. Tim Peters 2002-02-11 07:14:05 +0000
  • 805ab456a8 Flesh out a more aggressive builtin-caching variation. Tim Peters 2002-02-11 07:05:01 +0000
  • 27dd1ffaf0 Nuke hard tabs. Tim Peters 2002-02-11 05:10:10 +0000
  • 9d0d640b20 Add Copyright and Emacs crud. Guido van Rossum 2002-02-11 02:22:50 +0000
  • 60f4699ff2 Oops, Skip's and Jeremy's approach already have their own PEP. Reference those instead of trying to incorporate them. Guido van Rossum 2002-02-11 02:16:47 +0000
  • 55cc2cede8 PEP 280 is my own; Jeremy and Skip already have PEPs describing their approaches. Guido van Rossum 2002-02-11 02:13:54 +0000
  • 0fafb30262 Add detailed description of my approach. Guido van Rossum 2002-02-11 02:09:40 +0000
  • a910cef566 Add PEP 280, optimizing access to globals. Guido van Rossum 2002-02-11 01:33:51 +0000
  • 27577312e1 Raymond Hettinger's latest update, slightly reformatted. Barry Warsaw 2002-02-07 12:08:12 +0000
  • 1423939929 Two small clarifications after comments by Detlef Lannart. Jack Jansen 2002-02-05 23:50:38 +0000
  • cdb77a562c Added optional DB API 2.0 extensions as discussed on the DB SIG. Marc-André Lemburg 2002-02-04 22:47:07 +0000
  • b71153a027 Fixed a typo which caused help (-h) to fail. Marc-André Lemburg 2002-02-04 22:38:27 +0000
  • c9826c34d0 Spelling error. Barry Warsaw 2002-02-04 21:09:10 +0000
  • a50cc106f7 Raymond Hettinger's latest updates. Barry Warsaw 2002-02-04 21:03:03 +0000
  • f2115cc852 Integrated Raymond Hettinger's latest update Barry Warsaw 2002-02-01 14:55:46 +0000
  • 080582a8fd PEP 279, Enhanced Generators, Raymond D. Hettinger. Barry Warsaw 2002-02-01 05:59:29 +0000
  • 1947249ff7 PEP 279, Enhanced Generators, Raymond D. Hettinger. Barry Warsaw 2002-02-01 05:59:14 +0000
  • 398c395d47 An update from Neil, who writes: Barry Warsaw 2002-01-25 13:09:34 +0000
  • 3d0a5402a1 Added PEP 278, Universal Newline Support, Jack Jansen Barry Warsaw 2002-01-23 13:24:26 +0000
  • 5071ad8ef0 PEP 277, Unicode file name support for Windows NT, Neil Hodgson Barry Warsaw 2002-01-13 00:13:38 +0000
  • 853d3b59d9 Add a step about checking out the pydotorg tree. Barry Warsaw 2002-01-10 16:22:46 +0000
  • 704d2785be Added PEP 102 Barry Warsaw 2002-01-10 16:10:32 +0000
  • a5b04739df Some relatively minor, er, micro changes. Python 2.1.2 is technically a micro release of the Python 2.1 branch. Barry Warsaw 2002-01-10 16:10:18 +0000
  • a547266a01 oops. forgot to put the README note in this one, too. Anthony Baxter 2002-01-10 15:48:26 +0000
  • 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. Anthony Baxter 2002-01-10 15:46:28 +0000
  • 437c482e5e Add a step we haven't encountered before: updating README for new versions of Python. Barry Warsaw 2002-01-10 15:41:21 +0000
  • c5e25c8a77 Add note about driving the HTML Help conversion. Fred Drake 2001-12-27 21:12:22 +0000
  • 9f55a4dd45 PEP 251 is Final. (Note any future maintenance release of Python 2.2 should have its own PEP.) Barry Warsaw 2001-12-24 20:59:05 +0000
  • bb14be0f41 Update as in the past tense, mark as final. Barry Warsaw 2001-12-24 20:58:36 +0000
  • 451bb838de Add a missing comma. Fred Drake 2001-12-21 21:07:57 +0000
  • fe9765bcc1 A few last modifications based on the 2.2 final release. Barry Warsaw 2001-12-21 20:47:12 +0000
  • 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. Barry Warsaw 2001-12-21 05:49:26 +0000
  • 7f11eaf188 A few minor additions based on the last go-round. Barry Warsaw 2001-12-15 04:00:17 +0000
  • 458e871365 Record that the release candidate is out, and update the final release date to allow a full week for testing of the candidate. Fred Drake 2001-12-15 03:45:42 +0000
  • 069a139479 Use "c" for release candidate. Barry Warsaw 2001-12-14 03:45:47 +0000
  • beeb615552 Added PEP 666, Reject Foolish Indentation, Laura Creighton Barry Warsaw 2001-12-11 23:40:09 +0000
  • 43072a89e4 Add instructions to submit a Python news item from SF. Guido van Rossum 2001-12-10 03:15:13 +0000
  • a281f916b7 New revision. Incoporates a lot of comments from python-dev. Marc-André Lemburg 2001-11-23 10:10:35 +0000
  • 152dcf535d 2.2b2 was just released. Barry Warsaw 2001-11-17 00:19:37 +0000
  • 78aca90a70 Just a few more minor updates based on the 2.2b2 release. Barry Warsaw 2001-11-16 21:30:25 +0000
  • 9b34eda376 Added "Hang using files named prn.txt, etc" -- Windows specific. Tim Peters 2001-11-14 05:57:34 +0000
  • 4bd069400b PEP 276, Simple Iterator for ints, Jim Althoff Barry Warsaw 2001-11-13 20:52:37 +0000
  • 9acb37124b Jim's latest revision. Barry Warsaw 2001-11-13 20:25:43 +0000
  • e3756de95c Added a note that the plain text version of the file should be used as the template, not the HTML version. Barry Warsaw 2001-11-13 19:12:03 +0000
  • 2e318ecd10 Slight rewording of docstring. Barry Warsaw 2001-11-12 14:58:07 +0000
  • 0d68c2e31e Add a bit of information to descript the pep2html.py process. Barry Warsaw 2001-11-12 14:57:18 +0000
  • bfbb81ae59 Initial draft of the PEP. Marc-André Lemburg 2001-11-12 09:11:37 +0000
  • c9616b8e31 Added PEP 275, Switching on Multiple Values, Lemburg Barry Warsaw 2001-11-12 05:55:58 +0000
  • 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. Tim Peters 2001-11-05 20:46:08 +0000
  • a93e20910d Fixed a bunch of inconsistencies, reported by Neal Norwitz. Barry Warsaw 2001-11-02 22:48:21 +0000
  • ba76a39d7f Jim's latest update Barry Warsaw 2001-11-02 20:44:57 +0000
  • 5b12f72b7d Apply Strunk & White. (Paul Flowerman.) Guido van Rossum 2001-11-01 13:03:30 +0000
  • eca49c255c minor typo Barry Warsaw 2001-11-01 05:30:35 +0000
  • b1ffaf9026 Andrew says PEP 247 is Final. Barry Warsaw 2001-10-31 15:52:39 +0000
  • a74714dc36 dictionary() -> dict() Barry Warsaw 2001-10-31 15:50:36 +0000
  • e678d918f3 Some rearrangements and fixes based on recent comments. Barry Warsaw 2001-10-31 15:09:55 +0000
  • 4574958961 Jim's latest update Barry Warsaw 2001-10-31 14:46:21 +0000
  • d79162f032 Finalize interface for keyed hashes, and add a paragraph to the rationale section describing the reasoning behind using (key, [string]) as the signature. Andrew M. Kuchling 2001-10-31 02:26:25 +0000
  • ece140cba2 Typo fixes Andrew M. Kuchling 2001-10-30 21:12:14 +0000
  • 567be84f95 Use key_size of None for variable-size keys Andrew M. Kuchling 2001-10-29 22:37:17 +0000
  • 939e9ad3f5 Fix typo Andrew M. Kuchling 2001-10-29 22:36:27 +0000
  • 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. Barry Warsaw 2001-10-29 18:46:59 +0000
  • ee2cc42377 Jim's patch for a pointer to the implementation. Barry Warsaw 2001-10-29 17:45:10 +0000
  • f47abd0a86 Fix typo Andrew M. Kuchling 2001-10-29 16:06:05 +0000
  • c0b5becab4 Add a section called Final Release Notes to collect information about why and how a final release is special. Barry Warsaw 2001-10-29 15:53:04 +0000
  • 5ab9c0e9d2 Updated Post-History: Barry Warsaw 2001-10-26 19:51:28 +0000
  • ab0fab217a 2.2b1 was released. Barry Warsaw 2001-10-26 18:07:45 +0000
  • 043f64167a Mark PEP 264 as Final Barry Warsaw 2001-10-26 14:37:06 +0000
  • 6dafd3c29b Mark as Final Barry Warsaw 2001-10-26 14:36:22 +0000
  • a41ef076fd Update to reflect what actually happened (should have done this ages ago). I think this PEP can now be marked final. Michael W. Hudson 2001-10-26 08:05:48 +0000
  • 094902237e Mark PEP 229 as Final. Barry Warsaw 2001-10-25 22:03:18 +0000
  • 5de9f47fb1 Removing one open item, and clarifying another. This PEP can now be marked as final. Andrew M. Kuchling 2001-10-25 21:40:24 +0000
  • 51ef18d1e2 Update PEP slightly to reflect what was checked in Andrew M. Kuchling 2001-10-25 20:58:17 +0000
  • a9022fa5cc Added PEP 274, Dict Comprehensions, Warsaw Barry Warsaw 2001-10-25 20:28:19 +0000
  • d00e0d7e3e PEP 274, Dict Comprehensions, Warsaw Barry Warsaw 2001-10-25 20:28:05 +0000
  • fd104f7bb3 Mark PEP 234 as Final. Barry Warsaw 2001-10-25 20:14:32 +0000
  • fdf0d91a18 Moved all the Open Issues to Resolved Issues, with a brief explanation of how they were resolved. Mark this PEP as Final. Barry Warsaw 2001-10-25 20:14:01 +0000
  • 28ea10a7a4 Oops, PEP 273 is a Standards Track PEP Barry Warsaw 2001-10-25 16:04:38 +0000
  • acdc4d4712 Added PEP 273, Import Modules from Zip Archives, James C. Ahlstrom Barry Warsaw 2001-10-25 16:02:58 +0000
  • 99862de094 PEP 273, Import Modules from Zip Archives, James C. Ahlstrom Barry Warsaw 2001-10-25 15:58:29 +0000
  • ad5d244ead Jack rightly suggests doing the cvs update with -d -P and -A. Barry Warsaw 2001-10-25 15:42:57 +0000
  • 5bcb5cfe0a More Guido feedback Barry Warsaw 2001-10-25 15:41:29 +0000
  • 6f015e9b60 Integrated some of Guido's comments. Barry Warsaw 2001-10-25 05:19:19 +0000
  • 0087381033 Updates based on final decision about the inclusion of Doc/ in the source tarball (we do it), a compromise on when the branch is created, and some information about the Mac. Barry Warsaw 2001-10-24 23:18:46 +0000
  • 831df0919f Add a checklist item so that we have GNU Info documentation. Fred Drake 2001-10-22 19:00:55 +0000
  • 4aaafae02a Add rationale section Andrew M. Kuchling 2001-10-22 02:10:29 +0000
  • 65fa39f94a There is no way that #268 is going to be completed in time for Python 2.2. Move it out to a future release. Greg Stein 2001-10-21 22:55:37 +0000
  • 697c965fbf Added Anthony Baxter as 2.1.2 Czar. Tim Peters 2001-10-21 18:24:08 +0000
  • de40a0f6d8 Update open issues a bit. Guido van Rossum 2001-10-19 18:17:00 +0000