[issue7347] Add {Create|Delete}KeyEx to _winreg, doc and test updates

2010-03-31 Thread Brian Curtin
Brian Curtin added the comment: Gabriel, besides the *Ex naming, do you see anything wrong with the rest of the patch? I'd like to try and get this into 2.7 before the upcoming beta. -- ___ Python tracker <http://bugs.python.org/i

[issue1578269] Add os.symlink() and os.path.islink() support for Windows

2010-03-31 Thread Brian Curtin
Brian Curtin added the comment: One last issue to solve before this goes in and I start the backport...test_tarfile.test_extract_hardlink is intermittently failing for me, which was an issue for Eric and I on an earlier version of Jason's patch. Sometimes it fails when run as a part o

[issue8277] ElementTree won't parse comments

2010-04-01 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue8277> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue8280] urllib2 passes fragment identifier to server

2010-04-01 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +orsenthil versions: -Python 2.5, Python 3.3 ___ Python tracker <http://bugs.python.org/issue8280> ___ ___ Python-bugs-list m

[issue2810] _winreg.EnumValue fails when the registry data includes multibyte unicode characters

2010-04-01 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue2810> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8282] Windows uninstaller requests admin access for unindentified program

2010-04-01 Thread Brian Curtin
Brian Curtin added the comment: This is a known issue which is fixed in Windows Installer 5.0. See http://blogs.msdn.com/heaths/archive/2009/02/02/changes-to-package-caching-in-windows-installer-5-0.aspx One sentence summary snippet: "But during uninstall, packages would di

[issue3778] python uninstaller leave registry entries

2010-04-01 Thread Brian Curtin
Brian Curtin added the comment: Confirmed on 3.x. -- versions: +Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue3778> ___ ___ Python-bug

[issue3778] python uninstaller leave registry entries

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: See PC/_msi.c, Lib/msilib, and Tools/msi -- ___ Python tracker <http://bugs.python.org/issue3778> ___ ___ Python-bugs-list mailin

[issue1220212] os.kill on windows

2010-04-02 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file16704/issue1220212.patch ___ Python tracker <http://bugs.python.org/issue1220212> ___ ___ Python-bug

[issue1220212] os.kill on windows

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: Michael, do you have an example of something which returns a handle? This current patch doesn't work with handles, but it wouldn't be hard to add it. I could make it work with the _handle object of a Popen object, but you could just as easily call

[issue7347] Add {Create|Delete}KeyEx to _winreg, doc and test updates

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: Committed to trunk in r79620. I'll do the forward port after 2.7b1. -- stage: patch review -> committed/rejected ___ Python tracker <http://bugs.python.or

[issue1220212] os.kill on windows

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: Committed to trunk in r79633 after talking with Michael about it. I'll forward port it after the 2.7 beta goes out. -- assignee: -> brian.curtin stage: -> committed/rejected type: -> feature request

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: Do you have a test case which can reproduce the issue? -- nosy: +brian.curtin stage: -> test needed type: crash -> behavior ___ Python tracker <http://bugs.python.org/

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-04-02 Thread Brian Curtin
Brian Curtin added the comment: You might want to take a look here: http://jessenoller.com/2009/01/08/multiprocessingpool-and-keyboardinterrupt/ -- ___ Python tracker <http://bugs.python.org/issue8

[issue8304] strftime and Unicode characters

2010-04-04 Thread Brian Curtin
Changes by Brian Curtin : -- versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/issue8304> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1220212] os.kill on windows

2010-04-05 Thread Brian Curtin
Brian Curtin added the comment: How about something like this patch? -- Added file: http://bugs.python.org/file16765/faq_update.diff ___ Python tracker <http://bugs.python.org/issue1220

[issue8317] test_tarfile fails intermittently on Windows

2010-04-05 Thread Brian Curtin
Brian Curtin added the comment: So far I've only seen this with os.symlink from #1578269 applied, but I will try more runs on a vanilla py3k to see if I can catch it. -- components: +Windows nosy: +brian.curtin stage: -> needs patch type: -&g

[issue8317] test_tarfile fails intermittently on Windows

