[issue15907] move doctest test-data files into a subdirectory of Lib/test

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: @Chris can you provide a patch for this? -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue16510] Using appropriate checks in tests

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we follow up on this please as it's referenced from #9554 as well. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Given that PEP 451 is listed in the "Finished PEPs (done, implemented in code repository)" section of the PEP index can we close this and associated issues out? -- nosy: +BreamoreBoy ___ Python trac

[issue9554] test_argparse.py: use new unittest features

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Latest patch LGTM so can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue17126] test_gdb fails

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a follow up on this please as most of the data in msg181358 is Double Dutch to me. -- nosy: +BreamoreBoy type: -> behavior ___ Python tracker <http://bugs.python.org/issu

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: The httplib module has been renamed to http.client in Python 3, besides which the attached patch isn't in the standard format that is used here. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.py

[issue12771] 2to3 -d adds extra whitespace

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue12

[issue15347] IDLE - does not close if the debugger was active

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: A pythonw.exe process is left running if I try this with 3.4.1 on Windows 7. -- nosy: +BreamoreBoy, terry.reedy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.

[issue10417] unittest triggers UnicodeEncodeError with non-ASCII character in the docstring of the test function

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Does this need following up, can it be closed as "won't fix" as it only affects 2.7, or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pyt

[issue14322] More test coverage for hmac

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: If there isn't a signed contributor agreement I'll put up a new version of the patch. In msg156758 Antoine said 'don't use "except: self.fail()", just let the exception pass through'. There are several of these in the

[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: @Rodrigue did you ever make any progress with this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue13231] sys.settrace - document 'some other code blocks' for 'call' event type

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: I find this request excessive. The first sentence for sys.settrace states "Set the system’s trace function, which allows you to implement a Python source code debugger in Python". I suspect that anyone wanting to write a debugger would know the

[issue13743] xml.dom.minidom.Document class is not documented

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: This https://docs.python.org/3/library/xml.dom.minidom.html#module-xml.dom.minidom currently states under section 20.7.1 "The definition of the DOM API for Python is given as part of the xml.dom module documentation. This section lists the differences be

[issue1647489] zero-length match confuses re.finditer()

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: How does "the Regexp 2.7 engine in issue 2636" from msg73742 deal with this situation? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org

[issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Has anyone made any progress with this issue or others referenced like #7559 or #14787 ? Regardless I'd like to help out directly if possible as I'm suffering from an acute case of triagitis :-) -- nosy: +BreamoreBoy versions: +Python 3.5 -

[issue7559] TestLoader.loadTestsFromName swallows import errors

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Note that this issue is referred to from #15358. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue7

[issue7559] TestLoader.loadTestsFromName swallows import errors

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Note that #8297 referenced in msg102236 is closed see changeset d84a69b7ba72. -- ___ Python tracker <http://bugs.python.org/issue7

[issue14787] pkgutil.walk_packages returns extra modules

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Note that this is reference from #15358. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue5619] Pass MS CRT debug flags into subprocesses

2014-06-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, tim.golden, zach.ware type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/iss

[issue9116] test_capi.test_no_FatalError_infinite_loop crash on Windows

2014-06-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue9

[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Does the backport mentioned in msg178404 still need doing, can this be closed as "out of date" or "won't fix" or what? -- nosy: +BreamoreBoy ___ Python tracker <http:

[issue18906] Create a way to always run tests in subprocesses within regrtest

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: I believe that #9517 may be relevant if we decide to take the subprocess route. -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue1674555] sys.path in tests contains system directories

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: @Arfrever will you create updated patches as stated in msg136552 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue1674

[issue9566] Compilation warnings under x64 Windows

2014-07-01 Thread Mark Lawrence
Mark Lawrence added the comment: Are there any more warnings that need silencing or can this be closed as fixed? How do I check for these warnings as I don't have a 64 bit machine? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ P

[issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy

2014-07-01 Thread Mark Lawrence
Mark Lawrence added the comment: Hardly a good start :-( From the IDLE shell. Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> from pk

[issue16968] Fix test discovery for test_concurrent_futures.py

2014-07-01 Thread Mark Lawrence
Mark Lawrence added the comment: I followed the link in msg194910 to python-dev but didn't find a single response so where does that leave us? I ask because I'd like to help out with the outstanding test issues, but there are so many of them and they seem so interlinked that I

[issue18258] Fix test discovery for test_codecmaps*.py

2014-07-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Zach just a reminder that you've committed #18492 in case you'd forgotten this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue8585] zipimporter.find_module is untested

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: I've just reworked Berker's patch as it no longer applied. On Windows 7 before and after applying the patch both test runs gave me 49 tests, 2 skipped. Can we have a commit review please. -- nosy: +BreamoreBoy Added file: http://bugs.

[issue16474] More code coverage for imp module

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Is it worth applying the patch as the imp module is deprecated since version 3.4? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16

[issue12600] Add example of using load_tests to parameterise Test Cases

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Any volunteers to do this? I'd do it myself but by the time somebody explains the detail, it'd probably be easier just to write a patch. @Robert just FTR do you know the issue number for "the use of __str__ by the stdlib [which isn'

[issue12876] Make Test Error : ImportError: No module named _sha256

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Are we still interested in a 2.7.1 build issue? Note that regrtest is aimed at core developers only. -- components: +Build -Tests nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12

[issue16599] unittest: Access test result from tearDown

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: The solution suggested in msg176909 seems accepted all around so can we please close this. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue16

[issue16784] Int tests enhancement and refactoring

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: is there anything left to do here? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16784> ___ ___ Python-bug

[issue12018] No tests for ntpath.samefile, ntpath.sameopenfile

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably the changes made in the default branch referred to in msg179037 will have automatically been carried forward to 3.4 and 3.5. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3

[issue16473] quopri module minor difference in decoding quoted-printable text

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: I'll take this on if I can. Is binascii available on all platforms, as if it is the quopri code could be simplified slightly along with the test code? -- nosy: +BreamoreBoy title: Minor difference in decoding quoted-printable text -> quopr

[issue13985] Menu.tk_popup : menu doesn't disapear when main window is iconified.

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: @marc please accept our apologies for having missed this. Can someone comment on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue13

[issue14069] In extensions (?...) the lookbehind assertion cannot choose between the beginning of string and a letter

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: @py.user please accept our apologies for having missed this. @Ezio can you comment on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14

[issue13938] 2to3 fails to convert types.StringTypes appropriately

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: A short patch LGTM. Can we have a commit review please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue13554] Tkinter doesn't use higher resolution app icon

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a comment on this please. -- nosy: +BreamoreBoy, gpolo ___ Python tracker <http://bugs.python.org/issue13554> ___ ___

[issue16095] urllib2 failing with squid proxy and digest authentication

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an update on this please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue16

[issue15134] urllib.request.thishost() fails on OSX 10.7

2014-07-02 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +orsenthil type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue14953] Reimplement subset of multiprocessing.sharedctypes using memoryview

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Richard I assume that you'll be following this up. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue14734] Use binascii.b2a_qp/a2b_qp in email package header handling?

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

[issue15549] openssl version in windows builds does not support renegotiation

2014-07-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Cory the latest version of openssl is 1.0.1g for Python 2.7.7. Please see PEP 466 and issue 21462 -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue16117] python2.7.3 struct misaligned when returned

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Roland please accept our apologies for the delay in getting back to you. Can someone else take a look please as I know nothing about ctypes, thanks. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky ___ Python

[issue16132] ctypes incorrectly encodes .format attribute of memory views

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @David please accept our apologies for the delay in getting back to you. Can someone else take a look please as I know nothing about ctypes, thanks. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky versions: +Python 3.4, Python 3.5 -Python 3.3

[issue13745] configuring --with-dbmliborder=bdb doesn't build the gdbm extension

2014-07-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Build type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue13784] Documentation of xml.sax.xmlreader: Locator.getLineNumber() and Locator.getColumnNumber()

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @patrick please accept our apologies for the delay in getting back to you. -- nosy: +BreamoreBoy, christian.heimes versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue13

[issue12857] Expose called function on frame object

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Note that #13672 referred to in msg156962 refers to #13855. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue12

[issue13855] Add qualname support to types.FunctionType

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Note that #13672 refers to #12857. -- nosy: +BreamoreBoy type: behavior -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue13940] imaplib: Mailbox names are not quoted

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Joe sorry for the delay in getting back to you. @David is this within your remit? -- nosy: +BreamoreBoy, r.david.murray versions: +Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker <http://bugs.python.

[issue13946] readline completer could return an iterable

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Is this a good, bad or indifferent idea? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue14014] codecs.StreamWriter.reset contract not fulfilled

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: On Windows 7 206 codecs tests passed and 4 skipped with the patch included. -- keywords: +patch nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 Added file: http://bugs.python.org/file35840/Issue14014.diff

[issue14076] sqlite3 module ignores placeholders in CREATE TRIGGER code

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a reply to this please as I don't understand enough about sqlite3 to comment. -- nosy: +BreamoreBoy title: sqlite3 module ignores placeholers in CREATE TRIGGER code -> sqlite3 module ignores placeholders in CREATE TRIG

[issue14124] _pickle.c comment/documentation improvement

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this please -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue14121] add a convenience C-API function for unpacking iterables

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Apparently not :) -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue14189] Documentation for some C APIs is missing clear specification of the type of reference they return

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone comment please as I'm not brave enough to touch the C code or docs. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue14287] sys.stdin.readline and KeyboardInterrupt on windows

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: FWIW the same occurs on Windows 7 with 3.5.0 but given there are known differences between Windows and *nix is this really an issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14

[issue14293] Message methods delegated via __getattr__ inaccessible using super().

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @David I believe this is one for your TODO list. -- components: +email -Library (Lib) nosy: +BreamoreBoy, barry type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker &l

[issue14301] xmlrpc client transport and threading problem

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Kees sorry for the delay in getting back to you. @Martin can you comment on this please. -- components: +Library (Lib) -None nosy: +BreamoreBoy, loewis ___ Python tracker <http://bugs.python.org/issue14

[issue10485] http.server fails when query string contains addition '?' characters

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue10

[issue19279] UTF-7 to UTF-8 decoding crash

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: To repeat the question do we or don't we fix this in 3.2? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue16037] httplib: header parsing is unlimited

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Is any further work needed on this and similar issues #16038, #16040, #16041, #16042 and #16043 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16

[issue17997] ssl.match_hostname(): sub string wildcard should not match IDNA prefix

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: For future reference how do I find out if this has been applied to 3.2? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17

[issue18747] Re-seed OpenSSL's PRNG after fork

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Is this really an enhancement request or should it be a security issue? Which versions if any actually need work doing on them? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue18

[issue16188] Windows C Runtime Library Mismatch

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not aware of any similar problems being reported with any Python version so can this be closed "not a bug" as was #14608 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pyt

[issue11924] Pickle and copyreg modules don't document the interface

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Jesús can you provide a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue11

