[issue23623] Python 3.5 docs need to clarify how to set PATH, etc

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23623> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23517] datetime.utcfromtimestamp parses timestamps incorrectly

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23517> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24492] using custom objects as modules: AttributeErrors new in 3.5

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24120] pathlib.(r)glob stops on PermissionDenied exception

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24120> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24195] Add `Executor.filter` to concurrent.futures

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24195> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17546] Document the circumstances where the locals() dict get updated

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17546> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17960] Clarify the required behaviour of locals()

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17960> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19979] Missing nested scope vars in class scope (bis)

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue19979> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6839] zipfile can't extract file

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue6839> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24329] __qualname__ and __slots__

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24329> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22872] multiprocessing.Queue raises AssertionError

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22872> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22625] When cross-compiling, don’t try to execute binaries

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22625> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23699] Add a macro to ease writing rich comparisons

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23699> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24056] Better expose closure, generator & coroutine status of functions

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24056> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23572] functools.singledispatch fails when "not BaseClass" is True

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15582] Enhance inspect.getdoc to follow inheritance chains

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue15582> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11477] Incorrect operand precedence when implementing sequences in C

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue11477> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22555] Tracking issue for adjustments to binary/text boundary handling

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22555> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11145] '%o' % user-defined instance

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue11145> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24053] Define EXIT_SUCCESS and EXIT_FAILURE constants in sys

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24053> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24165] Free list for single-digits ints

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24165> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24045] Behavior of large returncodes (sys.exit(nn))

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24045> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24052] sys.exit(code) returns "success" to the OS for some nonzero values of code

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24052> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14376] sys.exit documents argument as "integer" but actually requires "subtype of int"

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue14376> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21327] socket.type value changes after using settimeout()

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue21327> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23987] docs about containers membership testing wrong for broken objects

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23987> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15443] datetime module has no support for nanoseconds

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue15443> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10757] zipfile.write, arcname should be allowed to be a byte string

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue10757> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23655] Memory corruption using pickle over pipe to subprocess

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23655> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21076] Turn signal.SIG* constants into enums

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue21076> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18173] Add MixedTypeKey to reprlib

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue18173> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22698] Add constants for ioctl request codes

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22698> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23556] Scope for raise without argument is different in Python 2 and 3

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23556> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23591] Add IntFlags

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- resolution: -> rejected stage: patch review -> status: open -> closed ___ Python tracker <http://bugs.python.or

[issue15873] datetime: add ability to parse RFC 3339 dates and times

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue15873> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12067] Doc: remove errors about mixed-type comparisons.

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue12067> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17352] Be clear that __prepare__ must be declared as a class method

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17352> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23455] file iterator "deemed broken"; can resume after StopIteration

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23455> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17576] PyNumber_Index() is not int-subclass friendly (or operator.index() docos lie)

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17576> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17963] Deprecate the frame hack for implicitly getting module details

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17963> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12029] Catching virtual subclasses in except clauses

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue12029> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8075] Windows (Vista/7) install error when choosing to compile .py files

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue8075> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17422] language reference should specify restrictions on class namespace

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17422> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20773] Improve docs for DynamicClassAttribute

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- assignee: ethan.furman -> nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue20773> ___ ___ Python-bugs-list mai

[issue22123] Provide a direct function for types.SimpleNamespace()

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22123> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23123] Only READ support for Decimal in json

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23123> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22680] Blacklist FunctionTestCase from test discovery

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22680> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22867] document behavior of calling atexit.register() while atexit._run_exitfuncs is running

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22867> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22873] Re: SSLsocket.getpeercert - return ALL the fields of the certificate.

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22873> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22806] regrtest: add switch -c to run only modified tests

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22806> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17900] Recursive OrderedDict pickling

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17900> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22790] some class attributes missing from dir(Class)

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22790> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6549] ttk.Style -- minor issues with element_names and configure

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- versions: +Python 3.5 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue6549> ___ ___ Python-bug

[issue22656] `help` ignores `__doc__` of descriptors

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22656> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22738] improve 'python -h' documentation for '-c'

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22738> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue1820> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22297] 2.7 json encoding broken for enums

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22297> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20092] type() constructor should bind __int__ to __index__ when __index__ is defined and __int__ is not

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue20092> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22121] IDLE should start with HOME as the initial working directory

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue22121> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17421] Drop restriction that meta.__prepare__() must return a dict (subclass)

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17421> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17044] Implement PEP 422: Simple class initialisation hook

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue17044> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21406] Some socket constants are not enums

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/issue21406> ___ ___ Python-bugs-list

[issue16508] include the "object" type in the lists of documented types

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue16508> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10614] ZipFile: add a filename_encoding argument

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue10614> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20543] ** operator does not overflow to inf

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue20543> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19404] Simplify per-instance control of help() output

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue19404> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19239] add inspect functions to retrieve attributes from both old dir() and overridden dir()

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue19239> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18334] type(name, bases, dict) does not call metaclass' __prepare__ attribute

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue18334> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19624] Switch constants in the errno module to IntEnum

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- resolution: -> rejected stage: needs patch -> status: open -> closed ___ Python tracker <http://bugs.python.org/issue19624> ___ ___

