[issue17884] Try to reuse stdint.h types like int32_t

2016-09-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: fixed -> stage: patch review -> status: closed -> open ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue17884] Try to reuse stdint.h types like int32_t

2016-09-12 Thread SilentGhost
SilentGhost added the comment: I get the following compiler warning now: In file included from ./Include/Python.h:66:0, from /cpython/Modules/_ssl.c:19: /cpython/Modules/_ssl.c: In function ‘_setup_ssl_threads’: ./Include/pymem.h:136:18: warning: comparison is always false due

[issue25478] Consider adding a normalize() method to collections.Counter()

2016-09-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: -SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25478> ___ _

[issue25478] Consider adding a normalize() method to collections.Counter()

2016-09-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- Removed message: http://bugs.python.org/msg275998 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue25478] Consider adding a normalize() method to collections.Counter()

2016-09-12 Thread SilentGhost
SilentGhost added the comment: Floats are also not fully supported by the Counter class, for example, sorted(Counter(a=1.0).elements()) results in TypeError. -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue28068] Error in freeze.py due to unguarded sys.abiflags usage under Windows

2016-09-11 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: Removed file: http://bugs.python.org/file44538/28068.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28068] Error in freeze.py due to unguarded sys.abiflags usage under Windows

2016-09-11 Thread SilentGhost
SilentGhost added the comment: Given that it's a Windows issue, I'm sure Windows core developers in the nosy list would find a way to verify the fix. For the record, this bug was introduced in issue 11824. -- nosy: +meador.inge ___ Python tracker

[issue28068] Error in freeze.py due to unguarded sys.abiflags usage under Windows

2016-09-11 Thread SilentGhost
SilentGhost added the comment: Sure, that was just a typo. While "no errors" is good news, does the code is actually doing what it's supposed to do? Are you sure there aren't any hidden issue related to the potentially incorrect paths? -- Added file: http://bugs.python.org

[issue28070] 3.6 regression: re.compile not handling flags with X correctly

2016-09-10 Thread SilentGhost
SilentGhost added the comment: I get normal behaviour on e3dbe8b7279a -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28068] Error in freeze.py due to unguarded sys.abiflags usage under Windows

2016-09-10 Thread SilentGhost
SilentGhost added the comment: Here is the patch, I'm not sure if any more changes are needed there, so it would be good to test. -- components: +Windows keywords: +patch nosy: +SilentGhost, paul.moore, steve.dower, tim.golden, zach.ware stage: -> patch review type: compile er

[issue28063] Adding a mutually exclusive group to an argument group results in segmentation fault under linux

2016-09-10 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28063> ___ __

[issue28054] Diff for visually comparing actual with expected in mock.assert_called_with.

2016-09-10 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +michael.foord versions: +Python 3.7 -Python 3.3 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28063] Adding a mutually exclusive group to an argument group results in segmentation fault under linux

2016-09-10 Thread SilentGhost
SilentGhost added the comment: Cannot reproduce this either on stock 3.5.2 or 3.6 on Ubuntu. -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27951] the reply's additional "Re:" is ok

2016-09-09 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: -> not a bug stage: test needed -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue28044] Make the sidebar in the documentation follow the section automatically

2016-09-09 Thread SilentGhost
SilentGhost added the comment: I get the following warning in Firefox's Developer console: This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects

[issue28029] Replace and empty strings

2016-09-08 Thread SilentGhost
SilentGhost added the comment: Just the least intrusive patch. Also, to me PyPy behaviour doesn't seem correct. -- nosy: +SilentGhost stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

[issue28029] Replace and empty strings

2016-09-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- keywords: +patch Added file: http://bugs.python.org/file44477/issue28029.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28029] Replace and empty strings

2016-09-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Interpreter Core stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue28019] itertools.count() falls back to fast (integer) mode when step rounds to 1

2016-09-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: patch review -> commit review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue28019] itertools.count() falls back to fast (integer) mode when step rounds to 1