2010-04-05 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> invalid ___ Python tracker <http://bugs.python.org/issue8317> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1572968] release GIL while doing I/O operations in the mmap module

2010-04-06 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue1572968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-04-06 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +jnoller ___ Python tracker <http://bugs.python.org/issue8296> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2810] _winreg.EnumValue fails when the registry data includes multibyte unicode characters

2010-04-07 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin priority: -> normal stage: -> needs patch versions: -Python 2.4, Python 2.5, Python 3.3 ___ Python tracker <http://bugs.python.o

[issue2810] _winreg.EnumValue fails when the registry data includes multibyte unicode characters

2010-04-07 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: brian.curtin -> ___ Python tracker <http://bugs.python.org/issue2810> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8334] winreg.QueryValue should return bytes, not unicode

2010-04-07 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Extension Modules -Library (Lib) nosy: +brian.curtin priority: -> normal ___ Python tracker <http://bugs.python.org/iss

[issue8340] bytearray undocumented on trunk

2010-04-07 Thread Brian Curtin
New submission from Brian Curtin : It looks like the bytearray documentation wasn't backported when the bytearray code was. See Doc/library/functions.rst -- assignee: georg.brandl components: Documentation messages: 102576 nosy: brian.curtin, georg.brandl severity: normal stage:

[issue8342] Python fails to run if launched from NTFS symlink and DLL not in PATH

2010-04-07 Thread Brian Curtin
Brian Curtin added the comment: I have this fixed locally in a version of your os.symlink patch. The solution is to add the directory sys.executable is from to os.environ["Path"], then that test should pass the custom environment when the subprocess is created. I meant to update

[issue8345] missing method MatchObject.groups in re module doc

2010-04-08 Thread Brian Curtin
Brian Curtin added the comment: Thanks for reporting this. Fixed in r79906. -- assignee: georg.brandl -> brian.curtin nosy: +brian.curtin -georg.brandl priority: -> normal resolution: -> fixed stage: -> committed/rejected status: open -> closed typ

[issue8355] diff.py produce unified format by default

2010-04-09 Thread Brian Curtin
Brian Curtin added the comment: I'm with Eric, -0. I don't really think the change is necessary. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.

[issue7334] ElementTree: file locking in Jython 2.5 (OSError on Windows)

2010-04-09 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue7334> ___ ___ Python-bugs-list mailing list Unsubscribe:

Re: [issue8355] diff.py produce unified format by default

2010-04-10 Thread Brian Curtin
On 2010-04-09, Eric Smith wrote: > > Eric Smith added the comment: > > I tried -p1 and it failed, but no matter. The contents were clear enough, > and exactly how I would have changed the code. > > $ patch -p1 < 8355.diff-py-unified-by-default.diff > patching file Tools/scripts/diff.py > Hunk #1

[issue8378] PYTHONSTARTUP broken on Windows

2010-04-12 Thread Brian Curtin
Changes by Brian Curtin : -- components: +IDLE, Windows nosy: +brian.curtin priority: -> normal ___ Python tracker <http://bugs.python.org/issue8378> ___ _

[issue1220212] os.kill on windows

2010-04-12 Thread Brian Curtin
Brian Curtin added the comment: Ported to py3k in r80008. FAQ text updated in r80009 and r80010. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue6692] asyncore kqueue support

2010-04-12 Thread Brian Curtin
Changes by Brian Curtin : -- versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue6692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8364] Update site.setquit docstring

2010-04-12 Thread Brian Curtin
Brian Curtin added the comment: Committed in r80022 and r80023. Thanks. -- assignee: -> brian.curtin nosy: +brian.curtin priority: -> normal resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior

[issue7306] Patch - skip winsound tests if no default sound is configured

2010-04-12 Thread Brian Curtin
Brian Curtin added the comment: Committed in r80026-r80029. -- assignee: -> brian.curtin resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.pytho

[issue8385] _winreg remaining in test_winsound

