The Python-ideas December 2015 Archive by thread
December 2015 Archives by thread
- Messages sorted by: [ subject ] [ author ] [ date ]
- More info on this list...
Starting: Tue Dec 1 00:18:49 EST 2015
Ending: Thu Dec 31 18:59:57 EST 2015
Messages: 303
- [Python-ideas] Multiple arguments for decorators
Michael Selik
- [Python-ideas] Multiple arguments for decorators
Kevin Modzelewski
- [Python-ideas] Multiple arguments for decorators
Andrew Barnert
- [Python-ideas] Multiple arguments for decorators Guido van Rossum
- [Python-ideas] Multiple arguments for decorators Guido van Rossum
- [Python-ideas] Multiple arguments for decorators Sven R. Kunze
- [Python-ideas] Multiple arguments for decorators Brendan Barnwell
- [Python-ideas] Multiple arguments for decorators Emanuel Barry
- [Python-ideas] Multiple arguments for decorators Sven R. Kunze
- [Python-ideas] Multiple arguments for decorators Greg Ewing
- [Python-ideas] Multiple arguments for decorators Sven R. Kunze
- [Python-ideas] Multiple arguments for decorators Greg
- [Python-ideas] Multiple arguments for decorators Ryan Gonzalez
- [Python-ideas] Multiple arguments for decorators
Andrew Barnert
- [Python-ideas] Multiple arguments for decorators
Sjoerd Job Postmus
- [Python-ideas] Multiple arguments for decorators
Nick Coghlan
- [Python-ideas] Multiple arguments for decorators Random832
- [Python-ideas] Multiple arguments for decorators Nick Coghlan
- [Python-ideas] Multiple arguments for decorators
Nick Coghlan
- [Python-ideas] Multiple arguments for decorators
Nick Coghlan
- [Python-ideas] Multiple arguments for decorators
Andrew Barnert
- [Python-ideas] Multiple arguments for decorators Petr Viktorin
- [Python-ideas] Multiple arguments for decorators Nick Coghlan
- [Python-ideas] Multiple arguments for decorators
Andrew Barnert
- [Python-ideas] Multiple arguments for decorators
Greg Ewing
- [Python-ideas] Multiple arguments for decorators Andrew Barnert
- [Python-ideas] Multiple arguments for decorators
Kevin Modzelewski
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__
Stephan Sahm
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__
Amaury Forgeot d'Arc
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__
Stephan Sahm
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Chris Angelico
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Nick Coghlan
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Stephan Sahm
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Andrew Barnert
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Stephan Sahm
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__ Brendan Barnwell
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Andrew Barnert
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Steven D'Aprano
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Andrew Barnert
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Brendan Barnwell
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Brendan Barnwell
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Andrew Barnert
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Guido van Rossum
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Andrew Barnert
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Nick Coghlan
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Ronald Oussoren
- [Python-ideas] Eliminating special method lookup (was Re: Missing Core Feature: + - * / | & do not call __getattr__) Guido van Rossum
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__
Stephan Sahm
- [Python-ideas] Missing Core Feature: + - * / | & do not call __getattr__
Amaury Forgeot d'Arc
- [Python-ideas] find-like functionality in pathlib
Ram Rachum
- [Python-ideas] find-like functionality in pathlib Laura Creighton
- [Python-ideas] find-like functionality in pathlib
Thomas Güttler
- [Python-ideas] find-like functionality in pathlib
Guido van Rossum
- [Python-ideas] find-like functionality in pathlib Andrew Barnert
- [Python-ideas] find-like functionality in pathlib Guido van Rossum
- [Python-ideas] find-like functionality in pathlib Erik
- [Python-ideas] find-like functionality in pathlib Andrew Barnert
- [Python-ideas] find-like functionality in pathlib Chris Barker
- [Python-ideas] find-like functionality in pathlib Andrew Barnert
- [Python-ideas] find-like functionality in pathlib Brendan Moloney
- [Python-ideas] find-like functionality in pathlib Chris Barker
- [Python-ideas] find-like functionality in pathlib Wes Turner
- [Python-ideas] find-like functionality in pathlib Andrew Barnert
- [Python-ideas] find-like functionality in pathlib
Guido van Rossum
- [Python-ideas] Using functools.lru_cache only on some arguments of a function
Bill Winslow
- [Python-ideas] Using functools.lru_cache only on some arguments of a function Ryan Gonzalez
- [Python-ideas] Using functools.lru_cache only on some arguments of a function Andrew Barnert
- [Python-ideas] Using functools.lru_cache only on some arguments of a function Serhiy Storchaka
- [Python-ideas] Using functools.lru_cache only on some arguments of a function Chris Angelico
- [Python-ideas] Using functools.lru_cache only on some arguments of a function Franklin? Lee
- [Python-ideas] ExitStack: Allow exiting individual context managers
Ram Rachum
- [Python-ideas] ExitStack: Allow exiting individual context managers
Steven D'Aprano
- [Python-ideas] ExitStack: Allow exiting individual context managers
Nick Coghlan
- [Python-ideas] ExitStack: Allow exiting individual context managers Ram Rachum
- [Python-ideas] ExitStack: Allow exiting individual context managers Michael Selik
- [Python-ideas] ExitStack: Allow exiting individual context managers Nick Coghlan
- [Python-ideas] ExitStack: Allow exiting individual context managers Ram Rachum
- [Python-ideas] ExitStack: Allow exiting individual context managers Nick Coghlan
- [Python-ideas] ExitStack: Allow exiting individual context managers
Nick Coghlan
- [Python-ideas] ExitStack: Allow exiting individual context managers
Steven D'Aprano
- [Python-ideas] generic Liftable abc-mixin breaks at MRO
Stephan Sahm
- [Python-ideas] generic Liftable abc-mixin breaks at MRO
M.-A. Lemburg
- [Python-ideas] generic Liftable abc-mixin breaks at MRO
Stephan Sahm
- [Python-ideas] generic Liftable abc-mixin breaks at MRO M.-A. Lemburg
- [Python-ideas] generic Liftable abc-mixin breaks at MRO Stephan Sahm
- [Python-ideas] generic Liftable abc-mixin breaks at MRO Stephan Sahm
- [Python-ideas] generic Liftable abc-mixin breaks at MRO
Stephan Sahm
- [Python-ideas] generic Liftable abc-mixin breaks at MRO Steven D'Aprano
- [Python-ideas] generic Liftable abc-mixin breaks at MRO Andrew Barnert
- [Python-ideas] generic Liftable abc-mixin breaks at MRO
M.-A. Lemburg
- [Python-ideas] MRO local precedence ordering revisited
Stephan Sahm
- [Python-ideas] MRO local precedence ordering revisited
Chris Angelico
- [Python-ideas] MRO local precedence ordering revisited Emanuel Barry
- [Python-ideas] MRO local precedence ordering revisited Stephen J. Turnbull
- [Python-ideas] MRO local precedence ordering revisited
Andrew Barnert
- [Python-ideas] MRO local precedence ordering revisited
Stephan Sahm
- [Python-ideas] MRO local precedence ordering revisited Chris Angelico
- [Python-ideas] MRO local precedence ordering revisited Ned Batchelder
- [Python-ideas] MRO local precedence ordering revisited Stephan Sahm
- [Python-ideas] MRO local precedence ordering revisited Ian Kelly
- [Python-ideas] MRO local precedence ordering revisited Andrew Barnert
- [Python-ideas] MRO local precedence ordering revisited Greg Ewing
- [Python-ideas] MRO local precedence ordering revisited Andrew Barnert
- [Python-ideas] MRO local precedence ordering revisited
Stephan Sahm
- [Python-ideas] MRO local precedence ordering revisited Greg Ewing
- [Python-ideas] MRO local precedence ordering revisited
Chris Angelico
- [Python-ideas] Contiguous-array-based ordering for OrderedDict
Franklin? Lee
- [Python-ideas] Contiguous-array-based ordering for OrderedDict
Andrew Barnert
- [Python-ideas] Contiguous-array-based ordering for OrderedDict
Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Andrew Barnert
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Andrew Barnert
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Guido van Rossum
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Guido van Rossum
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Andrew Barnert
- [Python-ideas] Contiguous-array-based ordering for OrderedDict INADA Naoki
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Andrew Barnert
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Sven R. Kunze
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Franklin? Lee
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Laura Creighton
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Franklin? Lee
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Sven R. Kunze
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Franklin? Lee
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Greg Ewing
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Chris Angelico
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Franklin? Lee
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Eric Snow
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Eric Snow
- [Python-ideas] Contiguous-array-based ordering for OrderedDict
Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict Serhiy Storchaka
- [Python-ideas] Contiguous-array-based ordering for OrderedDict
Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes
Jelte Fennema
- [Python-ideas] Dict literal use for custom dict classes Ryan Hiebert
- [Python-ideas] Dict literal use for custom dict classes
Joseph Jevnik
- [Python-ideas] Dict literal use for custom dict classes
Guido van Rossum
- [Python-ideas] Dict literal use for custom dict classes Joseph Jevnik
- [Python-ideas] Dict literal use for custom dict classes Barry Warsaw
- [Python-ideas] Dict literal use for custom dict classes
Paul Moore
- [Python-ideas] Dict literal use for custom dict classes Mike Miller
- [Python-ideas] Dict literal use for custom dict classes Nathaniel Smith
- [Python-ideas] Dict literal use for custom dict classes Jim Baker
- [Python-ideas] Dict literal use for custom dict classes Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes Nathaniel Smith
- [Python-ideas] Dict literal use for custom dict classes Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes Eric Snow
- [Python-ideas] Dict literal use for custom dict classes
Guido van Rossum
- [Python-ideas] Dict literal use for custom dict classes
Steven D'Aprano
- [Python-ideas] Dict literal use for custom dict classes
Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes Franklin? Lee
- [Python-ideas] Dict literal use for custom dict classes Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes
Jelte Fennema
- [Python-ideas] Dict literal use for custom dict classes Franklin? Lee
- [Python-ideas] Dict literal use for custom dict classes Jelte Fennema
- [Python-ideas] Dict literal use for custom dict classes Chris Angelico
- [Python-ideas] Dict literal use for custom dict classes Jelte Fennema
- [Python-ideas] Dict literal use for custom dict classes Franklin? Lee
- [Python-ideas] Dict literal use for custom dict classes Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes Franklin? Lee
- [Python-ideas] Dict literal use for custom dict classes Guido van Rossum
- [Python-ideas] Dict literal use for custom dict classes M.-A. Lemburg
- [Python-ideas] Dict literal use for custom dict classes Eric Snow
- [Python-ideas] Dict literal use for custom dict classes Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes Eric Snow
- [Python-ideas] Dict literal use for custom dict classes
Andrew Barnert
- [Python-ideas] Dict literal use for custom dict classes
Laura Creighton
- [Python-ideas] Dict literal use for custom dict classes
Cody Piersall
- [Python-ideas] Dict literal use for custom dict classes Jelte Fennema
- [Python-ideas] Dict literal use for custom dict classes
Cody Piersall
- [Python-ideas] Dict literal use for custom dict classes Niki Spahiev
- [Python-ideas] Dict literal use for custom dict classes Bruce Leban
- [Python-ideas] Buffering iterators?
Franklin? Lee
- [Python-ideas] Buffering iterators?
Michael Mitchell
- [Python-ideas] Buffering iterators? Michael Selik
- [Python-ideas] Buffering iterators?
Michael Mitchell
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?
Alexandre Figura
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?
Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?
Andrew Barnert
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Eric Snow
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Emanuel Barry
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Andrew Barnert
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Andrew Barnert
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Steven D'Aprano
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Steven D'Aprano
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Steven D'Aprano
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Stephen J. Turnbull
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Eric Snow
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Andrew Barnert
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Sven R. Kunze
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Steven D'Aprano
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Steven D'Aprano
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Franklin? Lee
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Stephen J. Turnbull
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Random832
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Why can't you put mutable values in a set? (was: Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?) Ben Finney
- [Python-ideas] Why can't you put mutable values in a set? (was: Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?) Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Random832
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected? Guido van Rossum
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?
Andrew Barnert
- [Python-ideas] Fwd: Why do equality tests between OrderedDict keys/values views behave not as expected?
Franklin? Lee
- [Python-ideas] Trailing-based state restoration
SAVEANT Pierre
- [Python-ideas] Trailing-based state restoration
Andrew Barnert
- [Python-ideas] Trailing-based state restoration Andrew Barnert
- [Python-ideas] Trailing-based state restoration
Andrew Barnert
- [Python-ideas] Optimizing global names via dict references
Franklin? Lee
- [Python-ideas] Optimizing global names via dict references Franklin? Lee
- [Python-ideas] Optimizing global names via dict references
Victor Stinner
- [Python-ideas] Optimizing global names via dict references M.-A. Lemburg
- [Python-ideas] Optimizing global names via dict references
Franklin? Lee
- [Python-ideas] Optimizing global names via dict references Andrew Barnert
- [Python-ideas] Optimizing global names via dict references
Franklin? Lee
- [Python-ideas] Optimizing global names via dict references
Franklin? Lee
- [Python-ideas] Optimizing global names via dict references Franklin? Lee
- [Python-ideas] Optimizing global names via dict references Guido van Rossum
- [Python-ideas] Optimizing global names via dict references
Franklin? Lee
- [Python-ideas] Unambiguous repr for recursive objects
Serhiy Storchaka
- [Python-ideas] Unambiguous repr for recursive objects
Nick Coghlan
- [Python-ideas] Unambiguous repr for recursive objects Ben Finney
- [Python-ideas] Unambiguous repr for recursive objects Serhiy Storchaka
- [Python-ideas] Unambiguous repr for recursive objects
Nick Coghlan
- [Python-ideas] Adding collections.abc.Ordered
Serhiy Storchaka
- [Python-ideas] Adding collections.abc.Ordered Wes Turner
- [Python-ideas] Adding collections.abc.Ordered Wes Turner
- [Python-ideas] Adding collections.abc.Ordered
Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered
Serhiy Storchaka
- [Python-ideas] Adding collections.abc.Ordered Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered
Serhiy Storchaka
- [Python-ideas] Adding collections.abc.Ordered
Andrew Barnert
- [Python-ideas] Adding collections.abc.Ordered
Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered Ben Finney
- [Python-ideas] Adding collections.abc.Ordered Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered Ben Finney
- [Python-ideas] Adding collections.abc.Ordered Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered Ben Finney
- [Python-ideas] Adding collections.abc.Ordered Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered Nick Coghlan
- [Python-ideas] Adding collections.abc.Ordered Andrew Barnert
- [Python-ideas] Adding collections.abc.Ordered Serhiy Storchaka
- [Python-ideas] Adding collections.abc.Ordered Andrew Barnert
- [Python-ideas] Adding collections.abc.Ordered Wes Turner
- [Python-ideas] Adding collections.abc.Ordered Chris Angelico
- [Python-ideas] Adding collections.abc.Ordered Steven D'Aprano
- [Python-ideas] Adding collections.abc.Ordered Wes Turner
- [Python-ideas] Adding collections.abc.Ordered Wes Turner
- [Python-ideas] Adding collections.abc.Ordered Steven D'Aprano
- [Python-ideas] Adding collections.abc.Ordered Guido van Rossum
- [Python-ideas] Adding collections.abc.Ordered
Guido van Rossum
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Guido van Rossum
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Wes Turner
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Andrew Barnert
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Wes Turner
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Random832
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Nick Coghlan
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Guido van Rossum
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects MRAB
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Georg Brandl
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Serhiy Storchaka
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Guido van Rossum
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Serhiy Storchaka
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Steven D'Aprano
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Wes Turner
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Nick Coghlan
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Andrew Barnert
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Serhiy Storchaka
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects Guido van Rossum
- [Python-ideas] Fwd: Re: Unambiguous repr for recursive objects
Wes Turner
- [Python-ideas] Deprecating the old-style sequence protocol
Andrew Barnert
- [Python-ideas] Deprecating the old-style sequence protocol
Nick Coghlan
- [Python-ideas] Deprecating the old-style sequence protocol Serhiy Storchaka
- [Python-ideas] Deprecating the old-style sequence protocol Andrew Barnert
- [Python-ideas] Deprecating the old-style sequence protocol
M.-A. Lemburg
- [Python-ideas] Deprecating the old-style sequence protocol
Guido van Rossum
- [Python-ideas] Deprecating the old-style sequence protocol Nick Coghlan
- [Python-ideas] Deprecating the old-style sequence protocol Sven R. Kunze
- [Python-ideas] Deprecating the old-style sequence protocol Andrew Barnert
- [Python-ideas] Deprecating the old-style sequence protocol Nick Coghlan
- [Python-ideas] Deprecating the old-style sequence protocol
Guido van Rossum
- [Python-ideas] Deprecating the old-style sequence protocol
Nick Coghlan
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol)
Brett Cannon
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol)
M.-A. Lemburg
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol)
Nick Coghlan
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Brett Cannon
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Alexander Walters
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Brett Cannon
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Michael Selik
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Wes Turner
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol) Wes Turner
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol)
Nick Coghlan
- [Python-ideas] Where to put non-collection ABCs (was: Deprecating the old-style sequence protocol)
M.-A. Lemburg
- [Python-ideas] Have max and min functions ignore None
Franklin? Lee
- [Python-ideas] Have max and min functions ignore None Chris Angelico
- [Python-ideas] Have max and min functions ignore None
Terry Reedy
- [Python-ideas] Have max and min functions ignore None Franklin? Lee
- [Python-ideas] Have max and min functions ignore None Andrew Barnert
- [Python-ideas] Have max and min functions ignore None
Steven D'Aprano
- [Python-ideas] Have max and min functions ignore None
Nick Coghlan
- [Python-ideas] Have max and min functions ignore None Chris Barker - NOAA Federal
- [Python-ideas] Have max and min functions ignore None Michael Selik
- [Python-ideas] Have max and min functions ignore None Steven D'Aprano
- [Python-ideas] Have max and min functions ignore None Michael Selik
- [Python-ideas] Have max and min functions ignore None
Nick Coghlan
- [Python-ideas] Have max and min functions ignore None
Gerald Britton
- [Python-ideas] Have max and min functions ignore None Michael Selik
Last message date:
Thu Dec 31 18:59:57 EST 2015
Archived on: Thu Dec 31 19:00:05 EST 2015
- Messages sorted by: [ subject ] [ author ] [ date ]
- More info on this list...
This archive was generated by Pipermail 0.09 (Mailman edition).