[issue16498] Unwanted link between volatile and shelve storage

2012-11-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> invalid status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue16498] Unwanted link between volatile and shelve storage

2012-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: Indeed. -- stage: -> committed/rejected status: pending -> closed ___ Python tracker ___ ___ Python-b

[issue16137] Using time.asctime() with an array with negative tm_hour causes Python Crash.

2012-11-18 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I recall a discussion in which it was argued that "look before you leap"-style argument checking that we implemented in py3k was a feature and backporting it to 2.x could potentially break code running on platforms with promiscuous (and possibly buggy) a

[issue15627] Add a method to importlib.abc.SourceLoader for converting source to a code object

2012-11-18 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- stage: test needed -> committed/rejected ___ Python tracker ___ ___ Python-bugs-li

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

2012-11-18 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue16499] CLI option for isolated mode

2012-11-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: -I looks as antonym to -i. This is good. See also related issue12238 and issue10496. Hint: if you refers to issue as issueXXX, you can see an issue title when hover mouse over link. -- nosy: +serhiy.storchaka __

[issue1500504] Alternate RFC 3986 compliant URI parsing module

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6500] urllib2 maximum recursion depth exceeded

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue7782] new test for test_iter.py

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4624570c1f19 by Ezio Melotti in branch '2.7': #7782: add a test for test_iter. http://hg.python.org/cpython/rev/4624570c1f19 New changeset d2054aa9bed4 by Ezio Melotti in branch '3.2': #7782: add a test for test_iter. http://hg.python.org/cpython/re

[issue7782] new test for test_iter.py

2012-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: I committed the patch as is. It run fast enough that I cannot notice any slowdown. -- assignee: -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.3, Python 3.4 -Python 2.6, Python 3.

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

2012-11-18 Thread Marco Amadori
Marco Amadori added the comment: > The question is: is this still necessary? Why exactly does > "posix_local" need this, and does it need it for Python 3.3, 3.4 etc? > Adding Carl to nosy, hoping he can shed some light on this. I hope to see the light on that too. ;-) Meanwhile, my problem was

[issue7855] Add test cases for ctypes/winreg for issues found in IronPython

2012-11-18 Thread Ezio Melotti
Ezio Melotti added the comment: I made the latest 3.x patch hg import-able and cleaned up a few nits (whitespace, naming conventions, and used assertIs). I have 2 comments though: 1) the winreg test is defined in Win64WinregTests. Is it specific to x64 or should it go in BaseWinregTests inst

[issue1284316] Win32: Security problem with default installation directory

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12886] datetime.strptime parses input wrong

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue12870] Regex object should have introspection methods

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13094] Need Programming FAQ entry for the behavior of closures

2012-11-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.4 ___ Python tracker ___ ___

[issue16506] devguide should have table of contents

2012-11-18 Thread Chris Jerdonek
New submission from Chris Jerdonek: Currently, the devguide does not have a table of contents. For example, clicking the "Table of Contents" link in the left column does nothing. My feeling is that a proper table of contents will make it easier to understand how the devguide is organized at

[issue16507] Patch selectmodule.c to support WSAPoll on Windows

2012-11-18 Thread Trent Nelson
New submission from Trent Nelson: Attached patch adds select.poll() support on Windows via WSAPoll. It's hacky; I was curious to see whether or not it could be done, and whether or not tulip's pollster would work with it. It compiles and works, but doesn't play very nicely with tulip. Also, j

[issue6308] termios fix for QNX breaks HP-UX

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9dd4638de73b by Stefan Krah in branch 'default': Issue #6308: Try to fix the termios build failure on HP-UX. http://hg.python.org/cpython/rev/9dd4638de73b -- nosy: +python-dev ___ Python tracker

[issue16507] Patch selectmodule.c to support WSAPoll on Windows

