David Goodger
2af67baeb0
fix props
2006-01-12 03:30:11 +00:00
Martin v. Löwis
78e96e32c8
Add open issues section.
2006-01-10 21:21:39 +00:00
Martin v. Löwis
bb269df4c0
Add PEP 353.
2006-01-10 21:06:23 +00:00
Georg Brandl
a6c22be775
s/Birkenfeld/Brandl/
2006-01-08 21:12:09 +00:00
Neal Norwitz
d10d18f7f1
Found a few more deprecated functions and types
2006-01-03 08:22:57 +00:00
Guido van Rossum
53484cbde2
Um, mark PEP 341 as accepted (but not yet implemented) here too.
2005-12-16 21:30:36 +00:00
Guido van Rossum
60c04b9f5b
Mark PEP 341 as accepted (I was +1 in May 2005).
2005-12-16 21:28:04 +00:00
Barry Warsaw
9d3a63d38d
Remove a bunch of Emacs references. They're unnecessary for making the point.
2005-12-15 15:44:35 +00:00
Neal Norwitz
8ca944f9e1
With permission, add lots more details and references.
...
Add a couple of changes which are likely, but not definite.
At least until Guido changes his mind. ;-)
2005-12-15 04:55:32 +00:00
Barry Warsaw
1bd889d78c
Fixed a couple of small tyops.
2005-12-14 22:54:57 +00:00
Guido van Rossum
b7714412f7
Some additional tweakage, hopefully non-controversial.
2005-12-14 22:10:16 +00:00
Barry Warsaw
478d6d498e
After lengthy discussion on python-dev, here is an update to the Python style
...
guide. Hopefully it has been simplified and made more prescriptive, as well
as improved by all the great community suggestions.
2005-12-14 21:12:58 +00:00
Brett Cannon
91a41916ba
Add mention of features added in 2.4 and thus to be avoided in 2.3 .
...
Also make all lines 70 characters or less.
2005-12-11 23:33:53 +00:00
Brett Cannon
b554d339a8
Change PEP 347 (cvs -> svn conversion) to being accepted.
2005-12-04 22:15:20 +00:00
Brett Cannon
7c489e7dae
List Paul Moore as a co-author on PEP 302 as the PEP says.
2005-12-04 02:44:26 +00:00
Brett Cannon
bf5ba1dd1c
Add a note that deprecations in 2.9 are optional since they might not be
...
desirable considering how many changes between 2.9 and 3.0 there will be and
thus deprecating everything could make 2.9 rather "noisy" in terms of
deprecations.
2005-11-22 19:41:50 +00:00
Neal Norwitz
99ef26d876
Add patch info to pep
2005-11-13 19:51:42 +00:00
David Goodger
615b96743f
clarified keywords
2005-11-10 14:42:20 +00:00
David Goodger
36c49887dd
fixed properties
2005-11-10 14:42:00 +00:00
Marc-André Lemburg
119e550763
Correct numbering.
2005-11-04 09:45:13 +00:00
Marc-André Lemburg
eec80f2059
Add examples section to help users reading the PEP due to a parser
...
error which pointed them to the text.
2005-11-04 09:42:51 +00:00
Guido van Rossum
9c49d12576
Native line endings for PEP 352.
2005-11-01 00:19:44 +00:00
Guido van Rossum
7cd5c629bf
- Fix the link to the svn equivalent of viewcvs.
...
- Expand keywords in PEP 352.txt.
2005-11-01 00:17:41 +00:00
Guido van Rossum
2add5ad014
Tweaking $Revision$ and $Date$.
2005-10-31 23:31:40 +00:00
Guido van Rossum
3040eb4a06
Final tweaks:
...
- fix the __str__, __unicode__ and __repr__ methods
- some textual tweaks
- add Python 3.0 to the transition plan
2005-10-31 19:22:43 +00:00
Neil Schemenauer
0fcf41f3cd
Defer PEP 349.
2005-10-29 14:36:02 +00:00
Nick Coghlan
781dcd1b39
Update with outcome of recent python-dev discussions
2005-10-29 06:08:12 +00:00
Brett Cannon
ad551cb280
Fix __init__ for BaseException to be completely backwards-compatible for
...
'args'.
2005-10-29 03:26:51 +00:00
Brett Cannon
1070997d4f
Update the code for BaseException to have 'args' be more backwards-compatible.
...
Also reformat some methods to use the conditional operator to make the code
simpler.
Also moved the deprecation of 'args' and '__getitem__' to Python 2.9 so that it
won't be removed during the 2.x series.
2005-10-29 03:22:31 +00:00
Martin v. Löwis
b7c609fd8d
Reimport png from CVS.
2005-10-28 23:08:02 +00:00
Martin v. Löwis
ee3e9d8e1e
Remove bogus properties on png file.
2005-10-28 23:05:19 +00:00
Brett Cannon
1ac3ad11df
Merge in suggestions from Neal Norwitz.
...
- Simplified __init__ and fixed __getitem__
- Added another way to catch all exceptions sans KeyboardInterrupt and
SystemExit as Python stands now (does not invalidate argument that it it
needlessly explicit)
- Added a diagram of how the exception hierarchy will look
- Small grammar and clarification fixes
2005-10-28 19:35:57 +00:00
Brett Cannon
9495215f04
Check in initial version of PEP 352: Required Superclass for Exceptions.
2005-10-28 02:53:49 +00:00
Martin v. Löwis
aa5a0191b3
Correct svn+ssh URL.
2005-10-27 10:21:29 +00:00
Barry Warsaw
9c2d269ad4
PEP 351, the freeze protocol.
2005-10-23 22:39:17 +00:00
Nick Coghlan
28b01bed0e
Revert PEP 343 to draft status until Guido is happy with the update
2005-10-17 09:15:06 +00:00
Nick Coghlan
2c1f437a28
Fix names broken by Kate editor in previous checkin
2005-10-16 12:21:08 +00:00
Nick Coghlan
1ddf93a58c
Change name of PEP 343 to something less interesting but more obviously descriptive
2005-10-16 07:35:50 +00:00
Nick Coghlan
a4e8e16f80
Update PEP 343 to reflect post-acceptance python-dev discussions
2005-10-16 07:30:17 +00:00
Guido van Rossum
fe551846ee
Disable the 'chmod' commands since these don't work since the move to dinsdale.
2005-10-14 15:22:30 +00:00
Guido van Rossum
4e02ab52f6
The root of the tree on dinsdale is /data, not /ftp.
2005-10-13 21:04:15 +00:00
Andrew M. Kuchling
97b822857f
Use new www server hostname
2005-10-12 16:08:28 +00:00
Kurt B. Kaiser
0647663c8c
Fix type and dead link
2005-10-10 17:37:48 +00:00
Guido van Rossum
fee56e59bb
Rename PEP 308 to "Conditional Expressions".
2005-09-30 14:42:36 +00:00
David Goodger
805a4dd6cb
fixed typo; added whitespace
2005-09-30 13:41:34 +00:00
Raymond Hettinger
14e9b49d96
Record pronouncement on conditional expressions.
2005-09-30 01:51:58 +00:00
Andrew M. Kuchling
f33c46e7ad
Withdraw PEP 206; add Richard Jones as co-author of PEP314
2005-09-28 14:11:28 +00:00
Andrew M. Kuchling
d6302d11d1
Withdraw PEP 206
2005-09-28 14:10:52 +00:00
Fred Drake
28f7fc98ce
- update a couple of file paths that have changed
...
- add item to update release date for documentation (final releases
only)
2005-09-28 04:21:36 +00:00
David Goodger
d9383b4772
minor revision by the author
2005-09-26 23:38:14 +00:00