[issue26679] curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted

2016-04-01 Thread SilentGhost
SilentGhost added the comment: Here is the patch. -- nosy: +SilentGhost stage: -> patch review type: enhancement -> behavior Added file: http://bugs.python.org/file42344/issue26679.diff ___ Python tracker <http://bugs.python.org/i

[issue26488] hashlib command line interface

2016-04-01 Thread SilentGhost
SilentGhost added the comment: Left comments on Rietveld. -- ___ Python tracker <http://bugs.python.org/issue26488> ___ ___ Python-bugs-list mailing list Unsub

[issue26686] email.parser stops parsing headers too soon.

2016-04-01 Thread SilentGhost
Changes by SilentGhost : -- components: +email nosy: +barry, r.david.murray versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue26

[issue26689] Add `has_flag` method to `distutils.CCompiler`

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

[issue26689] Add `has_flag` method to `distutils.CCompiler`

2016-04-03 Thread SilentGhost
SilentGhost added the comment: I've left a comment on Rietveld -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue26689> ___ ___ Pytho

[issue26689] Add `has_flag` method to `distutils.CCompiler`

2016-04-04 Thread SilentGhost
SilentGhost added the comment: I understand that you're copying approach of has_function, but shouldn't you remove this temporary file at the end of the function? Perhaps using tempfile.NamedTemporaryFile would be a better solution (both in has_flag and has_function). Also import ca

[issue26689] Add `has_flag` method to `distutils.CCompiler`

2016-04-04 Thread SilentGhost
SilentGhost added the comment: I guess it would make sense to depend on issue25544 and implement the has_flag with minrk's patch in mind. I guess his patch didn't get a second look because it didn't apply cleanly. In any case, for implementing has_flag using current best pract

[issue25544] cleanup temporary files in distutils.has_function

2016-04-04 Thread SilentGhost
SilentGhost added the comment: Hi Min RK, could you please update your patch so that it would cleanly apply to the tip of default branch. Also since you're re-writing a big chunk of that function, could I ask you to use with context manager for the temporary source file. --

[issue26692] cgroups support in multiprocessing

2016-04-04 Thread SilentGhost
Changes by SilentGhost : -- nosy: +jnoller, sbt versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue26692> ___ ___ Python-bugs-list mailin

[issue26694] Disasembler fall with Key Error while disassemble obfuscated code.

2016-04-05 Thread SilentGhost
Changes by SilentGhost : -- nosy: +ncoghlan, yselivanov ___ Python tracker <http://bugs.python.org/issue26694> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26689] Add `has_flag` method to `distutils.CCompiler`

2016-04-06 Thread SilentGhost
SilentGhost added the comment: I'm largely fine with it, bar the in-function import. It would also be good if you could verify that no other temporary files are left after the function is run. As I said earlier, issue 25544 should have priority and it should get a refreshed patch

[issue26689] Add `has_flag` method to `distutils.CCompiler`

2016-04-06 Thread SilentGhost
Changes by SilentGhost : -- status: pending -> open ___ Python tracker <http://bugs.python.org/issue26689> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue26698] IDLE DPI Awareness

2016-04-06 Thread SilentGhost
Changes by SilentGhost : -- nosy: +gpolo, kbk, roger.serwy, serhiy.storchaka, terry.reedy ___ Python tracker <http://bugs.python.org/issue26698> ___ ___ Python-bug

[issue26703] Socket state corrupts when original socket object goes out of scope in a different thread

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

[issue26707] plistlib fails to parse bplist with 0x80 UID values

2016-04-07 Thread SilentGhost
SilentGhost added the comment: Here is the version of the patch suitable for the Rietveld. John, could you perhaps provide an example file that uses UID values? Also, the code is identical to handling of 0x50 token, perhaps it could be incorporated into it. -- nosy: +SilentGhost

[issue26704] unittest.mock.patch: Double patching instance method: AttributeError: Mock object has no attribute '__name__'

2016-04-07 Thread SilentGhost
Changes by SilentGhost : -- nosy: +michael.foord stage: -> patch review type: crash -> behavior versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue26710] ConfigParser: Values in DEFAULT section override defaults passed to constructor

