David Goodger
fcd60d7678
Docutils update (svn:ignore properties only)
2006-03-27 14:12:33 +00:00
Anthony Baxter
62e742645e
updates. note that feature freeze is as of beta1, not alpha2.
2006-03-27 08:43:16 +00:00
Neal Norwitz
6d464f1b83
Add some AST compiler issues that need resolving
2006-03-27 07:40:49 +00:00
Anthony Baxter
79cc31c815
sssh on pyc file
2006-03-27 05:59:31 +00:00
Anthony Baxter
db65e33fef
skip pyramid generation if output is up-to-date.
2006-03-27 05:46:54 +00:00
Phillip J. Eby
47e612f17c
More info on the __exit__ return issue, per Guido's request
2006-03-25 04:31:37 +00:00
Phillip J. Eby
0d09dd2a6a
Document the difference between a normal return from __exit__() and an
...
exception return. Fix a problem with @contextmanager not detecting
a broken generator that yields after a throw(). Make @contextmanager
not reraise exceptions, but return a false value in that case instead.
2006-03-25 00:26:26 +00:00
Nick Coghlan
32f10bcf53
Update PEP 338 to reflect changes to run_module implementation (import lock is now held only when really needed)
2006-03-24 13:08:48 +00:00
David Goodger
7e55edbac0
whitespace change to rebuild site
2006-03-24 12:51:27 +00:00
David Goodger
df4634ce75
fixed accidental deletion
2006-03-24 12:39:25 +00:00
David Goodger
663eabbe4a
added Auxiliary Files section; updated URLs; updated text file description
2006-03-24 03:24:04 +00:00
David Goodger
d1970bfedf
changes from Martin Thomas: Added PEPANCHOR expression, removed trailing .html; shuffled around PEPURL etc.; removed http://www.python.org/ from URL (for mirrors)
2006-03-24 03:14:52 +00:00
David Goodger
2b74ff035a
removed www.python.org hostname from PEP base URL so mirrors work
2006-03-24 03:06:17 +00:00
David Goodger
4d324e8108
removed RCS keyword cruft from Last-Modified & Version headers of plaintext PEPs; added copy_aux_files() for graphics etc.; fixed reST output to include template (which contains a warning in a comment); removed unused code from main()
2006-03-24 03:06:11 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Guido van Rossum
d9909922de
Fix an inconsistency about whether 'cls' is preferred or not.
2006-03-23 18:56:43 +00:00
David Goodger
a0fc801a49
trivial whitespace fix; checking site build
2006-03-23 18:50:38 +00:00
David Goodger
e47a6dbcd4
fixed encoding error by replacing all open() calls with codecs.open(), both on input and output (sheesh -- I shoulda known better)
2006-03-23 18:45:55 +00:00
David Goodger
c939226da6
added Last-Modified header
2006-03-23 17:04:15 +00:00
David Goodger
8eb4af7c7c
checking build process
2006-03-23 16:39:58 +00:00
David Goodger
ceb22ed4ec
Docutils update
2006-03-23 14:29:53 +00:00
David Goodger
1f72554078
fixed references to PEP template; restored warning comment to HTML output
2006-03-23 14:28:55 +00:00
David Goodger
36689a02a8
fixed PEPURL (removed .html)
2006-03-23 12:38:33 +00:00
Neal Norwitz
996935cc16
Clarify what happens when passing a Unicode string to compile().
...
Based on MvL's comment from 2005-02-09 in SF bug # 1115379.
2006-03-23 05:25:38 +00:00
David Goodger
f5df5b6019
updated Docutils requirement (new python.org support)
2006-03-23 04:25:58 +00:00
David Goodger
ac7800d419
fixed PEP references; removed unused options; updated Docutils support
2006-03-23 04:23:24 +00:00
Neal Norwitz
5480775147
Oops, I started this list before Alan said he was going to maintain OS2
2006-03-22 09:38:59 +00:00
Neal Norwitz
c50507d2ca
Add Outstanding Issues section
2006-03-22 05:24:31 +00:00
David Goodger
ddfd96dc23
fixed settings
2006-03-22 03:59:59 +00:00
Martin v. Löwis
a8a1ea1b8a
Add lenfunc.
2006-03-21 19:06:39 +00:00
Martin v. Löwis
c14c6e645c
Add link to Fredrik Lundh's scanner.
2006-03-21 15:02:10 +00:00
Martin v. Löwis
f4a88d02a7
Move PEP directory to dev (patch by Tim Parkin).
2006-03-21 14:41:48 +00:00
Martin v. Löwis
7378c9f909
Compile PEPs into doc directory.
2006-03-21 03:04:55 +00:00
Martin v. Löwis
025708e2c8
Remove svn integration.
...
Generate to the current directory.
2006-03-21 00:57:13 +00:00
Neal Norwitz
813abca46b
Update possible change for Gen Exit
2006-03-20 08:53:00 +00:00
Neal Norwitz
cb230d9f6a
Add some open issues based on mail from py-dev.
2006-03-18 22:33:36 +00:00
Georg Brandl
0a5bb0f9fb
Add note about the @decorator discussion.
...
Add note about the fpectl module (Bug #872175 )
2006-03-17 19:48:38 +00:00
Neal Norwitz
3d14ef3954
Document the obsolete modules removed in 2.5
2006-03-16 06:58:39 +00:00
Guido van Rossum
8adb36ab81
Discourage relative imports.
2006-03-15 22:47:10 +00:00
Nick Coghlan
a8bc8f6250
Mark PEP 338 as Final for 2.5
2006-03-15 11:12:01 +00:00
Guido van Rossum
ef7e90b4a7
Add a line about __builtin[s]__.
2006-03-15 05:25:39 +00:00
Guido van Rossum
2aa17aeefd
Add note about int as abstract base class.
2006-03-15 04:41:44 +00:00
Guido van Rossum
4cf495d95c
Accept PEP 338. Maybe there are some tweaks necessary to the code,
...
but I want to make it clear that this feature is accepted for 2.5.
2006-03-15 04:17:29 +00:00
Georg Brandl
46703e2ec0
contextlib is still undocumented
2006-03-13 15:26:13 +00:00
Georg Brandl
1c7dfaa953
msilib is now imported
...
add True and False to possible (pseudo-)keywords
2006-03-12 22:22:36 +00:00
Neal Norwitz
ee02f1b8ae
Reformat/organize planned features and update unicode, PEP 338
2006-03-10 07:29:48 +00:00
Andrew M. Kuchling
ce8d288cea
Various edits to improve sentences
2006-03-09 18:22:01 +00:00
Guido van Rossum
f6659b5348
Update this PEP to reflect the new design: exceptions are swallowed only
...
when __exit__ returns a true value.
2006-03-09 17:39:53 +00:00
Thomas Heller
03a9d2dab8
Added note about ctypes backwards compatibility.
2006-03-09 07:32:28 +00:00
Neal Norwitz
48a8523f07
ctypes was moved into the stdlib
2006-03-09 06:45:25 +00:00