Brett Cannon
6399b39d4b
Add autoGIL for removal.
2007-01-03 22:59:32 +00:00
Brett Cannon
1dd222feca
Add ae* modules and MiniAEFRame to be removed (thanks to Ronald Oussoren).
...
Also removed binhex as an Open Issue suggested removal.
2007-01-03 22:00:02 +00:00
Brett Cannon
d88af344c6
Add wsgiref to the proper suggested packages.
2007-01-03 21:31:18 +00:00
Brett Cannon
9f7a9003d8
Flesh out suggested Internet, XML-RPC, and HTTP server packages.
2007-01-03 21:29:30 +00:00
Brett Cannon
33093343b6
Remove aifc as a possible module to remove. This leads to the suggestion of
...
renaming cl to _cl since aifc is the only user of this undocumented module.
2007-01-03 21:09:29 +00:00
Brett Cannon
e9dbe43f85
Add arguments against removing getopt.
2007-01-03 20:20:17 +00:00
Brett Cannon
3b73180900
Add commands and popen2 to the list of modules to remove thanks to subprocess.
2007-01-03 20:16:24 +00:00
Brett Cannon
a557daea51
Saved base64, quopri, and uu (which also saves binascii).
2007-01-03 20:12:09 +00:00
Brett Cannon
998bd1323e
Save nis.
2007-01-03 07:39:03 +00:00
David Goodger
8ba36f44a4
PEP URL correction
2007-01-03 05:05:32 +00:00
Brett Cannon
d9e006bb68
Remove server package suggestion, add an XML-RPC one, and not that an HTTP
...
server package might be reasonable.
2007-01-03 01:17:11 +00:00
Brett Cannon
8e7780cca4
Add a suggestion from Bill Janssen of having a Web package.
2007-01-03 01:02:09 +00:00
Brett Cannon
cc9c377ac0
Fix links to PEP 4 and 8 (thanks Bill Janssen).
2007-01-03 00:54:06 +00:00
Brett Cannon
9610f63b39
Punt on the idea of a new top-level package for all of the stdlib. Someone
...
else can tackle that idea in a separate PEP.
2007-01-03 00:42:29 +00:00
Brett Cannon
6099923396
asyncore/asynchat will stay.
2007-01-02 23:45:12 +00:00
Brett Cannon
2f19262c9f
Save fileinput from the chopping block.
2007-01-02 23:37:20 +00:00
Brett Cannon
4ec9696601
Add mention that the function in the stat module should migrate to the object
...
returned by os.stat.
2007-01-02 23:23:15 +00:00
Brett Cannon
f57193fef7
telnetlib is going to stick around.
2007-01-02 23:18:36 +00:00
Brett Cannon
67dd27c004
Clarify that the suggested packaging sections are not suggested package names.
2007-01-02 23:00:51 +00:00
David Goodger
46fa06449e
simplified lists (flat is better than nested); some minor edits
2007-01-02 06:53:47 +00:00
David Goodger
69cbade3af
take credit where credit is due, dude
2007-01-02 06:04:25 +00:00
Brett Cannon
42a3da6bd2
Change the warning raised for module renames to PendingDeprecationWarning so
...
that it is a silent warning by default.
2007-01-02 04:45:57 +00:00
Brett Cannon
8e6fb69418
Fix a typo on the renaming of cProfile.
2007-01-02 03:34:23 +00:00
Brett Cannon
742eac0b4d
Add PEP 3108: Standard Library Reorganization.
2007-01-02 00:02:41 +00:00
Brett Cannon
9eb823aaab
Add mention of PEP 3107.
...
Also clean up grammar and typos.
Finally, add some open issues to work out.
2006-12-30 06:17:05 +00:00
Neal Norwitz
2cab42267d
Update from Tony Lownds sent in private mail and to python-3000
2006-12-28 04:59:16 +00:00
Neal Norwitz
58bc5d3a66
* Add pep reference for annotations.
...
* Remove support for from ... import * at function scope. It will continue
to be supported at class and module scope. This is the last dependency
on the distinction between optimized and unoptimized byte codes within
functions (LOAD_FAST vs LOAD_NAME), so remove that support as well.
exec is already a function which also required specialization.
2006-12-26 06:08:28 +00:00
Guido van Rossum
2faa29c5cf
- Clarify that the ordering of keys, values and items is compatible.
...
- Note that comparing two d_items instances could compare the underlying
dicts.
- Ask whether we need more of a motivation.
- Observe that we could cache+reuse the keys/values/items objects.
2006-12-24 01:33:16 +00:00
Neal Norwitz
c19fe93c56
Fix some minor typos/formatting
2006-12-23 06:10:01 +00:00
Guido van Rossum
9cf994cde3
Clarified lots of issues, added more open issues.
2006-12-23 05:22:30 +00:00
David Goodger
6006113241
added PEP 3107, Function Annotations, by Winter & Lownds
2006-12-22 15:46:01 +00:00
Neal Norwitz
9eb151a284
Add 3106 to the index
2006-12-20 06:40:44 +00:00
Neal Norwitz
9c21601ee9
Fix typo
2006-12-20 06:36:16 +00:00
Guido van Rossum
9be72a8133
Wrote the real PEP (mostly).
2006-12-20 05:44:20 +00:00
Guido van Rossum
c599c8e2ef
Not really creating the PEP, just a stub to reserve the PEP number.
2006-12-20 03:03:44 +00:00
Guido van Rossum
8041f57f01
add a link to PEP 3105 for print function call.
2006-12-19 21:20:00 +00:00
Guido van Rossum
36fd009b8a
Updated timeline.
2006-12-19 21:17:06 +00:00
Georg Brandl
7cbb1c2f19
Clarify encoding cookie format.
2006-12-19 21:04:01 +00:00
Georg Brandl
1fc84c29cd
Mark intern() move as done.
2006-12-19 20:51:35 +00:00
Georg Brandl
90f8562b42
Repair footnote jumble.
2006-12-19 19:01:10 +00:00
David Goodger
789d2fe5ea
updated PEP templates with current PEP URLs
2006-12-04 19:59:42 +00:00
Georg Brandl
6de2ca32a7
Removing callable() is not certain.
2006-12-03 08:23:02 +00:00
Ka-Ping Yee
48ff6d0fe8
Add one more proposal to the list of extant proposals (and a reference
...
to the relevant message on the Python-3000 mailing list).
2006-12-01 03:32:33 +00:00
Georg Brandl
5496d1b4f9
Add interpreter prompt.
2006-11-30 22:01:39 +00:00
Georg Brandl
42a7e0f425
Update PEP 3100 wrt. __nonzero__ => __bool__ transition.
2006-11-28 19:33:39 +00:00
Georg Brandl
9b72634f0d
sys.id and sys.intern are questionable.
2006-11-23 17:48:47 +00:00
David Goodger
beb93decdc
fixed properties
2006-11-21 01:32:03 +00:00
Georg Brandl
6233e5e003
Correct wrong link.
2006-11-20 16:31:44 +00:00
Georg Brandl
5078b98a98
Add PEP 3015: "Make print a function".
2006-11-19 23:17:32 +00:00
David Goodger
2800b2695a
added 3104 to list; Ping's new email addy
2006-11-09 20:24:05 +00:00