Commit Graph

84 Commits

Author SHA1 Message Date
Andrew M. Kuchling 18d51db878 Typo fix 2006-04-19 18:35:24 +00:00
Andrew M. Kuchling 233693f085 Update one item; should it just be removed? 2006-04-19 18:34:16 +00:00
David Goodger b138bb2ce4 changed PEP references from "pep-XXXX.txt" to "PEP XXXX", so they get turned into links; removed some redundant links (reported by Martin Thomas) 2006-03-29 02:02:27 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Georg Brandl 662dbe7c31 CVS is now SVN 2006-02-22 22:01:02 +00:00
Neal Norwitz 8cf3d31948 Move the carryover items from previous releases here 2006-02-15 05:47:29 +00:00
Raymond Hettinger 016561c4b8 Miscellaneous updates to PEP 42
* Builtin that determines an object's size in bytes.  This is much more
  intractable than it would seem.  Allocating a single object may result
  in a large block being requested from the O/S and never being returned
  until shutdown.

* Test suite.  This was a useless entry and more applicable before huge
  efforts were expended to improve testing coverage.

* Four-space tabs.  This was fixed-up a long time ago.  Since then,
  a whitespace czar routinely comes along correct subsequent transgressions.

* Generalized eval.  This was done for Py2.4.

* Generalizing builtins to accept UserDict, UserList, sequences etc.
  This is somewhat out-of-date with the introduction of subclassable
  builtin types and the iterator interface.
2005-06-19 07:37:03 +00:00
Michael W. Hudson 2d39a47258 Remove an implemented request. 2004-05-26 16:17:39 +00:00
Skip Montanaro cef13d2601 Add a note about configure file problems as raised on python-dev by Zack
Weinberg.
2004-01-08 01:58:29 +00:00
Andrew M. Kuchling a1797963d4 Remove an item that got done in 2.3 2003-10-23 18:03:41 +00:00
Andrew M. Kuchling 520bd3b410 Record feature request 2003-10-23 17:58:20 +00:00
Tim Peters 43f0969167 Added a new "Non-accidental IEEE-754 support" report. 2003-06-20 17:07:09 +00:00
Tim Peters f12642fb56 Added "Error on handling nan" http://www.python.org/sf/737648
to the non-accidental 754 support item.
2003-05-15 01:44:01 +00:00
Andrew M. Kuchling 3cee6838de Add feature request 2003-05-13 14:57:08 +00:00
Andrew M. Kuchling c0fdeb751f Add a feature request 2003-04-29 16:57:48 +00:00
Fred Drake 631248ea3c Fix typo. 2003-02-06 22:11:01 +00:00
Andrew M. Kuchling 9b88421c6a Add a wish 2003-02-06 17:57:14 +00:00
Andrew M. Kuchling 6d3d977da0 Add a wish 2003-02-05 20:21:49 +00:00
Raymond Hettinger 84dbf5d022 Remove an entry for an RFE that was already implemented. 2003-01-31 00:18:59 +00:00
Neal Norwitz 2f8f66a897 The b2a_base64() input size limit no longer exists.
IDLEfork implements the recompile, according to this mail:
  http://mail.python.org/pipermail/idle-dev/2002-December/001417.html
2002-12-18 01:33:24 +00:00
Raymond Hettinger eb7e91ec75 Remove request to re-write cmath in Python. The goal had been to make
it easier to improve the cmath algorithms, but no one had shown an
interest.  The new plan is to await implementation of a full blown
complex type in C99.
2002-11-17 17:39:51 +00:00
Martin v. Löwis b1c21a1b80 The UTF-7 codec is implemented. 2002-10-13 14:17:00 +00:00
Neal Norwitz 2150f9b63f Fix reference for urllib proxies. Hasn't this been implemented? 2002-07-23 19:41:36 +00:00
Neal Norwitz a11b31d82a strptime is now implemented 2002-07-23 19:39:54 +00:00
Jeremy Hylton 80093461c0 Add eval / free var feature request. 2002-07-11 18:11:32 +00:00
Guido van Rossum 6e15da83fe Added another wish. Removed a bunch of fulfilled wishes (no guarantee
that I caught all of 'em).
2002-06-10 21:24:27 +00:00
Guido van Rossum 74271e0dcd - Add proposal for categorization according to Laura.
- Use sf redirector URLs.
2002-04-02 23:13:08 +00:00
Tim Peters 9b34eda376 Added "Hang using files named prn.txt, etc" -- Windows specific. 2001-11-14 05:57:34 +00:00
Guido van Rossum dd753eaa71 Buffer interface thing got fixed. 2001-10-19 14:06:33 +00:00
Tim Peters 8e0ae63618 Added section for IEEE-754 support requests. 2001-09-05 20:18:49 +00:00
Guido van Rossum e43db125c1 Add some more feature requests from SF. 2001-08-09 16:53:49 +00:00
Guido van Rossum 9c3933579f The getopt wish is fulfilled!
Add wish about building a shared lib.
2001-08-09 15:42:11 +00:00
Jeremy Hylton 48de44832b Update email address 2001-08-01 20:11:56 +00:00
Tim Peters de16d3df2a Added two math module feature requests. 2001-06-04 18:50:40 +00:00
Tim Peters dc244d38be Added IDLE feature requests.
http://sourceforge.net/tracker/?func=detail&aid=404444&group_id=5470&atid=105470
2001-03-17 19:52:32 +00:00
Guido van Rossum 248b499ee6 Some wishes actually got fulfilled!
Add a new one.
2001-02-15 13:39:53 +00:00
Guido van Rossum 1fa85eead2 Add another wish: a comprehensive email module. 2000-12-13 16:19:08 +00:00
Guido van Rossum fa6602def8 Add two new wishes (pdn and cmath). 2000-12-13 13:36:49 +00:00
Fred Drake 3f44f838ce Added request that building from a source release should not attempt to
overwrite the distributed */graminit.* files.
2000-11-29 15:35:24 +00:00
Tim Peters 655cf91b3a Added SF Feature Request 121963: threads and IDLE don't mix. 2000-11-14 20:27:54 +00:00
Guido van Rossum 204cf5b783 Addtwo more wishes: kill thread, Python/python name conflict. 2000-11-13 20:21:08 +00:00
Barry Warsaw 0b15ededdb Updated the cgi.py entry after it was resolved to remove the
self.lines attribute.  This doesn't completely address the binary file
upload part of the feature request.
2000-11-06 18:49:06 +00:00
Guido van Rossum cf58e163ee Remove two rejected feature requests. 2000-11-02 16:54:19 +00:00
Moshe Zadka 616d974db7 - Added PyX_Update() addition to the API request (120081)
- Added vars() enhancement request (120082)
2000-11-01 22:28:42 +00:00
Fred Drake ceba1877b2 Update a few email addresses. 2000-10-30 20:48:44 +00:00
Guido van Rossum 1415cc9912 Reminder for ustr(). 2000-10-25 20:58:27 +00:00
Guido van Rossum bdb7b4dbdf Add UTF-7 request. 2000-10-23 12:32:29 +00:00
Guido van Rossum cddd347814 Add Tim's getopt wish. 2000-10-12 22:07:49 +00:00
Guido van Rossum 7a6f7d6eee Wish about dependent buffer objects. 2000-10-12 16:17:36 +00:00
Guido van Rossum de48a05ae1 Pleas for Unicode support in (e.g.) urllib.quote(). 2000-10-12 16:13:48 +00:00