2010-04-13 Thread Brian Curtin
Brian Curtin added the comment: Whoops, thanks for catching that, Tim. Fixed in r80044 and 80046. -- assignee: -> brian.curtin nosy: +brian.curtin priority: -> normal resolution: -> fixed stage: -> committed/rejected status: op

[issue8355] diff.py produce unified format by default

2010-04-13 Thread Brian Curtin
Brian Curtin added the comment: > Don't you want to add a recommendation to use diff.py tool so > that Windows users can also send patches? > http://python.org/dev/patches/ We could add that note but it should not be a recommendation. Patches should ideally be generated using

[issue2554] test_ioctl failed Python 2.6a2 Solaris 10 SUN C

2010-04-13 Thread Brian Curtin
Brian Curtin added the comment: Removing 2.5 as it's only receiving security fixes. -- nosy: +brian.curtin versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/i

[issue8355] diff.py produce unified format by default

2010-04-13 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue8355> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8394] ctypes.dlopen() doesn't support surrogates

2010-04-13 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> theller components: +ctypes nosy: +theller stage: -> unit test needed type: -> behavior ___ Python tracker <http://bugs.python.o

[issue8405] Improve test_os._kill (failing on slow machines)

2010-04-14 Thread Brian Curtin
New submission from Brian Curtin : test_os._kill is used by test_kill_sigterm and test_kill_int and is failing on a slow Windows buildbot due to timing issues between the process starting and the signal being sent. I've checked in a few small time.sleep hacks in the meantime to see if

[issue7863] platform module doesn't detect Windows 7

2010-04-21 Thread Brian Curtin
Brian Curtin added the comment: Any thoughts on this last bit about using the registry to identify between workstation and server? -- ___ Python tracker <http://bugs.python.org/issue7

[issue7863] platform module doesn't detect Windows 7

2010-04-21 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file16371/issue7863.diff ___ Python tracker <http://bugs.python.org/issue7863> ___ ___ Python-bugs-list m

[issue7863] platform module doesn't detect Windows 7

2010-04-21 Thread Brian Curtin
Brian Curtin added the comment: Updated patch to remove the function. MSDN says nothing about available registry keys or their information, at least from what I could tell. I guess it is possible that future versions might not have the value we are looking for, but I kind of doubt that, plus

[issue7347] Add {Create|Delete}KeyEx to _winreg, doc and test updates

2010-04-21 Thread Brian Curtin
Brian Curtin added the comment: Ported to py3k in r80329. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8497] Technology and Licensing Related Query

2010-04-21 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue8497> ___ ___ Python-bugs-list

[issue7838] Undocumented subprocess functions on Windows

2010-04-24 Thread Brian Curtin
Brian Curtin added the comment: Fixed with r80439-r80442. -- assignee: georg.brandl -> brian.curtin components: +Extension Modules -Documentation resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed __

[issue8521] Allow some winreg functions to accept keyword arguments

2010-04-24 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: brian.curtin components: Extension Modules, Windows nosy: brian.curtin priority: normal severity: normal stage: needs patch status: open title: Allow some winreg functions to accept keyword arguments type: feature request versions: Python 3.2

[issue5774] _winreg.OpenKey() is documented with keyword arguments, but doesn't take them

2010-04-24 Thread Brian Curtin
Brian Curtin added the comment: I changed the documentation to reflect that OpenKey, CreateKeyEx, and DeleteKeyEx (latter two are 2.7/3.2 only) do not take keyword arguments, but they have default values. Done in r80445-r80448. I created a feature request in #8521 to implement keyword

[issue8521] Allow some winreg functions to accept keyword arguments

2010-04-24 Thread Brian Curtin
Brian Curtin added the comment: Here's an expanded version of that patch to include two newer functions, plus docs and test. The doc might need work on those signatures -- there was some discussion on IRC about how keyword arguments should be documented. -- stage: needs

[issue8521] Allow some winreg functions to accept keyword arguments

2010-04-24 Thread Brian Curtin
Brian Curtin added the comment: Forgot to attach the patch... -- keywords: +patch Added file: http://bugs.python.org/file17073/issue8521.diff ___ Python tracker <http://bugs.python.org/issue8

[issue8532] Refinements to Python 3 New GIL

