Georg Brandl
3777ca42ae
trunc() is done.
2008-01-05 20:00:01 +00:00
Andrew M. Kuchling
d3d971a6c9
Typo fix
2008-01-04 02:21:40 +00:00
Alexandre Vassalotti
a684ab6aaa
Fix a typo.
2007-12-22 20:11:58 +00:00
Martin v. Löwis
768bd875d4
Change spelling of the macros, as per request in #1629 .
2007-12-19 08:08:00 +00:00
Guido van Rossum
f2126d0591
Mark PEP 3141 as accepted.
2007-12-19 04:16:33 +00:00
Brett Cannon
65feeda92f
Fix a spelling error.
2007-12-15 01:02:40 +00:00
Brett Cannon
eba89b20a2
Update stats on StringIO/cStringIO.
2007-12-15 00:36:23 +00:00
Brett Cannon
bed831eb48
Not renaming the 'repr' module but removing it.
2007-12-15 00:33:45 +00:00
Brett Cannon
4770769b04
Note how the 'new' module is gone.
2007-12-14 23:59:22 +00:00
Brett Cannon
a6b5940566
Fix what appeared to be misused markup and one warning on markup.
2007-12-14 22:51:58 +00:00
Brett Cannon
68c60195dd
Fix a markup error.
2007-12-14 22:48:09 +00:00
Georg Brandl
cd0940e93a
Status update.
2007-12-09 15:29:34 +00:00
Georg Brandl
a710a2504c
make clear that reduce() is still there.
2007-12-09 09:18:28 +00:00
Georg Brandl
443ca7a7fb
Minimal update w.r.t. new bug tracker.
2007-12-08 10:48:07 +00:00
Brett Cannon
c44ee8f1ad
Update URL to where implementation no resides at bugs.python.org.
2007-12-08 00:40:42 +00:00
Fred Drake
ab9b8f4e37
note that markupbase renaming is done
2007-12-07 11:11:14 +00:00
Guido van Rossum
0137a834c6
Slip the 2.6 release dates a month and note the 3.0a2 release.
2007-12-06 20:30:52 +00:00
Brett Cannon
8c7238cc5f
Let getopt live.
2007-12-06 19:11:29 +00:00
Guido van Rossum
e8400c12a9
Some small updates, with Jeffrey's OK.
2007-12-06 17:49:44 +00:00
Guido van Rossum
3a6f48c056
Add line_buffering to TextIOWrapper().
2007-12-05 19:18:28 +00:00
Guido van Rossum
e04321d079
Mark PEP 3116 as accepted -- I'm unlikely to change it much now.
...
Also update it to include the errors argument, which goes hand in hand with
the encoding argument.
2007-12-05 00:26:25 +00:00
Nick Coghlan
432bc6de6b
Mark PEP 366 as implemented
2007-12-03 12:56:32 +00:00
Nick Coghlan
69c82ae02c
Mark PEP 366 as accepted
2007-12-03 12:50:52 +00:00
Guido van Rossum
76f348481f
Update for __builtin__ rename.
2007-12-02 04:49:16 +00:00
Guido van Rossum
1633a7b08b
Mark unbound method removal as done.
2007-11-27 17:55:30 +00:00
Skip Montanaro
fcb3388e01
missing SPC
2007-11-24 20:37:43 +00:00
Guido van Rossum
c47893b00e
Dropping unbound methods has become more likely.
2007-11-24 17:54:55 +00:00
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