2016-09-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> patch review versions: -Python 3.3, Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue28020] Python 3 logging HTTPHandler doesn't implement a standard http basic authorize

2016-09-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> TypeError in logging.HTTPHandler.emit; possible python 2 to 3 conversion issue ___ P

[issue27935] logging level FATAL missing in _nameToLevel

2016-09-02 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +vinay.sajip ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27935> ___ _

[issue27904] Let logging format more messages on demand

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: patch review -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27909] Py_INCREF(NULL) in _imp.create_builtin

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27909> ___ __

[issue27913] Difflib.ndiff (Problem on identification of changes as Diff Style)

2016-08-31 Thread SilentGhost
SilentGhost added the comment: Since there are more than a quarter of all characters changed between two sequences, they are considered sufficiently different and no by-character comparison is shown. -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status

[issue27910] Doc/library/traceback.rst — references to tuples should be replaced with new FrameSummary object

2016-08-31 Thread SilentGhost
SilentGhost added the comment: LGTM. -- nosy: +SilentGhost stage: patch review -> commit review ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

[issue27910] Doc/library/traceback.rst — references to tuples should be replaced with new FrameSummary object

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> patch review type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue27904] Let logging format more messages on demand

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: fixed -> stage: resolved -> patch review status: closed -> open type: performance -> behavior ___ Python tracker <rep...@bugs.python.org> <http:/

[issue27900] ctypes fails to find ncurses via ncursesw on Arch Linux

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27907] Misspelled variable in test_asyncio/test_events

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Library (Lib) nosy: +giampaolo.rodola, gvanrossum, haypo, yselivanov stage: -> patch review versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http

[issue27908] del _limbo[self] KeyError

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Extension Modules nosy: +brett.cannon type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27904] Let logging format more messages on demand

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +vinay.sajip stage: -> patch review versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27895] Spelling fixes

2016-08-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27895> ___ __

[issue27890] platform.release() incorrect in Python 3.5.2 on Windows 2008ServerR2

2016-08-30 Thread SilentGhost
SilentGhost added the comment: This seems to be a consequence of issue 26513. Would you mind re-posting your message there. -- components: +Windows keywords: +3.5regression nosy: +SilentGhost, paul.moore, steve.dower, tim.golden, zach.ware

[issue27887] Installation failed

2016-08-29 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: -> not a bug stage: -> resolved type: -> behavior ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2016-08-27 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Extension Modules nosy: +jafo stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue27878] Unicode word boundries

2016-08-27 Thread SilentGhost
SilentGhost added the comment: regex module is not in standard library, on the latest 3.6 branch re module breaks on curly apostrophe just fine. Perhaps, try reporting this issue on the bitbucket tracker? -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status

[issue27863] multiple issues in _elementtree module

2016-08-25 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +eli.bendersky, scoder type: -> behavior ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue27859] argparse - subparsers does not retain namespace

2016-08-25 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> needs patch versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue27862] Make urllib.parse runnable as a script

2016-08-25 Thread SilentGhost
SilentGhost added the comment: Guido doesn't like the idea in general[0]. [0] https://bugs.python.org/issue26488#msg273329 -- nosy: +SilentGhost resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tra

[issue27860] Improvements to ipaddress module

2016-08-25 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +pmoody stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue27835] SystemExit in setUpClass etc. terminates test run

2016-08-24 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +ezio.melotti stage: -> patch review versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27836] VCRUNTIME140.DLL not found

2016-08-23 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27828] Regression in cookie parsing with single key without value

2016-08-22 Thread SilentGhost
SilentGhost added the comment: The change was implemented in issue22796 and is listed in the what's new document. Any RFC I'm looking at says that the value is required, so your syntax is simply not valid and is rejected by the parser. -- nosy: +SilentGhost, pitrou resolution

[issue26981] add compatibility shim for enum34 backport

2016-08-20 Thread SilentGhost
SilentGhost added the comment: Ethan, in Misc/NEWS it says "compatibility ship" -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.py

[issue27814] contextlib.suppress: Add whitelist argument

2016-08-20 Thread SilentGhost
SilentGhost added the comment: Spaces around '=' sign in function definitions/calls. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27814] contextlib.suppress: Add whitelist argument

2016-08-20 Thread SilentGhost
SilentGhost added the comment: Also, these would need documentation changes. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27814] contextlib.suppress: Add whitelist argument

2016-08-20 Thread SilentGhost
SilentGhost added the comment: Could you please produce a patch that conforms to PEP-8. -- nosy: +SilentGhost stage: -> patch review versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

[issue27813] When I assign for a item which list of single item

2016-08-20 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Interpreter Core -Windows stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27797] ASCII file with UNIX line conventions and enough lines throws SyntaxError when ASCII-compatible codec is declared

2016-08-19 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> needs patch type: -> behavior versions: -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue27558] SystemError with bare `raise` in threading or multiprocessing

2016-08-19 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: patch review -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27512] os.fspath is certain to crash when exception raised in __fspath__

2016-08-16 Thread SilentGhost
SilentGhost added the comment: Brett, Misc/NEWS entry needs a # before issue number. -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27755] Retire DynOptionMenu with a ttk Combobox

2016-08-14 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27755> ___ __

[issue22395] test_pathlib error for complex symlinks on Windows

2016-08-14 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: -> out of date stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue27753] py_compile.compile() does not specify if it can accept a file like object or a bytes like object with the file's data.

2016-08-13 Thread SilentGhost
SilentGhost added the comment: I don't see how this is an improvement. Before it clearly said that the first argument must be file name, now it's an oddly confusing statement. Also, typically we don't list all the possibilities of what the arguments must

[issue27753] py_compile.compile() does not specify if it can accept a file like object or a bytes like object with the file's data.

2016-08-13 Thread SilentGhost
SilentGhost added the comment: Do you care to propose an improved wording? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27753] py_compile.compile() does not specify if it can accept a file like object or a bytes like object with the file's data.

2016-08-13 Thread SilentGhost
SilentGhost added the comment: It says "The source code is loaded from the file name *file*". That seems unambiguous enough to me. -- nosy: +SilentGhost type: -> behavior ___ Python tracker <rep...@bugs.python.org> <

[issue13691] pydoc help (or help('help')) should show the doc for help

2016-08-13 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +Cubky, Devin Jeanpierre, eric.araujo, ezio.melotti, jairotrad, jbitcm-, mikehoy, r.david.murray, terry.reedy -lissacoffeyx ___ Python tracker <rep...@bugs.python.org> <http://

[issue13691] pydoc help (or help('help')) should show the doc for help

2016-08-13 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- Removed message: http://bugs.python.org/msg272582 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue3244] multipart/form-data encoding

2016-08-13 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- Removed message: http://bugs.python.org/msg272583 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pytho

[issue3244] multipart/form-data encoding

2016-08-13 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +Chris.Waigl, Johannes.Hoff, ajaksu2, alexz, atommixz, barry, bgamari, catalin.iacob, catlee, cco3, checat, daniel.ugra, eric.araujo, forest_atq, fsteinel, gotgenes, guettli, jnoller, martin.panter, orsenthil, piotr.dob

[issue25805] Failure in test_pkgutil run from command-line

2016-08-12 Thread SilentGhost
SilentGhost added the comment: Could anyone could have a look at this fairly trivial patch? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27742] Random.randint generates different values in Python2 and Python3

2016-08-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27742> ___ __

[issue27745] Fix typos in Argument Clinic howto

2016-08-12 Thread SilentGhost
SilentGhost added the comment: Thanks, Lele. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27745] Fix typos in Argument Clinic howto

2016-08-12 Thread SilentGhost
SilentGhost added the comment: LGTM -- stage: -> commit review type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27745] Fix typos in Argument Clinic howto

