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
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
Changes by Brian Curtin :
--
nosy: +flox
___
Python tracker
<http://bugs.python.org/issue8277>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Brian Curtin :
--
nosy: +orsenthil
versions: -Python 2.5, Python 3.3
___
Python tracker
<http://bugs.python.org/issue8280>
___
___
Python-bugs-list m
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue2810>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file16704/issue1220212.patch
___
Python tracker
<http://bugs.python.org/issue1220212>
___
___
Python-bug
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
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
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
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/
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
Changes by Brian Curtin :
--
versions: -Python 3.3
___
Python tracker
<http://bugs.python.org/issue8304>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Brian Curtin :
--
resolution: -> invalid
___
Python tracker
<http://bugs.python.org/issue8317>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue1572968>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: +jnoller
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Brian Curtin :
--
assignee: brian.curtin ->
___
Python tracker
<http://bugs.python.org/issue2810>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Brian Curtin :
--
components: +Extension Modules -Library (Lib)
nosy: +brian.curtin
priority: -> normal
___
Python tracker
<http://bugs.python.org/iss
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:
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
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
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.
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7334>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Brian Curtin :
--
components: +IDLE, Windows
nosy: +brian.curtin
priority: -> normal
___
Python tracker
<http://bugs.python.org/issue8378>
___
_
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
Changes by Brian Curtin :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue6692>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8355>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
assignee: -> theller
components: +ctypes
nosy: +theller
stage: -> unit test needed
type: -> behavior
___
Python tracker
<http://bugs.python.o
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
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
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file16371/issue7863.diff
___
Python tracker
<http://bugs.python.org/issue7863>
___
___
Python-bugs-list m
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
Brian Curtin added the comment:
Ported to py3k in r80329.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8497>
___
___
Python-bugs-list
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
__
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
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
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
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
Changes by Brian Curtin :
--
nosy: +nirai
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue8532>
___
___
Python-bugs-list mailing list
Un
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
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
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
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
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
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.
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
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,
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
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
Changes by Brian Curtin :
--
nosy: +flox
___
Python tracker
<http://bugs.python.org/issue8583>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue8597>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
stage: -> needs patch
versions: +Python 3.2 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue8601>
___
___
Python-
Changes by Brian Curtin :
--
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue8615>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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/
Changes by Brian Curtin :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue6715>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
stage: -> unit test needed
versions: +Python 3.2 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue8666>
___
___
Python-
Changes by Brian Curtin :
--
stage: -> unit test needed
___
Python tracker
<http://bugs.python.org/issue8666>
___
___
Python-bugs-list mailing list
Unsubscri
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
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
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
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
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
Changes by Brian Curtin :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue8046>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Brian Curtin :
--
keywords: +needs review
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue8584>
___
___
Python-
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
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
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
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
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
Brian Curtin added the comment:
No.
--
___
Python tracker
<http://bugs.python.org/issue10580>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Brian Curtin added the comment:
Looks good to me.
--
___
Python tracker
<http://bugs.python.org/issue13772>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Yes.
--
___
Python tracker
<http://bugs.python.org/issue10580>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue10580>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue13920>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
resolution: -> invalid
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/issue13931>
___
___
Pyth
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
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
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
Changes by Brian Curtin :
--
assignee: -> brian.curtin
keywords: +needs review
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/i
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
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
701 - 800 of 1382 matches
Mail list logo