Messages by Thread
-
-
[Python-ideas] PEP Idea: Better return type annotation syntax
Tushar Sadhwani
-
[Python-ideas] PEP Idea: Matching Exceptions with 3.10's Structural Pattern Matching Syntax
elvis kahoro
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stefan Pochmann
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Steven D'Aprano
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stefan Pochmann
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stephen J. Turnbull
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stefan Pochmann
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stephen J. Turnbull
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stefan Pochmann
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Steven D'Aprano
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stephen J. Turnbull
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Steven D'Aprano
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Christopher Barker
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Steven D'Aprano
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
David Mertz, Ph.D.
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Christopher Barker
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Chris Angelico
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Christopher Barker
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Stephen J. Turnbull
-
[Python-ideas] Re: Enhancing iterator objects with map, filter, reduce methods
Matsuoka Takuo
-
[Python-ideas] Add set.intersects method
Stefan Pochmann
-
[Python-ideas] Add a `count` argument to `list.remove`
Jeremiah Vivian
-
[Python-ideas] Add a decorators called @staticproperty
me
-
[Python-ideas] set arbitrary hash random seed to ensure reproducible results
Hao Hu
-
[Python-ideas] Applications user/system directories functions
JGoutin via Python-ideas
-
[Python-ideas] Re: List comprehension operators
Matt D
-
[Python-ideas] List comprehension operators
a.kolpakov2010--- via Python-ideas
-
[Python-ideas] Re: PEP 671 (late-bound arg defaults), next round of discussion
Jon Kiparsky
-
[Python-ideas] Make it easier to set function globals
Steven D'Aprano
-
[Python-ideas] Re: inline Python functions and methods
TobiasHT
-
[Python-ideas] Re: [issue32683] isinstance is calling ob.__getattribute__ as a fallback instead of object.__class__.__get__
Steven D'Aprano
-
[Python-ideas] Python standard library TOML module
Martin Reboredo
-
[Python-ideas] Should Python enforce Type-checking in the future?
deavid
-
[Python-ideas] PEP-671 thread - let's take a break, please.
C. Titus Brown via Python-ideas
-
[Python-ideas] Re: Runtime-accessible attribute docstrings – take 2
Paul Bryan