2016-08-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Documentation versions: +Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27745] Fix typos in Argument Clinic howto

2016-08-12 Thread SilentGhost
SilentGhost added the comment: Then I guess all the changes to Modules/_sqlite.c are there by mistake? Would you mid refreshing your patch to remove them? -- assignee: -> docs@python components: +Documentation nosy: +SilentGhost, docs@python versions: +Python

[issue27742] Random.randint generates different values in Python2 and Python3

2016-08-12 Thread SilentGhost
SilentGhost added the comment: > There seems to be more to it I'm not sure what "it" are you referring to. The output of randint is not guaranteed to be the same across versions, the seeded sequence is still the same between python2 and 3 - as documented. -- title:

[issue27742] Random.seed(5, version=1) generates different values in PYthon2 and Python3

2016-08-12 Thread SilentGhost
SilentGhost added the comment: The rnd.random is still producing the same sequence, between versions. randint evidently doesn't, but that must be happening elsewhere. -- components: +Extension Modules nosy: +SilentGhost, mark.dickinson, rhettinger type: -> behavior versions: +Pyt

[issue27737] email.header.Header.encode() crashes with IndexError on spaces only value

2016-08-11 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +barry, r.david.murray stage: -> needs patch type: -> behavior versions: -Python 3.2, Python 3.3 ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue27721] distutils strtobool returns 0 and 1 rather than False and True

2016-08-11 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: not a bug -> wont fix stage: patch review -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue27728] HTTPConnection.requests has a mutable as default value for headers

2016-08-10 Thread SilentGhost
SilentGhost added the comment: Why is that an issue? -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27728> ___ __

[issue27727] Update Tools/freeze to use .vcxproj files

2016-08-10 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch type: compile error -> behavior versions: +Python 3.6 ___ Python tracker <rep...@

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread SilentGhost
SilentGhost added the comment: For the record, according to http://ctags.sourceforge.net/news.html that option was removed in version 2.0.1 released over 18 years ago. -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org>

[issue27725] Use Py_SIZE(x) instead of x->ob_size

2016-08-10 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Interpreter Core nosy: +facundobatista, mark.dickinson, rhettinger, skrah ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27721] distutils strtobool returns 0 and 1 rather than False and True

2016-08-09 Thread SilentGhost
SilentGhost added the comment: LGTM -- stage: -> commit review ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27721> ___ ___ P

[issue27721] distutils strtobool returns 0 and 1 rather than False and True

2016-08-09 Thread SilentGhost
SilentGhost added the comment: Couple of things: your patch doesn't seem to apply cleanly for whatever reason (most likely because it's a patch against python2); the change from lowercasing to casefolding doesn't seem justified to me; the formatted value needs to be repr-formatted - though

[issue27709] difflib.HtmlDiff produces different output from difflib.ndiff

2016-08-08 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: Removed file: http://bugs.python.org/file44049/donttrim.diff ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27709] difflib.HtmlDiff produces different output from difflib.ndiff

2016-08-08 Thread SilentGhost
SilentGhost added the comment: The degenerate behaviour appears ultimately due to the autojunk heuristic. Given that autojunk defaults to True and there isn't any way to change via most user-facing functions, I don't think there is an easy resolution that can be found here. I'm going

[issue27698] socketpair not in socket.__all__ on Windows

2016-08-08 Thread SilentGhost
SilentGhost added the comment: > nor do I see any mention of socketpair in the 3.5 whatsnew socket.socketpair has a versionchanged 3.5: Windows support added. -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bug

[issue27709] difflib.HtmlDiff produces different output from difflib.ndiff

2016-08-08 Thread SilentGhost
New submission from SilentGhost: msg264842 in issue26945 reports an odd results of HtmlDiff.make_file, digging into it I've noticed couple of things: different output to one generated directly from difflib.ndiff and underlying issue further up the stack that generates same faulty output

