[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16480> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16465] dict creation performance regression

2012-11-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16465> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15346] Tkinter extention modules have no documentation

2012-11-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue15346> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16490] "inspect.getargspec()" and "inspect.getcallargs()" don't work for builtins

2012-11-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16490> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16487] Allow ssl certificates to be speficfied from memory rather than files.

2012-11-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16487> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16500] Add an 'afterfork' module

2012-11-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16500> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16464] urllib.request: opener not resetting content-length

2012-11-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm agree with solution, see my comments in review for the patch. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/is

[issue16464] urllib.request: opener not resetting content-length

2012-11-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: Perhaps it's a bit new behavior and should be applied to 3.4 only. -- ___ Python tracker <http://bugs.python.org/is

[issue16538] The docs doesn't describe MAKE_CLOSURE correctly

2012-11-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- nosy: +asvetlov resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16474] More code coverage for imp module

2012-11-23 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16474> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16477] tarfile fails to close file handles in case of exception

2012-11-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16477> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16488] Add context manager support to epoll object

2012-11-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: +0 for patch -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16488> ___ ___ Python-bugs-list mailin

[issue16544] Add external link to ast docs

2012-11-23 Thread Andrew Svetlov
New submission from Andrew Svetlov: http://greentreesnakes.readthedocs.org/en/latest/index.html is excellent and comprehensive documentation for ast tree structures. It would be nice to incorporate that docs into stdlib documentation, but adding *see also* section is good enoigh as first step

[issue16544] Add external link to ast docs

2012-11-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: I've done it just now sending him message via bitbucket. -- ___ Python tracker <http://bugs.python.org/issue16544> ___ ___

[issue16554] The description of the argument of MAKE_FUNCTION and MAKE_CLOSURE is incorrect

2012-11-26 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch is better than current doc. Would you like to replace textual description of stack layout with some kind of ascii-art or table? I think it can be more readable. -- nosy: +asvetlov ___ Python tracker <h

[issue16464] urllib.request: opener not resetting content-length

2012-11-27 Thread Andrew Svetlov
Andrew Svetlov added the comment: Pushed. Thanks, Alexey. -- versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue16464> ___ ___ Pytho

[issue16464] urllib.request: opener not resetting content-length

2012-11-27 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: -> asvetlov resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-11-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue15716> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16323] Wrong C API documentation for locale encoding

2012-11-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- nosy: +asvetlov resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16323] Wrong C API documentation for locale encoding

2012-11-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Really I don't know what's better. Victor, what do you think? -- ___ Python tracker <http://bugs.python.org/issue16323> ___ __

[issue16557] PEP 380 isn't reflected in the Functional Programming HOWTO

2012-11-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue16474] More code coverage for imp module

2012-11-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think nothing bad to push additional tests into 3.3 also. -- ___ Python tracker <http://bugs.python.org/issue16474> ___ ___

[issue11076] Iterable argparse Namespace

2012-11-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, looks like it work already was done. Reverting: c008f070f88a 814403d824a5 ddcf09a348ca -- nosy: +asvetlov resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed _

[issue16477] tarfile fails to close file handles in case of exception

2012-11-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Serhiy -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16323] Wrong C API documentation for locale encoding

2012-11-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Removed bad sentence. -- ___ Python tracker <http://bugs.python.org/issue16323> ___ ___ Python-bugs-list mailing list Unsub

[issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so

2012-11-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think it should not be fixed in 2.7, so I guess to close the issue as wontfix. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue15989] Possible integer overflow of PyLong_AsLong() results

2012-11-29 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue15989> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so

2012-11-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Pushed doc patch. Nick, is it good for you? -- Added file: http://bugs.python.org/file28159/issue16194.diff ___ Python tracker <http://bugs.python.org/issue16

[issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so

2012-11-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Documentation is fixed, behavior cannot be changed. Close the issue -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10589] I/O ABC docs should specify which methods have implementations

2012-11-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: Updated the patch. Is it ok now? -- nosy: +asvetlov Added file: http://bugs.python.org/file28166/issue10589.diff ___ Python tracker <http://bugs.python.org/issue10

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2012-12-02 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue13120> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

2012-12-02 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16049> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed

2012-12-02 Thread Andrew Svetlov
New submission from Andrew Svetlov: GvR in http://mail.python.org/pipermail/python-ideas/2012-November/017991.html has requested for improving pdb to jump over yield instead of following it. -- components: Library (Lib) messages: 176815 nosy: asvetlov, gvanrossum priority: normal

