Brett Cannon
|
bb4751379a
|
Many PEPs: Normalize the 'Created' field (#1805)
|
2021-02-09 08:54:26 -08:00 |
Emily Morehouse
|
ce5590c1c1
|
Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
|
2018-07-21 16:57:17 -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
|
b596c6abe3
|
reSTify PEP 285 (#366)
|
2017-09-12 16:27:12 -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 |
Guido van Rossum
|
d1866830b9
|
PEP 285 is Final.
|
2002-04-11 15:34:19 +00:00 |
Guido van Rossum
|
10dbefaed1
|
Accepted, closed the review period, pronounced all open issues, and
added clarification and extra opinions to various spots. Will post
once more.
|
2002-04-03 22:11:05 +00:00 |
Guido van Rossum
|
c56891588c
|
Specify that pickle and marshal roundtrip.
|
2002-04-03 01:31:29 +00:00 |
Guido van Rossum
|
b0cf9e95d0
|
Clarify once more that "if []" will remain valid Python forever.
|
2002-04-03 00:58:01 +00:00 |
Barry Warsaw
|
cce910e25a
|
minor typo
|
2002-04-01 15:24:54 +00:00 |
Guido van Rossum
|
b0ff431398
|
Finish incomplete sentence.
|
2002-04-01 15:20:47 +00:00 |
Guido van Rossum
|
e2e9ade45e
|
Add reference to COM.
|
2002-03-31 23:02:27 +00:00 |
Guido van Rossum
|
f9691ffbc7
|
Incorporated review feedback. Added Jython argument. Added mention
of standard library. Added clarification that "if <list>:" remains
as valid as ever. Minor rewordings all over, got rid of "e.g." again.
|
2002-03-31 11:26:16 +00:00 |
Guido van Rossum
|
4e4e4e8c29
|
Typo fix.
|
2002-03-30 13:39:00 +00:00 |
Guido van Rossum
|
9cec34b016
|
Add a section with the most pressing issues for reviewers.
|
2002-03-30 05:37:02 +00:00 |
Guido van Rossum
|
5a2d7aa310
|
Shorter URL for patch.
|
2002-03-30 05:17:22 +00:00 |
Guido van Rossum
|
2fe448c171
|
On the eve of posting this to c.l.py, add a response to a common but
nonsensical suggestion (that x == True should hold for all true x).
|
2002-03-30 05:16:16 +00:00 |
Guido van Rossum
|
c00566bc53
|
Slightly updated; corrected typos; added one extra argument.
|
2002-03-30 05:02:42 +00:00 |
Guido van Rossum
|
c4b9d1dab1
|
Add link to implementation.
|
2002-03-10 05:47:36 +00:00 |
Guido van Rossum
|
03691d24b9
|
Some clarifications. Add section on compatibility (and why this means
our bool is not very 'pure').
|
2002-03-10 04:46:49 +00:00 |
Guido van Rossum
|
d38b6f17e3
|
Add callable() to the list of functions returning 'bool'.
|
2002-03-10 03:36:14 +00:00 |
Guido van Rossum
|
ec6a886793
|
Fix subtle bugs in &|^ overloading.
|
2002-03-09 14:53:04 +00:00 |
Guido van Rossum
|
cbd58349eb
|
More rationale and issues.
|
2002-03-08 19:48:44 +00:00 |
Guido van Rossum
|
1de26dfac3
|
Some more clarifications.
|
2002-03-08 18:28:03 +00:00 |
Guido van Rossum
|
fd7241aaa1
|
Clarify issues baded upon the first questions.
Don't add "(python-dev)" to Post-History header.
|
2002-03-08 16:15:04 +00:00 |
Guido van Rossum
|
0c7f6fd4fa
|
PEP 285: Adding a bool type
|
2002-03-08 15:38:37 +00:00 |