2010-04-25 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +nirai stage: -> patch review ___ Python tracker <http://bugs.python.org/issue8532> ___ ___ Python-bugs-list mailing list Un

[issue8553] 2to3 breaks relative imports

2010-04-27 Thread Brian Curtin
Brian Curtin added the comment: I believe sandbox/trunk/2to3 is the right spot. The patch seems ok to me, but Benjamin will probably want a look. -- nosy: +benjamin.peterson, brian.curtin ___ Python tracker <http://bugs.python.org/issue8

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread Brian Curtin
Brian Curtin added the comment: Did you compile Python yourself or did this come on your OS? The comment in the traceback pretty much says it all. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue8

[issue2810] _winreg.EnumValue sometimes raises WindowsError ("More data is available")

2010-04-27 Thread Brian Curtin
Brian Curtin added the comment: test_changing_value is giving inconsistent results when the _winreg.c patch is not applied. It mostly fails on QueryValue, sometimes on EnumValue, and about 1/10 times the test does not fail at all. Ideally the tests should not use threads -- can the same

[issue2810] _winreg.EnumValue sometimes raises WindowsError ("More data is available")

2010-04-27 Thread Brian Curtin
Brian Curtin added the comment: After a quick glance, the _winreg.c changes look ok. I'll try to fit in a review shortly. -- ___ Python tracker <http://bugs.python.org/i

[issue7582] [patch] diff.py to use iso timestamp

2010-04-28 Thread Brian Curtin
Brian Curtin added the comment: 2.7 is now frozen as far as new features go. It's still good for 3.2. I think this is ready to go, so I'll probably commit it later in the day. -- versions: -Python 2.7 ___ Python tracker <http://bu

[issue8569] Upgrade OpenSSL in Windows builds

2010-04-29 Thread Brian Curtin
Brian Curtin added the comment: Tools/buildbot/external-common.bat does the checkout of OpenSSL 0.9.8l from svn.python.org/projects/external. What does it take to put a new 1.x version out there? -- ___ Python tracker <http://bugs.python.

[issue8575] Update/reorganize _winreg documentation

2010-04-29 Thread Brian Curtin
New submission from Brian Curtin : This patch cleans up the use of a few external MSDN links, adds a bunch of constants which were previously undocumented, and reorganizes a table to fit in with those constants. Patch uploaded to http://codereview.appspot.com/969045 for review

[issue8557] subprocess PATH semantics and portability

2010-04-30 Thread Brian Curtin
Brian Curtin added the comment: You could take the "(VS8.5)" part out of the link which will give the latest version, which may not always be the relevant version (although I doubt this specific API would change). That's about the best permalink-like feature you'll find,

[issue8579] Add missing tests for FlushKey, LoadKey, and SaveKey in winreg

2010-04-30 Thread Brian Curtin
New submission from Brian Curtin : Per the comment at the top of Lib/test/test_winreg.py, FlushKey, LoadKey, and SaveKey are currently untested. I have a minimal patch worked up. I'll expand on it and upload shortly. -- assignee: brian.curtin components: Extension Modules, Wi

[issue8525] Small enhancement to help()

2010-04-30 Thread Brian Curtin
Brian Curtin added the comment: Minor correction to the last comment: 3.2 is not in beta nor feature freeze. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue8

[issue8583] Hardcoded namespace_separator in the cElementTree.XMLParser

2010-04-30 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue8583> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue8214] Add exception logging function to syslog module

2010-05-01 Thread Brian Curtin
Brian Curtin added the comment: The test file should use test_support.import_module("syslog") instead of the try/except, which would then make the skip decorators unnecessary. -- nosy: +brian.curtin ___ Python tracker <http://bu

[issue8597] build out-of-line asm on Windows

2010-05-02 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue8597> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8601] bz2.BZ2File should support "with" protocol per PEP 343

2010-05-03 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> needs patch versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue8601> ___ ___ Python-

[issue8615] turtle.py - backport of 3.1 features

2010-05-04 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue8615> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8618] test_winsound failing on Windows Server 2008

