Change Victor Stinner email
This commit is contained in:
parent
a556e6bace
commit
7498996064
|
@ -2,7 +2,7 @@ PEP: 400
|
||||||
Title: Deprecate codecs.StreamReader and codecs.StreamWriter
|
Title: Deprecate codecs.StreamReader and codecs.StreamWriter
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Deferred
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 410
|
||||||
Title: Use decimal.Decimal type for timestamps
|
Title: Use decimal.Decimal type for timestamps
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 416
|
||||||
Title: Add a frozendict builtin type
|
Title: Add a frozendict builtin type
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 418
|
||||||
Title: Add monotonic time, performance counter, and process time functions
|
Title: Add monotonic time, performance counter, and process time functions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Cameron Simpson <cs@cskk.id.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <vstinner@redhat.com>
|
Author: Cameron Simpson <cs@cskk.id.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Restructuring the CPython startup sequence
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Nick Coghlan <ncoghlan@gmail.com>,
|
Author: Nick Coghlan <ncoghlan@gmail.com>,
|
||||||
Victor Stinner <vstinner@redhat.com>,
|
Victor Stinner <vstinner@python.org>,
|
||||||
Eric Snow <ericsnowcurrently@gmail.com>
|
Eric Snow <ericsnowcurrently@gmail.com>
|
||||||
Discussions-To: capi-sig@python.org
|
Discussions-To: capi-sig@python.org
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 433
|
||||||
Title: Easier suppression of file descriptor inheritance
|
Title: Easier suppression of file descriptor inheritance
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Superseded
|
Status: Superseded
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 445
|
||||||
Title: Add new APIs to customize Python memory allocators
|
Title: Add new APIs to customize Python memory allocators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 446
|
||||||
Title: Make newly created file descriptors non-inheritable
|
Title: Make newly created file descriptors non-inheritable
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 454
|
||||||
Title: Add a new tracemalloc module to trace Python memory allocations
|
Title: Add a new tracemalloc module to trace Python memory allocations
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
BDFL-Delegate: Charles-François Natali <cf.natali@gmail.com>
|
BDFL-Delegate: Charles-François Natali <cf.natali@gmail.com>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: os.scandir() function -- a better and faster directory iterator
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Ben Hoyt <benhoyt@gmail.com>
|
Author: Ben Hoyt <benhoyt@gmail.com>
|
||||||
BDFL-Delegate: Victor Stinner <vstinner@redhat.com>
|
BDFL-Delegate: Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 475
|
||||||
Title: Retry system calls failing with EINTR
|
Title: Retry system calls failing with EINTR
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Charles-François Natali <cf.natali@gmail.com>, Victor Stinner <vstinner@redhat.com>
|
Author: Charles-François Natali <cf.natali@gmail.com>, Victor Stinner <vstinner@python.org>
|
||||||
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 490
|
||||||
Title: Chain exceptions at C level
|
Title: Chain exceptions at C level
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 509
|
||||||
Title: Add a private version to dict
|
Title: Add a private version to dict
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 510
|
||||||
Title: Specialize functions with guards
|
Title: Specialize functions with guards
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 511
|
||||||
Title: API for code transformers
|
Title: API for code transformers
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 524
|
||||||
Title: Make os.urandom() blocking on Linux
|
Title: Make os.urandom() blocking on Linux
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 540
|
||||||
Title: Add a new UTF-8 Mode
|
Title: Add a new UTF-8 Mode
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
BDFL-Delegate: INADA Naoki
|
BDFL-Delegate: INADA Naoki
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Julien Palard <julien@palard.fr>
|
Author: Julien Palard <julien@palard.fr>
|
||||||
Inada Naoki <songofacandy@gmail.com>,
|
Inada Naoki <songofacandy@gmail.com>,
|
||||||
Victor Stinner <vstinner@redhat.com>,
|
Victor Stinner <vstinner@python.org>,
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Process
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 546
|
||||||
Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
|
Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>,
|
Author: Victor Stinner <vstinner@python.org>,
|
||||||
Cory Benfield <cory@lukasa.co.uk>,
|
Cory Benfield <cory@lukasa.co.uk>,
|
||||||
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 564
|
||||||
Title: Add new time functions with nanosecond resolution
|
Title: Add new time functions with nanosecond resolution
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <vstinner@redhat.com>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PEP: 587
|
PEP: 587
|
||||||
Title: Python Initialization Configuration
|
Title: Python Initialization Configuration
|
||||||
Author: Victor Stinner <vstinner@redhat.com>, Nick Coghlan <ncoghlan@gmail.com>
|
Author: Victor Stinner <vstinner@python.org>, Nick Coghlan <ncoghlan@gmail.com>
|
||||||
BDFL-Delegate: Thomas Wouters <thomas@python.org>
|
BDFL-Delegate: Thomas Wouters <thomas@python.org>
|
||||||
Discussions-To: python-dev@python.org
|
Discussions-To: python-dev@python.org
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
Loading…
Reference in New Issue