[issue21120] PyArena type is used in headers from the limited API

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not sure if this should be a compile error or an enhancement request, can someone please advise. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21120

[issue16328] win_add2path.py sets wrong user path

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably we can look at this after the discussions about the installer scheduled for PyCon 2015? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16328

[issue22516] Windows Installer won't - even when using just for meoption

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: I'm concerned about being overcautious so that nothing ever happens. Do something, break it, fix it. If you delay all you do is put off the fix. Plus I've every confidence in our Windows developers to just do the right thing

[issue22516] Windows Installer won't - even when using just for meoption

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: python35.exe follows things like pip so +1. py.exe to python.exe -1 from me, how about pylaunch.exe as it's explicit? As for urgency in the Python world Windows is and always has been the poor relation compared to *nix, so I say let's bite the bullet and get

[issue23126] Add Python hook function to replace NameError

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: See the thread starting here https://mail.python.org/pipermail/python-ideas/2014-December/030521.html -- nosy: +BreamoreBoy type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue23097] unittest can unnecessarily modify sys.path (and with the wrong case)

2015-03-21 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23097 ___ ___ Python-bugs

[issue23075] Mock backport in 2.7 relies on implementation defined behavior

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a commit review please as this is such a simple patch. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23075

[issue23106] Remove smalltable from set objects

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: My feeling is that this is worth doing for the code clarity alone but what do others think about it? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23106

[issue23021] Get rid of references to PyString in Modules/

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: The only PyString that I could find left is in unicodedata.c. I'm assuming that there is little point is preparing a patch for a one word change, is this correct? -- nosy: +BreamoreBoy ___ Python tracker rep

[issue22246] add strptime(s, '%s')

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: It's a comprehensive patch so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22246

[issue22659] SyntaxError in the configure_ctypes

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: Without more detail I very much doubt that anybody can help. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22659

[issue22608] test_socket fails with sem_init: Too many open files

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: It's a simple patch so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22608

[issue22610] test_ftplib fails with sem_init: Too many open files

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: It's a simple patch so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22610

[issue23546] Windows, 'Edit withIDLE', and multiple installed versions

2015-03-21 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- title: Windows, 'Edit withIDLE', and multplie installed versions - Windows, 'Edit withIDLE', and multiple installed versions ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue22149] the frame of a suspended generator should not have a local trace function

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal patch review please. I've assumed that if acceptable the patch could also be applied to 3.4 and 2.7. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4 ___ Python tracker rep

[issue22516] Windows Installer won't - even when using just for meoption

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: No this is not a good forum for this discussion. Python-dev or ideas please, to be followed up by a PEP I'd guess. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22516

[issue9445] Fix undefined symbol errors on VS8.0 build

2015-03-20 Thread Mark Lawrence
Mark Lawrence added the comment: I believe that this can be closed as fixed, would someone like to do the honours please. -- nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9445

[issue15011] Change Scripts to bin on Windows

2015-03-20 Thread Mark Lawrence
Mark Lawrence added the comment: Should we try to implement this in 3.5, hold it until 3.6, reject it completely or what? -- nosy: +BreamoreBoy, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15011

[issue9782] _multiprocessing.c warnings under 64-bit Windows

2015-03-17 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we currently stand with all compiler warnings, I'm still seeing some but I recall that we've other open issues about this problem? -- nosy: +serhiy.storchaka, steve.dower, zach.ware versions: +Python 3.4, Python 3.5 -Python 3.2

[issue23677] Mention dict and set comps in library reference

2015-03-17 Thread Mark Lawrence
Mark Lawrence added the comment: That was embarrassing, hopefully this is rather better. -- nosy: +BreamoreBoy Added file: http://bugs.python.org/file38534/issue23677_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23677

[issue23625] load_module() docs: zipped eggs are not loaded.

2015-03-17 Thread Mark Lawrence
Mark Lawrence added the comment: https://pythonhosted.org/setuptools/ -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23625

[issue23677] Mention dict and set comps in library reference

2015-03-16 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- keywords: +patch versions: +Python 3.5 Added file: http://bugs.python.org/file38507/issue23677.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23677

[issue4896] Faster why variable manipulation in ceval.c

2015-03-15 Thread Mark Lawrence
Mark Lawrence added the comment: I've finally remembered to attach the test output I got a week ago. If you want me to run Antoine's test suite with any specific parameters please feel free to ask. -- Added file: http://bugs.python.org/file38501/unpatched.txt

[issue23551] IDLE to provide menu options for using PIP

2015-03-14 Thread Mark Lawrence
Mark Lawrence added the comment: I think that on Windows you might have to assume that the user has the rights to install to site-packages, regardless of where the Python version is installed. Please see https://docs.python.org/dev/using/windows.html for the installation screen for 3.5

[issue1553375] Add traceback.print_full_exception()

2015-03-11 Thread Mark Lawrence
Mark Lawrence added the comment: The functionality described here certainly seems wanted and there's been some other work on the traceback module recently so could we get this into 3.5? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4

[issue20613] Wrong line information in bytecode generated by compiler module

2015-03-10 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20613

[issue7803] setup hangs on disk space requirements

2015-03-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve can you close this please. -- nosy: +BreamoreBoy, steve.dower type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7803

[issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Michael in case you are not aware Python does not support MINGW. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23246

[issue20741] Documentation archives should be available also in tar.xz format

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Do we need documentation archives in tar.xz format? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20741

[issue20659] Want to make a class method a property by combining decorators

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: @the mulhern sorry that this slipped under our radar. @Nick I've put you on the nosy list as you actioned #16267 which is referenced in msg211416. -- nosy: +BreamoreBoy, ncoghlan versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.2, Python 3.3

[issue20751] Misleading examples in the descriptor protocol documentation

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to comment on the suggested docs changes given in msg212035? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue21018] [patch] added missing documentation about escaping characters for configparser

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM so can we have a formal patch review please, thanks. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21018

[issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Michael my very old work around here http://www.mail-archive.com/python-win32@python.org/msg06755.html may help. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23246

[issue20602] sys.flags and sys.float_info disappear at shutdown

2015-03-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20602 ___ ___ Python-bugs

[issue20233] Re-enable buffer API slots for heap types

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: I've updated the nosy list with the names from #10181 as that's referenced in msg208002. -- nosy: +BreamoreBoy, haypo, jcon, joshtriplett, kristjan.jonsson, loewis, mark.dickinson, petri.lehtinen, pitrou, pmoore, pv, python-dev, rupole, skrah

[issue19909] Best practice docs for new SSL features

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: check_hostname and create_default_context have been documented and there are a number of references to both of them so I'm assuming that this can be closed. -- nosy: +BreamoreBoy ___ Python tracker rep

[issue19547] HTTPS proxy support missing without warning

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Should this be classifed as a security issue? -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19547

[issue20454] platform.linux_distribution() returns empty value on Archlinux and python 2.7

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can Archlinux be added to _supported_dists as requested in msg209764, I've no understanding of the criteria involved here? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue23604] Python 3.4 and 2.7 installation no Script folder and no pip installed

2015-03-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23604 ___ ___ Python-bugs

[issue20613] Wrong line information in bytecode generated by compiler module

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: Am I correct in assuming that we'd need to fix a regression in 2.7 owing to its extended life span, or would the compiler being deprecated make this not worth the trouble, or what? -- nosy: +BreamoreBoy ___ Python

[issue23612] 3.5.0a2 Windows installer does not remove 3.5.0a1

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23612 ___ ___ Python-bugs

[issue23137] Python 2.7.9 test_gdb fails on CentOS 7

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: Frankly I've no idea who should be looking at this issue. -- nosy: +BreamoreBoy type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23137

[issue23159] argparse: Provide equivalent of optparse.OptionParser.{option_groups, option_list, get_option}

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +bethard, paul.j3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23159 ___ ___ Python

[issue23027] test_warnings fails with -Werror

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: This can be reproduced with 3.5 on Windows 8.1. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23027

[issue20257] test_socket fails if using tipc module and SELinux enabled

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM so can we have a formal patch review please, thanks. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20257

[issue20617] test_ssl does not use mock

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- keywords: +patch versions: +Python 3.5 -Python 3.4 Added file: http://bugs.python.org/file38396/issue20617.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20617

[issue23309] Hang on interpreter shutdown if daemon thread prints to stdout

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23309 ___ ___ Python-bugs-list

[issue23331] Add non-interactive version of Bdb.runcall

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23331 ___ ___ Python-bugs

[issue23008] pydoc enum.{,Int}Enum fails

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23008 ___ ___ Python-bugs

[issue23081] Document PySequence_List(o) as equivalent to list(o)

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM, can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23081

[issue23384] urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23384

[issue23551] IDLE to provide menu options for using PIP

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: I really do think we should support Christoph's site. It has saved me many a headache over the years. For beginners it's also got to be preferable to seeing the rather cryptic Unable to find vcvarsall.bat message, plus how many of them want to install VS

[issue23279] test_site/test_startup_imports fails when mpl_toolkit or logilab based modules installed

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: I've added names from the nosy list for #20986 as it appears to be similar. -- nosy: +BreamoreBoy, brett.cannon, christian.heimes, ncoghlan, vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue22455] idna/punycode give wrong results on narrow builds

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: As 2.7 is to be supported until 2020 and a potential fix is available shouldn't we be using it? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22455

[issue22227] Simplify tarfile iterator

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM at a quick glance. Can we have a formal patch review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7

[issue21992] New AST node Else() should be introduced

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: The referenced issue1659410 has been closed as too late. Does that also apply here or is this still considered to be a valid enhancement request? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.7 ___ Python

[issue21779] test_multiprocessing_spawn fails when ran with -Werror

2015-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: This can be reproduced on Windows 8.1. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21779

[issue22268] add dedicated functions mrohasattr and mrogetattr

2015-03-07 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- title: mrohasattr and mrogetattr - add dedicated functions mrohasattr and mrogetattr ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22268

[issue22853] Multiprocessing.Queue._feed deadlocks on import

2015-03-06 Thread Mark Lawrence
Mark Lawrence added the comment: That's all we need, harmful patches being committed :) Harmless possibly? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22853

[issue20911] urllib 'headers' is not a well defined data type

2015-03-06 Thread Mark Lawrence
Mark Lawrence added the comment: @Demian I believe this maybe of interest to you. -- nosy: +BreamoreBoy, demian.brecht ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20911

[issue20211] setup.py: do not add invalid header locations

2015-03-06 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this issue please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20211

[issue4896] Faster why variable manipulation in ceval.c

2015-03-05 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we find Antoine's suite of benchmarks? -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4896

[issue20556] Use specific asserts in threading tests

2015-03-05 Thread Mark Lawrence
Mark Lawrence added the comment: Cut and paste error? if verbose: @@ -110,17 +110,17 @@ for t in threads: t.join() self.assertTrue(not t.is_alive()) +self.assertFalse(t.is_alive()) -- nosy: +BreamoreBoy

[issue20548] Use specific asserts in warnings and exceptions tests

2015-03-05 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20548 ___ ___ Python-bugs-list mailing

[issue20557] Use specific asserts in io tests

2015-03-05 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20557 ___ ___ Python-bugs-list mailing

[issue22936] traceback module has no way to show locals

2015-03-05 Thread Mark Lawrence
Mark Lawrence added the comment: msg237320 ...so I'm *NOT* entirely convinced...? :) -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22936

[issue19931] namedtuple docstrings are verbose for no added benefit

2015-03-04 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - docs@python components: +Documentation nosy: +docs@python type: - enhancement versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http

[issue11097] MSI: Remove win32com dependency from installer generator

2015-03-03 Thread Mark Lawrence
Mark Lawrence added the comment: This can now be closed as out of date. -- components: +Windows nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11097

[issue1724366] cPickle module doesn't work with universal line endings

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: msg185431 from #616013 states Three years later, I don't think anyone is interested in documenting the outdated cPickle. so I believe this should suffer the same fate. -- ___ Python tracker rep...@bugs.python.org

[issue9784] _msi.c warnings under 64-bit Windows

2015-03-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Windows nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9784

[issue12137] Error EBADF in test_urllibnet

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as it's stated to be a transient failure and it's nearly four years old? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12137

[issue18082] Inconsistent behavior of IOBase methods on closed files

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: Anybody? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18082 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue13312] test_time fails: strftime('%Y', y) for negative year

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry should have been #17690. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13312 ___ ___ Python-bugs-list

[issue15286] normpath does not work with local literal paths

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: As ntpath was cleaned up on #15275 do we need this patch or not, especially given that pathlib made it into 3.4? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15286

[issue6911] Document changes in asynchat

2015-03-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6911

[issue19873] There is a duplicate function in Lib/test/test_pathlib.py

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: Pang :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19873 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue23555] behavioural change in argparse set_defaults in python 2.7.9

2015-03-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +paul.j3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23555 ___ ___ Python-bugs-list

[issue13312] test_time fails: strftime('%Y', y) for negative year

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: I believe that this can be closed as the test code was changed completely in #17960. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13312

[issue12989] Consistently handle path separator in Py_GetPath on Windows

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is three parts that adds one line, moves one line and deletes one line. I've checked 2.6, 2.7, 3.2, 3.3, 3.4 and default. In all cases the second part has already been implemented, the first and third have not. Assuming that these changes must

[issue3931] codecs.charmap_build is untested and undocumented

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: I do not see much purpose in documenting and testing this one function alone. I think that all functions in _codecsmodule.c should be looked at to see if they are private or public, but I'm certainly not volunteering to do

[issue20210] Provide configure options to enable/disable Python modules and extensions

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Thomas do you intend following this up as people certainly seem interested? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20210

[issue6701] Make custom xmlrpc extension easier

2015-03-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +loewis versions: +Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701

[issue8576] test_support.find_unused_port can cause socket conflicts on Windows

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: find_unused_port is only defined in test.support. It is tested in test.test_support. This solution might not be ideal but if it ain't broke, don't fix it? -- ___ Python tracker rep...@bugs.python.org http

[issue4071] ntpath.abspath fails for long str paths

2015-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this as I'm not aware of any possible way to fix this? See also issue1776160. -- nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4071

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-02-28 Thread Mark Lawrence
Mark Lawrence added the comment: Whilst testing #19980 I noticed that three tests are still skipped. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128

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

2015-02-28 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM. I noticed this running the tests. test_modules (test.test_pydoc.PydocImportTest) ... skipped 'causes undesireable side-effects (#20128)' test_modules_search (test.test_pydoc.PydocImportTest) ... skipped 'causes undesireable side-effects (#20128

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

2015-02-28 Thread Mark Lawrence
Mark Lawrence added the comment: Pang :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19980 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue23332] datetime.isoformat() - explicitly mark UTC string as such

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: I'm a British citizen and I've never once heard the term British Winter Time, so where does it come from? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23332

[issue21944] Allow copying of CodecInfo objects

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: The change to codecs.py seems simple enough but would we usually use plain asserts in test code? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21944

[issue22853] Multiprocessing.Queue._feed deadlocks on import

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: @Davin I believe that you're interested in multiprocessing issues. -- nosy: +BreamoreBoy, davin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22853

[issue22890] StringIO.StringIO pickled in 2.7 is not unpickleable on 3.x

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: Seems fine on Windows 8.1 c:\Users\Mark\Documents\MyPythonc:\cpython\PCbuild\amd64\python.exe Python 3.5.0a1+ (default:344d57c521b9+, Feb 27 2015, 13:39:56) [MSC v.1800 64 bit (AMD64)] on win32 Type help, copyright, credits or license for more information

[issue21919] Changing cls.__bases__ must ensure proper metaclass inheritance

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: @Eldar sorry that this issue slipped our net. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21919

[issue20703] RuntimeError caused by lazy imports in pdb

2015-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: My tests were done with a script from the command line, not an interactive prompt. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20703

[issue21800] Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.

2015-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: The patch contains changes to code and tests have been added so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21800

[issue21865] Improve invalid category exception for warnings.filterwarnings

2015-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder if this and #16845 are to get into 3.5. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21865

[issue20703] RuntimeError caused by lazy imports in pdb

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: I can reproduce this on Windows 8.1 with 3.4.3 but cannot do so with 3.5.0a1. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20703

[issue20683] Add example to tutorial namespace doc, section 9.2

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: What is wrong with the example given here https://docs.python.org/3/tutorial/classes.html#scopes-and-namespaces-example ? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue7159] Urllib2 authentication memory.

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil what is your opinion of this? -- nosy: +BreamoreBoy type: behavior - resource usage versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue21201] Uninformative error message in multiprocessing.Manager()

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone review the patch with a view to commit please. It's a change to one line as explained in msg215934. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21201

[issue20780] Shadowed (duplicate name but different body) test in test_statistics

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Steven would you like to formally review the patch please. At a very quick glance it looks okay to me. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20780

<    3   4   5   6   7   8   9   10   11   12   >