2010-05-04 Thread Brian Curtin
New submission from Brian Curtin : Some of the test_alias_* functions in test_winsound are failing with a RuntimeError "Failed to play sound" when run on Server 2008 R2. The sound from each test exists in the registry so the test doesn't end up getting skipped. I'm gu

[issue7863] platform module doesn't detect Windows 7

2010-05-05 Thread Brian Curtin
Brian Curtin added the comment: Now that I have access to a Server 2008 R2 machine, I've verified that this fix works there. Committed in r80857 through r80860. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3

[issue8634] get method for dbm interface

2010-05-06 Thread Brian Curtin
Changes by Brian Curtin : -- title: [PATCH] get method for dbm interface -> get method for dbm interface versions: -Python 2.7, Python 3.3 ___ Python tracker <http://bugs.python.org/iss

[issue8637] pydoc should respect MANPAGER over PAGER.

2010-05-06 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> unit test needed title: [PATCH] pydoc should respect MANPAGER over PAGER. -> pydoc should respect MANPAGER over PAGER. ___ Python tracker <http://bugs.python.org/

[issue6715] xz compressor support

2010-05-08 Thread Brian Curtin
Changes by Brian Curtin : -- versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8666] Allow ConfigParser.get*() to take a default value

2010-05-08 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue8666> ___ ___ Python-

[issue8666] Allow ConfigParser.get*() to take a default value

2010-05-08 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> unit test needed ___ Python tracker <http://bugs.python.org/issue8666> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8618] test_winsound failing on Windows Server 2008

2010-05-08 Thread Brian Curtin
Brian Curtin added the comment: Seems like this happens because there is no playback device installed. Apparently there are audio drivers install but no playback device is configured to use them. I'm looking for a command line tool or some other way to find out details of playback de

[issue8618] test_winsound failing on Windows Server 2008

2010-05-08 Thread Brian Curtin
Brian Curtin added the comment: Attached is a patch which uses the multimedia mixer API to find out how many devices are known by the mixer. If none are known, 0 will be returned, and thus tests will be skipped. -- keywords: +patch Added file: http://bugs.python.org/file17270

[issue8618] test_winsound fails when no playback devices configured

2010-05-10 Thread Brian Curtin
Changes by Brian Curtin : -- title: test_winsound failing on Windows Server 2008 -> test_winsound fails when no playback devices configured ___ Python tracker <http://bugs.python.org/iss

[issue8575] Update/reorganize _winreg documentation

2010-05-11 Thread Brian Curtin
Brian Curtin added the comment: Committed in r81088-r81091. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue8575] Update/reorganize _winreg documentation

2010-05-11 Thread Brian Curtin
Brian Curtin added the comment: I should also note that the 2.6 and 3.1 commits also exposed the *ReflectionKey documentation. That documentation was added as part of a feature for 2.7/3.2, but those documentation pieces should have been backported on their own but were not

[issue8046] mmap.mmap as a context manager

2010-05-12 Thread Brian Curtin
Changes by Brian Curtin : -- versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue8046> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8584] test_multiprocessing skips some tests

2010-05-13 Thread Brian Curtin
Brian Curtin added the comment: Value and copy come from multiprocessing.sharedctypes, not from ctypes. Changed the import and also the test skipping based on this. (done during a presentation with the Chicago Python Users Group) -- keywords: +patch nosy: +brian.curtin Added file

[issue8584] test_multiprocessing skips some tests

2010-05-13 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue8584> ___ ___ Python-

[issue44476] "subprocess not supported for isolated subinterpreters" when running venv

2021-06-21 Thread Brian Curtin
New submission from Brian Curtin : I'm currently trying to run my `tox` testing environment—all of which runs under `coverage`—against 3.10b3 and am running into some trouble. I initially thought it was something about tox or coverage, but it looks lower level than that as the venv scri

[issue44476] "subprocess not supported for isolated subinterpreters" when running venv

2021-06-21 Thread Brian Curtin
Brian Curtin added the comment: Hmm. I asked around about this and someone installed 3.10.0-beta3 via pyenv and this worked fine. For whatever it's worth, this was built from source on OS X 10.14.6 via a pretty normal setup of `./configure` with no extra flags and then `make in

