Hugo van Kemenade
|
9ef0bfe362
|
PEP 520: Fix citation references (#2637)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
2022-06-09 22:04:31 +03:00 |
Adam Turner
|
b0329c31b3
|
Several PEPs: Normalise `Post-History` (#2375)
|
2022-03-09 16:04:44 +00:00 |
Adam Turner
|
113e490701
|
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209)
|
2022-01-21 11:03:51 +00:00 |
Brett Cannon
|
bb4751379a
|
Many PEPs: Normalize the 'Created' field (#1805)
|
2021-02-09 08:54:26 -08:00 |
Miroslav Šedivý
|
45fdc844dd
|
Typos: Remove repeated words (#1726)
|
2020-12-04 09:51:44 -08:00 |
Min ho Kim
|
cfb7bd74db
|
Fix typos (#1113)
|
2019-07-03 11:20:45 -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 |
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 |
Brett Cannon
|
af44514f72
|
Make a note into a note directive. (#100)
|
2016-09-09 09:48:58 -07:00 |
ericsnowcurrently
|
9bae12b428
|
Add a note about compact dict to PEP 520.
|
2016-09-08 15:22:33 -07:00 |
ericsnowcurrently
|
5055d0ce94
|
Mark PEP 520 as final.
|
2016-09-05 18:22:36 -06:00 |
Berker Peksag
|
229ee06573
|
PEP 520: Remove duplicate word 'namespace' (#62)
|
2016-07-27 10:49:51 -06: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 |
ericsnowcurrently
|
b1c1ebe746
|
Mark PEP 520 as accepted.
|
2016-06-28 17:22:28 -06:00 |
Brett Cannon
|
4d66e51a8f
|
Add a missing period
|
2016-06-28 14:39:26 -07:00 |
Brett Cannon
|
52a15932e7
|
FIx syntax error
|
2016-06-28 14:38:09 -07:00 |
Brett Cannon
|
f1493a21e5
|
Add a missing "a"
|
2016-06-28 14:35:22 -07:00 |
ericsnowcurrently
|
c6c695732a
|
PEP 520: Resolve the open questions.
|
2016-06-28 14:40:13 -06:00 |
ericsnowcurrently
|
e901e81295
|
Update PEP 520 per python-dev feedback.
|
2016-06-28 11:03:29 -06:00 |
ericsnowcurrently
|
a9ed29c1e3
|
PEP 520 updates after feedback. (#35)
|
2016-06-24 15:48:12 -06:00 |
ericsnowcurrently
|
d0002d5e53
|
Mention support for C-API types. (#28)
|
2016-06-20 20:14:02 -06:00 |
ericsnowcurrently
|
2c76730f6b
|
Focus PEP 520 on __definition_order__. (#27)
|
2016-06-20 19:24:03 -06:00 |
ericsnowcurrently
|
3584f0caf8
|
Update PEP 520 per python-dev feedback.
|
2016-06-16 16:55:04 -06:00 |
Eric Snow
|
2db261fc39
|
Update Post-History.
|
2016-06-11 20:38:55 -06:00 |
Eric Snow
|
7437a8b0de
|
Clarify some example code.
|
2016-06-11 20:24:35 -06:00 |
Eric Snow
|
3fbf62a658
|
Add stricter constraints to manually set __definition_order__.
|
2016-06-11 20:22:50 -06:00 |
Eric Snow
|
4f37f47475
|
Clarify the distinction between the definition ns and __dict__.
|
2016-06-11 19:42:03 -06:00 |
Eric Snow
|
6f8133c138
|
Fix PEP 520 typos.
|
2016-06-07 20:16:56 -07:00 |
Eric Snow
|
38a64f3338
|
Minor clean up of PEP 520.
|
2016-06-07 20:09:27 -07:00 |
Eric Snow
|
06a5c815d7
|
Add the typical footer to PEP 520.
|
2016-06-07 17:47:24 -07:00 |
Eric Snow
|
9a5e309b5d
|
Add PEP 520: Ordered Class Definition Namespace
|
2016-06-07 17:44:13 -07:00 |