[issue11260] smtpd-as-a-script feature should be documented and should use argparse

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we stand with this and #14945 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue11

[issue14945] Setup & Usage documentation for selected stdlib modules

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we stand with this and #11260 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue14

[issue18355] Merge super() guide into documentation

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Raymond what is your opinion on this proposal? -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue18320] idle, pydoc search python on wrong path at make altinstall with different exec- and prefix e.g. $HOME

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry is this something you can comment on please? -- nosy: +BreamoreBoy, terry.reedy ___ Python tracker <http://bugs.python.org/issue18

[issue18330] Fix idlelib.PyShell.build_subprocess_arglist use of __import__

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry just a reminder for yourself and your band of merry men and women. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue18

[issue18392] Doc: PyObject_Malloc() is not documented

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Any volunteers to document what appears to be a relatively obscure function :) -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue18

[issue14285] Traceback wrong on ImportError while executing a package

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've no idea what having a file called __main__.py is likely to do so can someone comment please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue14689] make PYTHONWARNINGS variable work in libpython

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please, I'm not touching C code at that level within Python. Are people happy with the concept of moving code from main.c to pythonrun.c ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Pytho

[issue10305] Cleanup up ResourceWarnings in multiprocessing

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've looked at managers.py and can't see any evidence that the sockets are ever closed. Please check this out as I can't believe that a technical problem like this could have been around for so long without someone else spotting it during

[issue9949] os.path.realpath on Windows does not follow symbolic links

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Zach can you do a patch review on this as it's holding up #13837 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue15411] os.chmod() does not follow symlinks on Windows

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this please as it's holding up #13837. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/is

[issue13837] test_shutil fails with symlinks enabled under Windows

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've asked for patch reviews on #9949 and #15411. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue20064] PyObject_Malloc is not documented

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: As the patch is short can we have a commit review please. Can we also close issue 18392 as a duplicate of this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: The patch LGTM at a quick glance so can we have a formal review please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue7

[issue15629] Add to regrtest the ability to run Lib and Doc doctests

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: It appears, especially from the later messages, that this is not wanted. However noting msg170616 should we close this with #10967 to supersede it? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python

[issue11551] test_dummy_thread.py test coverage improvement

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Denver are you still interested in working on this as a week or two has passed? :) -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue19756] test_nntplib: sporadic failures, network isses? server down?

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Are these sporadic failures still happening? I've glanced over the logs and only found failures due to recent code changes. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue17113] argparse.RawDescriptionHelpFormatter should not delete blank lines

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have this followed up please. -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue17

[issue13819] _warnings settings are process-wide

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue15485] CROSS: append gcc library search paths

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: My reading of msg166737 is that the type should be behaviour. The patch is only five lines of actual code so can we have a review please. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.5 ___ Pyt

[issue17127] multiprocessing.dummy.Pool does not accept maxtasksperchild argument

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: I've confirmed that the behaviour is identical in 3.4.1 on Windows. -- nosy: +BreamoreBoy, jnoller, sbt versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue17131] subprocess.Popen.terminate can raise exception on Posix

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Siona sorry about the delay in getting back to you. Can someone try this please as I've only got Windows. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.2 ___ Python tracker

[issue17182] signal.default_int_handler should set signal number on the raised exception

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue17148] mingw: nt thread model detection

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Guys I asked on IRC and was advised to add you to the nosy list to see if you can help out on this. Please be aware that there are plenty more where this came from. -- nosy: +BreamoreBoy, loewis, steve.dower, tim.golden, zach.ware versions: +Python

[issue17185] unittest mock create_autospec doesn't correctly replace mocksignature

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Just curiosity why such a name change? -- components: +Tests nosy: +BreamoreBoy title: create_autospec -> unittest mock create_autospec doesn't correctly replace mocksignature type: -> behavior versions: +Python 3.4,

[issue17210] documentation of PyUnicode_Format() states wrong argument type requirements

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Stefan could you provide a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.6, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue17274] distutils silently omits relative symlinks

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Florian can you provide a patch for this? -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker &l

[issue17286] Make subprocess handling text output with universal_newlines more obious

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Baptiste can you provide a patch for this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17286> ___ ___

[issue17293] uuid.getnode() MAC address on AIX

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Aivars sorry about the delay in getting back to you. -- nosy: +BreamoreBoy, David.Edelsohn type: -> behavior versions: +Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker <http://bugs.python.org/issu

[issue17308] Dialog.py crashes when putty Window resized

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm sorry but this site is for reporting bugs on Python itself, not on third party packages. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue17362] enable-new-dtags only for GNU ELF linker

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone comment on this please as I haven't got a clue, sorry :( -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue18993] There is an overshadowed and invalid test in testmock.py

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal review on the latest patch please. -- nosy: +BreamoreBoy type: enhancement -> behavior versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue17401] io.FileIO closefd parameter is not documented nor shown in repr

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: >From the 3.5 docs. io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) This is an alias for the builtin open() function. There is a description for closefd at the open() function link.

[issue17528] Implement dumps/loads for lru_cache

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: https://pypi.python.org/pypi/fastcache/0.4.0 also seems relevant. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue14373] C implementation of functools.lru_cache

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: https://pypi.python.org/pypi/fastcache/0.4.0 also seems relevant. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14

[issue818201] distutils: clean does not use build_base option from build

2014-07-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue818

[issue644744] bdist_rpm fails when installing man pages

2014-07-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue644744> ___ ___ Python-bug

[issue1047397] cgitb failures

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: The output now is c:\Users\Mark\PythonIssues>cgitbbug.py getattr1 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] Traceback (most recent call last): File "C:\Users\Mark\PythonIssues\cgitbbug.py", line 34, in

[issue11001] Various obvious errors in cookies documentation

2014-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: Given the comments in msg126979 do we formally review this, close as "won't fix" or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pyt

[issue21907] Update Windows build batch scripts

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: Does this render the patch against build_pgo.bat on #17667 obsolete? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue21

[issue17667] Windows: build with "build_pgo.bat -2" fails to optimize python.dll

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: See also #21907. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17667> ___ ___ Python-bugs-list mailin

[issue17709] http://docs.python.org/2.7/objects.inv doesn't support :func:`repr` or :exc:`Exception`

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: I don't understand this at all, but if this is a Sphinx bug shouldn't it be reported on the appropriate bug tracker and not here? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue17896] Move Windows external libs from \..\ to \externals

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: I also find the location annoying and would be happy to see it moved. Regarding the "extra long build time on the buildbots due to having to recompile Tcl/Tk and OpenSSL" is this a one off the first time you run after the commit, or does it alw

[issue15106] Potential Bug in errors.c

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: >From what I can see the code is completely the same in default but does this >matter or not? As a matter of interest is there an official policy regarding >code clones, whether in C or pure Python? -- nosy: +Br

[issue15305] Test harness unnecessarily disambiguating twice

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is very short so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue15376] Refactor the test_runpy walk_package support code into a common location

2014-07-20 Thread Mark Lawrence
Mark Lawrence added the comment: The chain of dependencies goes from here to #15403, #18576 and back here. How do we break this loop? -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python trac

[issue17665] convert test_wsgiref to idiomatic unittest code

2014-07-20 Thread Mark Lawrence
Mark Lawrence added the comment: Changes were made to this module on #20555. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17665> ___ ___

[issue22002] Make full use of test discovery in test subpackages

2014-07-20 Thread Mark Lawrence
Mark Lawrence added the comment: I'm getting lost in all the enhancement requests for tests. How does this relate to e.g. 16748 or 10572? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue1745108] 2.5.1 curses panel segfault in new_panel on aix 5.3

2014-07-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +David.Edelsohn type: -> crash versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue1

[issue6699] IDLE: Warn user about overwriting a file that has a newer version on filesystem

2014-07-21 Thread Mark Lawrence
Mark Lawrence added the comment: The latest patch reflects msg112886 and msg149117 so I believe it should be committed. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue6

[issue1702036] Make Turtle thread-safe so it does not crash

2014-07-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +Lita.Cho ___ Python tracker <http://bugs.python.org/issue1702036> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13299] namedtuple row factory for sqlite3

2014-07-22 Thread Mark Lawrence
Mark Lawrence added the comment: I'd like to see this in 3.5 as I often use sqlite so what needs doing here? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/is

[issue17293] uuid.getnode() MAC address on AIX

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: David is listed against AIX on the experts list https://docs.python.org/devguide/experts.html. That alone suggests to me that AIX is an officially supported platform. -- ___ Python tracker <http://bugs.python.

[issue5718] Problem compiling ffi part of build on AIX 5.3.

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: @David what is your opinion on this issue? -- nosy: +David.Edelsohn ___ Python tracker <http://bugs.python.org/issue5718> ___ ___

[issue18174] Make regrtest with --huntrleaks check for fd leaks

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: Just flagging this up as testing is rather important. -- components: +Tests nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue18

[issue2091] file accepts 'rU+' as a mode

2014-07-23 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue2091> ___ ___ Python-bugs-list mailin

[issue17548] unittest.mock: test_create_autospec_unbound_methods is skipped

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: Both of these tests are still commented out in the default branch. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue18605] 2.7: test_threading hangs on Solaris 9

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: Is Solaris 9 supported as I can't find any buildbots for it? -- nosy: +BreamoreBoy, jcea versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue16733] Solaris ctypes_test failures

2014-07-24 Thread Mark Lawrence
Mark Lawrence added the comment: Only one Solaris box was online when I looked and that had passed ctypes tests, but surely this will have been sorted out by now? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <h

[issue19875] test_getsockaddrarg occasional failure

2014-07-24 Thread Mark Lawrence
Mark Lawrence added the comment: Clearly the long term solution is to fix the problems in the cpython code referenced in msg205227, but in the short term is it worth attempting a work around as suggested in msg205131 ? -- nosy: +BreamoreBoy

[issue19980] Improve help('non-topic') response

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: I suppose that technically this can only go into 3.5, but is there any real reason that this couldn't be backported? -- versions: +Python 3.5 -Python 3.4 Added file: http://bugs.python.org/file36141/Issue19980

[issue17763] test_pydoc fails with the installed testsuite

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: Can our testing gurus shed any light on this? -- nosy: +BreamoreBoy, ezio.melotti, michael.foord, pitrou versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue10572] Move test sub-packages to Lib/test

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: Can we get this into 3.5 for the reasons given in msg179596 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue10

[issue4264] Patch: optimize code to use LIST_APPEND instead of calling list.append

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: Is this ever likely to be implemented or is it more likely to be rejected owing to the reasons given in msg75587 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.

[issue5833] readline update

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: Looking at msg128306 and msg128319 I believe this can be closed. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue5

[issue11212] Python memory limit on AIX

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: @David (Edelsohn) what is your take on this? -- nosy: +BreamoreBoy, David.Edelsohn versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue11

[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have the opinions of our testing experts please. -- nosy: +BreamoreBoy, ezio.melotti, michael.foord, pitrou versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue11969] Can't launch multiproccessing.Process on methods

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: This works perfectly on 64 bit Windows 8.1 for 3.4.1 and 3.5.0a0. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue11990] redirected output - stdout writes newline as \n in windows

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: It states in msg136119 that this is already fixed and I've confirmed this in 3.4.1 and 3.5.0a0 so believe this can be closed. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue8171] bdist_wininst builds wrongly for --plat-name=win-amd64

2014-07-29 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2, Windows nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue8

[issue8170] Wrong Paths for distutils build --plat-name=win-amd64

2014-07-29 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue8170> ___ ___ Python-bug

[issue1508864] threading.Timer/timeouts break on change of win32 local time

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: PEP 418 states "time.monotonic(): timeout and scheduling, not affected by system clock updates" and has also deprecated time.clock() so I believe this can be closed as "out of date". -- nosy: +BreamoreBoy __

[issue4198] os.path.normcase gets fooled on windows with mapped linux network drive

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: How does the new pathlib module handle this? Also note from the docs for os.samefile() "Changed in version 3.4: Windows now uses the same implementation as all other platforms.". -- nosy: +BreamoreBoy, steve.dower,

[issue9665] Buid issues on Cygwin - _curses, _curses_panel, and _io

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Stage needs setting to "patch review", any volunteers to undertake a review? -- components: +Cross-Build -Extension Modules, Windows nosy: +BreamoreBoy, jlt63 versions: +Python 3.4, Python 3.5 -Python 3.1,

[issue8548] Building on CygWin 1.7: PATH_MAX redefined

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: main.c has this. #if defined(MS_WINDOWS) || defined(__CYGWIN__) #include #ifdef HAVE_FCNTL_H #include #define PATH_MAX MAXPATHLEN #endif #endif Wouldn't inserting #else before #define fix this issue? -- components: +Build -Installation, Windows

[issue8548] Building on CygWin 1.7: PATH_MAX redefined

