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 |
Georg Brandl
|
03519daebc
|
typo
|
2006-03-08 15:37:33 +00:00 |
Neal Norwitz
|
0712a985bd
|
Update the PEPs/features that were implemented
|
2006-03-08 05:33:34 +00:00 |
Guido van Rossum
|
9fab3b64b4
|
Accept and finalize PEP 357. __index__ is all checked in.
|
2006-03-07 18:58:54 +00:00 |
Nick Coghlan
|
90e67590fd
|
Fix name of parameter in run_module signature
|
2006-03-06 08:59:10 +00:00 |
Brett Cannon
|
61850a7800
|
Clarify some wording as suggested by Nick Coghlan.
|
2006-03-04 20:42:02 +00:00 |
Martin v. Löwis
|
63fa47d96c
|
Remember that we should update the UCD.
|
2006-03-04 17:26:24 +00:00 |
Neal Norwitz
|
de41b4965c
|
Fix some sentances, add a little info about ceval, remove asdl_seq_APPEND()
|
2006-03-03 21:45:55 +00:00 |
Hye-Shik Chang
|
5104007210
|
Fix an apparent typo in the expanded code.
|
2006-03-03 06:39:47 +00:00 |
Brett Cannon
|
854454ef09
|
Fix mismatch of PEP 339's title and what listed in the index.
|
2006-03-02 22:05:48 +00:00 |
Brett Cannon
|
03ecd8842d
|
Swap in Python/compile.txt text; it's more comprehensive. Changed the name of
the PEP to reflect this.
Will delete Python/compile.txt and use this as the definitive copy.
|
2006-03-02 22:04:09 +00:00 |
David Goodger
|
794b1f8f11
|
converted to UTF-8 & added coding slugs
|
2006-03-02 19:54:50 +00:00 |
David Goodger
|
d4d660d886
|
typo
|
2006-03-02 18:44:03 +00:00 |
David Goodger
|
dd1d969c25
|
switched encoding to UTF-8
|
2006-03-02 18:31:36 +00:00 |
David Goodger
|
9359512370
|
typo
|
2006-03-02 18:26:21 +00:00 |
Sean Reifscheider
|
5e30b2c0ca
|
Adding in header for text PEPs.
|
2006-03-02 18:24:48 +00:00 |
David Goodger
|
63ace70a54
|
use pyramid template
|
2006-03-02 18:20:17 +00:00 |
David Goodger
|
c2218cae61
|
pyramid-specific PEP template
|
2006-03-02 18:20:03 +00:00 |
Sean Reifscheider
|
038c86ca74
|
Removing some extra HTML markup, adding a closing pre.
|
2006-03-02 18:12:44 +00:00 |
Sean Reifscheider
|
5c2eb31022
|
New version of pep2pyramid, removes HTML headers from text files.
|
2006-03-02 17:57:41 +00:00 |
Sean Reifscheider
|
70a59129df
|
Nearly working.
|
2006-03-02 17:40:56 +00:00 |
Sean Reifscheider
|
c1340af281
|
Kludged version.
|
2006-03-02 16:45:09 +00:00 |
Guido van Rossum
|
9feffcd8af
|
/pubic/public/. Thanks Jennings Jared!
|
2006-03-02 03:46:55 +00:00 |
Brett Cannon
|
1c4f4d3f18
|
Shift pseudo-code to Transition Plan section and provide a pseudo-code
implementation of what BaseException will look like in Python 3.0 .
|
2006-03-02 00:36:20 +00:00 |