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
SilentGhost added the comment:
Left comments on Rietveld.
--
___
Python tracker
<http://bugs.python.org/issue26488>
___
___
Python-bugs-list mailing list
Unsub
Changes by SilentGhost :
--
components: +email
nosy: +barry, r.david.murray
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue26
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
SilentGhost added the comment:
I've left a comment on Rietveld
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue26689>
___
___
Pytho
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
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
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.
--
Changes by SilentGhost :
--
nosy: +jnoller, sbt
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26692>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +ncoghlan, yselivanov
___
Python tracker
<http://bugs.python.org/issue26694>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
status: pending -> open
___
Python tracker
<http://bugs.python.org/issue26689>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by SilentGhost :
--
nosy: +gpolo, kbk, roger.serwy, serhiy.storchaka, terry.reedy
___
Python tracker
<http://bugs.python.org/issue26698>
___
___
Python-bug
Changes by SilentGhost :
--
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue26703>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
nosy: +michael.foord
stage: -> patch review
type: crash -> behavior
versions: -Python 3.4
___
Python tracker
<http://bugs.python.org/i
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
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
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
Changes by SilentGhost :
--
components: +Extension Modules
nosy: +haypo, neologix, twouters
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +brett.cannon
type: -> behavior
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue26718>
___
___
Python-
Changes by SilentGhost :
--
nosy: +benjamin.peterson, brett.cannon, georg.brandl, haypo, ncoghlan,
yselivanov
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
Changes by SilentGhost :
--
components: +Library (Lib)
nosy: +berker.peksag
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26726>
___
_
Changes by SilentGhost :
--
components: +Extension Modules, Library (Lib) -Interpreter Core
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue26
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
Changes by SilentGhost :
--
nosy: +jnoller, sbt
___
Python tracker
<http://bugs.python.org/issue26732>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
nosy: +ncoghlan, yselivanov
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26733>
___
___
Python-bugs-lis
SilentGhost added the comment:
Serhiy, the OpenSSL links are now https
--
___
Python tracker
<http://bugs.python.org/issue25910>
___
___
Python-bugs-list mailin
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
Changes by SilentGhost :
--
components: +Interpreter Core
nosy: +haypo
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26735>
___
___
Py
Changes by SilentGhost :
--
nosy: +lars.gustaebel
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26740>
___
___
Python-bugs-list mai
Changes by SilentGhost :
--
versions: -Python 3.4
___
Python tracker
<http://bugs.python.org/issue25931>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
Removed message: http://bugs.python.org/msg263251
___
Python tracker
<http://bugs.python.org/issue24557>
___
___
Python-bugs-list m
Changes by SilentGhost :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
stage: -> patch review
___
Python tracker
<http://bugs.python.org/i
Changes by SilentGhost :
--
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue26752>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +serhiy.storchaka
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26758>
___
___
Python-bugs-list mai
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
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
Changes by SilentGhost :
--
components: +Extension Modules
nosy: +jnoller, sbt
___
Python tracker
<http://bugs.python.org/issue26773>
___
___
Python-bugs-list m
Changes by SilentGhost :
--
nosy: +georg.brandl
versions: -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue26779>
___
___
Pytho
Changes by SilentGhost :
--
components: +Regular Expressions
nosy: +ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
versions: -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue26790>
___
___
Python-bugs-list mailin
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
Changes by SilentGhost :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue26794>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
nosy: +haypo, martin.panter, yselivanov
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/i
Changes by SilentGhost :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue26799>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
components: +Library (Lib) -Extension Modules
nosy: +orsenthil
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
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
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
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
Changes by SilentGhost :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge, pitrou
___
Python tracker
<http://bugs.python.org/issue26810>
___
___
Python-bug
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
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
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
Changes by SilentGhost :
--
versions: -Python 3.1, Python 3.3
___
Python tracker
<http://bugs.python.org/issue6792>
___
___
Python-bugs-list mailing list
Unsub
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
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
Changes by SilentGhost :
--
components: +ctypes
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue26833>
___
___
SilentGhost added the comment:
LGTM
--
nosy: +SilentGhost
stage: -> commit review
___
Python tracker
<http://bugs.python.org/issue26898>
___
___
Python-
Changes by SilentGhost :
--
components: +Interpreter Core -Library (Lib)
nosy: +haypo, serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +yselivanov
___
Python tracker
<http://bugs.python.org/issue26890>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +jnoller, sbt -larry
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26905>
___
___
Python-bugs-list mai
Changes by SilentGhost :
--
nosy: +rhettinger, stutzbach
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26915>
___
__
Changes by SilentGhost :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26905>
___
___
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
Changes by SilentGhost :
--
nosy: +kbk, roger.serwy, terry.reedy
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26956>
___
___
Python-
Changes by SilentGhost :
--
components: +Distutils
nosy: +dstufft, eric.araujo
___
Python tracker
<http://bugs.python.org/issue26955>
___
___
Python-bugs-list m
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
Changes by SilentGhost :
--
nosy: +kbk, roger.serwy, terry.reedy
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue26949>
___
___
Python-
Changes by SilentGhost :
--
components: +Library (Lib)
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue26958>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +alexandre.vassalotti, pitrou
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26959>
___
___
Python-
Changes by SilentGhost :
--
nosy: +brett.cannon
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26972>
___
___
Changes by SilentGhost :
--
nosy: +vinay.sajip
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue26999>
___
___
Python-bugs-list m
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
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
Changes by SilentGhost :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue27017>
___
___
Python-bugs-list mailing list
Unsubscrib
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
Changes by SilentGhost :
--
nosy: +pitrou
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27022>
___
___
Python-bugs-list mailing list
Unsub
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
Changes by SilentGhost :
--
nosy: +serhiy.storchaka
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27039>
___
___
Python-bugs-list mailin
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
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
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
Changes by SilentGhost :
--
nosy: +haypo, serhiy.storchaka, yselivanov
stage: -> patch review
type: -> behavior
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by SilentGhost :
--
components: +Interpreter Core
nosy: +serhiy.storchaka
stage: -> patch review
type: enhancement -> behavior
___
Python tracker
<http://bugs.python.org/i
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
Changes by SilentGhost :
--
nosy: +steven.daprano
___
Python tracker
<http://bugs.python.org/issue23522>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
___
Python tracker
<http://bugs.python.org/issue23
Changes by SilentGhost :
--
components: +Macintosh
nosy: +amaury.forgeotdarc, belopolsky, hynek, meador.inge, ned.deily,
ronaldoussoren
___
Python tracker
<http://bugs.python.org/issue23
Changes by SilentGhost :
--
components: +Macintosh
nosy: +kbk, ned.deily, roger.serwy, ronaldoussoren, terry.reedy
___
Python tracker
<http://bugs.python.org/issue23
Changes by SilentGhost :
--
components: +Installation
versions: -Python 2.7, Python 3.2, Python 3.6
___
Python tracker
<http://bugs.python.org/issue23
Changes by SilentGhost :
--
nosy: +benjamin.peterson, lemburg, loewis, pitrou
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue23550>
___
___
Changes by SilentGhost :
--
nosy: +bethard
___
Python tracker
<http://bugs.python.org/issue23555>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
nosy: +collinwinter
___
Python tracker
<http://bugs.python.org/issue23556>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
Removed file: http://bugs.python.org/file38304/functools.rst
___
Python tracker
<http://bugs.python.org/issue23512>
___
___
Python-bugs-list m
Changes by SilentGhost :
--
nosy: +lemburg, tim.peters
___
Python tracker
<http://bugs.python.org/issue23601>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
components: +Installation, Windows -Extension Modules
nosy: +steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue23
1201 - 1300 of 1410 matches
Mail list logo