Brett Cannon
47d7e86093
Update PEPs to reflect the raising of a DeprecationWarning by the sha module.
2007-05-31 19:20:54 +00:00
Brett Cannon
d4aa157690
Doc that md5 raises a DeprecationWarning in Python 2.6.
2007-05-30 22:24:53 +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
4fe8d85dc1
Update PEPs to reflect that mimify raises a DeprecationWarning in Python 2.6.
2007-05-30 21:49:50 +00:00
Brett Cannon
e88ddeca55
Document that MimeWriter has been removed.
2007-05-30 21:21:10 +00:00
Brett Cannon
2cd79a5ade
Update based on MimeWriter raising a DeprecationWarning.
2007-05-30 20:48:17 +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
Neal Norwitz
cc1a2f946a
Remove sys.exc_clear()
2007-05-29 08:18:41 +00:00
Neal Norwitz
1f6b1f9bbf
sys exc attrs removed
2007-05-29 07:59:42 +00:00
Guido van Rossum
1dd6e31e00
Fix markup and clarify table entry for ignored whitespace.
2007-05-25 18:04:40 +00:00
Georg Brandl
1e5bec2234
Text file doesn't need to be executable.
2007-05-25 17:18:09 +00:00
Neal Norwitz
345e7eafcb
Checkpoint from Tim
2007-05-25 07:10:03 +00:00
Neal Norwitz
be80897241
Oops, forgot the super PEP and references
2007-05-25 06:40:53 +00:00
Neal Norwitz
bdba86e2a2
Add some PEPs that are possible for 2.6: bytes (& literals) and int literals
2007-05-25 06:36:35 +00:00
Neal Norwitz
693877e65c
Update status of some items (mostly deprecated modules)
2007-05-25 06:32:35 +00:00
Neal Norwitz
e0ce1d9e0a
PEP 3111 (restoring input) has been implemented so mark it Final.
...
Also wrap some long lines in the PEP.
2007-05-25 06:17:11 +00:00
Guido van Rossum
a2f9ba67ff
Accepting PEP 3119, rejecting its competitor PEP 3133.
2007-05-25 00:01:46 +00:00
Neal Norwitz
6faa9c9842
Add some spaces around {}
2007-05-23 05:30:28 +00:00
Neal Norwitz
408d2ae4c8
Remove callable
2007-05-21 06:59:52 +00:00
Brett Cannon
d1a663faf1
Document that posixfile now raises a DeprecationWarning.
2007-05-20 23:59:49 +00:00
Brett Cannon
953604a93f
Update PEPs based on removal of macfs.
2007-05-20 23:18:12 +00:00
Brett Cannon
00cd4f318a
Update status of what Mac modules that are documented as deprecated actually
...
have a DeprecationWarning.
2007-05-20 22:27:56 +00:00
Neal Norwitz
26e6b57bd0
coerce and xrange have been done
2007-05-20 07:45:53 +00:00
Brett Cannon
5c3728c93e
imageop module was removed.
2007-05-20 07:32:18 +00:00
Brett Cannon
0b91090d8e
Update PEPs based on the removal of rgbimg from Python 2.6.
2007-05-20 07:13:46 +00:00
Collin Winter
2f993419db
Note the revision where 'except ... as ...:' was implemented for 2.6.
2007-05-18 23:14:38 +00:00
Collin Winter
cca1217062
Mark PEP 3110 as final.
2007-05-18 20:30:49 +00:00
Guido van Rossum
dea9d362fc
Mark PEP 302 as final (despite the docs being incomplete).
2007-05-18 18:05:05 +00:00
Guido van Rossum
e31746e7fc
Change the status of a whole lotta PEPs.
...
Some are marked final years after the work was completed and released;
others are rejected after sitting idly for years.
2007-05-18 17:41:31 +00:00
Georg Brandl
363058f71e
Add an acceptance note and mark PEP 3129 (class decorators) as final.
2007-05-18 17:09:42 +00:00
Guido van Rossum
e629017f4e
Clarify that filter and map stay but will return iterators.
2007-05-18 14:44:56 +00:00
George Yoshida
de0c02d370
fix typos
2007-05-18 01:30:16 +00:00
Neal Norwitz
f8c26057aa
Add some additional info about removing a module.
2007-05-17 21:52:13 +00:00
Neal Norwitz
be76239737
Add a note about a new database package.
2007-05-17 21:49:32 +00:00
Martin v. Löwis
3319c1a181
Add UTR#36 and discuss Cf.
2007-05-17 18:30:09 +00:00
Guido van Rossum
65d78ad8f2
Add policy about non-ASCII names to coding standard.
2007-05-17 16:48:09 +00:00
Guido van Rossum
cf5e852a1e
Accept PEP 3131.
2007-05-17 16:38:10 +00:00
Martin v. Löwis
348b685294
Require comments and string literals to be ASCII only.
2007-05-17 15:37:31 +00:00
Martin v. Löwis
6986d93450
Add UTR#39 discussion.
2007-05-17 15:11:31 +00:00
Martin v. Löwis
ae26a8cde2
Explain that using native language identifiers
...
improves code clarity and maintainability.
2007-05-17 12:10:44 +00:00
Martin v. Löwis
fd83b47657
Add reference to HTML file with all valid characters.
2007-05-17 10:40:36 +00:00
Martin v. Löwis
2ab493cea4
Include Other_ID_{Start|Continue}.
2007-05-17 09:01:43 +00:00
Guido van Rossum
cced2a2a7e
Update post-history.
2007-05-17 00:37:09 +00:00
Guido van Rossum
9efd40b2e2
Totally new version of the Numbers ABC PEP, received fresh from Jeffrey.
2007-05-17 00:23:41 +00:00
Guido van Rossum
94353f3e7b
Make append and reverse concrete methods of mutable sequences.
2007-05-17 00:20:06 +00:00
Brett Cannon
c4b353b4ac
Document the removal of gopherlib.
2007-05-16 22:46:19 +00:00
Brett Cannon
e6549ccc70
More clearly specify what modules should be removed in Python 2.6 along with
...
what deprecated modules currently lack a DeprecationWarning.
2007-05-16 05:27:37 +00:00
Neal Norwitz
5ac848d9ab
Move doc about supporting old versions of FreeBSD from PEP 11 to 4.
...
We are just not supporting the platform-specific modules, not the platform.
Here is the original checkin comment for PEP 11:
Remove support for freebsd[23] which were last released in 2000.
In 2.7 remove support for freebsd4 and 5. 4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.
http://www.freebsd.org/releases/index.html
http://security.freebsd.org/
2007-05-16 05:04:32 +00:00