[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed

2012-12-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: Patch attached. It modifies "next", "return" and "until" commands behavior when they are executed if current debugged function is generator. 1. "next" skips stack unwindind if yield tries to follow it. Now it goes just

[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context

2012-12-02 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- title: Skip stack unwinding when "next", "until" and "return" pdb commands executed -> Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context

[issue16434] SocketServer call shutdown in the wrong way

2012-12-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: request should be socket.socket instance which definitely has shutdown method accepting socket.SHUT_WR. I guest the problem not in stdlib but in your code or maybe in the Paste (I'm not familiar with it,

[issue16434] SocketServer call shutdown in the wrong way

2012-12-02 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: needs patch -> test needed ___ Python tracker <http://bugs.python.org/issue16434> ___ ___ Python-bugs-list mailing list Un

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2012-12-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: Uploaded updated cumulative patch. Can we apply the patch to 3.2 or at least to 3.3? I see nothing wrong with it, but I'm ok with pushing to 3.4 only if we want to be extra careful. -- assignee: -> asvetlov versions: +Python 3.4 Added fi

[issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)

2012-12-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: After trying to make patch I've realized — better to leave current behavior as is and change documentation only. -- ___ Python tracker <http://bugs.python.org/is

[issue16582] Tkinter calls SystemExit with string

2012-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks for report. The patch is really trivial, but I don't sure if it can be applied to released python versions. -- keywords: +patch nosy: +asvetlov Added file: http://bugs.python.org/file28198/issue16582

[issue16583] Tkinter nested SystemExit

2012-12-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks for report. As tkinter code is not processed via 2to3 tool now, I've fixed tkinter/__init__.py and like to close the issue. If there are problems in 2to3 please open new ticket dedicated to 2to3 tool only, not related to tk

[issue16492] Add a load_parents argument to importlib.find_loader()

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16494] Add a method on importlib.SourceLoader for creating bytecode file format/container

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16494> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16495] bytes_decode() unnecessarily examines encoding

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16496] Simplify and optimize random_seed()

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16496> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16499] CLI option for isolated mode

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16499> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16511] IDLE configuration file: blank height and width fields trip up IDLE

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16511> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16531] Allow IPNetwork to take a tuple

2012-12-03 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16531> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context

2012-12-04 Thread Andrew Svetlov
Andrew Svetlov added the comment: Rename skip_yield to skipyield -- Added file: http://bugs.python.org/file28205/issue16596_v2.diff ___ Python tracker <http://bugs.python.org/issue16

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2012-12-04 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16123] IDLE - deprecate running without a subprocess

2012-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think that usage is not officially supported, so we cannot grant this way will work forever. -- ___ Python tracker <http://bugs.python.org/issue16

[issue15346] Tkinter extention modules have no documentation

2012-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Patch is welcome! -- ___ Python tracker <http://bugs.python.org/issue15346> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16612] Integrate "Argument Clinic" specialized preprocessor into CPython trunk

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16612> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8865] select.poll is not thread safe

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue8865> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12268] file readline, readlines & readall methods can lose data on EINTR

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue12268> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16602] weakref can return an object with 0 refcount

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14913] tokenize the source to manage Pdb breakpoints

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14728] trace function not set, causing some Pdb commands to fail

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14728> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14743] on terminating, Pdb debugs itself

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14743> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16180] cannot quit pdb when there is a syntax error in the debuggee (must kill it)

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16180> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13044] pdb throws AttributeError at end of debugging session

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue13044> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14912] Pdb does not stop at a breakpoint after a restart command and source changes

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14912> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16482] pdb.set_trace() clobbering traceback on error

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16482> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9633] pdb go stack up/down

2012-12-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue9633> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2012-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Will take a look. -- ___ Python tracker <http://bugs.python.org/issue13120> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2012-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Failed test is skipped if there are no threads. Thanks for report, Stefan! -- ___ Python tracker <http://bugs.python.org/issue13

[issue13044] pdb throws AttributeError at end of debugging session

2012-12-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Do we need to fix it at all? On finalizing pdb can stop working at some time, but debugging on finalization stage can be still useful in certain cases. Xavier, your proposition noticeably changes current behavior as I understand it. For now set_trace() works

[issue10589] I/O ABC docs should specify which methods have implementations

2012-12-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed in a58204570a7c, 3cb85250a0a3, 93742b046519. -- assignee: stutzbach -> asvetlov resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://

[issue16580] Add examples to int.to_bytres and int.from_bytes

2012-12-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Your example is comprehensive but not simple and obvious. I think better to keep it out of doc. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue16633] os.environ updates only one copy of env vars under Windows (GetEnvironmentVariable vs. getenv)

2012-12-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think the problem is: windows process can contain single shared win32 API and several CRT copies — one for Visual Studio 2008, other for VS 2010 etc. We cannot know which CRT version is used by particular extension, so I doubt we can initialize it properly

[issue16495] bytes_decode() unnecessarily examines encoding

2012-12-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- ___ Python tracker <http://bugs.python.org/issue16495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16598] Docs: double newlines printed in some file iteration examples

2012-12-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed, except whatsnew files. That ones should be untouched from my perspective — the issue is not bugfix but improvement and I see no reason why we need to backedit whatsnew for old outdated versions. Changesetes fed7306f26ce, 268ead8ae46b, 9e4b003a4d7a

[issue16648] stdib should use new exception types from PEP 3151

2012-12-08 Thread Andrew Svetlov
New submission from Andrew Svetlov: http://www.python.org/dev/peps/pep-3151 define exception classes like ConnectionError and BrokenPipeError We need to refactor stdlib to use that shiny new exceptions instead of checking errno values if possible. Also maybe we need to add some absent

[issue16648] stdib should use new exception types from PEP 3151

2012-12-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Please, feel free to add me in nosylist for any issue related to this one. -- ___ Python tracker <http://bugs.python.org/issue16

[issue16650] Popen._internal_poll() references errno.ECHILD outside of the local scope

2012-12-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch LGTM. About _handle_exitstatus: I guess nothing wrong to fix it also. -- ___ Python tracker <http://bugs.python.org/issue16

[issue16651] Find out what stdlib modules lack a pure Python implementation

2012-12-09 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16651> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16582] Tkinter calls SystemExit with string

2012-12-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2012-12-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close the issue as duplicate for #16490 -- nosy: +asvetlov resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> "inspect.getargspec()" and "inspect.getcallargs(

[issue16612] Integrate "Argument Clinic" specialized preprocessor into CPython trunk

2012-12-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: How Argument Clinic solves problems like #16490? -- ___ Python tracker <http://bugs.python.org/issue16612> ___ ___ Python-bug

[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

2012-12-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- ___ Python tracker <http://bugs.python.org/issue16049> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16667] timezone docs need "versionadded: 3.2"

2012-12-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: I've reworded patch a bit and made it based on 3.2 for easier merging. -- nosy: +asvetlov Added file: http://bugs.python.org/file28302/issue16667_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue16667] timezone docs need "versionadded: 3.2"

2012-12-13 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue16667> ___ ___ Python-bugs-list mai

[issue16670] Point class may be not be a good example for namedtuple

2012-12-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: +1 for leaving the doc as is -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16670> ___ ___ Python-bugs-list m

[issue16666] docs wrongly imply socket.getaddrinfo takes keyword arguments in 2.x

2012-12-13 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue1> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

2012-12-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done. I prefer to leave existing class order in documentation. In general I agree with Eric that ABC should be before ABCMeta in the doc but now it has formalized as helper for metaclass with very short documentation. To put ABC first we need to transplate

[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

2012-12-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Bruno. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1818] Add named tuple reader to CSV module

2012-12-13 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue1818> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16421] importlib.machinery.ExtensionFileLoader cannot load several modules from the same shared object

2012-12-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Sorry for delay. Thanks, Vaclav! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16584] unhandled IOError filecmp.cmpfiles() if file not readable

2012-12-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: The error can be reproduced for 2.7 and 3.2. Starting from 3.3 os.error and IOError both aliases for OSError and patch doesn't needed. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/is

[issue16678] optparse: parse only known options

2012-12-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: +1 for closing as "won't fix" -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16678> ___ ___

[issue16421] importlib.machinery.ExtensionFileLoader cannot load several modules from the same shared object

2012-12-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Antoine, you are right: foo and bar was bad names. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue16597] file descriptor not being closed with context manager on IOError when device is full

2012-12-15 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16597> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16601] Restarting iteration over tarfile continues from where it left off.

2012-12-15 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16601> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16647] LMTP.connect() loses socket error details

2012-12-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Serhiy. -- nosy: +asvetlov resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: asvetlov components: Library (Lib) nosy: asvetlov priority: normal severity: normal status: open title: Get rid of select.error in stdlib. Use OSError instead type: enhancement versions: Python 3.4 ___ Python

[issue16648] stdib should use new exception types from PEP 3151

2012-12-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Get rid of select.error in stdlib. Use OSError instead ___ Python tracker <http://bugs.python.org/issue16

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-17 Thread Andrew Svetlov
New submission from Andrew Svetlov: Probably it is long enough work and should be done in several iteration after converting all exceptions like IOError, EnvironmentError, WindowsError, mmap.error, socket.error and select.error to OSError. -- assignee: asvetlov components: Library

[issue16648] stdib should use new exception types from PEP 3151

2012-12-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Use concrete classes inherited from OSError instead of errno check ___ Python tracker <http://bugs.python.org/issue16

[issue16706] Get rid of os.error. Use OSError instead

2012-12-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: asvetlov components: Library (Lib) nosy: asvetlov priority: normal severity: normal status: open title: Get rid of os.error. Use OSError instead type: behavior versions: Python 3.4 ___ Python tracker <h

<    18   19   20   21   22   23   24   25   26   >