Georg Brandl
|
6de2ca32a7
|
Removing callable() is not certain.
|
2006-12-03 08:23:02 +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 |
Georg Brandl
|
56ff0ac972
|
Spell Neal's name correctly. Also, input() and raw_input() are already kicked out.
|
2006-09-06 06:53:05 +00:00 |
Guido van Rossum
|
1b26c9f57e
|
Update status of various items.
|
2006-09-06 06:42:42 +00:00 |
Brett Cannon
|
8df90897b3
|
Note that backticks and '<>' removal are done.
|
2006-08-25 06:03:06 +00:00 |
Brett Cannon
|
61128a8561
|
Clarify why operator.isCallable() and operator.sequenceIncludes() are going
away.
|
2006-08-24 01:13:18 +00:00 |
Guido van Rossum
|
aa0e308d3c
|
Various status updates. Added some "?"s to items I'm not sure about.
|
2006-08-18 21:34:25 +00:00 |
Brett Cannon
|
8f320ce8ac
|
Reference cleanup and reformatting of modules to be removed.
|
2006-07-07 03:33:39 +00:00 |
Georg Brandl
|
4939886cb8
|
Add __main__() PEP.
|
2006-06-28 06:47:51 +00:00 |
David Goodger
|
618584f3db
|
markup fix
|
2006-06-01 16:08:56 +00:00 |
Guido van Rossum
|
d487898001
|
Third time trying to commit the new pronouncement about set literals. :-(
Also mention removing __mod__ and __divmod__ from float.
|
2006-05-04 18:15:10 +00:00 |
David Goodger
|
89212bcb3a
|
markup fix
|
2006-05-02 18:32:39 +00:00 |
Guido van Rossum
|
5e7d3e4ad0
|
Add set literals.
Clarify that the new string type will be 'str'.
|
2006-04-27 17:48:03 +00:00 |
Georg Brandl
|
87cda17210
|
Add another idea from python-3000 list.
|
2006-04-27 09:55:12 +00:00 |
Guido van Rossum
|
85f11c2af4
|
Record that the Py3k C coding style will use 4 spaces, no tabs.
And record when it's okay to reformat a file to conform.
|
2006-04-24 18:52:08 +00:00 |
Brett Cannon
|
f554d12d6f
|
Mention how func_whatever is to be renamed __whatever__
|
2006-04-22 21:21:18 +00:00 |
Thomas Wouters
|
45faac076f
|
Fix dupe entry.
|
2006-04-20 09:43:01 +00:00 |
Brett Cannon
|
b363977eb7
|
Make ellipsis a legal expression in places other than in slices.
|
2006-04-19 22:38:33 +00:00 |
Guido van Rossum
|
aeea16c9ef
|
Add making ... a general expression.
|
2006-04-19 21:56:53 +00:00 |
Guido van Rossum
|
8276957552
|
Remove a stray line (duplicated).
|
2006-04-06 00:16:48 +00:00 |
Georg Brandl
|
d143c5d2f6
|
Move PEP 3000 to PEP 3100.
Someone still has to write PEP 3000 ;)
|
2006-04-05 07:17:23 +00:00 |