Changes by R. David Murray :
--
versions: +Python 2.7 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue10692>
___
___
Python-bugs-list mailin
R. David Murray added the comment:
Fixed in py3k in r87230, with test. Backported to 3.1 in r87231 and 2.7 in
r87232. The 2.7 backport doesn't include the test since the test
infrastructure for it doesn't exist in the 2.7 test_telnetlib.
--
resolution: ->
Changes by R. David Murray :
--
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue10695>
___
___
Python-bug
R. David Murray added the comment:
Since boost has changed their code and no one else has reported a problem and
2.6 is now in bug fix only mode, I'm going to close this as out of date (sorry
I overlooked it for 2.6.5).
If anyone disagrees, let me know what we should change and why i
R. David Murray added the comment:
Committed to py3k in r87238, 3.1 in r87239, and 2.7 in r87240. Thanks, Bobby.
--
nosy: +r.david.murray
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Pytho
R. David Murray added the comment:
Brett applied his doc patch in r69092. Attached is a patch that combines
Simon's patch with Martin's test program turned into a unit test. I confirm
that the test suite passes with the patch applied (and fails with just the test
applied).
>
R. David Murray added the comment:
With #1342 fixed, it seems that this issue is no longer critical (Haypo
describes his complicated patch as "useful on Windows", but not critical. So
I'm downgrading it to 'high'. Perhaps it is even 'normal'. It al
Changes by R. David Murray :
--
assignee: -> mark.dickinson
nosy: +mark.dickinson, mrabarnett
___
Python tracker
<http://bugs.python.org/issue10703>
___
___
Py
Changes by R. David Murray :
--
nosy: +mrabarnett
___
Python tracker
<http://bugs.python.org/issue10704>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by R. David Murray :
--
stage: -> patch review
type: -> feature request
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bugs-
Changes by R. David Murray :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue8769>
___
___
Python-bugs-list mailing list
Unsubscri
R. David Murray added the comment:
Looks like it is "won't fix", since it hasn't been. It doesn't seem as though
it is our responsibility to clean up crud in the windows registry introduced by
other distributions.
--
assignee: loewis ->
nosy: +r.david
R. David Murray added the comment:
Raymond, I'm adding you as nosy even though I'm closing the issue as out of
date in case you do want to add a link in the 3.2 What's New.
--
nosy: +r.david.murray, rhettinger
resolution: -> out of date
status: open -> clo
Changes by R. David Murray :
--
stage: -> needs patch
type: -> feature request
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.org/
Changes by R. David Murray :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue9967>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by R. David Murray :
--
type: -> feature request
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue8828>
___
___
Py
Changes by R. David Murray :
--
assignee: collinwinter ->
stage: -> patch review
type: -> feature request
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.o
Changes by R. David Murray :
--
stage: -> patch review
type: -> feature request
versions: +Python 3.3 -Python 2.6, Python 2.7
___
Python tracker
<http://bugs.python.org/
Changes by R. David Murray :
--
type: -> feature request
___
Python tracker
<http://bugs.python.org/issue9216>
___
___
Python-bugs-list mailing list
Unsubscri
R. David Murray added the comment:
Thanks to Steven Hansen there are now OSX buildbots in the stable list.
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> feature request
___
Python tr
R. David Murray added the comment:
Are there any open problems left here or can this bug be closed?
--
___
Python tracker
<http://bugs.python.org/issue4
Changes by R. David Murray :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue1525919>
___
___
Python-bugs-list mailing list
Unsubscri
R. David Murray added the comment:
Or, since this is Python, they could look at the code and find out that all
levels above zero are equivalent. (If I had to guess I'd say 'level' was
either future proofing or designed for the use of subclasses).
But you are right, this shou
R. David Murray added the comment:
committed in r87248.
--
resolution: -> accepted
stage: unit test needed -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by R. David Murray :
--
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> Add -h/--help option to compileall
___
Python tracker
<http://bugs.python
R. David Murray added the comment:
+1
As far as I could tell it is left over from the pre-unittest days and not
completely updated. A few people may miss it, but they'll learn :)
--
nosy: +r.david.murray
___
Python tracker
Changes by R. David Murray :
--
assignee: mark.dickinson ->
nosy: -mark.dickinson
___
Python tracker
<http://bugs.python.org/issue10703>
___
___
Python-
R. David Murray added the comment:
Committed to py3k in r87251, 3.1 in r87252, and 2.7 in r87255.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
R. David Murray added the comment:
I think a PEP is a bit of overkill for a small doc update :) A patch would be
fine...but I can also just make the change. I'll probably tweak your wording a
bit.
--
___
Python tracker
<http://bugs.py
R. David Murray added the comment:
I've committed a fix in r87256. I looked at the code some more and tried to be
a precise as possible without getting too wordy. (The fix will get backported
by and by.)
--
resolution: -> fixed
stage: -> committed/rejected
status: ope
R. David Murray added the comment:
Tim: we just do our best to guess, and try to err on the conservative side.
But things will always happen. Given benjamin's reply I'm closing the issue.
Mercurial would have to add conditional code now anyway no matter what we do.
-
R. David Murray added the comment:
help no longer segfaults, but the find_module call still does; updating title.
The patch does cure the segfault, but as Stefan says it isn't the best fix
since having '' in the error message instead of the real file name isn't
very usef
R. David Murray added the comment:
I started out writing that there must be better stuff available now for doing
this, but a search on 'setuid wrapper' on google reveals mostly people asking
about or talking about rolling their own special purpose scripts.
That said, there is at
R. David Murray added the comment:
I don't see any reason to use example.com in tests that are not talking to the
network and aren't documentation.
The interesting question about the other mailers is, if you *receive* an email
with such an address (1) what does it show you and (2)
R. David Murray added the comment:
On the other hand, putting a real domain name that belongs to somebody else
into our code base even as a test string is probably impolite without asking,
so I'll change it when I commit.
--
___
Python tr
R. David Murray added the comment:
You are welcome. Glad you were able to solve it.
--
resolution: -> invalid
stage: unit test needed -> committed/rejected
___
Python tracker
<http://bugs.python.org/i
Changes by R. David Murray :
--
assignee: -> ronaldoussoren
components: +Macintosh
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<http://bugs.python.org/issu
New submission from R. David Murray :
The introduction of support for compiling individual files broke the previous
behavior of compileall, where it would report that it could not turn a
directory name into a file list if the named directory did not exist.
A fix would be to reverse the test
R. David Murray added the comment:
Fixed in r87324. I've also added a test for the behaviour when no arguments
are given, since that wasn't tested before, and removed the sys.path fiddling
since it has no effect on subprocess runs. Oh, and fixed a bug in one of the
other tests.
R. David Murray added the comment:
Here is a proposed patch to both docs and help output. The help output now
looks like this:
usage: compileall.py [-h] [-l] [-f] [-q] [-b] [-d DESTDIR] [-x REGEXP]
[-i FILE]
[FILE|DIR [FILE|DIR ...]]
Utilities to
Changes by R. David Murray :
--
nosy: +terry.reedy
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue10722>
___
___
Python-bugs-list mai
R. David Murray added the comment:
Perhaps Terry will have some advice (I've added him as nosy), but you may have
better luck asking on the python mailing list (see mail.python.org for list of
lists) or its linked newsgroup comp.lang.python, or on the #python irc channel
(though the
R. David Murray added the comment:
Here's a patch against py3k with test. If I'm understanding the issue
correctly, this looks like a pretty safe change.
--
nosy: +r.david.murray
stage: -> patch review
Added file: http://bugs.python.org/file20087/cookies_extra
R. David Murray added the comment:
Seems like this really needs a strict and a lax mode. Perhaps a BrowserCookie
class that implements the relaxed rules?
That would make this a feature request, though, and so nothing would happen
until 3.3, which would be unfortunate.
It is certainly
R. David Murray added the comment:
Mark, are you still planning to do something for 3.1/2.7, or should this be
closed?
--
nosy: +r.david.murray
stage: commit review -> needs patch
___
Python tracker
<http://bugs.python.org/iss
R. David Murray added the comment:
The source used to create _socket.pyd is in Modules/socketmodule.c in the
source code tarball available from the python web site. As neologix says, it
is a thin wrapper around the OS level socket library.
--
nosy: +r.david.murray
resolution
R. David Murray added the comment:
I'm not necessarily opposed to this, but an alternative is to modify
pyspecific.py so that it generates text output from the ReST when it builds the
pydoc topic index.
--
components: +Demos and Tools
nosy: +georg.brandl, r.david.m
R. David Murray added the comment:
Alexander, I agree with Velko in that it isn't obvious to me how the addition
of localtime would answer the desire expressed in this issue. It addresses
Antoine's complaint about aware datetimes, but I don't see that it does
anything for the
R. David Murray added the comment:
Well, in that case, can we change the text style for code and related markup to
be something prettier? Normal single quotes, perhaps?
--
___
Python tracker
<http://bugs.python.org/issue10
R. David Murray added the comment:
Given the long projected lifetime of 2.7, I suppose it is.
--
___
Python tracker
<http://bugs.python.org/issue9011>
___
___
R. David Murray added the comment:
s/prettier/more readable/
--
___
Python tracker
<http://bugs.python.org/issue10726>
___
___
Python-bugs-list mailing list
Unsub
R. David Murray added the comment:
Attached diff provides another suggested rewording that I think is clearer.
--
nosy: +r.david.murray
Added file: http://bugs.python.org/file20093/tut_argv.diff
___
Python tracker
<http://bugs.python.org/issue10
Changes by R. David Murray :
Removed file: http://bugs.python.org/file20093/tut_argv.diff
___
Python tracker
<http://bugs.python.org/issue10559>
___
___
Python-bugs-list m
Changes by R. David Murray :
Added file: http://bugs.python.org/file20094/tut_argv.diff
___
Python tracker
<http://bugs.python.org/issue10559>
___
___
Python-bugs-list m
R. David Murray added the comment:
Committed in r87337.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
R. David Murray added the comment:
OK, this went in to 2.7 without the OS conditional, and there has been no great
hue and cry, so I guess it was safe enough :)
As for the difference in error message between execlp and execlpe, I think
that's fine. The execlpe index error messa
R. David Murray added the comment:
Committed in r87338. Backporting the relevant bits will be a bit of a pain,
anyone who feels like doing it is welcome to. I may or may not get to it
myself.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -&g
R. David Murray added the comment:
I can confirm that the patch fixes the recursion problem if threading._VERBOSE
is set to true, but the test Antoine mentioned hangs when the test suite is run.
_VERBOSE is an internal, undocumented facility, so perhaps the priority on this
isn't r
R. David Murray added the comment:
Committed to py3k in 87356 and 2.7 in r87358.
--
nosy: +r.david.murray
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
R. David Murray added the comment:
I think this is a documentation bug, since IMO help should print on stdout, not
stderr[1]. I would expect print_usage to do likewise, but for the error to
tell print_usage to write to stderr when it calls it...which is exactly what
the code does.
[1] I
Changes by R. David Murray :
--
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue10728>
___
___
Python-bug
R. David Murray added the comment:
Fixed in r87372.
--
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
R. David Murray added the comment:
Ayman: FYI it looks like you are trying to run the program on a Python version
older than what it requires (the delete keyword for NamedTemporaryFile was
introduced in version 2.6, as you can find out by looking it up in the python
documentation for the
R. David Murray added the comment:
What are the media types, and are they registered with IANA? A citation from
http://www.isi.edu/in-notes/iana/assignments/media-types will be needed in
order for this addition to happen if they are not x- types.
I checked out of curiousity, and the last
Changes by R. David Murray :
--
assignee: -> ronaldoussoren
components: +Macintosh -Tkinter
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<http://bugs.python.org/issu
Changes by R. David Murray :
--
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue10731>
___
___
Python-bugs-list mailing list
Unsubscri
R. David Murray added the comment:
Committed to py3k in r87374, 3.1 in r87375, and 2.7 in r87376.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
R. David Murray added the comment:
You are correct, I misread your message. However, my point still stands. .svg
is not a file extension that appears in the types_map table, so adding the line
you request to the suffix_map table is not something we would do by itself.
So, to correct my
R. David Murray added the comment:
Committed in r87384.
Barry, I've added you as nosy in case you disagree with this fix. The
essential point is that before, parseaddr would turn 'merwok w...@example.com'
into 'merwok...@example.com', and now it preserves the whites
R. David Murray added the comment:
This media type does not appear in the official IANA registry. Has it not yet
been officially approved? If you want to argue that its use is common enough
and its approval immanent enough (I do see that it has been submitted) to
warrant inclusion in
R. David Murray added the comment:
Backport done in r87387 and r87388.
--
nosy: +r.david.murray
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
R. David Murray added the comment:
Victor, I think you attached to the wrong issue.
--
nosy: +r.david.murray
___
Python tracker
<http://bugs.python.org/issue10
R. David Murray added the comment:
Victor, I think you attached msg123266 to the wrong issue.
--
___
Python tracker
<http://bugs.python.org/issue10616>
___
___
Changes by R. David Murray :
--
Removed message: http://bugs.python.org/msg124315
___
Python tracker
<http://bugs.python.org/issue10616>
___
___
Python-bugs-list m
R. David Murray added the comment:
The approach looks good to me. I think this issue is orthogonal to #10616,
since the message here needs to be modified anyway, regardless of what happens
to the underlying issue.
--
nosy: +r.david.murray
Changes by R. David Murray :
--
versions: -Python 2.6
___
Python tracker
<http://bugs.python.org/issue6780>
___
___
Python-bugs-list mailing list
Unsubscribe:
R. David Murray added the comment:
What about bytearray? Apparently that works pre-patch for at least read,
though setpassword rejects it via an assertion.
Also, the error message should be "expected bytes" rather than "bytes
expected". Don't ask me why, that'
R. David Murray added the comment:
I think a variance from the policy stated in mimetypes is quite possible, and
the kind of information you provide, Terry, is a step in that direction. We
would need release manager approval, of course, since we are in Beta, but this
is a small enough
Changes by R. David Murray :
--
nosy: +lemburg
___
Python tracker
<http://bugs.python.org/issue10735>
___
___
Python-bugs-list mailing list
Unsubscribe:
R. David Murray added the comment:
I agree that the unquoted single column cases look weird. But changing it could
affect other cases were there is more data. I'll leave that problem to you :)
But I do not think that should be backported.
The locals trick I stole from Barry. I think
R. David Murray added the comment:
Actually our normal procedure currently (this will change a bit after the
migration to mercurial) is a patch against the py3k branch, and the committer
will do the backport to the other active branches. If the 2.7 code is very
different, a separate 2.7
R. David Murray added the comment:
Like Georg, I'll get to that when I do a mass backport of all my doc fixes. My
apologies for missing the beta2 deadline on doing that, but there aren't many
of them.
--
___
Python trac
Changes by R. David Murray :
--
resolution: -> wont fix
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
R. David Murray added the comment:
This might be an example of the general problem that on windows, sockets and
files don't mix well. You can't use a file in a select call, either.
I think there are two possibilities here: either makefile doesn't produce
anything very useful
R. David Murray added the comment:
It's pretty easy, really, to do an SVN checkout of python and compile it on a
mac, if you are at all familiar with the unix command line. If you don't have
the time or desire for that, though, someone will eventually get to it, we just
don
R. David Murray added the comment:
I think I'll leave that decision up to the doc crew. My thought was that
makefile was supposedly returning a file, therefore it was appropriate to
document there that it wasn't really a file on windows, whereas subprocess docs
are only talking a
R. David Murray added the comment:
Sorry, I thought I was being clear that if you *wanted* to help further here
was how you could, but if you didn't then we'd get to it eventually. We're all
volunteers here, just like you, so every bit of help...helps, and we thank you
since
R. David Murray added the comment:
See also Issue 8145. It would be nice if someone could sort all this out, but
I'm not knowledgeable enough to do so.
For this patch, it would be a significant change it behaviour. Therefore it
would have to be a new feature controlled by a flag of
R. David Murray added the comment:
Turns out there's a bug in my version of the patch, and no test in the email
test suite traversed that code path.
Attached patch fixes this; I'll commit and backport after trunk unfreezes.
Note that the backport contains a second bug (
R. David Murray added the comment:
Regardless, Python doesn't generate the tcp/ip sequence numbers, the OS socket
library does, so this is not a bug in Python. If you follow the code link I
posted you will see that, other than Python internal bookkeeping, the only
thing socket.close do
R. David Murray added the comment:
Committed test and fix in r87415, r87416, r87417.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue1
Changes by R. David Murray :
--
nosy: +mark.dickinson
___
Python tracker
<http://bugs.python.org/issue10744>
___
___
Python-bugs-list mailing list
Unsubscribe:
R. David Murray added the comment:
Thanks for the research and the updated patch. Unfortunately as a feature
request this is going to have to wait for 3.3 since we missed the pre-beta
window.
--
versions: +Python 3.3 -Python 3.2
___
Python
R. David Murray added the comment:
Thinking about this some more, it seems like the chance that someone is using
bytearray to pass a password to zipfile is vanishingly small, especially since
in non-optimized mode setpassword would have rejected it. So I think that this
should go in
R. David Murray added the comment:
Nope, you've got it.
After the final release of Python 3.2, please post to the issue to remind us
about it, and someone will commit the patch. (For future Python releases we
expect that the delays in our ability to commit feature patches will be
R. David Murray added the comment:
Committed in r87430 (with message word order change), backported to 3.1 in
r87431. Making the parallel change to 2.7 would be likely to break working
code, IMO.
--
resolution: -> fixed
stage: commit review -> committed/rejected
status
R. David Murray added the comment:
Xuanji: thanks for taking a crack at the test.
Rather than adding another data file to the test directory, how about creating
a zipfile using the zipfile module in the test, closing it, opening it as a
file, writing the /r/n to it, and then opening it back
Changes by R. David Murray :
--
nosy: +pje
___
Python tracker
<http://bugs.python.org/issue10751>
___
___
Python-bugs-list mailing list
Unsubscribe:
R. David Murray added the comment:
Presumably all that is needed is to add ';' to 'safe' in the call that encodes
PATH_INFO?
--
nosy: +orsenthil, pje, r.david.murray
versions: -Python 3.3
___
Python tracker
<http://bug
R. David Murray added the comment:
I am unable to reproduce this on any python from py3k trunk down to 2.6.6. Can
you provide a complete test program that demonstrates the failure? (That is,
it creates the file and then fails to detect it as a file with isfile.)
--
nosy
3501 - 3600 of 12938 matches
Mail list logo