[issue21973] Can't use Idle

2014-07-13 Thread SilentGhost
Changes by SilentGhost : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue21973> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21981] Idle problem

2014-07-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +terry.reedy ___ Python tracker <http://bugs.python.org/issue21981> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22091] __debug__ in compile(optimize=1)

2014-07-27 Thread SilentGhost
SilentGhost added the comment: I can reproduce your example on 3.4, but for the comparison: >>> exec(compile("if __debug__: print(42)", "exec", "exec", optimize=1)) >>> exec(compile("if __debug__: print(42)", "exec", "exe

[issue17432] ucs2

2014-09-21 Thread SilentGhost
Changes by SilentGhost : -- title: PyUnicode_ functions not accessible in Limited API on Windows -> ucs2 ___ Python tracker <http://bugs.python.org/issu

[issue17432] PyUnicode_ functions not accessible in Limited API on Windows

2014-09-21 Thread SilentGhost
Changes by SilentGhost : -- title: ucs2 -> PyUnicode_ functions not accessible in Limited API on Windows ___ Python tracker <http://bugs.python.org/issu

[issue22558] Missing hint to source code - complete

2014-10-05 Thread SilentGhost
SilentGhost added the comment: Your code produces many false positives, would you care to reduce this list to only those modules that actually do not have a Source code link? -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.

[issue20272] chain.from_iterable in the overview table not linking to the function

2014-01-15 Thread SilentGhost
New submission from SilentGhost: chain.from_iterable is not linkified in the overview table at the top of the itertools docs. The patch requires reformat of the table. -- assignee: docs@python components: Documentation files: linkify.diff keywords: patch messages: 208184 nosy

[issue20272] chain.from_iterable in the overview table not linking to the function

2014-01-15 Thread SilentGhost
Changes by SilentGhost : -- versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue20272> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20281] time.strftime %z format specifier is the same as %Z

2014-01-16 Thread SilentGhost
SilentGhost added the comment: Mike, the note is at the very bottom of the page. datetime.strftime produces empty strings with this specifiers for naïve objects, are the object you're testing timezone-aware? -- nosy: +SilentGhost ___ Python tr

[issue20295] imghdr add openexr support

2014-01-19 Thread SilentGhost
SilentGhost added the comment: Martin, it would be better if you do the check the way it's done in test_rast: h.startswith(b'\x76\x2f\x31\x01') Otherwise, you need to check that that h has at least 4 elements (if it doesn't you'll get an IndexError).

[issue20591] Let "braces" be a constant

2014-02-12 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/issue20591> ___ ___ Python-bugs-list

[issue6428] TypeError: __bool__ should return bool or int, returned int

2009-07-06 Thread SilentGhost
New submission from SilentGhost : According to docs (http://docs.python.org/3.1/reference/datamodel.html#object.__bool__) __bool__ can return 1 or 0 instead of True or False. However, when I ran the following code: Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit (Intel)] on

[issue6878] outdated docstring in tkinter.Canvas.coords

2009-09-10 Thread SilentGhost
New submission from SilentGhost : Doc string for tkinter/__init__.py Canvas.coords (line 2115 in python3.1.1) reads: """Return a list of coordinates for the item given in ARGS.""" actual code: return map(...etc...) I actually don't know whether it's an

[issue6977] Getopt documentation ambiguity

2009-09-23 Thread SilentGhost
New submission from SilentGhost : the following >>> getopt.getopt('--testing=dr'.split(), '', ['testing'])[0] would raise 'option --testing must not have an argument'. Documentation reads, however: "Long options which require an argumen

[issue6977] Getopt documentation ambiguity

2009-09-23 Thread SilentGhost
SilentGhost added the comment: issue is in the wording: "Long options which require an argument should be followed by an equal sign ('=')." What if the argument is optional? Then by definition it is not required, but as my example shows omitting the equal sign, would prod

[issue6977] Getopt documentation ambiguity

2009-09-23 Thread SilentGhost
SilentGhost added the comment: Yes, that's true Doug. May be it should be explicitly stated? -- ___ Python tracker <http://bugs.python.org/issue6977> ___ ___

[issue6370] Bad performance of colllections.Counter at initialisation from an iterable

2009-06-29 Thread SilentGhost
New submission from SilentGhost : I'm comparing initialisation of Counter from an iterable with the following function: def unique(seq): """Dict of unique values (keys) & their counts in original sequence""" out_dict = dict.fro

[issue6370] Bad performance of colllections.Counter at initialisation from an iterable

2009-06-29 Thread SilentGhost
SilentGhost added the comment: I've never meant to suggest any kind of replacement of the Counter with my example. I just tried to show that self[elem] += 1# line 430 of collections.py which at initialisation naturally propagates to __missing__ is somewhat slow. and had it been pos

[issue28728] test_host_resolution in test_socket fails

2016-11-24 Thread SilentGhost
SilentGhost added the comment: > My guess is you have a plugin which is resolving these ip-address lookalikes. That probably is the reason. My hosts line looks like: hosts: files mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns I guess there isn't much that

[issue28728] test_host_resolution in test_socket fails

2016-11-24 Thread SilentGhost
SilentGhost added the comment: > Does test_host_resolution still stably fails? Yes. -- ___ Python tracker <http://bugs.python.org/issue28728> ___ ___ Python-

[issue28786] Warnings in Misc/NEWS

2016-11-24 Thread SilentGhost
New submission from SilentGhost: Couple of entries in Misc/NEWS are causing warnings due to use of double quotes instead of backticks for code segments. This patches fixes the formatting. -- assignee: docs@python components: Documentation files: escape.diff keywords: patch messages

[issue28728] test_host_resolution in test_socket fails

2016-11-24 Thread SilentGhost
SilentGhost added the comment: I get either ('ec2-54-88-107-140.compute-1.amazonaws.com', [], ['54.88.107.140']) or ('ec2-54-84-80-173.compute-1.amazonaws.com', [], ['54.84.80.173']). It indeed seems to be related to ISP, as I get a regular socket.gai

[issue28772] Bus error in Python 3.6.0beta

2016-11-25 Thread SilentGhost
Changes by SilentGhost : -- resolution: not a bug -> third party stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28772> ___ ___ Pyth

[issue28786] Warnings in Misc/NEWS

2016-11-25 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28819] tzinfo class spacing bug

2016-11-28 Thread SilentGhost
SilentGhost added the comment: What do you mean by "work" and "does not work"? Both versions raise TypeError, because you're passing epoch to fromtimestamp, but once that's fixed both versions return identical output. Python is not sensitive to empty lines in

[issue28819] tzinfo class spacing bug

2016-11-28 Thread SilentGhost
Changes by SilentGhost : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28819> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28830] Typo in whatsnew entry for 3.6