2016-04-07 Thread SilentGhost
SilentGhost added the comment: You can override the level if an environmental variable was defined. Not sure why it needs to be responsibility of the ConfigParser. While I'm not going to immediately close this issue, I don't think such a backward-incompatible proposal

[issue25544] cleanup temporary files in distutils.has_function

2016-04-08 Thread SilentGhost
SilentGhost added the comment: Here is the review-able patch. -- Added file: http://bugs.python.org/file42400/minrk_issue25544.diff ___ Python tracker <http://bugs.python.org/issue25

[issue26714] telnetlib.Telnet should act as a context manager

2016-04-08 Thread SilentGhost
SilentGhost added the comment: issue25485 seem to have addressed this. -- nosy: +SilentGhost resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue26716] EINTR handling in fcntl

2016-04-08 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules nosy: +haypo, neologix, twouters versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue26

[issue26718] super.__init__ leaks memory if called multiple times

2016-04-08 Thread SilentGhost
Changes by SilentGhost : -- nosy: +brett.cannon type: -> behavior versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue26718> ___ ___ Python-

[issue26722] Fold compare operators on constants (peephole)

2016-04-09 Thread SilentGhost
Changes by SilentGhost : -- nosy: +benjamin.peterson, brett.cannon, georg.brandl, haypo, ncoghlan, yselivanov stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue26726] Incomplete Internationalization in Argparse Module

2016-04-09 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue26726> ___ _

[issue26728] make pdb.set_trace() accept debugger commands as arguments and run them after entering the debugger

2016-04-10 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules, Library (Lib) -Interpreter Core nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue26

[issue26729] Incorrect __text_signature__ for sorted

2016-04-10 Thread SilentGhost
Changes by SilentGhost : -- components: +Interpreter Core -Extension Modules, Library (Lib) nosy: +ncoghlan stage: -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue26732] multiprocessing sentinel resource leak

2016-04-11 Thread SilentGhost
Changes by SilentGhost : -- nosy: +jnoller, sbt ___ Python tracker <http://bugs.python.org/issue26732> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25910] Fixing links in documentation

2016-04-11 Thread SilentGhost
SilentGhost added the comment: Licence text shouldn't be touched, I think. http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT became https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-LIST-FORMAT If Martin still have the importer code somewhere, he probably

[issue26733] staticmethod and classmethod are ignored when disassemble class

2016-04-11 Thread SilentGhost
Changes by SilentGhost : -- nosy: +ncoghlan, yselivanov stage: -> patch review ___ Python tracker <http://bugs.python.org/issue26733> ___ ___ Python-bugs-lis

[issue25910] Fixing links in documentation

2016-04-11 Thread SilentGhost
SilentGhost added the comment: Serhiy, the OpenSSL links are now https -- ___ Python tracker <http://bugs.python.org/issue25910> ___ ___ Python-bugs-list mailin

[issue26738] listname.strip() does not work right if the name ends with an 'o'

2016-04-11 Thread SilentGhost
SilentGhost added the comment: Documentation [0] has a very clear explanation of how str.strip works. [0] https://docs.python.org/2/library/stdtypes.html#str.strip -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -&g

[issue26735] os.urandom(2500) fails on Solaris 11.3

2016-04-11 Thread SilentGhost
Changes by SilentGhost : -- components: +Interpreter Core nosy: +haypo stage: -> patch review ___ Python tracker <http://bugs.python.org/issue26735> ___ ___ Py

[issue26740] tarfile: accessing (listing and extracting) tarball fails with UnicodeDecodeError

2016-04-12 Thread SilentGhost
Changes by SilentGhost : -- nosy: +lars.gustaebel type: -> behavior ___ Python tracker <http://bugs.python.org/issue26740> ___ ___ Python-bugs-list mai

[issue25931] os.fork() command distributed in windows Python27 (in SocketServer module)

2016-04-12 Thread SilentGhost
Changes by SilentGhost : -- versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue25931> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24557] Refactor LibreSSL / EGD detection

2016-04-12 Thread SilentGhost
Changes by SilentGhost : -- Removed message: http://bugs.python.org/msg263251 ___ Python tracker <http://bugs.python.org/issue24557> ___ ___ Python-bugs-list m

