Neal Norwitz
|
2f9289915a
|
Remove PEP references, they can be dealt with separately from this PEP
|
2006-02-15 05:34:26 +00:00 |
Neal Norwitz
|
412e4468eb
|
Fred can help with the docs
|
2006-02-15 04:54:53 +00:00 |
Neal Norwitz
|
79384da9d4
|
Fix capitalization of Conversions
|
2006-02-15 04:53:23 +00:00 |
Guido van Rossum
|
2e742fc23a
|
New version from Travis, with new specs.
|
2006-02-15 01:12:07 +00:00 |
Guido van Rossum
|
0e03857cad
|
Add discussion about bdist_deb.
|
2006-02-14 23:18:22 +00:00 |
Guido van Rossum
|
c36b4e3600
|
Mention wsgiref.
|
2006-02-14 20:00:33 +00:00 |
Guido van Rossum
|
35f3b01385
|
Add bdist_* items to TODO list.
|
2006-02-14 19:27:27 +00:00 |
Guido van Rossum
|
9165aef296
|
Reject PEP 351.
|
2006-02-13 21:09:25 +00:00 |
Guido van Rossum
|
8854c320fa
|
New version by Travis. Adds rationale for __index__ name.
Reformats some.
|
2006-02-13 18:18:57 +00:00 |
Martin v. Löwis
|
e73718f969
|
Fix typo reported by Tony Nelson.
|
2006-02-12 22:00:52 +00:00 |
Martin v. Löwis
|
16e247c592
|
Mention changes to the buffer interface.
|
2006-02-12 09:36:52 +00:00 |
Martin v. Löwis
|
55dc576c22
|
Explain how old modules cannot load into a new interpreter.
|
2006-02-12 09:13:57 +00:00 |
Martin v. Löwis
|
66f71648c5
|
Rename PY_SIZE_T_CLEAN to PY_SSIZE_T_CLEAN.
|
2006-02-12 09:06:25 +00:00 |
Neal Norwitz
|
81d4e41517
|
Update schedule
Add item for accessing new AST from Python code
Remove ongoing tasks section
|
2006-02-12 06:45:45 +00:00 |
Georg Brandl
|
d266b41c51
|
Add two copyright notice locations and correct typo.
|
2006-02-11 18:28:49 +00:00 |
Nick Coghlan
|
6a93382b16
|
Don't try to hide exec's quirks
|
2006-02-11 14:18:13 +00:00 |
Nick Coghlan
|
31438973ae
|
Add section on specific design decisions for the runpy module
|
2006-02-11 10:58:31 +00:00 |
Nick Coghlan
|
d8ac0a56d0
|
Update PEP to fully support PEP 302 import semantics
|
2006-02-11 10:00:00 +00:00 |
Guido van Rossum
|
fd26d618a0
|
Sprinkle with question marks.
|
2006-02-10 21:39:54 +00:00 |
Guido van Rossum
|
e927bc15de
|
Tweak and accept PEP 352 -- new exception hierarchy.
|
2006-02-10 19:48:38 +00:00 |
Guido van Rossum
|
a7f168262d
|
New version from Travis.
|
2006-02-10 17:46:20 +00:00 |
Guido van Rossum
|
9880d5499b
|
Update from Travis -- move to make it a numeric slot.
|
2006-02-09 22:26:00 +00:00 |
Brett Cannon
|
bc56fb8889
|
Lambda's death had been prematurely reported.
|
2006-02-09 20:34:33 +00:00 |
Guido van Rossum
|
032ecf6e14
|
Change some properties (eol-style, native) on PEPs that didn't have them yet.
|
2006-02-09 20:07:13 +00:00 |
Guido van Rossum
|
4ef81e4dff
|
Attempt to make $Date$ and $Revision$ work.
|
2006-02-09 19:55:41 +00:00 |
Guido van Rossum
|
4ab4d33cc9
|
Add PEP 357, Allowing Any Object to be Used for Slicing (by Travis Oliphant).
|
2006-02-09 19:09:50 +00:00 |
Neal Norwitz
|
6b9a28d9c2
|
PEPs are in SVN now. Also update PEP 1s title
|
2006-02-09 08:27:55 +00:00 |
Neal Norwitz
|
929fdb2d4b
|
Normalize PEP type
|
2006-02-09 08:26:44 +00:00 |
Neal Norwitz
|
09b08ab91b
|
Add missing PEP type
|
2006-02-09 08:25:22 +00:00 |
Neal Norwitz
|
fbf2e3eced
|
make a well formed url
|
2006-02-09 08:22:57 +00:00 |
Neal Norwitz
|
996cb70290
|
PEPs 310 and 325 were rejected, but not noted in numerical index
|
2006-02-09 06:19:07 +00:00 |
Neal Norwitz
|
c3c9e0ee5a
|
Add note about the new cProfile module
|
2006-02-09 03:59:44 +00:00 |
Martin v. Löwis
|
8135c2ac17
|
I will do the Windows installer.
|
2006-02-08 06:52:00 +00:00 |
Neal Norwitz
|
a77fdde82f
|
Very draft version of 2.5 release schedule.
|
2006-02-08 06:33:27 +00:00 |
Neal Norwitz
|
f860cb242a
|
Guido accepted 342 and 343 at EuroPython keynote. 342 was commited.
|
2006-02-08 06:22:22 +00:00 |
Neal Norwitz
|
753b341e2e
|
Update my address
|
2006-02-08 05:53:43 +00:00 |
Neal Norwitz
|
232cf49ebf
|
PEP 341 was commited
|
2006-02-08 05:53:10 +00:00 |
Martin v. Löwis
|
93c9baf032
|
Mention updating general.ht.
|
2006-02-04 10:34:32 +00:00 |
Brett Cannon
|
22d5e43fa5
|
Add mention of Michael Hudson's patch for new-style exceptions as a basis for
any patch to implement this PEP. Also wrap a few lines that went past the 70
character fill length for Emacs.
|
2006-02-01 22:35:30 +00:00 |
David Goodger
|
cdd6ad49c1
|
update from B. Lindqvist
|
2006-02-01 02:32:32 +00:00 |
David Goodger
|
46b5ce1bbe
|
removed pale gray background, to spare Guido's poor tired eyes ;-)
|
2006-01-27 23:55:21 +00:00 |
David Goodger
|
dda6d09e62
|
added PEP 355, Path - Object oriented filesystem paths, by B. Lindqvist
|
2006-01-26 19:45:49 +00:00 |
David Goodger
|
98dd3dcbe4
|
added PEP 354, Enumerations in Python, by Ben Finney
|
2006-01-26 00:55:20 +00:00 |
Martin v. Löwis
|
0517092e09
|
Clean install: rule.
|
2006-01-15 07:29:30 +00:00 |
Martin v. Löwis
|
f94ce40971
|
Add keywords.
|
2006-01-15 07:00:46 +00:00 |
David Goodger
|
b27d219966
|
pinned external docutils to revision 4262 (release 0.4)
|
2006-01-13 03:43:10 +00:00 |
David Goodger
|
2081908284
|
updated stylesheet & config file
|
2006-01-12 03:42:20 +00:00 |
David Goodger
|
553330bc4b
|
update config
|
2006-01-12 03:38:19 +00:00 |
David Goodger
|
1c66981405
|
add 3rd-party module required by Docutils
|
2006-01-12 03:38:08 +00:00 |
David Goodger
|
abe5ce7b9a
|
add external link to Docutils public repo -- always up-to-date
|
2006-01-12 03:33:16 +00:00 |