[issue10107] Quitting IDLE on Mac doesn't save unsaved code

2010-10-14 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +taleinat ___ Python tracker <http://bugs.python.org/issue10107> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10079] idlelib for Python 3 with Guilherme Polo GSoC enhancements

2010-10-14 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +taleinat ___ Python tracker <http://bugs.python.org/issue10079> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10098] intermittent failure in test_os

2010-10-15 Thread Brian Curtin
Brian Curtin added the comment: That works for me locally. Checked in that 0 to 1 change in r85525 - waiting to see if it works on the slower buildbots. -- stage: -> commit review ___ Python tracker <http://bugs.python.org/issu

[issue10098] intermittent failure in test_os

2010-10-15 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10137] Patch to IDLE for Python 2.7, at Guido's request

2010-10-18 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +kbk, taleinat ___ Python tracker <http://bugs.python.org/issue10137> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10137] Patch to IDLE for Python 2.7, at Guido's request

2010-10-18 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +terry.reedy ___ Python tracker <http://bugs.python.org/issue10137> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10027] os.lstat/os.stat don't set st_nlink on Windows

2010-10-18 Thread Brian Curtin
Brian Curtin added the comment: I'll also give it a run on my Windows machines but won't be able to until tomorrow morning (~1300 UTC). -- ___ Python tracker <http://bugs.python.o

[issue10165] char overwrite mode is by default on in Python console under Vista

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: This has nothing to do with Python. IIRC from another issue, you have pyreadline installed. Your cmd.exe settings may be conflicting with something that pyreadline is trying to do. -- nosy: +brian.curtin resolution: -> invalid stage: -> com

[issue10165] char overwrite mode is by default on in Python console under Vista

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: > I wonder if the setting comes disabled by default? Correct. -- ___ Python tracker <http://bugs.python.org/issue10165> ___ _

[issue10162] mimetypes read_windows_registry should tolerate permissions errors

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: Fixed in py3k (r85774, minor correction in r85775), and release27-maint (r85776). Thanks for the patches! -- assignee: -> brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed type: feature request

[issue10165] char overwrite mode is by default on in Python console under Vista

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: I'm not sure if it's possible, but even if so, I don't think we should do it. For cmd.exe itself and all processes that run in it, the default is to have it off, and you can enable it on a case-by-case basis. Insert mode really should only be e

[issue10165] char overwrite mode is by default on in Python console under Vista

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: "will block until you left click" should be... "will block until you right click (or hit enter)" -- ___ Python tracker <http://bug

[issue10167] ESET Trojan Alert [python-3.1.2.amd64 ON Win7-64]

2010-10-21 Thread Brian Curtin
Changes by Brian Curtin : -- title: ESET Torgan Alert [python-3.1.2.amd64 ON Win7-64] -> ESET Trojan Alert [python-3.1.2.amd64 ON Win7-64] ___ Python tracker <http://bugs.python.org/issu

[issue10167] ESET Trojan Alert [python-3.1.2.amd64 ON Win7-64]

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: I just ran that installer on Windows 7 x64 with Sophos AV and got no such warning. FWIW, the checksum of the downloaded installer matched the one listed on http://www.python.org/download/releases/3.1.2/ -- components: +Windows nosy: +brian.curtin

[issue10167] ESET Trojan Alert [python-3.1.2.amd64 ON Win7-64]

2010-10-21 Thread Brian Curtin
Brian Curtin added the comment: I'm not really sure if there's anything we can or should do here. Martin, has this happened before, and if so is there anything to be done by us? -- nosy: +loewis ___ Python tracker <http://bu

[issue10002] Installer doesn't install on Windows Server 2008 DataCenter R2

2010-10-24 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10002> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10197] subprocess.getoutput fails on win32

2010-10-26 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Windows nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue10197> ___ ___ Python-bugs-list mailin

[issue10217] python-2.7.amd64.msi install fails

2010-10-27 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue10217> ___ ___ Python-bugs-list mai

[issue10217] python-2.7.amd64.msi install fails

2010-10-27 Thread Brian Curtin
Brian Curtin added the comment: The 2.6, 2.7, and 3.1 amd64 installers work on my 64-bit Windows 7 machines. Can you follow the steps in msg83923 on #4735? -- ___ Python tracker <http://bugs.python.org/issue10

[issue10239] multiprocessing signal defect

2010-10-29 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +asksol ___ Python tracker <http://bugs.python.org/issue10239> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9981] let make_buildinfo use a temporary directory on windows

