Changes by Brian Curtin :
--
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8879>
___
___
Brian Curtin added the comment:
Can you start IDLE from the command line and see if there is any output?
c:\python27\python.exe -m idlelib.idle
--
components: +Windows -None
nosy: +brian.curtin
type: crash -> behavior
___
Python tracker
&l
Brian Curtin added the comment:
Have you confirmed that the IDLE window isn't just opened behind another window
or possibly minimized? I don't know the cause of this, but a coworker has seen
a few times where IDLE will open but it isn't the main focused window (hiding
behin
Brian Curtin added the comment:
Weird. I'm not sure what could be happening here, and I'm not an IDLE user so I
don't really have anything else to try out here.
I noticed your email address is for what I think is a Norwegian domain. Is your
Windows install set to be a lang
Brian Curtin added the comment:
Ah! You might want to take a look at #6941. Your firewall might be blocking
IDLE's communications.
In Windows 7, if you go to Control Panel and search for "firewall" in the top
right search box, it'll show an option to make an exc
Changes by Brian Curtin :
--
type: resource usage -> feature request
versions: +Python 3.3 -Python 2.7
___
Python tracker
<http://bugs.python.org/issu
Brian Curtin added the comment:
I'm pretty sure we can't do this, if I understand your request.
Say you have techtonik.pyd as your extension and it depends on foobar.dll. If
we try to load techtonik.pyd and this pyd can't find or successfully load
foobar.dll, Python doesn
Brian Curtin added the comment:
Agree with Amaury. depends has always been my solution to this type of problem.
--
___
Python tracker
<http://bugs.python.org/issue10
Brian Curtin added the comment:
Duplicate of #1559549
--
nosy: +brian.curtin
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> ImportError needs attributes for module and file name
___
Py
Changes by Brian Curtin :
--
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue1559549>
___
___
Python-bugs-list mailing list
Unsub
Brian Curtin added the comment:
See _PyImport_GetDynLoadFunc in Python/dynload_win.c -- that's where this is
happening.
> Why Python can't get information about the reason .DLL is not loaded?
Windows does not provide it in the case you are speaking of. If I call
Load
Changes by Brian Curtin :
--
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue10854>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
The "Read & Execute" permission listed on a file's property window doesn't
really mean anything. Executables only need read permissions [0] to actually be
executed.
Additionally, in terms of _stat, Windows does its check by exten
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7229>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
> The actual issue was initially detected when observing that the
> 'tarfile' package produced a tar containing different permissions,
> depending on the script being executed by 'cygwin python' or 'native python'.
I w
Brian Curtin added the comment:
I meant that it doesn't have any effect because it's apparently always set from
what I could see, which was poor wording. The TechNet article also made a
similar claim. If it is ever not set, then the file clearly can
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7662>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
> In Windows, it should probably use GetTickCount64 if available,
> otherwise GetTickCount with logic to handle wrapping. I think
> QueryPerformanceCounter is problematic as a general-purpose timer:
> depending on the hardware and Windows versio
Brian Curtin added the comment:
I think we even agreed to drop 2000, although the PEP hasn't been updated and I
couldn't find the supposed email where this was said.
For implementing functionality that isn't supported on all Windows versions or
architectures, you can look at
Brian Curtin added the comment:
Assigning to myself.
Relevant IronPython issue: http://ironpython.codeplex.com/workitem/24042
--
assignee: -> brian.curtin
components: +Extension Modules, Windows -Library (Lib)
nosy: +brian.curtin
stage: -> needs patch
type: ->
Changes by Brian Curtin :
--
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue10923>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Brian Curtin :
--
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue10921>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
That was changed in r84950 from #2643.
--
resolution: -> out of date
stage: unit test needed -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
Brian Curtin added the comment:
Do you have any log files or screenshots of what exactly happens?
I have zero experience with WinPE, so that's an obvious barrier here, but
there's also nothing to go by in figuring out where the problem may be.
--
nosy: +brian.curtin
stage:
Changes by Brian Curtin :
--
nosy: +ezio.melotti, georg.brandl
___
Python tracker
<http://bugs.python.org/issue10936>
___
___
Python-bugs-list mailing list
Unsub
Changes by Brian Curtin :
--
assignee: ronaldoussoren ->
___
Python tracker
<http://bugs.python.org/issue10684>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue6926>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Looks good to me.
As discussed in IRC, a note in 2.7 about the future of the `add` signature
would also be helpful.
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue11
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue11029>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Duplicate of #9116.
--
nosy: +brian.curtin
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> test_capi.test_no_FatalError_infinite_loop crash on Windows
versions: +Python 3.1
Changes by Brian Curtin :
--
versions: +Python 3.2 -Python 3.1
___
Python tracker
<http://bugs.python.org/issue11070>
___
___
Python-bugs-list mailing list
Unsub
Brian Curtin added the comment:
I don't get a crash, but it certainly doesn't work. Once IDLE is open I type
"raise TypeError", then open the stack viewer as you did. Here's what I'm
seeing:
[WINSEVEN] 2011-01-29 21:05:30.18
c:\Users\brian
>c:\py
Changes by Brian Curtin :
--
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue11069>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
The following patch will fix it. Another example of why 'list' isn't a great
name :)
Index: Lib/idlelib/RemoteObjectBrowser.py
===
--- Lib/idlelib/RemoteObjectBrowser.py (revision
Brian Curtin added the comment:
This should be back-ported to the maintenance branch as well. I can take care
of that if Georg is busy with release-related stuff.
--
___
Python tracker
<http://bugs.python.org/issue11
Brian Curtin added the comment:
Fixed in release31-maint in r88269.
--
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/issu
Brian Curtin added the comment:
> It was not immediately clear from the documentation if my runner() method
> should be declared static or not.
The doc doesn't mention static methods at all, and my uses and others that I've
seen have never used static methods.
--
nos
Changes by Brian Curtin :
--
title: Tkinter is not thread safe. This is a bug. -> Tkinter is not thread safe
___
Python tracker
<http://bugs.python.org/issu
Brian Curtin added the comment:
You should contact pyserial.
--
nosy: +brian.curtin
resolution: -> invalid
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Brian Curtin :
--
title: Tkinter is not thread safe (and that's... bad) -> Tkinter is not thread
safe
___
Python tracker
<http://bugs.python.org
Brian Curtin added the comment:
Thanks, fixed in r88281. Back porting to the other branches as well.
--
nosy: +brian.curtin
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
versions: +Python 3.1, Python 3.2
_
Brian Curtin added the comment:
Works for me. Just ran the 3.2 RC2 installer and did the following:
(type is like a Windows equivalent of `cat` on *nix)
>type test.py
import sys
print(sys.version_info)
>test.py
sys.version_info(major=3, minor=2, micro=0, releaselevel='candidate
Brian Curtin added the comment:
I don't think any changes were made around that feature, and it has always
worked for the last few installations I've done. Please do follow up with your
RC2 experience when you have a chance.
--
___
Pyth
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Looks fine to me.
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue8>
___
___
Python-bugs-list mailin
Brian Curtin added the comment:
We're only a few days away from 3.2 final so it's too late. Once it goes out
I'll make the adjustment and it'll be in 3.2.1.
--
resolution: fixed ->
stage: committed/rejected -> patch revi
Changes by Brian Curtin :
--
assignee: -> bquinlan
nosy: +bquinlan
___
Python tracker
<http://bugs.python.org/issue11161>
___
___
Python-bugs-list mai
Brian Curtin added the comment:
A change like this would need to go through, at the least, the python-ideas
mailing list. Please submit your idea there first.
--
nosy: +brian.curtin
resolution: -> rejected
stage: -> committed/rejected
status: open -&g
Brian Curtin added the comment:
Can you confirm that the checksum and size of the file you downloaded matches
what's on the site: http://www.python.org/download/releases/2.7.1/
--
components: +Windows
nosy: +brian.curtin
___
Python tracker
Brian Curtin added the comment:
shutil.move is implemented using copy2, which as the documentation states at
the top, "On Windows, file owners, ACLs and alternate data streams are not
copied."
See http://docs.python.org/library/shutil
--
nosy: +brian.curtin
resolution: -
Changes by Brian Curtin :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11202>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Brian Curtin :
--
nosy: -BreamoreBoy
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue7877>
___
___
Python-bugs-list m
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue11272>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
#10841 may be related.
--
___
Python tracker
<http://bugs.python.org/issue11272>
___
___
Python-bugs-list mailing list
Unsub
Brian Curtin added the comment:
Duplicate of #11272.
--
nosy: +brian.curtin
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Brian Curtin :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue6690>
___
___
Python-bugs-list mailing list
Un
Changes by Brian Curtin :
--
components: +Build
keywords: +needs review
priority: -> normal
type: -> behavior
versions: -Python 2.5
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.o
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue7719>
___
__
Changes by Brian Curtin :
--
keywords: +needs review
___
Python tracker
<http://bugs.python.org/issue1471934>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
#7717 also contains code "on behalf of" other people.
--
nosy: +brian.curtin
priority: -> normal
type: -> feature request
___
Python tracker
<http://bugs.p
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> patch review
versions: -Python 2.5
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
priority: -> normal
stage: -> test needed
versions: -Python 2.5
___
Python tracker
<http://bugs.python.org/issue7713>
___
___
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue7715>
___
__
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7712>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
In your test, the more common convention is to use assertFalse(foo) instead of
assert_(not foo).
--
keywords: +needs review
nosy: +brian.curtin
stage: -> patch review
___
Python tracker
<http://bugs.pyth
Brian Curtin added the comment:
Most of the patch is outdated, but I could check out an updated patch on my
Win7 64 machine.
--
keywords: +needs review
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue1578
Brian Curtin added the comment:
I'm getting failures in test_glob, test_os, test_platform, test_posixpath,
test_shutil, and test_tarfile. failures.txt is attached with the results I see
on Win 7 with a 64 bit build.
I'm not seeing the exception Eric saw. That worked for me as bot
Changes by Brian Curtin :
--
nosy: +brian.curtin
stage: -> test needed
type: -> behavior
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/iss
Brian Curtin added the comment:
Ping. Anyone know if this is still an issue? I don't have access to RH.
--
nosy: +brian.curtin
stage: -> patch review
type: -> behavior
versions: +Python 2.6 -Python 2.5
___
Python tracker
<http://b
Changes by Brian Curtin :
--
nosy: +loewis
priority: -> normal
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue7727>
___
___
Pyth
Brian Curtin added the comment:
Here's an updated version of the previous patches with the test included in
test_time.py. The test fails on Linux before the timemodule.c file is changed,
then it passes once applied.
--
keywords: +needs review
nosy: +brian.curtin
stage: -&g
Changes by Brian Curtin :
--
components: +Tests
priority: -> normal
stage: -> test needed
type: -> behavior
___
Python tracker
<http://bugs.python.o
Changes by Brian Curtin :
--
resolution: -> invalid
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/issue7680>
___
___
Python-bugs-
Brian Curtin added the comment:
FWIW, Amaury's example runs without error on trunk and py3k (OS X 10.5).
2.6 prints the following:
"Exception in thread Thread-1 (most likely raised during interpreter shutdown)"
3.1 seg faults
--
nosy: +brian.curtin
stage: ->
Brian Curtin added the comment:
You could use the test skipping functionality present in trunk and beyond.
Write a function to test whether the user has the necessary privileges, then
use @unittest.skipUnless(has_admin_privs(), "can't test as re
Brian Curtin added the comment:
http://www.python.org/psf/contrib/ has the relevant contributor agreement.
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7
Changes by Brian Curtin :
--
components: +Library (Lib) -None
priority: -> normal
stage: -> test needed
type: -> behavior
versions: -Python 2.5
___
Python tracker
<http://bugs.python.o
Changes by Brian Curtin :
--
keywords: +needs review
nosy: +brian.curtin
priority: -> low
stage: -> patch review
type: -> feature request
versions: +Python 2.7
___
Python tracker
<http://bugs.python.o
Brian Curtin added the comment:
Passes on Windows, Mac, and Linux.
--
___
Python tracker
<http://bugs.python.org/issue3426>
___
___
Python-bugs-list mailin
Brian Curtin added the comment:
Seems like a good idea to me, but maybe not as the default?
--
keywords: +needs review
nosy: +brian.curtin
priority: -> normal
___
Python tracker
<http://bugs.python.org/iss
Changes by Brian Curtin :
--
nosy: +brian.curtin
priority: -> normal
stage: -> test needed
versions: +Python 2.7, Python 3.2 -Python 2.5
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue7741>
___
__
Changes by Brian Curtin :
--
keywords: +needs review
nosy: +brian.curtin
priority: -> normal
stage: -> patch review
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
components: +None
keywords: +needs review
priority: -> normal
stage: -> patch review
type: -> behavior
versions: +Python 2.7
___
Python tracker
<http://bugs.python.o
Brian Curtin added the comment:
This was handled in r65241 as a result of #1819.
--
nosy: +brian.curtin
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
superseder: -> Speed hack for function calls with name
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> test needed
type: -> behavior
___
Python tracker
<http://bugs.python.o
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file15265/issue4722_20091104_v1.patch
___
Python tracker
<http://bugs.python.org/issue4722>
___
___
Pytho
Brian Curtin added the comment:
On Windows 7, I see the issue as both a regular user and one with admin
privileges. The patch (updated to fix tab/space difference) seems to do the
trick.
Gabriel, which OS are you on that this works differently based on the user
privileges?
I'm stil
Changes by Brian Curtin :
--
resolution: -> rejected
___
Python tracker
<http://bugs.python.org/issue7745>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
I'm not seeing this on 2.5, 2.6, or trunk.
--
components: +Extension Modules
nosy: +brian.curtin
priority: -> normal
stage: -> test needed
title: pydoc error -> pydoc error - "No module named tempfile"
__
Changes by Brian Curtin :
--
keywords: +needs review
___
Python tracker
<http://bugs.python.org/issue2202>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
You can see the same thing by doing execfile(".\test.py"), which is what pdb
makes under the hood, then bdb exec's it.
--
nosy: +brian.curtin
priority: -> normal
stage: -> test needed
type: -> behavior
__
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> test needed
type: crash -> behavior
___
Python tracker
<http://bugs.python.o
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> normal
stage: -> test needed
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/
Changes by Brian Curtin :
--
keywords: +needs review
priority: -> high
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue7753>
___
___
Brian Curtin added the comment:
Works for me, repr will escape the slash.
--
___
Python tracker
<http://bugs.python.org/issue7750>
___
___
Python-bugs-list mailin
Brian Curtin added the comment:
Can you add your test to Lib/test/test_pdb.py?
If the test fails the "hello world" script won't be removed, it won't make it
to os.remove(). You'll need to make sure the file gets deleted in any case.
Could use a temporary file.
Can y
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7753>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
keywords: +needs review
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue7076>
___
___
Python-bugs-list mai
401 - 500 of 1382 matches
Mail list logo