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 |
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 |