2014-07-29 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue8548> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can you please retest with Python 2.7.8 as this has an updated version of openssl. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue4722] _winreg.QueryValue fault while reading mangled registry values

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: I can't reproduce this with 64 bit Windows 8.1 using 3.4.1 or 3.5.0a0, I don't have 2.7 to test on. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware versions: +Python 2.7 -Python 2.6 ___ Pyth

[issue1054] scriptsinstall target fails in alternate build dir

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: I have no intention of finding out what is in the 48 attached html files :( -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue1

[issue16066] Truncated POST data in CGI script on Windows 7

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: @Alexander apologies for the delay in getting back to you. Who is best placed to look at this issue, I'll admit to knowing squat about cgi? -- components: +Library (Lib) nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Pytho

[issue16100] Compiling vim with Python 3.3 support fails

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see how we can do anything with this as mingw is unsupported. If any docs need changing wouldn't that best be done as a completely separate issue? -- nosy: +BreamoreBoy ___ Python trac

[issue10551] mimetypes read from the registry should not overwrite standard mime mappings

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: msg185039 from #4969 also complains about this issue. I agree with the solution put forward in the last sentence of msg172531. If we think this is the best idea I'll work on a patch unless anybody else wants to pick this up. -- nosy: +Breamo

[issue15207] mimetypes.read_windows_registry() uses the wrong regkey, creates wrong mappings

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: @Christoph please raise a new issue regarding the problem you describe in msg219788. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue15207] mimetypes.read_windows_registry() uses the wrong regkey, creates wrong mappings

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: @Christoph sorry #21652 has already been raised to address the problem of mixed str and unicode objects. -- ___ Python tracker <http://bugs.python.org/issue15

[issue10551] mimetypes read from the registry should not overwrite standard mime mappings

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Ben you're correct. The other issues have been addressed in #10162 and #9291 so I believe this can be closed. One 2.7 regression regarding mixed str and unicode objects is addressed in #21652. -- ___ P

[issue16328] win_add2path.py sets wrong user path

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Should we create the scripts dir during install? Is it that big a deal? -- nosy: +BreamoreBoy, steve.dower, zach.ware ___ Python tracker <http://bugs.python.org/issue16

[issue16383] Python 3.3 Permission Error with User Library on Windows

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me on Windows 8.1 64 bit using 3.4.1 and 3.5.0a0. Can one on our Windows gurus confirm this please. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <h

[issue1776160] Buffer overflow when listing deeply nested directory

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: I suggest we close this as "won't fix" since I don't see how we can justify spending time working around a known limitation of Windows. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.

[issue7833] bdist_wininst installers fail to load extensions built with Issue4120 patch

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue7

[issue16322] time.tzname on Python 3.3.0 for Windows is decoded by wrong encoding

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Could somebody respond to the originator please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue4508] distutils compiler not handling spaces in path to output/src files

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue4

[issue16907] Distutils fails to build extension in path with spaces

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Of the two issues mentioned in msg179485 #4508 is still open but #13765 has been closed "not a bug". -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.o

[issue13719] bdist_msi upload fails

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue17371] Mismatch between Python 3.3 build environment and distutils compiler support

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: According to http://matthew-brett.github.io/pydagogue/python_msvc.html Python 3.3 has always been compiled with 2010 on Windows so I think this can be closed as "user sorted it out for him/herself" :) -- nosy: +B

[issue17634] Win32: shutil.copy leaks file handles to child processes

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: PEP 446 supersedes PEP 433. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue18069] Subprocess picks the wrong executable on Windows

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to look at this, there's nobody active on the experts list for subprocess? -- components: +Library (Lib) -Interpreter Core nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Pytho

[issue13123] bdist_wininst uninstaller does not remove pycache directories

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue14105] Breakpoints in debug lost if line is inserted; IDLE

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14105> ___ ___ Python-bugs-list mailing list Unsub

[issue14111] IDLE Debugger should handle interrupts

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14111> ___ ___ Python-bugs-list mailing list Unsub

[issue20844] SyntaxError: encoding problem: iso-8859-1 on Windows

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: I've tried to make the title more meaningful, feel free to change it if you can think of something better. -- components: +Interpreter Core nosy: +tim.golden, zach.ware title: coding bug remains in 3.3.5rc2 -> SyntaxError: encoding problem: is

<    13   14   15   16   17   18   19   20   21   22   >