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
Thomas Wouters
82dcc9d317
Add request for syntax checking in makesetup, which would prevent confusing
...
errors in config.c during build. (Derived from SF bug #116326 )
2000-10-07 15:53:43 +00:00
Guido van Rossum
0858ae4b74
Add another IDLE wish.
2000-10-06 17:18:55 +00:00
Jeremy Hylton
7f0174c615
add request to support parsing of deeply nested expressions
2000-10-06 15:56:27 +00:00
Guido van Rossum
83df1616c7
Add pickle/cPickle exception wish.
2000-10-06 00:10:56 +00:00
Barry Warsaw
d66e9cb167
Added a section on Building and Installing; first entry: SF bug
...
#110836 for configuring and building Python with a cross compiler.
2000-10-05 15:36:34 +00:00
Guido van Rossum
ecd5f04ab6
Properly record Skip's gripe, which was really that the compiler
...
*appeared to* accept the first continue but complained about the
second.
2000-10-03 20:37:39 +00:00
Skip Montanaro
4a14e44eed
added reference to another "continue inside try" bug/feature request, but
...
didn't close it. It's similar, but not exactly the same as the normal
implementation limit.
2000-10-03 16:34:55 +00:00
Fred Drake
6e22fb80fb
Added item that "continue" inside "try" should be fixed; the current
...
behavior has been described as an implementation limitation.
2000-10-03 15:44:58 +00:00
Jeremy Hylton
1281e4e7c8
remove cStringIO.readlines request; it's done
...
add urlparse request; handle RFC 2396 urls
2000-10-03 14:18:13 +00:00
Guido van Rossum
0d24439f04
CGIHTTPServer has been ported to Windows (and possibly even Mac), so
...
this request can go.
2000-10-03 00:09:23 +00:00
Jeremy Hylton
7f89343454
Provide a clearer error message when urlopen fails because of an
...
invalid proxy setting.
Minor change to call of unknown_url; always pass data argument
explicitly since data defaults to None.
PEP 42: Add as a feature that urllib handle proxy setting that contain
only the host and port of the proxy.
2000-10-02 23:04:02 +00:00
Barry Warsaw
e085f82ba9
Describe feature request for cgi.py's FieldStorage class to improve
...
memory consumption in the face of large binary uploads. Closes bug
#110674 .
2000-09-25 22:07:45 +00:00
Barry Warsaw
ee37dfc123
Describe feature request for rfc822 address parsing leniency so I can
...
close bug #110678 .
2000-09-25 15:59:01 +00:00
Thomas Wouters
648f06f12f
Merge requests for strptime (one for platforms that don't have it, and one
...
for platforms that misbehave. Lets try to fix both at the same time :-)
2000-09-23 12:16:12 +00:00
Fred Drake
add0900a3a
Added request for a portable time.strptime() implementation.
2000-09-23 04:40:44 +00:00
Tim Peters
dec0711909
Added "Generalize eval to accept any mapping objects for locals and globals."
2000-09-23 04:17:34 +00:00