Commit Graph

3400 Commits

Author SHA1 Message Date
Martin v. Löwis 4c23af68bd Add keywords property. 2009-05-17 18:40:57 +00:00
Martin v. Löwis c6b64dd83b Add new PEP. 2009-05-17 18:33:52 +00:00
Martin v. Löwis 5d8326c547 Mark PEP as final. 2009-05-17 16:29:24 +00:00
Tarek Ziadé 1745810158 typo+more references 2009-05-16 17:13:54 +00:00
Tarek Ziadé b07af3ab3a changes after feedback from python-dev 2009-05-16 16:02:06 +00:00
Tarek Ziadé c1b662b7e8 adding a note on backport 2009-05-14 22:19:41 +00:00
Tarek Ziadé e60122f083 typo 2009-05-14 22:08:59 +00:00
Tarek Ziadé e5cfab0e84 typo 2009-05-14 22:07:21 +00:00
Tarek Ziadé db57e08ab3 seems too late for 3.2 2009-05-14 22:03:08 +00:00
Tarek Ziadé 2b032490c1 more details on get_egg_info 2009-05-14 21:52:58 +00:00
Tarek Ziadé aab3dfac57 typos and a roadmap section 2009-05-14 09:32:29 +00:00
Dirkjan Ochtman 44dc432378 Remove DVCS comparison from PEP 374 and talk about hg migration instead. 2009-05-11 12:50:03 +00:00
Martin v. Löwis c6afe672bd utf8b -> surrogateescape. 2009-05-10 07:53:39 +00:00
Martin v. Löwis b36ace5076 Defer PEP 382 to Python 3.2. 2009-05-09 09:28:05 +00:00
Tarek Ziadé 2fbc4bcef2 removed the EGG_INFO_FILES part 2009-05-07 09:02:23 +00:00
Benjamin Peterson fd9b81b886 update staff 2009-05-06 20:46:47 +00:00
Martin v. Löwis eeac57f9fa Replace error handler discussion with text from
Stephen Turnbull.
2009-05-06 07:53:21 +00:00
Martin v. Löwis 8f3e8ce98e Replace remaining python-escape occurrences. 2009-05-06 07:42:38 +00:00
Martin v. Löwis 5dd402c72d Don't use "half" as an adjective to "surrogate". 2009-05-05 21:01:44 +00:00
Martin v. Löwis 950c2600cc Fix typo. 2009-05-03 17:32:27 +00:00
Martin v. Löwis def841b431 Remove utf-8b codec. Rename error handler to utf8b. 2009-05-03 08:16:57 +00:00
Benjamin Peterson 16ede3ad18 move beta back 2009-04-30 21:27:17 +00:00
Martin v. Löwis 1f82c87808 Mark PEP as accepted. 2009-04-30 16:25:22 +00:00
Martin v. Löwis a6b30438e1 Recommend that external libraries also support the PEP. 2009-04-30 16:24:32 +00:00
Martin v. Löwis 7b5654f7c0 Explain why \0 escaping is bad. 2009-04-30 15:56:46 +00:00
Martin v. Löwis a67b456afe Restrict escapable bytes into the 128..255 range. 2009-04-30 09:50:16 +00:00
Martin v. Löwis ba7f822765 Add more discussion. 2009-04-30 09:24:24 +00:00
Martin v. Löwis 35daf4cb35 Rename proposed files from .pkg into .pth. Drop
claims that this extends the .pkg mechanism.
2009-04-30 09:05:00 +00:00
Martin v. Löwis d0df1270f4 Add discussion of error handlers proposed by Glen
Linderman.
2009-04-30 08:34:04 +00:00
Martin v. Löwis d99932829d Add references. 2009-04-30 07:02:13 +00:00
Martin v. Löwis dae1bae5ad Fix typo. 2009-04-30 05:04:13 +00:00
Martin v. Löwis 9f6d250f9f Fix code example.
Specify that the error handler is used on all relevant APIs.
2009-04-29 20:06:29 +00:00
Martin v. Löwis 1d101b9dbc Make differences between status quo and proposed change
explicit.
2009-04-29 20:01:33 +00:00
Guido van Rossum 69b79629a7 Fix ReST warnings. 2009-04-29 18:22:48 +00:00
Georg Brandl 403aba85da Add nested with stuff. 2009-04-29 07:01:55 +00:00
Martin v. Löwis 280e65e209 Make import algorithm explicit.
Mention extension naming discussion.
2009-04-29 06:39:41 +00:00
Martin v. Löwis 130a57a390 Clarify that byte-oriented interfaces are not touched.
Add example showing script-level usage of the error handler.
2009-04-29 06:26:43 +00:00
Martin v. Löwis ad949d3d01 Clarify what invalid bytes are in UTF-8. 2009-04-28 17:08:14 +00:00
Raymond Hettinger dc9ebfe829 Revive PEP 315. 2009-04-26 00:34:36 +00:00
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