python-dev
Thread
Date
Earlier messages
Later messages
Messages by Date
2022年04月22日
[Python-Dev] Re: Proto-PEP part 1: Forward declaration of classes
Terry Reedy
2022年04月22日
[Python-Dev] Re: Proto-PEP part 1: Forward declaration of classes
Chris Angelico
2022年04月22日
[Python-Dev] Proto-PEP part 3: Closing thoughts on "forward class", etc.
Larry Hastings
2022年04月22日
[Python-Dev] Proto-PEP part 2: Alternate implementation proposal for "forward class" using a proxy object
Larry Hastings
2022年04月22日
[Python-Dev] Proto-PEP part 1: Forward declaration of classes
Larry Hastings
2022年04月22日
[Python-Dev] Summary of Python tracker Issues
Python tracker
2022年04月22日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月22日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Fabio Zadrozny
2022年04月22日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月20日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月20日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Victor Stinner
2022年04月20日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Antoine Pitrou
2022年04月20日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Victor Stinner
2022年04月20日
[Python-Dev] Re: Updating inspect APIs
Antoine Pitrou
2022年04月20日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Antoine Pitrou
2022年04月20日
[Python-Dev] Re: Need help on security vulnerability zlib 1.2.11
matti . picus
2022年04月19日
[Python-Dev] Re: Need help on security vulnerability zlib 1.2.11
Ronald Oussoren via Python-Dev
2022年04月19日
[Python-Dev] Need help on security vulnerability zlib 1.2.11
Prasad, PCRaghavendra
2022年04月19日
[Python-Dev] Re: GSOC
Brett Cannon
2022年04月19日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Victor Stinner
2022年04月19日
[Python-Dev] Re: [External] : Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Petr Viktorin
2022年04月19日
[Python-Dev] Re: GSOC
Jean Abou Samra
2022年04月19日
[Python-Dev] Re: Updating inspect APIs
Petr Viktorin
2022年04月18日
[Python-Dev] Re: Do you ever use ceval.c's LLTRACE feature?
Victor Stinner
2022年04月18日
[Python-Dev] Re: Accepting PEP 670 – Convert macros to functions in the Python C API
Victor Stinner
2022年04月18日
[Python-Dev] GSOC
faresbasousy
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
Guido van Rossum
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
MRAB
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
Steven D'Aprano
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
Steven D'Aprano
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
Eric V. Smith
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
Pablo Galindo Salgado
2022年04月17日
[Python-Dev] Re: Updating inspect APIs
MRAB
2022年04月17日
[Python-Dev] Updating inspect APIs
Pablo Galindo Salgado
2022年04月15日
[Python-Dev] Re: Summary of Python tracker Issues
Terry Reedy
2022年04月15日
[Python-Dev] Summary of Python tracker Issues
Python tracker
2022年04月14日
[Python-Dev] Re: Do you ever use ceval.c's LLTRACE feature?
Guido van Rossum
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Guido van Rossum
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Jelle Zijlstra
2022年04月14日
[Python-Dev] Do you ever use ceval.c's LLTRACE feature?
Dennis Sweeney
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Gregory P. Smith
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Guido van Rossum
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Damian Shaw
2022年04月14日
[Python-Dev] Re: Proposal to deprecate mailcap
Jelle Zijlstra
2022年04月14日
[Python-Dev] Proposal to deprecate mailcap
Brett Cannon
2022年04月12日
[Python-Dev] Re: PEP 687 – Isolating modules in the standard library
Erlend Egeberg Aasland
2022年04月12日
[Python-Dev] Re: Declarative imports
Christopher Barker
2022年04月12日
[Python-Dev] Accepting PEP 670 – Convert macros to functions in the Python C API
Petr Viktorin
2022年04月11日
[Python-Dev] Re: PEP 678: Enriching Exceptions with Notes
Gregory P. Smith
2022年04月11日
[Python-Dev] Re: PEP 687 – Isolating modules in the standard library
Nick Coghlan
2022年04月11日
[Python-Dev] Re: Lazy Imports [was: Declarative imports]
Barry Warsaw
2022年04月11日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
dfremont--- via Python-Dev
2022年04月11日
[Python-Dev] Re: Declarative imports
Brett Cannon
2022年04月11日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Brett Cannon
2022年04月11日
[Python-Dev] Re: Lazy Imports [was: Declarative imports]
Guido van Rossum
2022年04月11日
[Python-Dev] RFC on PEP 681: Data Class Transforms
Erik De Bonte via Python-Dev
2022年04月11日
[Python-Dev] Lazy Imports [was: Declarative imports]
Itamar O
2022年04月11日
[Python-Dev] Re: PEP 687 – Isolating modules in the standard library
Guido van Rossum
2022年04月11日
[Python-Dev] Re: Declarative imports
Barry Warsaw
2022年04月11日
[Python-Dev] Re: Need gh-13143 (bpo-34975: Add start_tls() method to streams API) to be merged
Jelle Zijlstra
2022年04月11日
[Python-Dev] Need gh-13143 (bpo-34975: Add start_tls() method to streams API) to be merged
Oleg Iarygin
2022年04月11日
[Python-Dev] Re: Declarative imports
Patrick Reader
2022年04月11日
[Python-Dev] PEP 687 – Isolating modules in the standard library
Petr Viktorin
2022年04月11日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Nick Coghlan
2022年04月10日
[Python-Dev] Re: Declarative imports
Sasha Kacanski
2022年04月10日
[Python-Dev] GitHub Issues are now live
Ezio Melotti
2022年04月10日
[Python-Dev] Re: Declarative imports
Malthe
2022年04月10日
[Python-Dev] Re: Declarative imports
Daniel Pope
2022年04月10日
[Python-Dev] Re: Declarative imports
Guido van Rossum
2022年04月10日
[Python-Dev] Re: Declarative imports
Daniel Pope
2022年04月09日
[Python-Dev] Re: Declarative imports
Dan Stromberg
2022年04月09日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Nick Coghlan
2022年04月09日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Nick Coghlan
2022年04月09日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Eric V. Smith
2022年04月09日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
dfremont--- via Python-Dev
2022年04月09日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Terry Reedy
2022年04月09日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Christopher Barker
2022年04月09日
[Python-Dev] Re: Declarative imports
Carl Meyer via Python-Dev
2022年04月09日
[Python-Dev] Re: About PEPs being discussed on Discourse
Baptiste Carvello
2022年04月09日
[Python-Dev] Re: About PEPs being discussed on Discourse
Stephen J. Turnbull
2022年04月09日
[Python-Dev] Re: Declarative imports
Carl Meyer via Python-Dev
2022年04月09日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Arfrever Frehtes Taifersar Arahesis
2022年04月08日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Terry Reedy
2022年04月08日
[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent
Brett Cannon
2022年04月08日
[Python-Dev] Importing a submodule doesn't always set an attribute on its parent
dfremont--- via Python-Dev
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Skip Montanaro
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Brett Cannon
2022年04月08日
[Python-Dev] Re: Declarative imports
Barry Warsaw
2022年04月08日
[Python-Dev] Re: Declarative imports
Carl Meyer via Python-Dev
2022年04月08日
[Python-Dev] Summary of Python tracker Issues
Python tracker
2022年04月08日
[Python-Dev] Re: Declarative imports
Carl Meyer via Python-Dev
2022年04月08日
[Python-Dev] Re: Declarative imports
Malthe
2022年04月08日
[Python-Dev] The GitHub Issues Migration begins today
Ezio Melotti
2022年04月08日
[Python-Dev] Re: Declarative imports
Guido van Rossum
2022年04月08日
[Python-Dev] Re: Declarative imports
Jarek Potiuk
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Edwin Zimmerman
2022年04月08日
[Python-Dev] Re: Declarative imports
Victor Stinner
2022年04月08日
[Python-Dev] Heads-up: Converting Misc/stable_abi.txt to TOML
Petr Viktorin
2022年04月08日
[Python-Dev] Re: Declarative imports
Steve Dower
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Petr Viktorin
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Ryan Gonzalez
2022年04月08日
[Python-Dev] Re: Declarative imports
Paul Moore
2022年04月08日
[Python-Dev] Re: Declarative imports
Daniel Pope
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Greg Ewing
2022年04月08日
[Python-Dev] Re: Declarative imports
Daniel Pope
2022年04月08日
[Python-Dev] Re: Declarative imports
Steve Dower
2022年04月08日
[Python-Dev] Re: Declarative imports
Paul Moore
2022年04月08日
[Python-Dev] Re: Declarative imports
Malthe
2022年04月08日
[Python-Dev] Re: Declarative imports
Daniel Pope
2022年04月08日
[Python-Dev] Re: Declarative imports
Steven D'Aprano
2022年04月08日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Petr Viktorin
2022年04月08日
[Python-Dev] Re: Declarative imports
Malthe
2022年04月08日
[Python-Dev] Re: About PEPs being discussed on Discourse
Baptiste Carvello
2022年04月08日
[Python-Dev] Re: Declarative imports
Paul Moore
2022年04月08日
[Python-Dev] Re: Declarative imports
Chris Angelico
2022年04月08日
[Python-Dev] Declarative imports
Malthe
2022年04月08日
[Python-Dev] Re: [python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1
Inada Naoki
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Christopher Barker
2022年04月07日
[Python-Dev] PEP 686 – Make UTF-8 mode default
Inada Naoki
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Stephen J. Turnbull
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
David Mertz, Ph.D.
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Gregory P. Smith
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Ethan Furman
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Jean Abou Samra
2022年04月07日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年04月07日
[Python-Dev] Re: About PEPs being discussed on Discourse
Petr Viktorin
2022年04月07日
[Python-Dev] About PEPs being discussed on Discourse
Victor Stinner
2022年04月07日
[Python-Dev] Re: [python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1
Victor Stinner
2022年04月07日
[Python-Dev] Re: [python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1
Victor Stinner
2022年04月07日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月06日
[Python-Dev] Re: [python-committers] [IMPORTANT] Preparations for 3.11.0 beta 1
Inada Naoki
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Finn Mason
2022年04月06日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Nick Coghlan
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Pablo Galindo Salgado
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Jeremiah Vivian
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Jeremiah Vivian
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Pablo Galindo Salgado
2022年04月06日
[Python-Dev] [IMPORTANT] Preparations for 3.11.0 beta 1
Pablo Galindo Salgado
2022年04月06日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Steve Dower
2022年04月06日
[Python-Dev] Re: [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Pablo Galindo Salgado
2022年04月06日
[Python-Dev] [RELEASE] The last Python 3.11 alpha (3.11.0a7) is available - Prepare for beta freeze
Pablo Galindo Salgado
2022年04月06日
[Python-Dev] Re: [External] : Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Tim Felgentreff
2022年04月06日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Steve Holden
2022年04月05日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年04月05日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年04月05日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Victor Stinner
2022年04月05日
[Python-Dev] Re: Make HAMT available to python script
Christopher Barker
2022年04月05日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Greg Ewing
2022年04月04日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Gregory P. Smith
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Ethan Furman
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Coyot Linden (Glenn Glazer)
2022年04月04日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Terry Reedy
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Guido van Rossum
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Steven D'Aprano
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Terry Reedy
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Coyot Linden (Glenn Glazer)
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Paul Moore
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Coyot Linden (Glenn Glazer)
2022年04月04日
[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone
Petr Viktorin
2022年04月04日
[Python-Dev] Re: Descriptions in unittest and avoiding confusion
Coyot Linden (Glenn Glazer)
2022年04月03日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Itamar O
2022年04月03日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Guido van Rossum
2022年04月03日
[Python-Dev] Descriptions in unittest and avoiding confusion
Jason R. Coombs
2022年04月03日
[Python-Dev] Re: Make HAMT available to python script
Victor Stinner
2022年04月03日
[Python-Dev] Re: Make HAMT available to python script
Nick Coghlan
2022年04月03日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Nick Coghlan
2022年04月02日
[Python-Dev] Re: Make HAMT available to python script
Steven D'Aprano
2022年04月02日
[Python-Dev] Re: Make HAMT available to python script
Christopher Barker
2022年04月02日
[Python-Dev] Re: Make HAMT available to python script
zhang kai
2022年04月02日
[Python-Dev] Re: Make HAMT available to python script
Steve Dower
2022年04月02日
[Python-Dev] Re: Make HAMT available to python script
Paul Moore
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
Christopher Barker
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Guido van Rossum
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Matthieu Dartiailh
2022年04月01日
[Python-Dev] Summary of Python tracker Issues
Python tracker
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Mark Shannon
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Guido van Rossum
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Gabriele
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Mark Shannon
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
zhang kai
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Petr Viktorin
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
Steve Dower
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
zhang kai
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Steve Dower
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
Pablo Galindo Salgado
2022年04月01日
[Python-Dev] Re: Make HAMT available to python script
Victor Stinner
2022年04月01日
[Python-Dev] Re: code.replace() and Python 3.11 exception table
Victor Stinner
2022年04月01日
[Python-Dev] Make HAMT available to python script
zhang kai
2022年04月01日
[Python-Dev] code.replace() and Python 3.11 exception table
Victor Stinner
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Chris Angelico
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年04月01日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年03月31日
[Python-Dev] Re: Are "Batteries Included" still a Good Thing? [was: It's now time to deprecate the stdlib urllib module]
Ronald Oussoren via Python-Dev
2022年03月31日
[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API
Victor Stinner
2022年03月30日
[Python-Dev] Re: Are "Batteries Included" still a Good Thing? [was: It's now time to deprecate the stdlib urllib module]
Jeremy Kloth
2022年03月30日
[Python-Dev] Re: (no subject)
Ethan Furman
2022年03月30日
[Python-Dev] (no subject)
Stanislav Smolec 15.03-1983
2022年03月30日
[Python-Dev] Re: Enhancing generic type documentation in the standard library
Guido van Rossum
Earlier messages
Later messages
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル