[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

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

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

[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

[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 implementation.

[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 <rep...@bugs.pyth

[issue26804] Prioritize lowercase proxy variables in urllib.request

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

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

2016-04-19 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +haypo ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26799> ___ __

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

2016-04-19 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +haypo, martin.panter, yselivanov stage: -> patch review type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[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

[issue26794] curframe can be None in pdb.py

2016-04-18 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +georg.brandl ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26794> ___ _

[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

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

2016-04-17 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26784] regular expression problem at umlaut handling

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

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

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

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

2016-04-15 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Extension Modules nosy: +jnoller, sbt ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[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

[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.storchaka

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

2016-04-14 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +serhiy.storchaka type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

2016-04-14 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +michael.foord ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26752> ___ _

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

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

[issue24557] Refactor LibreSSL / EGD detection

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

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

2016-04-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- versions: -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25931> ___

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

2016-04-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +lars.gustaebel type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

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

2016-04-12 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Interpreter Core nosy: +haypo stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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

[issue25910] Fixing links in documentation

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

[issue26733] staticmethod and classmethod are ignored when disassemble class

2016-04-11 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +ncoghlan, yselivanov stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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 could

[issue26732] multiprocessing sentinel resource leak

2016-04-11 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +jnoller, sbt ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26732> ___ _

[issue26729] Incorrect __text_signature__ for sorted

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

[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 <ghost@runbox.com>: -- components: +Extension Modules, Library (Lib) -Interpreter Core nosy: +georg.brandl ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26726] Incomplete Internationalization in Argparse Module

2016-04-10 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Library (Lib) nosy: +berker.peksag stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue26722] Fold compare operators on constants (peephole)

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

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

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

[issue26716] EINTR handling in fcntl

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

[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 <rep...@bugs.python.org> <http://bugs.pyt

[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 <rep...@bugs.python.org> <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 is viable

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

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

[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

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

2016-04-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +pitrou ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26703> ___ __

[issue26698] IDLE DPI Awareness

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

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

2016-04-06 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- status: pending -> open ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26689> ___ _

[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 soon

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

2016-04-05 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +ncoghlan, yselivanov ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26692] cgroups support in multiprocessing

2016-04-05 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +jnoller, sbt versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[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. -- nosy

[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 practice is what I'd

[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 can be moved

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

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

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

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

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

[issue26488] hashlib command line interface

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

[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 <rep...@bugs.python.o

[issue26670] Add a developer mode: -X dev command line option

2016-04-01 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: fixed -> rejected stage: -> resolved ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue26673] Tkinter error when opening IDLE configuration menu

2016-04-01 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- versions: +Python 2.7 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26673> ___

[issue26680] Incorporating float.is_integer into the numeric tower and Decimal

2016-03-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Extension Modules nosy: +facundobatista, mark.dickinson, rhettinger, skrah stage: -> patch review versions: +Python 3.6 ___ Python tracker <rep...@bugs.pytho

[issue26488] hashlib command line interface

2016-03-31 Thread SilentGhost
SilentGhost added the comment: The mailing system is acting up, so just for the record, I've left comments on rietveld regarding md5sum-style patch. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26677] pyvenv: activate.fish breaks $PATH for bash scripts

2016-03-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- nosy: +vinay.sajip type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue26655] pathlib glob case sensitivity issue on Windows

2016-03-31 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue26673] Tkinter error when opening IDLE configuration menu

2016-03-30 Thread SilentGhost
Changes by SilentGhost <ghost@runbox.com>: -- components: +Tkinter nosy: +gpolo, kbk, roger.serwy, serhiy.storchaka, terry.reedy ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26488] hashlib command line interface

2016-03-29 Thread SilentGhost
SilentGhost added the comment: I've left some comment on rietveld yesterday, not sure if you got the e-mail. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26664] find a bug in activate.fish of venv of cpython3.6

2016-03-29 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +vinay.sajip ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26664> ___ _

[issue25805] Failure in test_pkgutil run from command-line

2016-03-29 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +r.david.murray versions: +Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26659] slice() leaks memory when part of a cycle

2016-03-29 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +benjamin.peterson, georg.brandl, pitrou, yselivanov ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26660] tempfile.TemporaryDirectory() cleanup exception on Windows if readonly files created

2016-03-29 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +georg.brandl versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26657] Directory traversal with http.server and SimpleHTTPServer on windows

2016-03-28 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- components: +Windows nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26652] Cannot install Python 2.7.11 on Windows Server 2008 R2

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

[issue26488] hashlib command line interface

2016-03-28 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- dependencies: +argparse.FileType for '-' doesn't work for a mode of 'rb' nosy: +SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26648] csv.reader Error message indicates to use deprecated

2016-03-27 Thread SilentGhost
SilentGhost added the comment: Ah, the bit about csv module doing it's own newline handling is what I missed. Here is the updated patch. -- Added file: http://bugs.python.org/file42306/issue26648_2.diff ___ Python tracker <rep...@bugs.python.

[issue26650] calendar: OverflowErrors for year == 1 and firstweekday > 0

2016-03-27 Thread SilentGhost
SilentGhost added the comment: Here is the patch. Both this patch and the fix for #15421 might violate the documented behaviour of getting the full week's worth of dates. I wonder if that should also be documented. -- keywords: +patch nosy: +SilentGhost, rhettinger stage: -> pa

[issue26649] Fail update installation: 'utf-8' codec can't decode

2016-03-27 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- components: +Unicode nosy: +ezio.melotti, haypo type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue26648] csv.reader Error message indicates to use deprecated

2016-03-27 Thread SilentGhost
SilentGhost added the comment: While the 'U' mode has been deprecated it doesn't mean that your example doesn't run in 3.5 - it runs just fine and will keep doing so until 4.0 I'm attaching patch that suggests using newline=None (even though it's a default value for open), as that what seems

[issue26647] Wordcode

2016-03-27 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26645] argparse prints help messages to stdout instead of stderr by default

2016-03-26 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +bethard versions: +Python 3.6 -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26640] xmlrpc.server imports xmlrpc.client

2016-03-25 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +loewis versions: +Python 3.6 -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26076] redundant checks in tok_get in Parser\tokenizer.c

