Adam Turner
42f88f1ce2
Display list names in Resolution and Discussions-To headers ( #2361 )
2022-02-27 14:46:36 -08:00
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
Benjamin Peterson
60d9b24542
promote m.p.o links to https
2017-06-11 12:02:39 -07: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
Marti Raudsepp
04a6af2ab1
Fix various typos, spelling and grammar errors
...
Errors detected using Topy (https://github.com/intgr/topy ), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Ezio Melotti
fba6f8932b
#16502 : fix markup. Patch by Serhiy Storchaka.
2012-11-18 19:55:10 +02:00
Skip Montanaro
50db897f49
Eliminate obsolete mojam.com references.
2010-12-29 19:08:59 +00:00
Benjamin Peterson
1cfda57bab
add people's emails to their peps (from pep 0)
2008-12-30 03:48:55 +00:00
Skip Montanaro
000b0e0bbc
marking pep 305 final
2004-08-11 21:00:25 +00:00
David Goodger
4af20ba859
one more fix
2003-03-22 06:39:54 +00:00
David Goodger
4a0299b061
fixed lists
2003-03-22 06:38:51 +00:00
Skip Montanaro
71edeec4dc
posted again
2003-02-13 19:01:17 +00:00
Skip Montanaro
67273248cc
a number of changes to keep more-or-less up-to-date.
2003-02-10 04:03:49 +00:00
Skip Montanaro
8aad764890
zap incorrect statement about formatting parameters and the dialect
...
registry.
2003-02-03 03:01:48 +00:00
Skip Montanaro
4c07516c43
set_dialect is the wrong name. It conveys the notion of a single dialect.
...
register_dialect is better.
2003-02-03 02:25:26 +00:00
Skip Montanaro
0b4707dd78
default dialect is now "excel", not "excel2000".
2003-02-03 02:07:37 +00:00
Dave Cole
534feb5366
Changed the csv.reader() fileobj argument to interable. This give us
...
much more flexibility in processing filtered data.
Made the example excel dialect match the dialect in csv.py.
Added explanation of doublequote.
Added explanation of csv.QUOTE_NONE.
2003-02-02 12:25:23 +00:00
Skip Montanaro
57d97aaec1
remove authors' emails, add Discussion-To: to try and encourage feedback to
...
go to the mailing list.
2003-01-31 21:55:38 +00:00
Skip Montanaro
1cf7aea11c
various cleanups
...
expanded Rationale a tad
added Post-History date (announcing it in a moment)
added pointer to sandbox implementation
mentioned implementation in the (massive ;-) Testing section
2003-01-31 21:49:32 +00:00
Dave Cole
c9f7daf85b
Use symbolic constants for quoting parameter rather than a string.
2003-01-30 13:34:29 +00:00
Skip Montanaro
bfa7197b40
add some To Do items (to David Goodger - don't shoot me because the text now
...
has embedded URLs - they are temporary. ;-).
added [optional keyword args] to the constructor prototypes.
2003-01-30 12:53:40 +00:00
Dave Cole
e1e46e817b
Trying to bring PEP up to date with discussions on mailing list. I hope I
...
have not misinterpreted the conclusions.
* dialect argument is now either a string to identify one of the internally
defined parameter sets, otherwise it is an object which contains
attributes which correspond to the parameter set.
* Altered set_dialect() to take dialect name and dialect object.
* Altered get_dialect() to take dialect name and return dialect object.
* Fleshed out formatting parameters, adding escapechar, lineterminator,
quoting.
2003-01-30 12:11:27 +00:00
Skip Montanaro
4bd57ea00d
started reorganizing the information about low-level formatting parameters.
...
Define dialects in their own subsection. Define low-level parameters in a
separate subsection. Define set_dialect() and get_dialect() module-level
functions.
More to be done, but I have to get to work... ;-)
2003-01-29 14:09:45 +00:00
Skip Montanaro
e12319dd5d
Belatedly added Dave and Andrew as authors. Changed Type to Standards
...
Track.
2003-01-29 13:36:59 +00:00
David Goodger
efa2138e13
capitalized title
2003-01-29 04:23:26 +00:00
David Goodger
935a1711b3
Added PEP 305, CSV file API
2003-01-29 04:20:19 +00:00