2010-10-30 Thread Brian Curtin
Brian Curtin added the comment: Is there a reason this removes the Release x64 configuration? -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue9

[issue9981] let make_buildinfo use a temporary directory on windows

2010-10-30 Thread Brian Curtin
Brian Curtin added the comment: Let me rephrase that: What makes the Release x64 configuration unnecessary, thus removed? -- ___ Python tracker <http://bugs.python.org/issue9

[issue10256] Fix resource warnings in test_pkgimport

2010-10-30 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r85984. Thanks. -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> resource usage versions: +Python

[issue10257] Fix resource warnings in test_os

2010-10-30 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r85987. Made both places hunks of the patch use the context manager. -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected type: -> resource usage versions: +Python 3.2

[issue10257] Fix resource warnings in test_os

2010-10-30 Thread Brian Curtin
Changes by Brian Curtin : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue10257> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10258] Fix resource warnings in distutil test_tokenize

2010-10-30 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r85990. Thanks. -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> resource usage versions: +Python

[issue10265] Fix fd leak in sunau

2010-10-31 Thread Brian Curtin
Brian Curtin added the comment: Forget the attachment? -- nosy: +brian.curtin type: -> resource usage versions: +Python 3.2 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue9846] ZipExtFile provides no mechanism for closing the underlying file object

2010-10-31 Thread Brian Curtin
Brian Curtin added the comment: A fix to this would help silence a number of ResourceWarning messages coming out of the test suite. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue9

[issue10275] how to know that a module is a module, a function is a function ?

2010-10-31 Thread Brian Curtin
Brian Curtin added the comment: See the "types" module, specifically types.ModuleType. Compare that to your "type(os)" result. This is not a support channel. Please see python-list for these types of questions. -- nosy: +brian.curtin resolution: -> reject

[issue10279] test_gc failure on Windows x64

2010-11-01 Thread Brian Curtin
New submission from Brian Curtin : == FAIL: test_garbage_at_shutdown (test.test_gc.GCTests) -- Traceback (most recent call last): File "c:\python-dev\py3

[issue10290] Fix resource warnings in distutils

2010-11-01 Thread Brian Curtin
New submission from Brian Curtin : The attached patch cleans up the numerous ResourceWarning messages that distutils test runs generate. The changes basically just close all open files - some in the test suite, some in the library code. No context managers were used since distutils appears in

[issue10290] Fix resource warnings in distutils

2010-11-01 Thread Brian Curtin
Brian Curtin added the comment: Wow, I should open my eyes. Dupe of #10252 -- assignee: tarek -> resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue10252] Fix resource warnings in distutils

2010-11-01 Thread Brian Curtin
Brian Curtin added the comment: The patch shouldn't use context managers, as distutils claims to support 2.3. #10290 contains a similar patch which doesn't use 'with'. (Sorry to duplicate efforts here, forgot to search...) -- nosy: +brian.curtin sta

[issue10305] Cleanup up ResourceWarnings in multiprocessing

2010-11-03 Thread Brian Curtin
New submission from Brian Curtin : As shown in a debug run of test_multiprocessing, at least two places in managers.py apparently leave open sockets. Lines 786 and 805 are the culprits, both util log lines. -- components: Library (Lib) messages: 120367 nosy: asksol, brian.curtin

[issue10279] test_gc failure on Windows x64

2010-11-04 Thread Brian Curtin
Brian Curtin added the comment: Works for me. -- assignee: brian.curtin -> pitrou ___ Python tracker <http://bugs.python.org/issue10279> ___ ___ Python-

[issue1926] NNTPS support in nntplib

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

[issue10027] os.lstat/os.stat don't set st_nlink on Windows

2010-11-05 Thread Brian Curtin
Brian Curtin added the comment: Works for me. I think it should be ok to commit. -- assignee: -> ocean-city ___ Python tracker <http://bugs.python.org/issu

[issue10252] Fix resource warnings in distutils

2010-11-06 Thread Brian Curtin
Changes by Brian Curtin : Added file: http://bugs.python.org/file19524/fix_pipe_close.diff ___ Python tracker <http://bugs.python.org/issue10252> ___ ___ Python-bug

[issue9995] "setup.py register sdist upload" requires pass to be saved

2010-11-09 Thread Brian Curtin
Changes by Brian Curtin : -- type: security -> behavior ___ Python tracker <http://bugs.python.org/issue9995> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10134] test_email failures on Windows: end of line issue?