2016-11-29 Thread SilentGhost
SilentGhost added the comment: Reads just fine to me. -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue28830> ___ ___ Python-bugs-list mailin

[issue28830] Typo in whatsnew entry for 3.6

2016-11-29 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue28830> ___ ___

[issue28834] Type checking in set comparisons.

2016-11-29 Thread SilentGhost
SilentGhost added the comment: You seem to be misunderstanding how the intersection/union/etc are supposed to be used: >>> ab = {'a', 'b'} >>> ab.intersection('bc') {'b'} Using set.intersection (where set is a built-in class, rather th

[issue28841] urlparse.urlparse() parses invalid URI without generating an error (examples provided)

2016-11-30 Thread SilentGhost
Changes by SilentGhost : -- nosy: +orsenthil versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue28

[issue28867] NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile)

2016-12-04 Thread SilentGhost
SilentGhost added the comment: Looking at the code it seems NamedTemporaryFile is closed on destruction of the object, so there is no need for ResourceWarning, because the file descriptor is not leaking. You also don't need to involve unittest here. Just running python with -Wall

[issue28868] Python advertising BeOpen.com domain

2016-12-04 Thread SilentGhost
SilentGhost added the comment: It's part of the copyright notice, just removing it is probably not an option. -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/is

[issue28867] NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile)

