[issue10692] imap lib server compabilities

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue10692> ___ ___ Python-bugs-list mailin

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-14 Thread R. David Murray
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: ->

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-14 Thread R. David Murray
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

[issue7183] did 2.6.3 regress for some uses of the __doc__ property?

2010-12-14 Thread R. David Murray
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

[issue775964] fix test_grp failing when NIS entries present

2010-12-14 Thread R. David Murray
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

[issue4236] Crash when importing builtin module during interpreter shutdown

2010-12-14 Thread R. David Murray
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). >

[issue3080] Full unicode import system

2010-12-14 Thread R. David Murray
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

[issue10703] Regex 0.1.20101210

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> mark.dickinson nosy: +mark.dickinson, mrabarnett ___ Python tracker <http://bugs.python.org/issue10703> ___ ___ Py

[issue10704] Regex 0.1.20101210 Python 3.1 install problem Mac OS X 10.6.5

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- nosy: +mrabarnett ___ Python tracker <http://bugs.python.org/issue10704> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- stage: -> patch review type: -> feature request ___ Python tracker <http://bugs.python.org/issue5368> ___ ___ Python-bugs-

[issue8769] Straightforward usage of email package fails to round-trip

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue8769> ___ ___ Python-bugs-list mailing list Unsubscri

[issue4402] os.getenv('PATH') return different result between 2.5 and 3.0rc3

2010-12-14 Thread R. David Murray
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

[issue8127] Add link to PortingPythonToPy3k to What's New documentation

2010-12-14 Thread R. David Murray
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

[issue8776] Bytes version of sys.argv

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- stage: -> needs patch type: -> feature request versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue9967] encoded_word regular expression in email.header.decode_header()

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue9967> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8828] Atomic function to rename a file

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> feature request versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue8828> ___ ___ Py

[issue9285] A decorator for cProfile and profile modules

2010-12-14 Thread R. David Murray
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

[issue9248] multiprocessing.pool: Proposal: "waitforslot"

2010-12-14 Thread R. David Murray
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/

[issue9216] FIPS support for hashlib

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> feature request ___ Python tracker <http://bugs.python.org/issue9216> ___ ___ Python-bugs-list mailing list Unsubscri

[issue9048] no OS X buildbots in the stable list

2010-12-14 Thread R. David Murray
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

[issue4506] 3.0 make test failures on Solaris 10

2010-12-14 Thread R. David Murray
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

[issue1525919] email package quoted printable behaviour changed

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue1525919> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10705] HTTPConnection.set_debuglevel has no information about level range

2010-12-14 Thread R. David Murray
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

[issue10453] Add -h/--help option to compileall

2010-12-14 Thread R. David Murray
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

[issue10707] compileall is broken

2010-12-14 Thread R. David Murray
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

[issue10706] kill runtests.sh

2010-12-14 Thread R. David Murray
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

[issue10703] Regex 0.1.20101210

2010-12-14 Thread R. David Murray
Changes by R. David Murray : -- assignee: mark.dickinson -> nosy: -mark.dickinson ___ Python tracker <http://bugs.python.org/issue10703> ___ ___ Python-

[issue4236] Crash when importing builtin module during interpreter shutdown

2010-12-14 Thread R. David Murray
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

[issue10705] HTTPConnection.set_debuglevel has no information about level range

2010-12-14 Thread R. David Murray
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

[issue10705] HTTPConnection.set_debuglevel has no information about level range

2010-12-14 Thread R. David Murray
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

[issue10618] regression in subprocess.call() command quoting

2010-12-14 Thread R. David Murray
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. -

[issue9319] imp.find_module('test/badsyntax_pep3120') causes segfault

2010-12-15 Thread R. David Murray
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

[issue10710] Is Misc/setuid-prog.c still needed?

2010-12-15 Thread R. David Murray
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

[issue9286] email.utils.parseaddr returns garbage for invalid input