[issue26747] types.InstanceType only for old style class only in 2.7

2016-04-13 Thread SilentGhost
Changes by SilentGhost : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> patch review ___ Python tracker <http://bugs.python.org/i

[issue26752] Mock(2.0.0).assert_has_calls() raise AssertionError in two same calls

2016-04-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue26752> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26758] Unnecessary format string handling for no argument slot wrappers in typeobject.c

2016-04-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +serhiy.storchaka type: -> behavior ___ Python tracker <http://bugs.python.org/issue26758> ___ ___ Python-bugs-list mai

[issue26756] fileinput handling of unicode errors from standard input

2016-04-14 Thread SilentGhost
SilentGhost added the comment: While documentation seems not entirely clear, the openhook only applies to files. I'm not sure what is the logic behind the suggested change, what would openhook do in your situation? -- components: +Library (Lib) nosy: +SilentGhost, serhiy.stor

[issue26772] regex.ENHANCEMATCH crashes interpreter

2016-04-15 Thread SilentGhost
SilentGhost added the comment: regex module is not part of the standard library and issues with it should be reported on its bug tracker https://bitbucket.org/mrabarnett/mrab-regex -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed ty

[issue26773] Shelve works inconsistently when carried over to child processes

2016-04-15 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules nosy: +jnoller, sbt ___ Python tracker <http://bugs.python.org/issue26773> ___ ___ Python-bugs-list m

[issue26779] pdb continue followed by an exception in the same frame shows incorrect frame linenumber

2016-04-16 Thread SilentGhost
Changes by SilentGhost : -- nosy: +georg.brandl versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue26779> ___ ___ Pytho

[issue26784] regular expression problem at umlaut handling

2016-04-16 Thread SilentGhost
Changes by SilentGhost : -- components: +Regular Expressions nosy: +ezio.melotti, mrabarnett, pitrou, serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue26

[issue26790] bdist_msi package duplicates everything to a bogus location when run with /passive or /q

2016-04-17 Thread SilentGhost
Changes by SilentGhost : -- versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue26790> ___ ___ Python-bugs-list mailin

[issue26791] shutil.move fails to move symlink (Invalid cross-device link)

2016-04-18 Thread SilentGhost
SilentGhost added the comment: This seems to be only triggered when moving a symlink into its destination. Assumption in the code is that when _samefile returns True, it must be due to case-insensitive filesystem, rather than this edge case. -- nosy: +SilentGhost, tarek type

[issue26794] curframe can be None in pdb.py

2016-04-18 Thread SilentGhost
Changes by SilentGhost : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue26794> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26795] Fix PEP 344 Python version

2016-04-18 Thread SilentGhost
SilentGhost added the comment: I think the note at the top makes it perfectly clear that PEP 344 is superseded by PEP 3134 which has correct Python version. -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -&g

[issue26802] Avoid copy in call_function_var when no extra stack args are passed

2016-04-18 Thread SilentGhost
Changes by SilentGhost : -- nosy: +haypo, martin.panter, yselivanov stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/i

[issue26799] gdb support fails with "Invalid cast."

2016-04-18 Thread SilentGhost
Changes by SilentGhost : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue26799> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26804] Prioritize lowercase proxy variables in urllib.request

2016-04-19 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) -Extension Modules nosy: +orsenthil stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue26808] wsgiref.simple_server breaks unicode in URIs

2016-04-20 Thread SilentGhost
SilentGhost added the comment: What do you mean by "breaks"? Also, why do you encode your string as utf-8? -- components: +Library (Lib) -Extension Modules nosy: +SilentGhost, orsenthil ___ Python tracker <http://bugs.python.o

[issue26809] `string` exposes ChainMap from `collections`

2016-04-20 Thread SilentGhost
SilentGhost added the comment: I wouldn't say it matter, "from configparser import _ChainMap" works too, but that's just how imports work in Python. There is not reason to do what you've done on purpose - ChainMap is undocumented and is clearly just a detail of imple

[issue26809] `string` exposes ChainMap from `collections`

2016-04-20 Thread SilentGhost
SilentGhost added the comment: > Silent Ghost: perhaps you were thinking of Issue 23883 (adding to __all__ in > various modules). This case is the opposite: we want to limit the exported > names. It was one of mine, issue 10895. Been dead for a

[issue26810] inconsistent garbage collector behavior across platforms when using ctypes data-structures

2016-04-20 Thread SilentGhost
Changes by SilentGhost : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge, pitrou ___ Python tracker <http://bugs.python.org/issue26810> ___ ___ Python-bug

[issue7980] time.strptime not thread safe

2016-04-22 Thread SilentGhost
SilentGhost added the comment: Lisa, please be careful with nosy list. -- nosy: +Romuald, SilentGhost, William.McBrine, amaury.forgeotdarc, belopolsky, brett.cannon, ccorbacho, ced, cptnwillard, davidfraser, dpalms2011, epu, eric.smith, flox, fredwheeler, kzsolt, mark.dickinson

[issue14621] Hash function is not randomized properly

2016-04-22 Thread SilentGhost
Changes by SilentGhost : -- nosy: +Arfrever, Bob.Ziuchkovski, Giovanni.Bajo, PaulMcMillan, ReneSac, Vlado.Boza, alex, arigo, benjamin.peterson, bkabrda, camara, christian.heimes, cvrebert, dmalcolm, dstufft, gregory.p.smith, haypo, iElectric, isoschiz, konk, lemburg

[issue19846] Python 3 raises Unicode errors with the C locale

2016-04-22 Thread SilentGhost
Changes by SilentGhost : -- nosy: +Sworddragon, a.badger, bkabrda, haypo, jwilk, larry, lemburg, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, terry.reedy ___ Python tracker <http://bugs.python.org/issue19

[issue6792] Distutils-based installer does not detect 64bit versions of Python

2016-04-22 Thread SilentGhost
Changes by SilentGhost : -- versions: -Python 3.1, Python 3.3 ___ Python tracker <http://bugs.python.org/issue6792> ___ ___ Python-bugs-list mailing list Unsub

[issue26831] ConfigParser parsing failures with default_section and ExtendedInterpolation options

2016-04-23 Thread SilentGhost
SilentGhost added the comment: I think there is some misunderstanding of what default_section is supposed to do, in fact in provides default values for *other* section, as the documentation says, it doesn't mangle section separation. In case of ExtendedInterpolation, the interpol

[issue26844] Wrong error message during import

2016-04-24 Thread SilentGhost
Changes by SilentGhost : -- nosy: +brett.cannon priority: normal -> low stage: -> patch review versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue26833] returning ctypes._SimpleCData objects from callbacks

2016-04-25 Thread SilentGhost
Changes by SilentGhost : -- components: +ctypes nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <http://bugs.python.org/issue26833> ___ ___

[issue26898] Error in the

2016-05-01 Thread SilentGhost
SilentGhost added the comment: LGTM -- nosy: +SilentGhost stage: -> commit review ___ Python tracker <http://bugs.python.org/issue26898> ___ ___ Python-

[issue26888] Multiple memory leaks after raw Py_Initialize and Py_Finalize.

2016-05-02 Thread SilentGhost
Changes by SilentGhost : -- components: +Interpreter Core -Library (Lib) nosy: +haypo, serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue26

[issue26890] inspect.getsource gets source copy on disk even when module has not been reloaded

2016-05-02 Thread SilentGhost
Changes by SilentGhost : -- nosy: +yselivanov ___ Python tracker <http://bugs.python.org/issue26890> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26905] from multiprocessing.pool import Pool bug on linux

2016-05-02 Thread SilentGhost
Changes by SilentGhost : -- nosy: +jnoller, sbt -larry type: -> behavior ___ Python tracker <http://bugs.python.org/issue26905> ___ ___ Python-bugs-list mai

[issue26915] Test identity first in membership operation of ItemsView, ValuesView and Sequence in collections.abc

2016-05-02 Thread SilentGhost
Changes by SilentGhost : -- nosy: +rhettinger, stutzbach stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue26915> ___ __

[issue26905] from multiprocessing.pool import Pool bug on linux

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

[issue26943] Datetime.strptime crash

2016-05-04 Thread SilentGhost
SilentGhost added the comment: Jens, the issue seems to be related to the locale under which your script is operating. You could try to ensure that the locale is suitable for the %b switch. In any case this doesn't look like a datetime bug. -- nosy: +SilentGhost resolution: -&g

[issue26956] About Idle-x version not updated for 1.13

2016-05-04 Thread SilentGhost
Changes by SilentGhost : -- nosy: +kbk, roger.serwy, terry.reedy type: -> behavior ___ Python tracker <http://bugs.python.org/issue26956> ___ ___ Python-

[issue26955] Implement equivalent to `pip.locations.distutils_scheme` in distutils

2016-05-04 Thread SilentGhost
Changes by SilentGhost : -- components: +Distutils nosy: +dstufft, eric.araujo ___ Python tracker <http://bugs.python.org/issue26955> ___ ___ Python-bugs-list m

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

2016-05-04 Thread SilentGhost
SilentGhost added the comment: This seems to do with the percentage of affected characters, the threshold seems to be about a quarter. Not sure this is a bug. -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue26

[issue26949] IDLE restarts when one debugs code raising SystemExit

2016-05-04 Thread SilentGhost
Changes by SilentGhost : -- nosy: +kbk, roger.serwy, terry.reedy stage: -> test needed ___ Python tracker <http://bugs.python.org/issue26949> ___ ___ Python-

[issue26958] Suggestion to imporve queue.full reliability

2016-05-04 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue26958> ___ ___ Python-bugs-list mailin

[issue26959] pickle: respect dispatch for functions again

2016-05-06 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alexandre.vassalotti, pitrou stage: -> patch review ___ Python tracker <http://bugs.python.org/issue26959> ___ ___ Python-

[issue26972] mistakes in docstrings in the import machinery

2016-05-07 Thread SilentGhost
Changes by SilentGhost : -- nosy: +brett.cannon stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue26972> ___ ___

[issue26999] Add child separator keyword to logging.basicConfig and use it in Logger.getChild()

2016-05-11 Thread SilentGhost
Changes by SilentGhost : -- nosy: +vinay.sajip versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue26999> ___ ___ Python-bugs-list m

[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-11 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules -Build nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou type: compile error -> behavior ___ Python tracker <http://bugs.python.org/issu

[issue27017] Python3.5.1: type().startswith()

2016-05-14 Thread SilentGhost
SilentGhost added the comment: This is exactly how methods on Python object have been behaving for year: any method can be called either as method on instance, or as method on class, with instance passed as the first argument. -- nosy: +SilentGhost resolution: -> not a bug st

[issue27017] Python3.5.1: type().startswith()

2016-05-14 Thread SilentGhost
Changes by SilentGhost : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue27017> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27018] Incorrect documentation of select module

2016-05-14 Thread SilentGhost
SilentGhost added the comment: Here is the patch. -- keywords: +patch nosy: +SilentGhost stage: -> patch review type: -> behavior versions: +Python 3.6 Added file: http://bugs.python.org/file42846/issue27018.diff ___ Python tracker

[issue27022] expose sendmmsg() syscall in sockets API

2016-05-15 Thread SilentGhost
Changes by SilentGhost : -- nosy: +pitrou versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue27022> ___ ___ Python-bugs-list mailing list Unsub

[issue25910] Fixing links in documentation

2016-05-16 Thread SilentGhost
SilentGhost added the comment: Does it not matter that the link to pythonlabs is a part of the official license text? Besides, it's not an actual html a tag, but rather a verbatim text, surely the only correction here is to make sure that the linkcheck doesn't check links within pre

[issue27039] bytearray.remove cannot remove bytes with value greater than 127

2016-05-16 Thread SilentGhost
Changes by SilentGhost : -- nosy: +serhiy.storchaka versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue27039> ___ ___ Python-bugs-list mailin

[issue27039] bytearray.remove cannot remove bytes with value greater than 127

2016-05-16 Thread SilentGhost
SilentGhost added the comment: Test is not catching it, because it only deals with ascii part. -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.org/issue27

[issue27072] random.getrandbits is limited to 2**31-1 bits on 64-bit Windows