[issue44476] "subprocess not supported for isolated subinterpreters" when running venv

2021-06-21 Thread Brian Curtin
Brian Curtin added the comment: I think there was either something stale that got linked wrong or some other kind of build failure, as I just built v3.10.0b3 tag again from a properly cleaned environment and this is no longer occurring. Sorry for the noise. -- stage: -> resol

[issue40406] MagicMock __aenter__ should be AsyncMock(return_value=MagicMock())

2020-05-01 Thread Brian Curtin
Brian Curtin added the comment: graingert: Do you have a workaround for this? I'm doing roughly the same thing with an asyncpg connection pool nested with a transaction and am getting nowhere. async with pg_pool.acquire() as conn: async with conn.transa

[issue6792] Distutils-based installer does not detect 64bit versions of Python

2012-01-23 Thread Brian Curtin
Brian Curtin added the comment: Without a patch or a solution, the priority doesn't really matter (like Tarek said in msg127630). If anyone is actively working on this feel free to say otherwise, but I see no status to update. -- ___ P

[issue10580] Installer sentence in bold

2012-01-23 Thread Brian Curtin
Brian Curtin added the comment: No. -- ___ Python tracker <http://bugs.python.org/issue10580> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13772] listdir() doesn't work with non-trivial symlinks

2012-01-23 Thread Brian Curtin
Brian Curtin added the comment: Looks good to me. -- ___ Python tracker <http://bugs.python.org/issue13772> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10580] Installer sentence in bold

2012-01-23 Thread Brian Curtin
Brian Curtin added the comment: Yes. -- ___ Python tracker <http://bugs.python.org/issue10580> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13859] Lingering StandardError in logging module

2012-01-25 Thread Brian Curtin
Changes by Brian Curtin : -- components: -2to3 (2.x to 3.x conversion tool) nosy: +vinay.sajip stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue10580] Installer sentence in bold

2012-01-30 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue10580> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13920] intern() doc wrong spelling

2012-02-01 Thread Brian Curtin
Brian Curtin added the comment: This is fine as is. -- nosy: +brian.curtin resolution: -> wont fix stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue13920] intern() doc wrong spelling

2012-02-01 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue13920> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13931] os.path.exists inconsistent between 32 bit and 64 bit

2012-02-03 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue13931> ___ ___ Pyth

[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable

2012-02-05 Thread Brian Curtin
Brian Curtin added the comment: FWIW I have an installer built which optionally adds to the path. It's not complete - still needs some GUI work to hook it all up, but I'll be proposing it shortly. -- ___ Python tracker <http://bu

[issue1559549] ImportError needs attributes for module and file name

2012-02-08 Thread Brian Curtin
Brian Curtin added the comment: Yep, I just need to actually make use of the feature. I'll generate a new patch shortly. -- ___ Python tracker <http://bugs.python.org/issu

[issue1559549] ImportError needs attributes for module and file name

2012-02-09 Thread Brian Curtin
Brian Curtin added the comment: Here's an updated patch which creates two convenience functions, PyErr_SetFromImportErrorWithName and PyErr_SetFromImportErrorWithNameAndPath. I figure the two common cases are that you'll want to set just a name or you'll want a name and a path

[issue11620] winsound.PlaySound() with SND_MEMORY should accept bytes instead of strings

2012-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin keywords: +needs review stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/i

[issue14027] Add pysetup script for Windows

2012-02-19 Thread Brian Curtin
Brian Curtin added the comment: I'd rather we not add a batch file and choose one of the other options outlined above. I haven't used this new pysetup thing so I'm not familiar with which would be the best experience, but in other cases all of the ones listed are better t

[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable

2012-02-19 Thread Brian Curtin
Brian Curtin added the comment: Attached is an in-progress patch. I still need to figure out how to hook up the GUI to condition the path manipulation. A few locations have said to do conditional environment modification via the Component table, but I haven't been able to get

<    3   4   5   6   7   8   9   10   11   12   >