Commit Graph

14 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Victor Stinner 7498996064 Change Victor Stinner email 2019-10-18 02:48:46 +02:00
Victor Stinner 16a6dfc9ac New PEP 587: Python Initialization Configuration
Change Victor Stinner email to vstinner@redhat.com.
2019-03-28 02:15:55 +01: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
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
Victor Stinner aab4743466 PEP 471: add the DirEntry.inode() method
Update the PEP according to the implementation.
2015-07-29 00:52:34 +02:00
Victor Stinner 706b7c43e4 PEP 471: The implementation has been merged, set status to Final 2015-03-08 03:06:31 +01:00
Victor Stinner ff358c86eb PEP 471: Minor change, rename scandir() parameter from "directory" to "path" 2014-09-02 21:12:14 +02:00
Victor Stinner 5130862086 PEP 471: I'm the BDFL-delegate and I accept the PEP 2014-07-22 23:32:05 +02:00
Victor Stinner deafa435f3 PEP 471: update by Ben Hoyt, simpler example 2014-07-19 18:50:09 +02:00
Victor Stinner 89ae8bb813 PEP 471: Ben Hoyt updates 2014-07-18 18:25:41 +02:00
Victor Stinner 689e1bff5e PEP 471: update by Ben Hoy
After the significant discussion on python-dev about PEP 471, I've now made the
relevant updates and improved a few things.
2014-07-08 10:59:42 +02:00
Victor Stinner 03dc248322 Add PEP 471: "os.scandir() function -- a better and faster directory iterator"
by Ben Hoyt
2014-06-26 23:14:01 +02:00