Commit Graph

7635 Commits

Author SHA1 Message Date
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
Barry Warsaw 119d3520d7 PEP 226, Python 2.1 Release Schedule, Jeremy Hylton 2000-10-16 21:25:34 +00:00
Jeremy Hylton 5b4565c9b8 Revise guidelines for discussion of PEP before draft exists. The goal
is to limit needless and uninformed discussion of an issue, not to
prevent all discussion.
2000-10-16 20: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
Jeremy Hylton ab16977f23 update schedule for 2.0c1; add explanation of release candidate 2000-10-05 14:35:13 +00:00
Barry Warsaw 58cdb4d25e Added PEP 4, Deprecation of Standard Modules, Martin von Loewis 2000-10-04 22:40:30 +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 bfa8e79f58 PEP 3, Guidelines for Handling Bug Reports, assigned Jeremy Hylton. 2000-09-25 16:13:08 +00:00
Barry Warsaw a31b61dea7 PEP 3, Guidelines for Handling Bug Reports, assigned Jeremy Hylton. 2000-09-25 16:08:03 +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
Barry Warsaw c64412b79c PEP 221 is marked as Final. 2000-09-23 16:09:16 +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
Thomas Wouters 2ff79417c9 Bring PEP up to date, and emphasise that 'from module import name' now
follows the 'global' directive, but 'from module import *' does not. Mark as
'Final'.
2000-09-23 12:00:37 +00:00
Barry Warsaw 46f8e014df PEPs 201, 203, 214, and 223 are marked as Final. 2000-09-23 08:26:40 +00:00
Barry Warsaw cf52f70cfe Accepted, implemented, and checked in, thus mark this as Final. 2000-09-23 08:19:29 +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
Barry Warsaw 32b732d493 Added PEP 225, Elementwise/Objectwise Operators, Zhu & Lielens 2000-09-19 15:29:58 +00:00
Barry Warsaw b27d92b9dc Minor header conformance 2000-09-19 15:29:36 +00:00
Guido van Rossum 89f96668a3 Add marshal.load*() input checking, for Bug #114754. 2000-09-19 01:31:30 +00:00
Guido van Rossum f0467b1923 Added note about signal handling. 2000-09-17 19:36:22 +00:00
Tim Peters a2b0efb5bd Added "Extend copy.py to class, module & function types". 2000-09-17 12:22:34 +00:00
Barry Warsaw e0bb4643e9 Added request for a visual interface builder for Python. Closes SF
bug #110820.
2000-09-16 22:06:27 +00:00
Barry Warsaw e318561e18 Added request for cStringIO.StringIO.readlines() method. Closes SF
bug #110686.
2000-09-16 22:01:28 +00:00
Tim Peters 84009896a0 Added "Port CGIHTTPServer to Windows". 2000-09-16 02:22:42 +00:00
Tim Peters b881a84821 Added "extend utime to directories under Windows". 2000-09-16 02:17:51 +00:00
Tim Peters 8020954e0e Added all-plaform strptime request. 2000-09-16 02:12:00 +00:00
Tim Peters 45c552a6f2 Added "port SSL to Windows". 2000-09-16 02:06:02 +00:00
Tim Peters c76dc66a70 Put more of Jeremy's email instructions into Guido's new words.
Added "hard tab" request.
2000-09-16 02:02:45 +00:00
Fred Drake f6ecf4ed4d Move Skip's contribute to the top of the Standard Library section.
(With Skip's blessing.)
2000-09-15 22:02:51 +00:00
Skip Montanaro f82f8a58b2 added reference to incomplete test suite feature request 2000-09-15 21:13:48 +00:00
Guido van Rossum 88a9114601 This PEP is not just for small feature requests; it's also a temporary
placeholder for large feature requests, while their PEP hasn't been
written yet.  Changed the title and added some word to the intro to
this effect.

(Discussed by Tim & Guido.)
2000-09-15 20:50:35 +00:00
Fred Drake 6dc955c7c4 Added three requests based on SourceForge bug reports. 2000-09-15 20:04:01 +00:00
Jeremy Hylton fcebbf42b9 add request: support passive FTP via urllib
organization: put requests into proper categories
2000-09-15 19:27:09 +00:00
Jeremy Hylton 1b8c2a80c4 add request for helper functions to deal with differences
between FILE* structures
2000-09-15 19:22:22 +00:00
Jeremy Hylton bc0d4169b9 add sizeof function -- returns bytes used internally by object 2000-09-15 18:56:47 +00:00