[issue26945] difflib.HtmlDiff().make_file() treat few change as whole line change

2016-08-08 Thread SilentGhost
SilentGhost added the comment: JW, this doens't seem anything to do with the original issue. I'm going to close this issue and open a new one that's dealing with your case, I have a fix for it. -- resolution: -> not a bug stage: -> resolved status: open -&g

[issue27707] List reports incorrect length if modifed after yield

2016-08-08 Thread SilentGhost
SilentGhost added the comment: At the time the len function in list comprehension is called .append has not executed, the len call in list comprehension operates on object as it is, whereas the object itself is only referenced rather than copied. If you were to copy the yielded list

[issue27699] spam

2016-08-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: Removed file: http://bugs.python.org/file44031/image001.jpg ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27699] spam

2016-08-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: -drkirkby resolution: -> not a bug stage: -> resolved status: open -> closed title: very important news -> spam ___ Python tracker <rep...@bugs.python.org> <http:/

[issue27699] very important news

2016-08-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- Removed message: http://bugs.python.org/msg272092 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27698] socketpair not in socket.__all__ on Windows

2016-08-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Windows nosy: +paul.moore, pitrou, steve.dower, tim.golden, zach.ware stage: -> needs patch type: -> behavior ___ Python tracker <rep...@bugs.python.org> <h

[issue27696] win_add2path.py does not add user site directory

2016-08-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Demos and Tools, Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27695] Compilation doesnt' end

2016-08-05 Thread SilentGhost
SilentGhost added the comment: On 3.6 it takes a very long time, but it does finish. time ./python -c "raise ValueError ; 2 ** 12345678912345" Traceback (most recent call last): File "", line 1, in ValueError real1m35.673s user1m18.952s sys 0m16.6

[issue27695] Compilation doesnt' end

2016-08-05 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- type: compile error -> resource usage versions: +Python 2.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27695] Compilation doesnt' end

2016-08-05 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Interpreter Core nosy: +haypo, serhiy.storchaka versions: +Python 3.6 -Python 2.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26945] difflib.HtmlDiff().make_file() treat few change as whole line change

2016-08-05 Thread SilentGhost
SilentGhost added the comment: JW, could you submit a minimal reproducer for this? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27694] Socket incorrectly states IP address that start with a zero after a dot are illegal

2016-08-05 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27694> ___ __

[issue27566] Tools/freeze/winmakemakefile.py clean target should use 'del' instead of 'rm'

2016-08-04 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue27677] Reopening issue 20930

2016-08-04 Thread SilentGhost
SilentGhost added the comment: You should be able to request re-opening in your message in that issue, no need to open a new issue for that. -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue27672] x fromat of % operator broken in Python 3.5.2

2016-08-03 Thread SilentGhost
SilentGhost added the comment: I'm not suggesting your reviewing code, I've referenced issue where this change was discussed and implemented so that you can familiarize yourself with the arguments. Your code worked by accident, the workaround seems trivial. If you wish to advance further

[issue27672] x fromat of % operator broken in Python 3.5.2

2016-08-03 Thread SilentGhost
SilentGhost added the comment: It's not an accidental change (so it's not "broken" by any definition), see issue 19995 for details. -- nosy: +SilentGhost resolution: -> wont fix stage: -> resolved status: open -> closed ___

[issue27594] Assertion failure when running "test_ast" tests with coverage.

2016-08-03 Thread SilentGhost
SilentGhost added the comment: Cannot reproduce this on Linux -- nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27668] list illogical affectation

2016-08-02 Thread SilentGhost
SilentGhost added the comment: Because elements of the tab list are the same list. And since list is a mutable type, modifying list object will be visible to via all the reference / names that point to that object. There are various ways to work around this behaviour, typically a list

[issue27666] "stack smashing detected" in PyCursesWindow_Box

2016-08-02 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Extension Modules -Library (Lib) nosy: +twouters ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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