2010-11-15 Thread Brian Curtin
Brian Curtin added the comment: > Still not sure why they were not showing up on the buildbots. Victor was > working from an svn checkout and I from the binary installer, so it's not > just a difference in the svn eol handling. I too had only been seeing this in my checkout,

[issue9116] test_capi.test_no_FatalError_infinite_loop crash on Windows

2010-11-15 Thread Brian Curtin
Brian Curtin added the comment: The patch works for me. Unfortunately my knowledge on this particular area is very low so I can't really evaluate the patch. -- ___ Python tracker <http://bugs.python.org/i

[issue11288] Python installed from MSI doesn't work

2011-02-22 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin, loewis ___ Python tracker <http://bugs.python.org/issue11288> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11288] Python installed from MSI doesn't work

2011-02-22 Thread Brian Curtin
Brian Curtin added the comment: It works fine for me. Just did a 32-bit Python 3.2 install on a Windows 7 64-bit machine and IDLE works. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-02-25 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue11324> ___ ___ Python-bugs-list mai

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2011-03-08 Thread Brian Curtin
Brian Curtin added the comment: Santoso - since this is a feature request it would need to be retargeted to 3.3 -- versions: +Python 3.3 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue7

[issue11406] There is no os.listdir() equivalent returning generator instead of list

2011-03-08 Thread Brian Curtin
Brian Curtin added the comment: -1 on going back through blah/xblah all over again. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11

[issue11469] Fix resource warning in test_trailers

2011-03-11 Thread Brian Curtin
Brian Curtin added the comment: FYI this was created during my PyCon talk...needed a non-dev account for the demo. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11

[issue11483] python fails to follow symlinks on windows

2011-03-13 Thread Brian Curtin
Brian Curtin added the comment: This is a duplicate of #6727, which is now easier to fix due to the symlink work in 3.2. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bug

[issue6727] ImportError when package is symlinked on Windows

2011-03-13 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue6727> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11488] Add writelines test coverage in tempfile

2011-03-14 Thread Brian Curtin
Brian Curtin added the comment: Agreed, looks fine. -- ___ Python tracker <http://bugs.python.org/issue11488> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11491] dbm.open(..., flag="n") raises dbm.error if file exists and is rejected by whichdb

2011-03-14 Thread Brian Curtin
Brian Curtin added the comment: Attached is a slightly updated version of the patch. If the assertEqual for any reason were to fail, the file wouldn't be closed, leading to a ResourceWarning. That'll work on 3.2+, but if this is backported consideration will have to be made

[issue11491] dbm.open(..., flag="n") raises dbm.error if file exists and is rejected by whichdb

2011-03-14 Thread Brian Curtin
Brian Curtin added the comment: The 3.x side of things is taken care of. Still need to see if there is any issue on 2.7 where things are organized differently and dbm is in C. -- assignee: -> brian.curtin stage: -> commit review ___

[issue11503] Expand test coverage in posixpath

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review nosy: +brian.curtin stage: -> patch review ___ Python tracker <http://bugs.python.org/issue11503> ___ _

[issue11512] adding test suite for cgitb

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin keywords: +needs review stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue9362] Make exit/quit hint more novice friendly

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue1038909] pydoc method documentation lookup enhancement

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue10775] assertRaises as a context manager should accept a 'msg' keyword argument.

2011-03-15 Thread Brian Curtin
Brian Curtin added the comment: I showed robquad how to do the review stuff at PyCon but I forgot about the publish part. Robbie, if you hit "Publish + Mail Comments" near the top of the page after you've left comments, it'll send them out. What he noticed was that chan

[issue11509] fileinput module unit test coverage improvements

2011-03-15 Thread Brian Curtin
Brian Curtin added the comment: Many thanks for the patch, Denver! -- assignee: -> brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue11503] Expand test coverage in posixpath

2011-03-15 Thread Brian Curtin
Brian Curtin added the comment: Tested the patch on Windows -- all tests pass. -- ___ Python tracker <http://bugs.python.org/issue11503> ___ ___ Python-bug

[issue11577] testcase for exception binhex.Error

2011-03-16 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11577> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10535] Enable warnings by default in unittest

2011-03-17 Thread Brian Curtin
Brian Curtin added the comment: I'm not seeing those warnings anymore, so I think the patch can be ignored. -- ___ Python tracker <http://bugs.python.org/is

[issue11583] os.path.isdir() is slow on windows

2011-03-17 Thread Brian Curtin
Brian Curtin added the comment: I made a bunch of the stat changes in 3.2 so I'll assign this to myself and take a look. -- assignee: -> brian.curtin stage: -> needs patch ___ Python tracker <http://bugs.python.

