Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Serhiy Storchaka
|
3dad438872
|
Issue #26916: Fixed words duplications.
|
2016-05-03 12:03:16 +03:00 |
Benjamin Peterson
|
9ec804df3f
|
a whole slew of peps that are (I believe) implemented
|
2009-01-19 16:08:45 +00:00 |
Benjamin Peterson
|
1cfda57bab
|
add people's emails to their peps (from pep 0)
|
2008-12-30 03:48:55 +00:00 |
Andrew M. Kuchling
|
96334323a6
|
Typo fix
|
2008-04-08 21:24:20 +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 |
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 |
Brett Cannon
|
72044f05a8
|
Fix an accidental re-typing of a word.
|
2007-11-21 01:06:39 +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
|
911566c261
|
New spec for newline= parameter to open() and TextIOBase().
|
2007-08-16 21:21:30 +00:00 |
Guido van Rossum
|
bade1caa8e
|
Add support for newline='\r', for some Mac apps that still write those.
|
2007-07-30 18:11:00 +00:00 |
Brett Cannon
|
cdf5d3ce68
|
Fix the headers so that they are in the right order and no required headers are
missing.
|
2007-06-19 04:20:07 +00:00 |
Guido van Rossum
|
9cbb5f0731
|
Add newline arg to open().
|
2007-04-11 01:09:33 +00:00 |
Guido van Rossum
|
4109356d29
|
Like seek(), truncate() always returns the new current position.
All write() methods return the number of bytes/characters written
(for buffered and text files, this is always the lenth of the input).
|
2007-04-10 20:58:53 +00:00 |
Guido van Rossum
|
8765102b9b
|
seek() returns an int everywhere.
|
2007-04-10 18:37:53 +00:00 |
Guido van Rossum
|
799cd54779
|
Update by Mark Russell -- clarify readinto(), and qualify tell()/seek() on
textio buffers.
|
2007-04-05 18:25:11 +00:00 |
Guido van Rossum
|
4b14e34f00
|
PEP 3116 - new I/O, by Mike Verdone and Daniel Stutzbach;
converted from HTML by Jason Orendorff.
|
2007-03-15 18:05:48 +00:00 |