summaryrefslogtreecommitdiff
path: root/doc/neps/nep-0014-dropping-python2.7-proposal.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: update NEP status for accepted/finished NEPsRalf Gommers2021-02-231-1/+1
| | | | [ci skip]
* DOC: Add a NEP link to all neps.Matthias Bussonnier2020-05-301-0/+2
| | | | | | | | | | | | | | | | | | | Usefull for crossreferencing and intersphinx Here is a snippet to update it if other neps are missing it: In [1]: neps = !ls nep-0* ...: for nep in neps: ...: number = nep[6:8] ...: with open(nep, 'r') as f: ...: data = f.read() ...: ...: if f'.. _NEP{number}:' in data: ...: continue ...: with open(nep, 'w') as f: ...: f.write('.. _NEP'+number+':\n') ...: f.write(data) ...:
* DOC: include NEP number on each NEP pageStephan Hoyer2018-07-011-3/+3
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
|
* Use correct tag Final for merged NEPs. Add resolution to NEP 14.Stefan van der Walt2018-03-211-0/+1
|
* Add tool for building NEP indexStefan van der Walt2018-03-211-0/+2
|
* Assign numbers to all existing NEPsNathaniel J. Smith2018-03-081-0/+52