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