Raymond Hettinger
|
f061c3b614
|
Mark 378 (thousands separator) as final.
The implementation was checked-in by Mark Dickinson and Eric Smith.
|
2009-04-25 23:31:00 +00:00 |
Martin v. Löwis
|
fcf9ab3d70
|
Add more rationale, as requested by Paul Moore.
|
2009-04-25 12:31:23 +00:00 |
Martin v. Löwis
|
1b7ea9323b
|
Accept Lino Mastrodomenico's proposal of always using
low surrogates to represent non-decodable bytes.
|
2009-04-24 20:25:20 +00:00 |
Tarek Ziadé
|
1eb61be116
|
changes according to community feedback + uninstall script
|
2009-04-24 16:03:02 +00:00 |
Martin v. Löwis
|
6d8ec98027
|
Fix typos.
|
2009-04-22 19:08:10 +00:00 |
Martin v. Löwis
|
61cb395f24
|
Add PEP 383.
|
2009-04-22 06:42:06 +00:00 |
Eric Smith
|
2d14b54016
|
Updated to include the empty type ''. See Issue #5782.
|
2009-04-17 18:34:48 +00:00 |
Tarek Ziadé
|
1afa68a26d
|
more details in the abstract
|
2009-04-13 21:14:19 +00:00 |
Tarek Ziadé
|
08f90b907e
|
reverted unintentional commit on pep 333
|
2009-04-13 20:58:19 +00:00 |
Tarek Ziadé
|
ee44df8208
|
pkg_name -> project_name
|
2009-04-13 20:52:58 +00:00 |
Martin v. Löwis
|
778c9e46f8
|
Fix typo, reported by Tom Wright.
|
2009-04-13 13:55:51 +00:00 |
Benjamin Peterson
|
14830ed7dc
|
don't let fun break the index
|
2009-04-06 23:52:08 +00:00 |
Guido van Rossum
|
734e2a142d
|
Clarify the status of this PEP.
|
2009-04-06 23:22:36 +00:00 |
Brett Cannon
|
eefd362257
|
Update to PEP 3143 as sent in by the PEP author.
|
2009-04-04 22:19:09 +00:00 |
Brett Cannon
|
6b03fac7a3
|
Fix the status of PEP 382 to be valid for a standards track PEP.
|
2009-04-03 22:39:44 +00:00 |
Martin v. Löwis
|
84f09c691f
|
Discuss adding 2.7 to Python-Version.
|
2009-04-03 20:00:29 +00:00 |
Martin v. Löwis
|
5b53a36458
|
Make namespace_packages a set.
|
2009-04-03 19:49:23 +00:00 |
Martin v. Löwis
|
b2aca805e1
|
Add sys.namespace_packages.
|
2009-04-03 19:48:21 +00:00 |
Martin v. Löwis
|
f7ac442216
|
Mark PEP as active.
|
2009-04-02 15:35:39 +00:00 |
Martin v. Löwis
|
33633555c7
|
Target for Python 3.1.
|
2009-04-02 15:29:24 +00:00 |
Martin v. Löwis
|
784221bbee
|
Add Namespace packages PEP.
|
2009-04-02 15:27:20 +00:00 |
Benjamin Peterson
|
ba3236ee6a
|
let's not let anybody get away from the policy change
|
2009-04-01 20:20:08 +00:00 |
David Goodger
|
11064f010f
|
typo fix
|
2009-04-01 12:54:16 +00:00 |
Brett Cannon
|
5421378460
|
Fix a typo.
|
2009-04-01 05:17:13 +00:00 |
Brett Cannon
|
b51e957e22
|
Add PEP 401: BDFL retirement.
|
2009-04-01 05:09:14 +00:00 |
Brett Cannon
|
f685a1aad8
|
Fix svn properties on a couple of PEPs.
|
2009-03-31 18:11:49 +00:00 |
Brett Cannon
|
c667be4a73
|
Update PEP 374 that Mercurial has been chosen (no details yet, though).
|
2009-03-31 17:56:40 +00:00 |
Brett Cannon
|
7e85010d4a
|
Move over to using the term 'finder' as used in importlib.
|
2009-03-30 16:49:41 +00:00 |
Tarek Ziadé
|
e555435799
|
various fixes, more details
|
2009-03-30 04:53:39 +00:00 |
Tarek Ziadé
|
f2cb34d7a7
|
start to rewrite mirrorring specs (using DNS approach)
|
2009-03-29 21:37:27 +00:00 |
Benjamin Peterson
|
64d3e73864
|
this was only implemented about 8 years ago
|
2009-03-29 03:37:58 +00:00 |
Tarek Ziadé
|
dc0a70fa9b
|
more notes and details for BoF work
|
2009-03-28 19:08:48 +00:00 |
Tarek Ziadé
|
93d51f0bb6
|
fixing the example
|
2009-03-28 18:53:28 +00:00 |
Tarek Ziadé
|
6e41d873d3
|
removing the python version bit for the egg.info directory
|
2009-03-28 18:49:24 +00:00 |
Guido van Rossum
|
dcbd51055b
|
New version from Greg.
|
2009-03-27 19:33:33 +00:00 |
Guido van Rossum
|
eb61d88000
|
Greg's latest version.
|
2009-03-27 03:33:12 +00:00 |
Georg Brandl
|
7cd0217332
|
Fix number and edit PEP a bit for clarity.
|
2009-03-22 09:01:46 +00:00 |
Tarek Ziadé
|
b5bf5d858d
|
added PEP 381 (mirroring infrastructure for PyPI)
|
2009-03-21 14:08:19 +00:00 |
Nick Coghlan
|
d8a27c7d0e
|
Record the rejection of PEP 377
|
2009-03-21 08:40:19 +00:00 |
Brett Cannon
|
b26070deec
|
Add PEP 380: Syntax for Delegating to a Subgenerator.
Also updated Greg's email address in other PEPs.
|
2009-03-20 17:36:09 +00:00 |
George Yoshida
|
0543929f96
|
Fix typo
|
2009-03-19 03:35:27 +00:00 |
Brett Cannon
|
0aaa8e193e
|
Add PEP 3143: Standard daemon process library by Ben Finney.
|
2009-03-19 02:14:42 +00:00 |
Brett Cannon
|
d95f8fcb42
|
WIthdraw PEP 379 at the request of the author.
|
2009-03-17 19:59:58 +00:00 |
Raymond Hettinger
|
238bb5919c
|
Add notes on what Java does.
|
2009-03-17 19:38:35 +00:00 |
Mark Dickinson
|
a6db11b356
|
Fix typo.
|
2009-03-17 08:34:18 +00:00 |
Guido van Rossum
|
cd1817e173
|
Mark as Accepted (with Nick's simpler proposal).
|
2009-03-17 03:14:25 +00:00 |
Raymond Hettinger
|
a553a91a2c
|
Unmatched brackets.
|
2009-03-17 02:45:54 +00:00 |
Raymond Hettinger
|
3eac76d6dc
|
Swap the main and alternative proposals.
Also refer to each by their original names (Proposal I and Proposal II).
Explain Guido's issue with Proposal II.
|
2009-03-17 00:06:05 +00:00 |
Raymond Hettinger
|
ae992c1d06
|
List the % type specifier as included in the PEP.
|
2009-03-16 23:03:40 +00:00 |
Raymond Hettinger
|
f4d2fefd2c
|
Rearranged and updated to reflect Guido's comments.
|
2009-03-16 22:16:11 +00:00 |