2010-12-15 Thread R. David Murray
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)

[issue9286] email.utils.parseaddr returns garbage for invalid input

2010-12-15 Thread R. David Murray
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

[issue10692] imap lib server compabilities

2010-12-16 Thread R. David Murray
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

[issue10718] brand new to programming. crashes at run

2010-12-16 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issu

[issue10719] compileall no longer warns when cli arguments name non-existent files

2010-12-16 Thread R. David Murray
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

[issue10719] compileall no longer warns when cli arguments name non-existent files

2010-12-16 Thread R. David Murray
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.

[issue10454] Clarify compileall command-line options

2010-12-16 Thread R. David Murray
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

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +terry.reedy type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10722> ___ ___ Python-bugs-list mai

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-16 Thread R. David Murray
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

[issue9824] SimpleCookie should escape commas and semi-colons

2010-12-16 Thread R. David Murray
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

[issue2193] Cookie Colon Name Bug

2010-12-16 Thread R. David Murray
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

[issue9011] ast_for_factor unary minus optimization changes AST

2010-12-16 Thread R. David Murray
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

[issue10724] socket.close close telnet with RST

2010-12-17 Thread R. David Murray
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

[issue10726] pydoc: don’t display raw reST in key word help

2010-12-17 Thread R. David Murray
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

[issue2736] datetime needs an "epoch" method

2010-12-17 Thread R. David Murray
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

[issue10726] pydoc: don’t display raw reST in key word help

2010-12-17 Thread R. David Murray
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

[issue9011] ast_for_factor unary minus optimization changes AST

2010-12-17 Thread R. David Murray
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> ___ ___

[issue10726] pydoc: don’t display raw reST in key word help

2010-12-17 Thread R. David Murray
R. David Murray added the comment: s/prettier/more readable/ -- ___ Python tracker <http://bugs.python.org/issue10726> ___ ___ Python-bugs-list mailing list Unsub

[issue10559] NameError in tutorial/interpreter

2010-12-17 Thread R. David Murray
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

[issue10559] NameError in tutorial/interpreter

2010-12-17 Thread R. David Murray
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

[issue10559] NameError in tutorial/interpreter

2010-12-17 Thread R. David Murray
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

[issue10559] NameError in tutorial/interpreter

2010-12-17 Thread R. David Murray
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

[issue8154] os.execlp('true') crashes the interpreter on 2.x

2010-12-17 Thread R. David Murray
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

[issue10454] Clarify compileall command-line options

2010-12-17 Thread R. David Murray
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

[issue4188] Lib/threading.py causes infinite recursion when running as verbose

2010-12-17 Thread R. David Murray
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

[issue9907] interactive mode TAB does not insert on OS X built with editline instead of GNU readline

2010-12-17 Thread R. David Murray
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

[issue10728] argparse.ArgumentParser.print_help uses sys.stdout

2010-12-17 Thread R. David Murray
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

[issue10728] argparse.ArgumentParser.print_help uses sys.stdout

2010-12-17 Thread R. David Murray
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

[issue10728] argparse.ArgumentParser.print_help uses sys.stdout

2010-12-18 Thread R. David Murray
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

[issue10729] fwbackups python lib error

2010-12-18 Thread R. David Murray
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

[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread R. David Murray
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

[issue10731] UnicodeDecodeError in OS X tkinter when binding to

2010-12-18 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> ronaldoussoren components: +Macintosh -Tkinter nosy: +ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issu

[issue10731] UnicodeDecodeError in OS X tkinter when binding to

2010-12-18 Thread R. David Murray
Changes by R. David Murray : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10731> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10404] IDLE on OS X popup menus do not work: cannot set/clear breakpoints

2010-12-18 Thread R. David Murray
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