2012-11-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Related post: http://daniel.haxx.se/blog/2012/10/10/wsapoll-is-broken/ -- nosy: +pitrou ___ Python tracker ___ _

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: Note that 3e3bc84122d7 claims that RISCOS support was removed in 3.0. Skip removed some in 4d2aa4bfb2d6, and more in a2859ae89da9 and 4d2aa4bfb2d6. So I don't think that a deprecation release is necessary. Updating PEP 11 is still a good thing. -- _

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: The third rev should have bee 48a31b0bf501. These hg revision numbers are too error prone :-( -- ___ Python tracker ___ __

[issue12274] "Print window" menu on IDLE aborts whole application

2012-11-18 Thread Roger Serwy
Changes by Roger Serwy : -- dependencies: +Create a unittest framework for IDLE ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ceb0184c7f44 by Christian Heimes in branch 'default': RISCOS support has been removed a long time ago. Remove last remains in sys.flags code. #16501 can be closed, too. http://hg.python.org/cpython/rev/ceb0184c7f44 -- nosy: +python-dev ___

[issue15031] Split .pyc parsing from module loading

2012-11-18 Thread Nick Coghlan
Nick Coghlan added the comment: I thought about that, but decided that being able to hook the compilation step and the reading from the cache step without overriding get code completely is a separate design problem from providing a public API for reading the bytecode container format. --

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b74a93a2b8a by Christian Heimes in branch 'default': Remove sys.platform == 'riscos' checks from some Python and test files. #16501 http://hg.python.org/cpython/rev/6b74a93a2b8a -- ___ Python tracker

[issue6308] termios fix for QNX breaks HP-UX

2012-11-18 Thread Stefan Krah
Stefan Krah added the comment: Fixed in 2.7, 3.3 and 3.4. -- keywords: +buildbot nosy: +skrah resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Christian Heimes
Christian Heimes added the comment: I've removed the remaining ifdef from the sys.flags code, site.py and tests. The remaining code lines are 3rd party code. I'm not sure about the last two lines. $ find -name '*.[ch]' -or -name '*.py' | xargs grep -i riscos ./Modules/zlib/zutil.h:#if defined(

[issue16501] deprecate RISCOS "support"

2012-11-18 Thread Martin v . Löwis
Martin v. Löwis added the comment: application/riscos remains a valid MIME type, see http://www.iana.org/assignments/media-types/application/riscos I believe it's safe to remove the riscos modules from the Mac build process... -- ___ Python tracker

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

2012-11-18 Thread Chris Jerdonek
New submission from Chris Jerdonek: This issue is to add the "object" type to the list of types documented in the language reference's standard type hierarchy and the library reference's list of built-in types: http://docs.python.org/dev/reference/datamodel.html#the-standard-type-hierarchy htt

[issue15599] test_circular_imports() of test_threaded_import fails on FreeBSD 9.0

2012-11-18 Thread Stefan Krah
Stefan Krah added the comment: Not that it helps much, but here are recent failures on Windows and FreeBSD: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/5938/steps/test/logs/stdio http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/5936/steps/test/logs/std

[issue16498] Unwanted link between volatile and shelve storage

2012-11-18 Thread Terry Cooper
Terry Cooper added the comment: This is easy to reply to. You better believe I've tried printing gList1 and dBasis[163]. I've also scrapped a predecessor function named combo (which is included in the attachment) and written its successor, viz., "combine". I bent over backwards to make sure

[issue16506] devguide should have table of contents

2012-11-18 Thread Brett Cannon
Brett Cannon added the comment: The link does nothing because what is directly below the TOC link is the table of contents. There was originally a TOC but it was removed when it pushed too much of the quick start section off of the screen at initial load. You also don't want a large TOC as tha

[issue16506] devguide should have table of contents

2012-11-18 Thread Chris Jerdonek
Chris Jerdonek added the comment: > The link does nothing because what is directly below the TOC link is the > table of contents. Yes, that's the impression one gets when the link doesn't work. But the links below are just the sections for the current page rather than the table of contents f

[issue16498] Unwanted link between volatile and shelve storage

2012-11-18 Thread R. David Murray
R. David Murray added the comment: If it "got it" from dBasis[163] via item assignment (say gList1[i1][1] = dBasis[163]), then yes, Python remembers that. Names just hold pointers to objects, so after that assignment gList1[i1][1] points to the same object as dBasis[163] does. If that object

[issue16505] Drop Py_TPFLAGS_INT_SUBCLASS

2012-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf606c403f14 by Benjamin Peterson in branch 'default': remove unused flag (closes #16505) http://hg.python.org/cpython/rev/cf606c403f14 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected status: open -> clos

[issue16498] Unwanted link between volatile and shelve storage

2012-11-18 Thread Terry Cooper
Terry Cooper added the comment: Got your message before I got his. Thanks for the reference to python-list. -Original Message- >From: "R. David Murray" >Sent: Nov 18, 2012 9:39 PM >To: ttcoo...@indy.net >Subject: [issue16498] Unwanted link between volatile and shelve storage > > >R. Da

[issue16475] Support object instancing and recursion in marshal

2012-11-18 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue16509] sqlite3 docs do not explain check_same_thread

2012-11-18 Thread Daniel Micay
New submission from Daniel Micay: The sqlite3 documentation now includes a Multithreading section explaining issues with older sqlite versions, but still doesn't directly cover disabling check_same_thread beyond listing it as a possible parameter. As far as I can tell, reusing sqlite connectio

[issue16495] bytes_decode() unnecessarily examines encoding

2012-11-18 Thread Chris Jerdonek
Chris Jerdonek added the comment: Patch attached. The tests pass. -- keywords: +patch Added file: http://bugs.python.org/file28039/issue-16495-1-default.patch ___ Python tracker ___

<    1   2