Commit Graph

105 Commits

Author SHA1 Message Date
Dominic Davis-Foster 5cedff4008
Remove additional backticks from inline code (#2033) 2021-07-14 11:01:22 -07:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
Emily Morehouse ce5590c1c1 Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
2018-07-21 16:57:17 -07:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Nick Coghlan 3cad622707 Tweak the headers on a few PEPs so they appear in the Historical PEPs section rather than at the top of the PEP index 2012-02-10 23:10:37 +10:00
Benjamin Peterson 1c2ec30d5d better callable replacement 2009-10-04 15:59:16 +00:00
Benjamin Peterson 59256aa390 these information peps need to be marked active 2009-02-08 23:16:57 +00:00
Georg Brandl d456d20d07 Update doc URLs in PEPs. 2008-10-02 12:40:49 +00:00
Brett Cannon 70cf069672 Fix a spelling typo and add a little markup. 2008-03-08 20:33:19 +00:00
Kurt B. Kaiser d40d434a13 Try to correct what appears to be a bug in rest referencing:
Referencing #__builtin(s)?__ changed to #builtin(s)?
2008-02-13 15:37:54 +00:00
Kurt B. Kaiser a35d7bbdcc ``list.sort()`` and ``builtin.sorted()`` methods: eliminate ``cmp`` 2008-02-13 14:58:05 +00:00
Georg Brandl 3777ca42ae trunc() is done. 2008-01-05 20:00:01 +00:00
Brett Cannon 65feeda92f Fix a spelling error. 2007-12-15 01:02:40 +00:00
Brett Cannon 4770769b04 Note how the 'new' module is gone. 2007-12-14 23:59:22 +00:00
Georg Brandl cd0940e93a Status update. 2007-12-09 15:29:34 +00:00
Georg Brandl a710a2504c make clear that reduce() is still there. 2007-12-09 09:18:28 +00:00
Guido van Rossum 76f348481f Update for __builtin__ rename. 2007-12-02 04:49:16 +00:00
Guido van Rossum 1633a7b08b Mark unbound method removal as done. 2007-11-27 17:55:30 +00:00
Skip Montanaro fcb3388e01 missing SPC 2007-11-24 20:37:43 +00:00
Guido van Rossum c47893b00e Dropping unbound methods has become more likely. 2007-11-24 17:54:55 +00:00
Brett Cannon 7645efeee7 Update PEPs on modules that have been removed in Py3K but not noted. 2007-10-05 05:39:45 +00:00
Brett Cannon 87d33da0f4 Remove duplicate entry for the removal of md5. 2007-10-03 18:51:50 +00:00
Andrew M. Kuchling 0c7c11adc6 Remove name from PEP 3100; no time to follow 3.0 2007-10-03 11:24:09 +00:00
Georg Brandl 1ea1be4b61 Update removed modules list. 2007-09-22 08:23:41 +00:00
Andrew M. Kuchling 32328edd04 Typo fixes 2007-09-13 22:49:14 +00:00
Neal Norwitz 09b6a45abe Guido and Jeffrey decided that __mod__ and __divmod__ should stay on floats. 2007-08-22 21:33:30 +00:00
Neal Norwitz 827969e3d1 execfile is now gone 2007-08-12 00:43:42 +00:00
Georg Brandl 3501cc0527 Mention removal of __methods__ and __members__. 2007-08-11 07:09:00 +00:00
Neal Norwitz c490101cdf Make from X import * outside module scope an error. 2007-08-05 02:20:27 +00:00
Brett Cannon 7c4a43e252 Fix a misspelling and clarify what indirection entries in sys.modules are. 2007-07-27 23:35:34 +00:00
Guido van Rossum 1a0fce58f3 Various status updates. 2007-07-27 19:21:32 +00:00
Thomas Wouters ae5c53dba6 Update for dict comprehensions. 2007-07-11 12:35:47 +00:00
Neal Norwitz a6928ec6ff Now map and filter also return an iterator 2007-07-03 06:05:09 +00:00
Brett Cannon 50f4952360 Make my email address be consistent. 2007-06-20 15:35:13 +00:00
Guido van Rossum 17c044d600 Some updates.
Remove an item that's covered by acceptance of PEP 3121.
Remove an item that's covered by rejection of PEP 3122 and PEP 299.
2007-06-18 23:49:27 +00:00
Collin Winter 92f50dc3ec Mark the removal of StandardError as done. 2007-06-12 21:24:20 +00:00
Georg Brandl 5129f81bdd Add new additions/removals to PEP 3100. 2007-06-11 18:44:47 +00:00
Collin Winter 03d35ea623 Add StandardError to the kill list for Python 3. 2007-06-07 20:21:11 +00:00
Neal Norwitz 9e84963d32 Update modules that have been removed so far 2007-06-02 07:56:55 +00:00
Neal Norwitz 3fa034da0d reload is gone 2007-06-01 05:20:05 +00:00
Brett Cannon d83bf8322a Update on the removal of cfmfile. 2007-06-01 02:35:09 +00:00
Brett Cannon 28eaab7133 Update based on current status of md5 and sha. 2007-05-30 21:55:41 +00:00
Brett Cannon eaa114d168 Remove mimify in Python 3.0. 2007-05-30 21:53:55 +00:00
Brett Cannon e88ddeca55 Document that MimeWriter has been removed. 2007-05-30 21:21:10 +00:00
Neal Norwitz 49e97bd60d If we remove the reload builtin(), do we really need PyImport_ReloadModule()? 2007-05-30 04:57:08 +00:00
Guido van Rossum 3c3f1b7547 None, True, False are keywords now. 2007-05-30 03:40:29 +00:00