2016-12-04 Thread SilentGhost
SilentGhost added the comment: > The point of ResourceWarning it tell you when you are depending on > destructors for cleanup But there is an explicit call in __del__ to .close(), it's looks like intended behaviour and is ultimately the difference that Jon was see

[issue28867] NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile)

2016-12-06 Thread SilentGhost
SilentGhost added the comment: The ResourceWarning that you've introduced need to be "fixed" in a few place in test_urllib2 -- stage: -> needs patch versions: +Python 3.7 ___ Python tracker <http://bugs.

[issue28887] Login with Google not working on PyPi site

2016-12-06 Thread SilentGhost
SilentGhost added the comment: This is the wrong bug tracker. The issue seems to have already been reported to pypa https://github.com/pypa/pypi-legacy/issues/492 -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -> closed type: performance -&

[issue29104] Left bracket remains in format string result when '\' preceeds it

2016-12-29 Thread SilentGhost
Changes by SilentGhost : -- nosy: +eric.smith type: -> behavior ___ Python tracker <http://bugs.python.org/issue29104> ___ ___ Python-bugs-list mailing list Un

[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

2016-12-29 Thread SilentGhost
SilentGhost added the comment: This doesn't seem likely that it's anything to do with datetime, could you try reproducing it in repl? -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.o

[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

2016-12-29 Thread SilentGhost
Changes by SilentGhost : -- components: +Windows nosy: +belopolsky, paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.org/i

[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

2016-12-29 Thread SilentGhost
SilentGhost added the comment: Cannot reproduce this with the tip on linux -- ___ Python tracker <http://bugs.python.org/issue29097> ___ ___ Python-bugs-list m

[issue29134] contextlib doc bug

2017-01-02 Thread SilentGhost
SilentGhost added the comment: ContextBaseClass is meant to represent a user-defined class that is a parent of mycontext. -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue29

[issue29134] contextlib doc bug

2017-01-03 Thread SilentGhost
Changes by SilentGhost : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> patch review type: -> behavior versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.or

[issue29275] time module still has Y2K issues note

2017-01-14 Thread SilentGhost
SilentGhost added the comment: The main message there is about the parsing of the two-digit year, so while it might worth it to remove the mention of Y2K, it would only be a minor change. -- nosy: +SilentGhost ___ Python tracker <h

[issue29278] Python 3.6 build fails with parallel make

2017-01-15 Thread SilentGhost
SilentGhost added the comment: Can't reproduce this on 3.7, can you supply additional information, such as what exact revision you're trying to build and what gcc version you're using? ------ nosy: +SilentGhost ___ Python

[issue27144] concurrent.futures.as_completed() memory inefficiency

2016-05-28 Thread SilentGhost
Changes by SilentGhost : -- stage: -> patch review versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue27144> ___ _

[issue27139] Increased test coverage for statistics.median_grouped

2016-05-28 Thread SilentGhost
Changes by SilentGhost : -- nosy: +steven.daprano stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue27139> ___ ___

[issue27121] imghdr does not support jpg files with Lavc bytes

2016-05-28 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) nosy: +r.david.murray stage: -> test needed type: -> behavior versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue27151] multiprocessing.Process leaves read pipes open (Process.sentinel)

2016-05-29 Thread SilentGhost
Changes by SilentGhost : -- nosy: +jnoller, sbt versions: +Python 3.6 -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue27151> ___ ___ Pytho

[issue27148] Make VENV_DIR relative to Script directory

2016-05-29 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) -Demos and Tools nosy: +vinay.sajip versions: -Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue27

[issue10908] Improvements to trace._Ignore

2016-05-30 Thread SilentGhost
SilentGhost added the comment: I closed the issue because it's outdated: i) patch no longer applies cleanly; ii) changes to cmd line parsing where done in issue 22642; iii) remaining changes are largely cosmetic. As for issue 10896, a much more trivial patch would have to be produced ag