[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread R. David Murray
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

[issue9286] email.utils.parseaddr returns garbage for invalid input

2010-12-18 Thread R. David Murray
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

[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread R. David Murray
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

[issue10622] WebKit browsers show superfluous scrollbars in html docs

2010-12-18 Thread R. David Murray
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

[issue10616] Change PyObject_AsCharBuffer() error message

2010-12-18 Thread R. David Murray
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

[issue10616] Change PyObject_AsCharBuffer() error message

2010-12-18 Thread R. David Murray
R. David Murray added the comment: Victor, I think you attached msg123266 to the wrong issue. -- ___ Python tracker <http://bugs.python.org/issue10616> ___ ___

[issue10616] Change PyObject_AsCharBuffer() error message

2010-12-18 Thread R. David Murray
Changes by R. David Murray : -- Removed message: http://bugs.python.org/msg124315 ___ Python tracker <http://bugs.python.org/issue10616> ___ ___ Python-bugs-list m

[issue6780] startswith error message is incomplete

2010-12-18 Thread R. David Murray
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

[issue6780] startswith error message is incomplete

2010-12-18 Thread 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:

[issue4871] zipfile can't decrypt

2010-12-18 Thread R. David Murray
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'

[issue10730] add .svgz to mimetypes.suffix_map and .svg to types_map

2010-12-18 Thread R. David Murray
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

[issue10735] platform.architecture() gives misleading results for OS X multi-architecture executables

2010-12-18 Thread R. David Murray
Changes by R. David Murray : -- nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue10735> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10515] csv sniffer does not recognize quotes at the end of line

2010-12-19 Thread R. David Murray
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

[issue10694] zipfile.py end of central directory detection not robust

2010-12-19 Thread R. David Murray
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

[issue10728] argparse.ArgumentParser.print_help uses sys.stdout

2010-12-19 Thread R. David Murray
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

[issue10733] plistlib rejects strings containing control characters

2010-12-19 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> wont fix stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10739] Subprocess behavior on Windows

2010-12-20 Thread R. David Murray
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

[issue10694] zipfile.py end of central directory detection not robust

2010-12-20 Thread R. David Murray
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&#

[issue10739] Subprocess behavior on Windows

2010-12-20 Thread R. David Murray
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

[issue10694] zipfile.py end of central directory detection not robust

2010-12-20 Thread R. David Murray
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

[issue10740] sqlite3 module should allow DDL statements in transactions

2010-12-20 Thread R. David Murray
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

[issue1243654] Faster output if message already has a boundary

2010-12-20 Thread R. David Murray
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 (

[issue10724] socket.close close telnet with RST

2010-12-21 Thread R. David Murray
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

[issue1243654] Faster output if message already has a boundary

2010-12-21 Thread R. David Murray
R. David Murray added the comment: Committed test and fix in r87415, r87416, r87417. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue1

[issue10744] ctypes arrays have incorrect buffer information (PEP-3118)

2010-12-21 Thread R. David Murray
Changes by R. David Murray : -- nosy: +mark.dickinson ___ Python tracker <http://bugs.python.org/issue10744> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9584] Allow curly brace expansion

2010-12-21 Thread R. David Murray
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

[issue4871] zipfile can't decrypt

2010-12-21 Thread R. David Murray
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

[issue9584] Allow curly brace expansion

2010-12-21 Thread R. David Murray
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

[issue4871] zipfile can't decrypt

2010-12-21 Thread R. David Murray
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

[issue10694] zipfile.py end of central directory detection not robust

2010-12-21 Thread R. David Murray
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

[issue10751] WSGIREF - REMOTE_USER and REMOTE-USER collision

2010-12-21 Thread R. David Murray
Changes by R. David Murray : -- nosy: +pje ___ Python tracker <http://bugs.python.org/issue10751> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10753] request_uri method of wsgiref module does not support RFC1808 params.

2010-12-21 Thread R. David Murray
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

[issue10754] os.path.isfile doesn't work with some greek characters

2010-12-21 Thread R. David Murray
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

<    31   32   33   34   35   36   37   38   39   40   >