[issue11596] import error in test_fileinput.py when bz2 not installed (windows)

2011-03-18 Thread Brian Curtin
Brian Curtin added the comment: Thanks for the patch! -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue11629] Reference implementation for PEP 397

2011-03-22 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11629> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11636] fh is not defined in npyio.py fromregex

2011-03-22 Thread Brian Curtin
Brian Curtin added the comment: You should report this to whoever makes npyio.py -- nosy: +brian.curtin resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

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

2011-03-22 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Extension Modules, Windows -Library (Lib) nosy: +brian.curtin stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.org/i

[issue11641] raw_input() -> input() security issue

2011-03-22 Thread Brian Curtin
Brian Curtin added the comment: This is incorrect. Please look at Python/bltinmodule.c for how input() is implemented - there is no eval involved. -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11

[issue11641] raw_input() -> input() security issue

2011-03-22 Thread Brian Curtin
Changes by Brian Curtin : -- type: security -> ___ Python tracker <http://bugs.python.org/issue11641> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11642] regression: input() doesn't strip a trailing newline on Windows

2011-03-22 Thread Brian Curtin
Brian Curtin added the comment: 3.2.1 will have the fix. -- nosy: +brian.curtin resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Brian Curtin
Brian Curtin added the comment: I believe there was a previous request for this which was rejected, likely for reasons Amaury listed. -- nosy: +brian.curtin, loewis ___ Python tracker <http://bugs.python.org/issue11

[issue11668] _multiprocessing.Connection.poll with timeout uses polling under Windows

2011-03-24 Thread Brian Curtin
Brian Curtin added the comment: SYNCHRONIZE comes for free on pipes created with CreateNamedPipe, so there's nothing to do there. I think it's more likely that we'll have to use WaitForMultipleObjects and include the pipe handle with a signal handler for Ctrl-C. I believ

[issue1602] windows console doesn't print or input Unicode

2011-03-25 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker <http://bugs.python.org/issue1602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11668] _multiprocessing.Connection.poll with timeout uses polling under Windows

2011-03-25 Thread Brian Curtin
Brian Curtin added the comment: Attaching an initial patch implementing the same functionality but using WaitForMultipleObjects. Here's some details: WFMO takes an array of objects to wait on, which is the pipe handle and sigint_event which is a handle to an event which gets set when C

[issue11687] distutils register does not work from the command line

2011-03-27 Thread Brian Curtin
Brian Curtin added the comment: In the end, this is a duplicate of #11272 -- it's not specific to distutils but this is where the issue pops up. input() in 3.2.0 isn't working properly so you won't be able to run the register command. This is fixed for 3.2.1 In the meantime,

[issue1673007] urllib2 requests history + HEAD support

2011-03-28 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue1673007> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8150] urllib needs ability to set METHOD for HTTP requests

2011-03-28 Thread Brian Curtin
Brian Curtin added the comment: Closing as duplicate. #1673007 tackles the same issues and has a few patches available. -- nosy: +brian.curtin resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> urllib2 requests hi

[issue11416] netrc module does not handle multiple entries for a single host

2011-03-28 Thread Brian Curtin
Brian Curtin added the comment: Can you add your tests to Lib/test/test_netrc.py? -- nosy: +brian.curtin ___ Python tracker <http://bugs.python.org/issue11

[issue11732] Skip decorator for tests requiring manual intervention on Windows

2011-03-31 Thread Brian Curtin
New submission from Brian Curtin : Attached is a patch which adds skip_unless_unattended, which ideally would be used with at least test_faulthandler when running on Windows. Running the tests on a Windows desktop results in the user having to click through Windows Error Reporting dialogs in

[issue11732] Skip decorator for tests requiring manual intervention on Windows

2011-03-31 Thread Brian Curtin
Brian Curtin added the comment: Attached is an example of how this might be used with Lib/test/test_faulthandler.py -- nosy: +haypo, loewis Added file: http://bugs.python.org/file21494/faulthandler_example.diff ___ Python tracker <h

[issue11750] Mutualize win32 functions

2011-04-03 Thread Brian Curtin
Brian Curtin added the comment: Big +1. I'll work up a patch. -- assignee: -> brian.curtin ___ Python tracker <http://bugs.python.org/issue11750> ___ _

[issue11754] Changed test to check calculated constants in test_string.py

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

[issue11758] increase xml.dom.minidom test coverage

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