[issue27145] long_add and long_sub might return a new int where &small_ints[x] could be returned

2016-05-31 Thread SilentGhost
Changes by SilentGhost : -- nosy: +haypo, rhettinger stage: -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue27145> ___ _

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-06-01 Thread SilentGhost
New submission from SilentGhost: This could only go in 3.6, but it needs proper documentation and test(s). -- nosy: +SilentGhost, yselivanov stage: -> test needed versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue27175] Unpickling Path objects

2016-06-01 Thread SilentGhost
Changes by SilentGhost : -- nosy: +pitrou type: -> behavior versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue27175> ___ ___ Python-

[issue27176] Addition of assertNotRaises

2016-06-01 Thread SilentGhost
Changes by SilentGhost : -- nosy: +ezio.melotti, michael.foord, rbcollins versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue27176> ___ ___

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-06-01 Thread SilentGhost
Changes by SilentGhost : -- assignee: -> yselivanov stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue27172> ___ ___ Pyth

[issue2466] os.path.ismount doesn't work for mounts the user doesn't have permission to see

2016-06-02 Thread SilentGhost
Changes by SilentGhost : -- stage: patch review -> commit review versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/iss

[issue27188] sqlite3 execute* methods return value not documented

2016-06-04 Thread SilentGhost
SilentGhost added the comment: Thanks for the patch, Dave. For whatever reason it doesn't seem to apply cleanly to the current tip, would you mind preparing a new patch that does? -- assignee: -> docs@python components: +Documentation nosy: +SilentGhost, berker.peksag, doc

[issue27235] Heap overflow occurred due to the int overflow (Python-2.7.11/Modules/posixmodule.c)

2016-06-05 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules -Interpreter Core nosy: +larry ___ Python tracker <http://bugs.python.org/issue27235> ___ ___ Python-bug

[issue27168] Comprehensions and await need more unittests

2016-06-05 Thread SilentGhost
Changes by SilentGhost : -- components: +Tests title: Yury isn't sure comprehensions and await interact correctly -> Comprehensions and await need more unittests type: -> behavior ___ Python tracker <http://bugs.python.

[issue27231] Support the fspath protocol in the posixpath module

2016-06-05 Thread SilentGhost
SilentGhost added the comment: There seems to be an issue with your patch, it does apply cleanly when doing that manually, but Rietveld doesn't like it. The changes in Lib/posixpath.py and Lib/test/test_posixpath.py don't show up. -- nosy: +S

[issue27232] os.fspath() should not use repr() on error

2016-06-05 Thread SilentGhost
SilentGhost added the comment: This is behaviour introduced by issue 25548, it would make sense to me to discuss this problem there if you think it's necessary. repr in error messages has been a standard approach in Python for a very long time, however. -- nosy: +Silent

[issue26867] test_ssl test_options fails on ubuntu 16.04

2016-06-06 Thread SilentGhost
Changes by SilentGhost : -- nosy: +SilentGhost versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue26867> ___ ___ Python-bugs-list mailin

[issue26983] float() can return not exact float instance

2016-06-06 Thread SilentGhost
SilentGhost added the comment: test_format resulted in semi-failure due to this change. The attached patch fixes the issue. -- assignee: -> serhiy.storchaka nosy: +SilentGhost resolution: fixed -> stage: resolved -> commit review status: closed -> open Adde

[issue27240] 'UnstructuredTokenList' object has no attribute '_fold_as_ew'

2016-06-06 Thread SilentGhost
Changes by SilentGhost : -- stage: -> needs patch type: -> behavior versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue27241] Catch exceptions raised in pstats add (repl)

2016-06-06 Thread SilentGhost
Changes by SilentGhost : -- nosy: +georg.brandl stage: -> patch review ___ Python tracker <http://bugs.python.org/issue27241> ___ ___ Python-bugs-list mai

[issue27251] TypeError in logging.HTTPHandler.emit; possible python 2 to 3 conversion issue