[issue19667] Add the "htmlcharrefreplace" error handler

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue19667> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16310] zipfile: allow surrogates in filenames

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue16310> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue10972> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23640] int.from_bytes() is broken for subclasses

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- assignee: ethan.furman -> nosy: -ethan.furman title: Enum.from_bytes() is broken -> int.from_bytes() is broken for subclasses ___ Python tracker <http://bugs.python.org/i

[issue18968] Find a way to detect incorrectly skipped tests

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue18968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23325] Turn SIG_DFL and SIG_IGN into functions

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23325> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- resolution: -> not a bug stage: patch review -> status: open -> closed ___ Python tracker <http://bugs.python.o

[issue23591] Add IntFlags

2015-07-21 Thread Ethan Furman
Ethan Furman added the comment: My experience is that a module maintainer, or somebody claiming to speak for the module maintainer, can close any issue in their area at any time regardless of the number of core devs in favor of a change. Whatever. I'll leave this open and write up a sp

[issue24756] doctest run_docstring_examples does have an obvious utility

2015-07-30 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker <http://bugs.python.org/issue24756> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24756] doctest run_docstring_examples does have an obvious utility

2015-07-30 Thread Ethan Furman
Ethan Furman added the comment: Looks good to me. -- ___ Python tracker <http://bugs.python.org/issue24756> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-07-31 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker <http://bugs.python.org/issue24766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-07-31 Thread Ethan Furman
Ethan Furman added the comment: Looks good so far. Let's get some tests in place. -- stage: -> test needed type: -> behavior versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker <http://bugs.python.org/issue24773> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24840] implement bool conversion for enums to prevent odd edge case

2015-08-11 Thread Ethan Furman
Ethan Furman added the comment: Thanks for finding that, Mike. I'll review and merge in the next few days. -- assignee: -> ethan.furman stage: -> patch review ___ Python tracker <http://bugs.python.

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-08-14 Thread Ethan Furman
Ethan Furman added the comment: Larry, can we get this into 3.5? I'll create a pull-request in a couple days. -- nosy: +larry ___ Python tracker <http://bugs.python.org/is

[issue24897] Add new attribute decorator (akin to property)?

2015-08-19 Thread Ethan Furman
Ethan Furman added the comment: Could you give an actual use-case demo, and how it's different from @property? Could just be that I'm tired, but I'm not seeing the advantages of @attribute. -- nosy: +ethan.furman ___ Python

[issue23496] Steps for Android Native Build of Python 3.4.2

2015-09-16 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue23496> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24773] Add local time disambiguation flag to datetime

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue24773> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
New submission from Ethan Furman: Pulling in collections.OrderedDict has a significant startup cost (from what I've heard, and can easily believe by glancing at all the imports in collections.__init__). By keeping a separate list for the Enum member names using Enum in the stdlib be

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- keywords: +patch Added file: http://bugs.python.org/file40489/issue25147.stoneleaf.01.patch ___ Python tracker <http://bugs.python.org/issue25

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
Ethan Furman added the comment: Is pulling in `_collections` not as resource intensive as pulling in `collections`? -- ___ Python tracker <http://bugs.python.org/issue25

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
Ethan Furman added the comment: _collections sounds cool, but the flip side is any python without the C implemntation would still have the slower startup, right? No, I don't have measurements -- just that I have heard importing collections can have an effect on startup time. Of course,

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
Ethan Furman added the comment: In that case I'll go with _collections; if performance does become an issue with other pythons later we can add the caching property. Thanks for all the insights. -- ___ Python tracker <http://bugs.py

[issue25155] datetime.datetime.now() raises

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue25155> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25147] Enum: remove dependency on OrderedDict

2015-09-17 Thread Ethan Furman
Ethan Furman added the comment: Serhiy, your objection is noted, thank you. -- ___ Python tracker <http://bugs.python.org/issue25147> ___ ___ Python-bugs-list m

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -larry ___ Python tracker <http://bugs.python.org/issue24766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-09-17 Thread Ethan Furman
Ethan Furman added the comment: ethan@code:~/source/python/issue25147$ ./python -m test.regrtest -R3:3 test_property [1/1] test_property Eggs # from print() inside test beginning 6 repetitions 123456 Spam # the new value from the previous run seems stuck test test_property failed

[issue24766] Subclass of property doesn't preserve instance __doc__ when using doc= argument

2015-09-18 Thread Ethan Furman
Ethan Furman added the comment: Thanks for checking that out, Erik. I was hoping it was a testing issue, but I ran out of time to verify. -- ___ Python tracker <http://bugs.python.org/issue24

[issue25417] Minor typo in Path.samefile docstring

2015-10-15 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker <http://bugs.python.org/issue25417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25417] Minor typo in Path.samefile docstring

2015-10-15 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker <http://bugs.python.org/issue25417> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    11   12   13   14   15   16   17   18   19   >