[issue10175] vs version for win32 compilation of extension modules is undocumented.

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

[issue11774] Issue tracker sends notification mails twice...

2011-04-05 Thread Brian Curtin
Brian Curtin added the comment: http://psf.upfronthosting.co.za/roundup/meta is the bug tracker for the bug tracker. Also, consider that if you are subscribed to any of the tracker mailing lists such as python-bugs-list, you might get multiple copies of tracker comments. -- nosy

[issue11776] types.MethodType() params and usage is not documented

2011-04-05 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.org/issue11776> ___ ___ Python-bugs-list

[issue11732] Skip decorator for tests requiring manual intervention on Windows

2011-04-06 Thread Brian Curtin
Brian Curtin added the comment: Disabling and re-enabling is another possibility, and it's probably more likely to help in the long run. Most (all?) Windows machines have error reporting enabled unless you mess with the registry manually, so the only place tests would be run with my

[issue5162] multiprocessing cannot spawn child from a Windows service

2011-04-11 Thread Brian Curtin
Brian Curtin added the comment: This looks reasonable to me. If no one beats me to it, I'll check it in tonight. -- ___ Python tracker <http://bugs.python.org/i

[issue5162] multiprocessing cannot spawn child from a Windows service

2011-04-11 Thread Brian Curtin
Brian Curtin added the comment: Thanks for the patch! -- assignee: jnoller -> brian.curtin resolution: -> fixed stage: patch review -> committed/rejected ___ Python tracker <http://bugs.python.o

[issue11832] Add option to pause regrtest to attach a debugger

2011-04-11 Thread Brian Curtin
New submission from Brian Curtin : Patch to add -a/--attach option to Lib/test/regrtest.py to pause before beginning test runs. This would allow a user to attach Visual Studio or some other debugger. Very simply, this option just blocks waiting for a keystroke during argument parsing - once

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue11834> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11834] wrong module installation dir on Windows

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

[issue11832] Add option to pause regrtest to attach a debugger

2011-04-12 Thread Brian Curtin
Brian Curtin added the comment: True. In the end all it does is wait for input not specific to attaching debuggers. How about ``--wait``? I'm used to this functionality being `-x` in another app, so we're iteratively gett

[issue5162] multiprocessing cannot spawn child from a Windows service

2011-04-18 Thread Brian Curtin
Changes by Brian Curtin : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue5162> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11750] Mutualize win32 functions

2011-04-18 Thread Brian Curtin
Brian Curtin added the comment: Here's a patch replacing Modules/_multiprocessing/win32_functions.c and PC/_subprocess.c with a common PC/_windows.c. There's not much to the patch despite its size -- it just shuffles around the C code and does a few renames in the appropriate Pyth

[issue11750] Mutualize win32 functions

2011-04-18 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review stage: -> patch review ___ Python tracker <http://bugs.python.org/issue11750> ___ ___ Python-bugs-list mai

[issue11750] Mutualize win32 functions

2011-04-19 Thread Brian Curtin
Brian Curtin added the comment: For the first point, I just put it there since other Windows-only modules already exist there. _subprocess did, msvcrt and winreg currently do, and there's a few other Windows-only things in there. It's not a big deal, so I can move it into Modules

[issue11878] No SOAP libraries available for Python 3.x

2011-04-19 Thread Brian Curtin
Brian Curtin added the comment: This is something that should be handled on the trackers of any of the external SOAP libraries. If they are ported to Python 3 and are seen as best in class and are willing to move all development into the standard library, then inclusion could be considered

[issue8944] test_winreg.test_reflection_functions fails on Windows Server 2003

2011-04-19 Thread Brian Curtin
Brian Curtin added the comment: I no longer have access to a Server 2003 machine and I don't remember this happening the last few times I worked on that OS so it may have been fixed. If this occurs for anyone else, feel free to reopen. -- resolution: -> rejected stage: nee

[issue10540] test_shutil fails on Windows after r86733

2011-04-19 Thread Brian Curtin
Brian Curtin added the comment: This hasn't been an issue for quite some time, and I suspect the follow-up work on symbolic and hard links and their supporting functions corrected any problems in this area. -- resolution: -> works for me stage: needs patch -> committ

[issue8886] zipfile.ZipExtFile is a context manager, but that is not documented

2011-04-19 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: accepted -> fixed stage: patch review -> committed/rejected status: open -> closed versions: -Python 3.1 ___ Python tracker <http://bugs.python.o

<    1   2   3   4   5   6   7   8   9   10   >