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 |
Brett Cannon
|
5354252bab
|
Fix a minor grammar problem.
|
2007-09-05 00:26:10 +00:00 |
Georg Brandl
|
e8514b11c0
|
Two very small fixes.
|
2007-09-04 08:21:25 +00:00 |
Collin Winter
|
84b55c245c
|
Typo fix in PEP 3109.
|
2007-08-31 00:18:43 +00:00 |
Collin Winter
|
bd5c6b8e87
|
Mark PEP 3109 as final.
|
2007-08-31 00:17:57 +00:00 |
Collin Winter
|
0abb2d6461
|
Update PEP 3134 to reflect its partial implementation.
|
2007-08-31 00:17:44 +00:00 |
Guido van Rossum
|
6f6569dd17
|
Accept 3101. Mark 3118 as accepted in the index.
|
2007-08-30 22:35:37 +00:00 |
Gregory P. Smith
|
76e4916286
|
make the constant names match the py3k branch reality
|
2007-08-26 03:04:53 +00:00 |
Alex Martelli
|
1dcb3fa928
|
One small copyedit-level change.
|
2007-08-25 20:00:22 +00:00 |
Alex Martelli
|
18d4b92843
|
Fixed option name (-3, not --python3).
|
2007-08-25 19:52:12 +00:00 |
Alex Martelli
|
c055387b71
|
Fixed a typo.
|
2007-08-25 18:34:09 +00:00 |
Guido van Rossum
|
aad43d475f
|
Mark 3115 as final.
|
2007-08-24 22:43:58 +00:00 |
Collin Winter
|
b3135ac7c5
|
Update PEP 1 to refer to the new bugs.python.org issue tracker.
|
2007-08-24 21:23:06 +00:00 |
Talin
|
fb6c09e47b
|
Updates to PEP3101. Adds explicit prohibitions on edge cases that were previously undefined by the PEP. Better specifies how default formatting (empty format specifier string) behaves. Also fixed several bugs in the examples.
|
2007-08-23 23:16:30 +00:00 |
Jeffrey Yasskin
|
f9bb346a22
|
Resolve the open issues and address float.__mod__() returning the wrong answer for some arguments.
|
2007-08-22 22:07:53 +00:00 |
Alex Martelli
|
6a16c674b2
|
The "i>0 iff x>0" in the previous PEP version is incorrect (we do want to
trunc 0.1 to 0, for example); tried clarifying the task.
|
2007-08-22 21:38:54 +00:00 |
Neal Norwitz
|
09b6a45abe
|
Guido and Jeffrey decided that __mod__ and __divmod__ should stay on floats.
|
2007-08-22 21:33:30 +00:00 |
Skip Montanaro
|
df2691247f
|
update for AtheOS/Syllable and BeOS
|
2007-08-18 22:08:09 +00:00 |
Guido van Rossum
|
ae09ad1797
|
Change when lines are translated on input (only if newline=None),
and clarify language around translation.
Also remark that SocketIO lives in the socket module, and drop
reference to MemIO.
|
2007-08-18 21:17:04 +00:00 |
Guido van Rossum
|
26f94580ca
|
Accept new buffer protocol (now that it's checked in ;-).
|
2007-08-18 20:25:53 +00:00 |
Brett Cannon
|
830e6def3b
|
Fix a spelling error.
|
2007-08-17 03:22:33 +00:00 |
Brett Cannon
|
66096a6536
|
Fix a reST typo where a block of code was not made a literal block.
|
2007-08-17 03:21:58 +00:00 |
Guido van Rossum
|
911566c261
|
New spec for newline= parameter to open() and TextIOBase().
|
2007-08-16 21:21:30 +00:00 |
Travis E. Oliphant
|
42966cb9b0
|
Fix formatting of PEP-3118
|
2007-08-16 08:55:30 +00:00 |
Travis E. Oliphant
|
a0d92770d1
|
Fixes to the PEP 3118
|
2007-08-16 08:53:49 +00:00 |
Martin v. Löwis
|
90b5a3c37b
|
Fix incorrect markup.
|
2007-08-15 07:59:57 +00:00 |
Martin v. Löwis
|
fd9a462949
|
Mark PEP 3131 as final.
|
2007-08-15 07:53:23 +00:00 |
Martin v. Löwis
|
30dcee2e0a
|
Explain XID_Start and XID_Continue properly;
refer to DerivedCoreProperties.
|
2007-08-15 07:50:22 +00:00 |
Talin
|
8089f06be4
|
Latest updates to PEP 3101, incorporating recent discussions.
|
2007-08-15 00:14:29 +00:00 |
Martin v. Löwis
|
0801f23a05
|
Use NFKC, and XID_Start/Continue.
|
2007-08-14 16:35:39 +00:00 |
Martin v. Löwis
|
512559f6a1
|
Specify NFKC instead of NFC.
|
2007-08-14 16:24:05 +00:00 |