Commit Graph

32 Commits

Author SHA1 Message Date
Adam Turner f5b8e92ae8
PEP 3101: Resolve dangling hyphens (#3360) 2023-09-01 18:45:31 +00:00
Adam Turner b0329c31b3
Several PEPs: Normalise `Post-History` (#2375) 2022-03-09 16:04:44 +00:00
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07: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
Huang Huang cc56b43dcb reSTify PEP 3101 (#328) 2017-08-16 15:57:10 -07: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
Guido van Rossum 15eefc09ad Change Talin's email address to viridia@gmail.com. 2015-12-27 10:09:06 -07:00
Eric V. Smith 5a928a60f8 Error in PEP example. Closes #13079. 2011-09-30 16:35:03 -04:00
Georg Brandl c0c1b9c215 Fix the NamespaceFormatter example in PEP 3101. 2010-04-02 08:54:11 +00:00
Georg Brandl 4e73daf912 Fix format. 2009-10-01 21:59:04 +00:00
Mark Dickinson a6db11b356 Fix typo. 2009-03-17 08:34:18 +00:00
Benjamin Peterson 9ec804df3f a whole slew of peps that are (I believe) implemented 2009-01-19 16:08:45 +00:00
Georg Brandl d456d20d07 Update doc URLs in PEPs. 2008-10-02 12:40:49 +00:00
Eric Smith df71810b82 Changed language about upper case float formats 'E' and 'F'. I'm not wild about my language, but I didn't want to get into the details of 'nan', 'NAN', etc. Improvements welcome. 2008-07-17 14:34:14 +00:00
Eric Smith 3722b933b5 Added '#' alternate formatting for integers. See issue 3138. 2008-07-14 15:50:26 +00:00
Eric Smith 128332c188 Fixed 'print' statement to be 3.0 compliant. Thanks Wesley Chun. 2008-05-29 13:26:39 +00:00
Eric Smith 7b1a14e238 Added 'n' presentation type for integers. 2008-05-11 18:59:32 +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 6f6569dd17 Accept 3101. Mark 3118 as accepted in the index. 2007-08-30 22:35:37 +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
Talin 8089f06be4 Latest updates to PEP 3101, incorporating recent discussions. 2007-08-15 00:14:29 +00:00
Talin 00d28204ef Updated PEP 3101 to incorporate latest feedback, and simplify even further. Also added additional explanation of custom formatting classes. 2007-07-24 23:36:34 +00:00
Brett Cannon d8f50e991b De-obfuscate emails where the author had their address already listed without
obfuscation.  Also, the HTML output of PEPs already obfuscates the address and
thus it is not needed in the text version.
2007-06-20 19:19:26 +00:00
Talin fa5ea5f886 A substantial rewrite of PEP3101. 2007-06-03 18:53:34 +00:00
Brett Cannon e801b28e42 Make Type field values consistent across all PEPs. 2007-04-15 02:10:27 +00:00
Talin 2c29fb9bd0 Updates to PEP 3101 as a result of discussion in Python-3000 2006-07-05 00:51:40 +00:00
Talin 0ee269ce09 Lots of changes - added specification for conversions, error handling, complex field specs and general cleanup. 2006-06-11 00:59:06 +00:00
Talin 9eac7defd7 Updated based on collected feedback. 2006-05-07 01:49:43 +00:00
Talin 2652ae46f8 Removed references to previous 'fformat' proposal.
Added clarification about relationship with string.Template
2006-04-27 16:53:54 +00:00
David Goodger 0ac7bc2d0c added two PEPs by Talin: 3101, Advanced String Formatting; and 3102, Keyword-Only Arguments 2006-04-26 20:33:25 +00:00