Commit Graph

3228 Commits

Author SHA1 Message Date
Benjamin Peterson f76d0a5a77 add draft schedule 2009-02-14 20:33:48 +00:00
Benjamin Peterson 59256aa390 these information peps need to be marked active 2009-02-08 23:16:57 +00:00
Benjamin Peterson 961bbd53c5 genindex requires python 2.5 2009-02-08 23:10:16 +00:00
Benjamin Peterson c01c3dcf60 it seems release schedules are not process peps 2009-02-08 23:06:43 +00:00
Benjamin Peterson 8e854fa4af make 2.7/3.1 release schedules information since that's what the rest are 2009-02-08 23:05:48 +00:00
Benjamin Peterson 4fc6525d04 pep for 3.1 release schedule 2009-02-08 23:04:44 +00:00
Nick Coghlan bf253555cd Since PEP 302 still serves as the de facto documentation of the import loader system, mention the new optional loader extension introduced by PEP 338 2009-02-08 02:41:22 +00:00
Brett Cannon f4ecc494de Fix a typo and strip some whitespace. 2009-02-06 02:42:50 +00:00
Nick Coghlan 0f022e6d1d Add explicit note regarding __package__ in top level modules 2009-02-01 13:01:16 +00:00
Brett Cannon 47b1d922f9 De-emphasize release schedules. Also mention how Mercurial is now on a timed
release schedule.
2009-01-31 21:44:09 +00:00
Brett Cannon 0154ba7322 Mention when scenarios are expected to be complete. 2009-01-30 22:32:09 +00:00
Brett Cannon b7d574de22 Add a note about expected performance changes if my tests had run against bzr
1.9 or newer.
2009-01-27 20:17:04 +00:00
Brett Cannon 9347515b3f Ignore .pyc and .pyo files. 2009-01-27 20:14:53 +00:00
Brett Cannon ff2c34ceb7 Clean up whitespace. 2009-01-27 20:14:27 +00:00
Brett Cannon 347396990d Make the use of Python a Makefile target. That allows for specifying which
interpreter to use or pass in extra flags to the interpreter.
2009-01-27 20:05:05 +00:00
Brett Cannon 61fda6aeba So it turns out the horrible checkout numbers for bzr were somewhat bogus; I
apparently have a connection to Launchpad worse than a 56K modem. Using my much
better connection to code.python.org I did the simple case for bzr and recorded
only that number.
2009-01-25 23:40:28 +00:00
Brett Cannon 25fba63409 Fix a typo in hg's newest version. 2009-01-25 22:10:34 +00:00
Brett Cannon 5001028a67 Clarify a paragraph. 2009-01-25 20:35:48 +00:00
Brett Cannon 76132f2572 Mention another style of dealing with patches for svn by heavy use of ``svn
revert -R``.

Also make it more clear how in svn we don't follow a port-forward strategy but
instead a tree-like one.
2009-01-25 03:55:05 +00:00
Brett Cannon 974c644da5 Thoroughly clean up what impressions I have written so far. 2009-01-24 23:06:31 +00:00
Brett Cannon e9886ce329 Update DVCS versions. 2009-01-24 22:24:46 +00:00
Brett Cannon c450f54320 Tweaking "Backing Out Changes" scenario for svn to use the -c flag.
Thanks Benji York for the tip.
2009-01-24 22:23:23 +00:00
Brett Cannon a6341ebaa2 Add a note that it is possible no switch will occur. 2009-01-24 22:19:46 +00:00
Brett Cannon 3a4cb65d16 Add a warning that the PEP is still under active development. 2009-01-24 22:16:53 +00:00
Georg Brandl 668d5c3d4d Note on hg strip. 2009-01-24 18:55:28 +00:00
Alexandre Vassalotti 5d294ba293 Address some of the comments made by Alexander Solovyov. 2009-01-24 03:08:24 +00:00
Alexandre Vassalotti 8ed6b266a8 Remove French quotation marks used as redirect operator. 2009-01-24 02:14:29 +00:00
Brett Cannon 392aa5cbc8 Conversion of PEP 374 from Google Docs to reST. 2009-01-23 05:02:26 +00:00
Georg Brandl fe792444b7 Fix typo. 2009-01-22 08:36:39 +00:00
Benjamin Peterson 4cbb07b2a1 add a note about constant conventions 2009-01-22 03:33:57 +00:00
Benjamin Peterson 9ec804df3f a whole slew of peps that are (I believe) implemented 2009-01-19 16:08:45 +00:00
Georg Brandl d5afafae8c Add PEP 3142. 2009-01-18 10:28:20 +00:00
Georg Brandl 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Georg Brandl f9088d9bcc Update old PEP URL. 2009-01-18 09:47:54 +00:00
Benjamin Peterson ac4ee6708e add email address 2009-01-11 02:41:49 +00:00
Benjamin Peterson e4e02fe3dd fix logic error which didn't include all peps in build 2009-01-11 00:41:53 +00:00
Benjamin Peterson b46a396fdc ignore pep-0000.txt now 2009-01-08 03:56:28 +00:00
Benjamin Peterson b926d5a7b7 generate the PEP index automatically 2009-01-08 03:53:19 +00:00
Benjamin Peterson ad9407026a use a more robust form of normalization to make sorting correct 2009-01-08 03:49:25 +00:00
Benjamin Peterson c7b9e0c8cd normalize Barry's name 2009-01-08 03:44:48 +00:00
Benjamin Peterson bc4f433146 use python 2.5 2009-01-05 03:49:32 +00:00
Benjamin Peterson 4b6ed1c41a add nickname in parenthesis to name listing for clarity 2009-01-05 03:48:09 +00:00
Benjamin Peterson 215254c9f4 employ a rather nasty hack to sort umlauts properly 2009-01-05 01:38:06 +00:00
Benjamin Peterson 62c048c6fe fix spacing 2009-01-05 01:28:38 +00:00
Benjamin Peterson dcdb20c851 fix typo 2009-01-05 01:25:13 +00:00
Benjamin Peterson cd14a308af scrap the note the about the BDFL pronouncement page; it's out of date 2009-01-05 01:23:28 +00:00
Benjamin Peterson 1d13d49fa6 add initial 2009-01-05 01:20:25 +00:00
Benjamin Peterson 648d9dca6c output an nice error message instead of tracebacking 2009-01-05 01:12:53 +00:00
Georg Brandl a00ff111ca Update PEP 4 to point to PEP 3108 for all modules deprecated in 2.6
because of removal in 3.0.
2009-01-01 12:49:14 +00:00
Benjamin Peterson c5f40324f2 write correct filename 2008-12-30 20:05:46 +00:00