2016-05-20 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules, Windows -Library (Lib) nosy: +mark.dickinson, paul.moore, rhettinger, steve.dower, tim.golden, zach.ware stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue27071] unittest.TestCase.assertCountEqual is a very misleading name

2016-05-20 Thread SilentGhost
Changes by SilentGhost : -- nosy: +ezio.melotti, michael.foord, rbcollins type: -> behavior versions: -Python 3.3, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue27073] redundant checks in long_add and long_sub

2016-05-21 Thread SilentGhost
Changes by SilentGhost : -- nosy: +haypo, serhiy.storchaka, yselivanov stage: -> patch review type: -> behavior versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue27118] Several Py_XDE/INCREFs in typeobject.c are not necessary

2016-05-24 Thread SilentGhost
Changes by SilentGhost : -- components: +Interpreter Core nosy: +serhiy.storchaka stage: -> patch review type: enhancement -> behavior ___ Python tracker <http://bugs.python.org/i

[issue23499] Minor grammar issue in mimetypes.rst

2015-02-22 Thread SilentGhost
New submission from SilentGhost: Just a minor grammar issue: missing "be" in mimetypes.rst -- assignee: docs@python components: Documentation files: mimetypes.diff keywords: patch messages: 236402 nosy: SilentGhost, docs@python, eric.araujo, ezio.melotti, georg.brandl priori

[issue23522] Misleading note in Statistics module documentation

2015-02-25 Thread SilentGhost
Changes by SilentGhost : -- nosy: +steven.daprano ___ Python tracker <http://bugs.python.org/issue23522> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23531] SSL operations cause entire process to hang

2015-02-26 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker <http://bugs.python.org/issue23

[issue23534] `test_longdouble` fails on Mac when using system libffi (version 3.1)

2015-02-26 Thread SilentGhost
Changes by SilentGhost : -- components: +Macintosh nosy: +amaury.forgeotdarc, belopolsky, hynek, meador.inge, ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issue23

[issue23544] Idle stacker viewer crash OSX

2015-02-27 Thread SilentGhost
Changes by SilentGhost : -- components: +Macintosh nosy: +kbk, ned.deily, roger.serwy, ronaldoussoren, terry.reedy ___ Python tracker <http://bugs.python.org/issue23

[issue23546] windows, IDLE and pep 397

2015-02-28 Thread SilentGhost
Changes by SilentGhost : -- components: +Installation versions: -Python 2.7, Python 3.2, Python 3.6 ___ Python tracker <http://bugs.python.org/issue23

[issue23550] Add to unicodedata a function to query the "Quick_Check" property for a character

2015-02-28 Thread SilentGhost
Changes by SilentGhost : -- nosy: +benjamin.peterson, lemburg, loewis, pitrou versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue23550> ___ ___

[issue23555] behavioural change in argparse set_defaults in python 2.7.9

2015-03-01 Thread SilentGhost
Changes by SilentGhost : -- nosy: +bethard ___ Python tracker <http://bugs.python.org/issue23555> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23556] Scope for raise without argument is different in Python 2 and 3

2015-03-01 Thread SilentGhost
SilentGhost added the comment: There is this bit in https://docs.python.org/3/library/exceptions.html : > When raising a new exception (rather than using a bare raise to re-raise the > exception currently being handled),... I presume this can be also suitable for tutorial if it's

[issue23556] Scope for raise without argument is different in Python 2 and 3

2015-03-01 Thread SilentGhost
Changes by SilentGhost : -- nosy: +collinwinter ___ Python tracker <http://bugs.python.org/issue23556> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html

2015-03-02 Thread SilentGhost
Changes by SilentGhost : Removed file: http://bugs.python.org/file38304/functools.rst ___ Python tracker <http://bugs.python.org/issue23512> ___ ___ Python-bugs-list m

[issue23601] use small object allocator for dict key storage

2015-03-07 Thread SilentGhost
Changes by SilentGhost : -- nosy: +lemburg, tim.peters ___ Python tracker <http://bugs.python.org/issue23601> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2015-03-07 Thread SilentGhost
Changes by SilentGhost : -- components: +Installation, Windows -Extension Modules nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue23

<    8   9   10   11   12   13   14   15   >