2016-06-07 Thread SilentGhost
Changes by SilentGhost : -- nosy: +vinay.sajip stage: -> test needed type: -> behavior versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue27267] memory leak in _ssl.c, function load_cert_chain

2016-06-08 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker <http://bugs.python.org/issue27

[issue27269] ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs

2016-06-08 Thread SilentGhost
Changes by SilentGhost : -- nosy: +pmoody versions: -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue27269> ___ ___ Python-bugs-list mailin

[issue27274] [ctypes] Allow from_pointer creation

2016-06-09 Thread SilentGhost
Changes by SilentGhost : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue27

[issue27277] Fatal Python error: Segmentation fault in test_exceptions

2016-06-09 Thread SilentGhost
Changes by SilentGhost : -- components: +Tests ___ Python tracker <http://bugs.python.org/issue27277> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27281] unpickling an xmlrpc.client.Fault raises TypeError

2016-06-09 Thread SilentGhost
Changes by SilentGhost : -- nosy: +loewis stage: -> patch review versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue20825] containment test for "ip_network in ip_network"

2016-06-10 Thread SilentGhost
Changes by SilentGhost : -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue20825> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27295] heaps library does not have support for max heap

2016-06-11 Thread SilentGhost
Changes by SilentGhost : -- nosy: +rhettinger, stutzbach type: -> enhancement versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue27303] [argparse] Unify options in help output

2016-06-12 Thread SilentGhost
Changes by SilentGhost : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue27303> ___ ___ Python-bugs-list mailing list Unsub