[issue12513] codec.StreamReaderWriter: issues with interlaced read-write

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Codecs gurus FYI. -- nosy: +BreamoreBoy, doerwalter, lemburg type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue12854] PyOS_Readline usage in tokenizer ignores sys.stdin/sys.stdout

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Albert sorry about the delay in responding to this. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue14336] Difference between pickle implementations for function objects

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: I couldn't find the code referenced in the changeset in the new _pickle.c. However I did find the comment that I've pasted below so I believe this issue only applies to 2.7. /* The old cPickle had an optimization that used switch-case statement d

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: If a programmer can't work out from "IndexError: tuple index out of range" what is going on they should give up programming. Personally I'd close this now with resolution "complete waste of core dev time". -- nos

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Ram I won't be making any more comments as it's quite clear to me that you have no empathy at all with the core devs. -- ___ Python tracker <http://bugs.python.o

[issue14345] Document socket.SOL_SOCKET

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: I think this would be worth doing. All I could find out about SOL_SOCKET is that it's an int and has a value of 65535, at least on 3.4.1, Windows 7 32 bit. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Py

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Geoffrey sorry about the delay in getting back to you. -- nosy: +BreamoreBoy, pitrou ___ Python tracker <http://bugs.python.org/issue14

[issue14453] profile.Profile.calibrate can produce incorrect numbers in some circumstances

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Adam sorry about the delay in getting back to you. @Georg can you comment on the patch please. -- nosy: +BreamoreBoy, georg.brandl versions: +Python 3.5 -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python

[issue14483] inspect.getsource fails to read a file of only comments

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Sean we're sorry for the delay in getting back to you. -- nosy: +BreamoreBoy, yselivanov ___ Python tracker <http://bugs.python.org/is

[issue14566] run_cgi reverts to using unnormalized path

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this security issue please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue14

[issue14709] http.client fails sending read()able Object

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue14

[issue14784] Re-importing _warnings changes warnings.filters

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I've just tried this and didn't see anything about warnings.filters changed. Full test run output in attached file. -- nosy: +BreamoreBoy Added file: http://bugs.python.org/file35848/Issue14784.log

[issue14841] os.get_terminal_size() should check stdin as a fallback

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: #13609 is closed fixed so can this also be closed? I've tried to reproduce this on Windows with the help of unxutils but it didn't want to know, sorry :( -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.

[issue14788] Pdb debugs itself after ^C and a breakpoint is set anywhere

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: A quick glance tells me the patch is okay, apart from the name "test_issue_XXX", so can we have a formal patch review please. See also #14743. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -

[issue14743] on terminating, Pdb debugs itself

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal patch review please, but note the similar patch on #14788. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue14934] generator objects can clear their weakrefs before being resurrected

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I'm still not brave enough to take on C code, but could this be handled by someone from the core-mentorship list? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tr

[issue19711] add test for changed portions after reloading a namespace package

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Latest patch LGTM. Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19

[issue19714] Add tests for importlib.machinery.WindowsRegistryFinder

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Latest patch LGTM at a quick glance. Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19

[issue21099] Switch applicable importlib tests to use PEP 451 API

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue21

[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I've asked for patch reviewss on the three dependencies outstanding, #19711, #19714 and #21099. -- ___ Python tracker <http://bugs.python.org/is

[issue19593] Use specific asserts in importlib tests

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a commit review on this please. I've already asked for reviews on #18864 and its dependencies. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.py

[issue20544] Use specific asserts in operator tests

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: There are 28 dependencies listed on #16510. 18 have already been closed, presumably with patches committed but I haven't checked them all. 10 are still open including this one. Can we have a decision now as to whether we move forward with committing a

[issue17652] Add skip_on_windows decorator to test.support

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I like the idea and the patch looks clean so can we have a commit review please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue17773] test_pydoc fails with the installed testsuite (2.7)

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17773> ___ ___

[issue17055] ftplib.ftpcp test

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM so can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17055> ___ ___

[issue15974] Optional compact and colored output for regrest

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: What's the difference between this and #17554? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue5051] test_update2 in test_os.py invalid due to os.environ.clear() followed by reliance on environ COMSPEC

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue5051> ___ ___ Python-bugs-list mai

[issue17737] test_gdb fails on armv7hl

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17737> ___ ___ Py

[issue17755] test_builtin assumes LANG=C

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17755> ___ ___ Python-

[issue12259] Document which compilers can be created on which platform

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

[issue12523] 'str' object has no attribute 'more' [/usr/lib/python3.2/asynchat.py|initiate_send|245]

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I've no objection to people trying to take this forward but they should be aware that asyncio is recommended for new code. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ P

[issue11259] asynchat does not check if terminator is negative integer

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I've no objection to people trying to take this forward but they should be aware that asyncio is recommended for new code. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 ___ Python tracker

[issue6087] distutils.sysconfig.get_python_lib gives surprising result when used with a Python build

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

<    10   11   12   13   14   15   16   17   18   19   >