2016-03-24 Thread SilentGhost
SilentGhost added the comment: Could any one of the core developers have a look? Seems like a rather straightforward change. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26633] multiprocessing behavior combining daemon with non-daemon children inconsistent with threading

2016-03-24 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +jnoller, sbt ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26633> ___ _

[issue26628] Segfault in cffi with ctypes.union argument

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

[issue26626] test_dbm_gnu

2016-03-23 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +georg.brandl versions: -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26623] JSON encode: more informative error

2016-03-23 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +ezio.melotti, pitrou, rhettinger ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26391] Specialized sub-classes of Generic never call __init__

2016-03-23 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +gvanrossum ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26391> ___ _

[issue26619] 3.5.1 install fails on Windows Server 2008 R2 64-bit

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

[issue25805] Failure in test_pkgutil run from command-line

2016-03-23 Thread SilentGhost
SilentGhost added the comment: Upon further investigation it seems this particular test needs to be just skipped when running as __main__. -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file42255/issue25805.d

[issue10908] Improvements to trace._Ignore

2016-03-23 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- dependencies: -trace module compares directories as strings (--ignore-dir) resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <rep.

[issue10894] Making stdlib APIs private

2016-03-23 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- resolution: -> rejected stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http:/

[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-22 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue26607] Rename a parameter in the function PyFile_FromFile

2016-03-22 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- components: +Interpreter Core nosy: +benjamin.peterson, serhiy.storchaka stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue10894] Making stdlib APIs private

2016-03-22 Thread SilentGhost
SilentGhost added the comment: I wonder if the devguide would be a more suitable place for these guidelines. Here is the patch that adds them to stdblibchanges.rst -- keywords: +patch stage: needs patch -> patch review versions: +Python 3.5, Python 3.6 -Python 3.4 Added file: h

[issue26587] Possible duplicate entries in sys.path if .pth files are used with zip's

2016-03-22 Thread SilentGhost
SilentGhost added the comment: I still think my fix is more appropriate as it ensures that known_paths and sys.path stay connected somehow. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26611] assertRaises callableObj cannot be used as a keyword with args

2016-03-22 Thread SilentGhost
SilentGhost added the comment: Documentation [0] has callable listed as a positional argument, and this is how it should be used. [0] https://docs.python.org/2.7/library/unittest.html#unittest.TestCase.assertRaises -- nosy: +SilentGhost resolution: -> not a bug stage: -> re

[issue26606] logging.baseConfig is missing the encoding parameter

2016-03-22 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +vinay.sajip stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue26605] Feature request: string method `to_file`

2016-03-22 Thread SilentGhost
SilentGhost added the comment: Those methods were added in 3.5, so no wonder many people would be unaware of them. I would suggest first taking such a proposal to python-ideas, since bug tracker is not a venue for proposing/advocating such sweeping changes to the language. -- nosy

[issue26582] asyncio documentation links to wrong CancelledError

2016-03-21 Thread SilentGhost
SilentGhost added the comment: In fact most of the :exc: reference are pointing explicitly to concurrent.futures.CancelledError (and those that don't probably should). It is interesting that you weren't able to make use of that exception, because in Lib/asyncio/futures.py#L23 it's clearly

[issue26591] datetime datetime.time to datetime.time comparison does nothing

2016-03-21 Thread SilentGhost
SilentGhost added the comment: Jason, could you provide an actual paste of interactive interpreter session, so that any one could try to reproduce the issue. -- nosy: +SilentGhost stage: -> test needed type: -> behavior ___ Python tracke

[issue26601] Use new madvise()'s MADV_FREE on the private heap

2016-03-21 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +haypo ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26601> ___ __

[issue26600] MagickMock __str__ sometimes returns MagickMock instead of str

2016-03-21 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: +michael.foord, pitrou versions: +Python 3.6 -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26599] segfault at 24 error 6 in python

2016-03-21 Thread SilentGhost
SilentGhost added the comment: This very much looks like a sentry problem. I'd suggest reporting it on their bug tracker. -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed ___ Python tra

[issue26267] UUID docs should say how to get "standard form"

2016-03-20 Thread SilentGhost
Changes by SilentGhost <ghost@gmail.com>: -- nosy: -SilentGhost ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26267> ___ _

[issue26594] Tutorial example IndentationError?

2016-03-20 Thread SilentGhost
SilentGhost added the comment: Erwin, you could clearly see in the screenshot that the print call is indented, i.e. it starts in the 5th column, under letter "h" of the_world_is_flat. In what you've typed here one can clearly see that "p" of print is under "

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