[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread SilentGhost
SilentGhost added the comment: There are more occurrences of "it is already exists" in the first table. -- nosy: +SilentGhost stage: -> needs patch versions: +Python 3.6 ___ Python tracker <http://bugs.pytho

[issue27305] Crash with "pip list --outdated" on Windows 10 with Python 2.7.12rc1

2016-06-13 Thread SilentGhost
SilentGhost added the comment: pip is not part of standard library, its issue tracker is at https://github.com/pypa/pip/issues -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed ___ Python track

[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread SilentGhost
SilentGhost added the comment: LGTM. -- stage: needs patch -> commit review ___ Python tracker <http://bugs.python.org/issue27306> ___ ___ Python-bugs-list mai

[issue27316] [PDB] NameError in list comprehension in PDB

2016-06-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +georg.brandl type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue27316> ___ ___ Python-bugs-list mai

[issue27316] [PDB] NameError in list comprehension in PDB

2016-06-14 Thread SilentGhost
SilentGhost added the comment: I cannot reproduce this issue on 3.5, do you have a chance to test this on a 3.5 or some other version of python? Also, could you provide any more details of your system? -- nosy: +SilentGhost ___ Python tracker

[issue27318] Add support for symlinks to zipfile

2016-06-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alanmcintyre, serhiy.storchaka, twouters versions: +Python 3.6 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue27

[issue27316] [PDB] NameError in list comprehension in PDB

2016-06-14 Thread SilentGhost
Changes by SilentGhost : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue27316> ___ ___

[issue27347] Private

2016-06-18 Thread SilentGhost
Changes by SilentGhost : Removed file: http://bugs.python.org/file43458/bugreport-2016-05-29-03-43-39.txt ___ Python tracker <http://bugs.python.org/issue27347> ___ ___

[issue27347] Private

2016-06-18 Thread SilentGhost
Changes by SilentGhost : -- Removed message: http://bugs.python.org/msg268813 ___ Python tracker <http://bugs.python.org/issue27347> ___ ___ Python-bugs-list m

[issue27361] ValueError on eval after 'from pandas import *'

2016-06-21 Thread SilentGhost
SilentGhost added the comment: Pandas is not part of the standard library. Their issue tracker is at https://github.com/pydata/pandas/issues -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed _

[issue27360] _deque and _islice are sometimes None

2016-06-21 Thread SilentGhost
SilentGhost added the comment: This seems to have been reported on riak's tracker: https://github.com/basho/riak-python-client/issues/449 -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed type: cra

[issue27368] os.mkdir is not working for multiple level of directory creation in windows environment

2016-06-22 Thread SilentGhost
SilentGhost added the comment: You need to use os.makedirs -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -> closed type: enhancement -> behavior ___ Python tracker <http://bugs.python

[issue27371] Runaway memory consumption using update()

2016-06-23 Thread SilentGhost
Changes by SilentGhost : -- nosy: +gpolo, serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue27371> ___ ___ Python-bugs-list mailing list Unsub

[issue27377] Add smarter socket.fromfd()

2016-06-23 Thread SilentGhost
SilentGhost added the comment: The patch applies cleanly, not sure why the rietveld link doesn't appear. Perhaps because of the extension? In test, I noticed, that you're not testing that OSError is raised, perhaps something to add? -- nosy: +S

[issue27376] Add mock_import method to mock module

2016-06-23 Thread SilentGhost
Changes by SilentGhost : -- nosy: +michael.foord stage: -> patch review ___ Python tracker <http://bugs.python.org/issue27376> ___ ___ Python-bugs-list mai

[issue20674] Update comments in dictobject.c

2016-06-24 Thread SilentGhost
SilentGhost added the comment: I've left comments on rietveld. Not sure if everyone's seeing them. -- nosy: +SilentGhost stage: needs patch -> patch review ___ Python tracker <http://bugs.pytho

[issue20825] containment test for "ip_network in ip_network"

2016-06-25 Thread SilentGhost
SilentGhost added the comment: Have you seen my comments on rietveld re you previous patch? -- ___ Python tracker <http://bugs.python.org/issue20825> ___ ___ Pytho

[issue27430] Spelling fixes

2016-07-01 Thread SilentGhost
Changes by SilentGhost : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> patch review versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue27455] Fix tkinter examples to be PEP8 compliant

2016-07-05 Thread SilentGhost
SilentGhost added the comment: This patch is going to be rejected, camelCase is standard convention in tkinter and logging modules and that's why it is used in documentation as well. -- nosy: +SilentGhost ___ Python tracker <http://bugs.py

[issue27441] redundant assignments to ob_size of new ints that _PyLong_New returned

2016-07-05 Thread SilentGhost
Changes by SilentGhost : -- nosy: +haypo, serhiy.storchaka stage: -> commit review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue27464] Document that SplitResult & friends are namedtuples

2016-07-08 Thread SilentGhost
Changes by SilentGhost : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue27486] FTPlib hangs on some pasv responses

2016-07-11 Thread SilentGhost
Changes by SilentGhost : -- nosy: +giampaolo.rodola stage: -> test needed ___ Python tracker <http://bugs.python.org/issue27486> ___ ___ Python-bugs-list mai

[issue27495] Pretty printing sorting for set and frozenset instances

2016-07-12 Thread SilentGhost
Changes by SilentGhost : -- nosy: +fdrake stage: -> patch review versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue27539] negative Fraction ** negative int not normalized

2016-07-17 Thread SilentGhost
Changes by SilentGhost : -- nosy: +mark.dickinson, rhettinger ___ Python tracker <http://bugs.python.org/issue27539> ___ ___ Python-bugs-list mailing list Unsub

[issue27580] CSV Null Byte Error

2016-07-21 Thread SilentGhost
Changes by SilentGhost : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue27580> ___ ___ Python-bugs-list mailing list Unsub

[issue27601] Minor inaccuracy in hash documentation

2016-07-23 Thread SilentGhost
Changes by SilentGhost : -- resolution: fixed -> status: closed -> open ___ Python tracker <http://bugs.python.org/issue27601> ___ ___ Python-bugs-list

[issue27612] socket.gethostbyname resolving octal IP addresses incorrectly

2016-07-25 Thread SilentGhost
Changes by SilentGhost : -- components: +Macintosh nosy: +ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issue27612> ___ ___ Python-bug

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