Commit Graph

3005 Commits

Author SHA1 Message Date
Nick Coghlan fa9d5fb304 Update PEP 366 to reflect proposed implementation (and point to it on the tracker) 2007-11-22 14:38:32 +00:00
Guido van Rossum a6fafa5485 Update the PEP with the new name for PyByte (bytearray), and some minor edits. 2007-11-21 19:45:46 +00:00
Brett Cannon 72044f05a8 Fix an accidental re-typing of a word. 2007-11-21 01:06:39 +00:00
Brett Cannon f819101ea2 Answer two open issues and add a good-sized example. 2007-11-17 04:20:22 +00:00
Brett Cannon 32a07e3faa Fix a typo in the annotation for Signature.bind(). 2007-11-17 02:36:40 +00:00
Facundo Batista b0aca89af0 Changed the version of docutils that is checked out here.
This was needed to well support of non ASCII day names when
checking out from a non English system, but as a side effect
we're now using a newer docutils.
2007-11-14 13:56:58 +00:00
Facundo Batista a94703ffa2 Added issue 588756. 2007-10-24 16:11:52 +00:00
Chris Monson 15570e7ea0 Updated Pep 3101 to reflect typos and other small errors found by Mark Summerfield (and a few by myself) 2007-10-23 18:50:09 +00:00
Guido van Rossum 71ead7f575 Add removal of basestring. 2007-10-16 16:58:38 +00:00
Brett Cannon e2904eebe8 Fix a reST typo; someone has used too much LaTeX. 2007-10-15 21:04:19 +00:00
Guido van Rossum 82dcb0728d Use '' instead of "" for repr, as that is the default repr. 2007-10-15 17:13:07 +00:00
Guido van Rossum 89b4ee311a Missed memoryview in the 3.0a1 column. 2007-10-15 17:05:13 +00:00
Guido van Rossum c1475cdbc1 Don't put N/A in the repr column for PyBuffer or PyBytes. 2007-10-15 17:00:31 +00:00
Guido van Rossum 4f1efedec9 Oops, "" should be b"" for PyString in last column. 2007-10-15 16:59:06 +00:00
Guido van Rossum 024b5a372d Add table of old and new names for affected types. 2007-10-15 16:56:27 +00:00
Travis E. Oliphant 3454fb4ec8 Improve the text about the readonly member of the Py_buffer structure and how it relates to locked views. 2007-10-13 21:18:23 +00:00
Guido van Rossum b9cf35b82a Clarify backwards compatibility. 2007-10-12 20:25:27 +00:00
Guido van Rossum 7ecd06cd4d Typos and clarifications detected by Mark Summerfield. 2007-10-08 03:15:35 +00:00
Brett Cannon 7645efeee7 Update PEPs on modules that have been removed in Py3K but not noted. 2007-10-05 05:39:45 +00:00
Georg Brandl 70f258a7a1 Don't link to the Internet RFCs -- these are Perl RFCs. 2007-10-04 06:57:33 +00:00
Brett Cannon bcf9c4ac0f Fix/clarify stuff based on suggestions from Mark Summerfield. 2007-10-03 19:59:57 +00:00
Brett Cannon 87d33da0f4 Remove duplicate entry for the removal of md5. 2007-10-03 18:51:50 +00:00
Guido van Rossum 3a3893f2e4 Mark PEP 3137 as accepted.
Mark Summerfield sent some comments on PEP 358 (I also referenced PEP 3137).
2007-10-03 16:04:53 +00:00
Andrew M. Kuchling 0c7c11adc6 Remove name from PEP 3100; no time to follow 3.0 2007-10-03 11:24:09 +00:00
Guido van Rossum 8006ad01a8 Typo reported by Mark Summerfield. 2007-10-01 14:43:57 +00:00
Guido van Rossum ded68a78fc Fix another paragraph that was referring to bytes()==str() raising TypeError. 2007-10-01 02:58:22 +00:00
Guido van Rossum e2096897b5 Changed my mind on comparing bytes to str. 2007-09-30 23:19:14 +00:00
Travis E. Oliphant ca6cf4fb2b Change PyBuffer to Py_buffer in PEP-3118 and clear up the locking mechanism. There are four locking modes (standard read, standard write, read lock --- no other object can write to the array while the current object holds the lock, and exclusive write lock -- no other object can read or write to the data-buffer. 2007-09-28 06:45:52 +00:00
Brett Cannon b0c2bd0cab Fix a small typo. 2007-09-27 18:33:16 +00:00
Guido van Rossum 6cae3f4c44 Decide that bytes/buffer items are ints.
Also:
- Add mutable sequence methods.
- Add fromhex class method.
- "Supports" -> "implements" consistently.
2007-09-27 17:54:01 +00:00
Guido van Rossum a3b2617793 Fixed encode()/decode() turn-around. 2007-09-27 14:24:32 +00:00
Guido van Rossum 74119bb932 Added language about operators and pickling.
Standardized on "implementing" the PEP 3118 buffer API rather than
"supporting" it.
2007-09-26 23:06:19 +00:00
Brett Cannon 1eaf0ea59d Minor grammatical fix. 2007-09-26 22:54:58 +00:00
Brett Cannon a8802fc6b5 Fix a spelling mistake. 2007-09-26 22:39:21 +00:00
Guido van Rossum bd57874ed2 Fix date. 2007-09-26 21:58:29 +00:00
Guido van Rossum 8eb885a264 PEP 3137: immutable bytes and mutable buffer. 2007-09-26 21:55:16 +00:00
Georg Brandl 1ea1be4b61 Update removed modules list. 2007-09-22 08:23:41 +00:00
Skip Montanaro e53412ed4b Note maintainers for Cygwin and OS/2. 2007-09-16 13:52:31 +00:00
Andrew M. Kuchling 32328edd04 Typo fixes 2007-09-13 22:49:14 +00:00
Collin Winter 9145359df4 Remove PEP 3107's requirement on PEP 362, bring 3107's status field into sync with PEP 0. 2007-09-08 21:25:03 +00:00
Brett Cannon 56ca202a49 Fix typo in link target. 2007-09-08 01:07:58 +00:00
Brett Cannon 46bac9a3b4 Update based on questions made by Jim Jewett. 2007-09-08 01:07:12 +00:00
Fred Drake 263ce4c246 fix typo 2007-09-07 02:42:45 +00:00
Brett Cannon 2d9289a13f Update the PEP. 2007-09-07 02:35:14 +00:00
Brett Cannon e0b47c7f77 Update PEP 362. 2007-09-07 02:19:39 +00:00
Brett Cannon 2d37f3b888 Update the PEP on what has been implemented so far. 2007-09-05 22:54:10 +00:00
Brett Cannon 59f9efb364 Slight rewording to be less awkward. 2007-09-05 20:00:17 +00:00
Martin v. Löwis 4cfbc5feb8 Rename PyModule_GetData to PyModule_GetState. 2007-09-05 10:49:12 +00:00
Brett Cannon f48192e45b Fix missing quotation mark. 2007-09-05 00:49:19 +00:00
Brett Cannon 63529fc836 Make something plural. 2007-09-05 00:38:27 +00:00