SilentGhost added the comment:
It is quoting the values when line terminator contains any of the special
characters. Exactly like documented.
https://docs.python.org/3/library/csv.html#csv.QUOTE_MINIMAL
--
nosy: +SilentGhost
resolution: -> not a bug
stage: -> resolved
status
Changes by SilentGhost :
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue27661>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
bytearray is a mutable object and the behaviour is compatible with behaviour of
any mutable object in Python. You're passing a into the yuke_bpe function and
the original object is being modified (emptied) there. To work around this you
could copy the o
SilentGhost added the comment:
LGTM
--
assignee: -> docs@python
components: +Documentation
nosy: +SilentGhost, docs@python
stage: -> commit review
___
Python tracker
<http://bugs.python.org/i
Changes by SilentGhost :
--
assignee: -> docs@python
components: +Documentation
nosy: +SilentGhost, docs@python
stage: -> patch review
type: enhancement -> behavior
versions: +Python 3.5
___
Python tracker
<http://bugs.python.or
SilentGhost added the comment:
Well, there isn't anything to build in case of pip. I presume that was the
decision made during the PEP implementation, so I'm adding the two core
developers responsible.
--
nosy: +dstufft, ncoghlan
___
Pyth
SilentGhost added the comment:
I wouldn't consider that an issue to be honest, the zlib is a dependency of pip
and this failure is not unexpected.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python
SilentGhost added the comment:
Seems like the issue is caused by pip installation, so you should be able to
fix it using --without-ensurepip switch for configure.
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue27
SilentGhost added the comment:
The question is why are you defining __len__ if you don't know the size of your
final object? Or at least, why are you starting with a potentially wrong
initial value? This issue doesn't exist if you either don't define the method
or retur
SilentGhost added the comment:
Why does your __len__ method returns 1? Shouldn't it be 0 since this is an
empty iterator? Changing it to zero seems to fix the "issue" too.
------
nosy: +SilentGhost
___
Python tracker
<http://bugs.pyt
Changes by SilentGhost :
--
components: +Macintosh
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<http://bugs.python.org/issue27612>
___
___
Python-bug
Changes by SilentGhost :
--
resolution: fixed ->
status: closed -> open
___
Python tracker
<http://bugs.python.org/issue27601>
___
___
Python-bugs-list
Changes by SilentGhost :
--
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27580>
___
___
Python-bugs-list mailing list
Unsub
Changes by SilentGhost :
--
nosy: +mark.dickinson, rhettinger
___
Python tracker
<http://bugs.python.org/issue27539>
___
___
Python-bugs-list mailing list
Unsub
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
Changes by SilentGhost :
--
nosy: +giampaolo.rodola
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue27486>
___
___
Python-bugs-list mai
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
Changes by SilentGhost :
--
nosy: +haypo, serhiy.storchaka
stage: -> commit review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issu
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
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
SilentGhost added the comment:
Have you seen my comments on rietveld re you previous patch?
--
___
Python tracker
<http://bugs.python.org/issue20825>
___
___
Pytho
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
Changes by SilentGhost :
--
nosy: +michael.foord
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue27376>
___
___
Python-bugs-list mai
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
Changes by SilentGhost :
--
nosy: +gpolo, serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue27371>
___
___
Python-bugs-list mailing list
Unsub
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
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
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
_
Changes by SilentGhost :
--
Removed message: http://bugs.python.org/msg268813
___
Python tracker
<http://bugs.python.org/issue27347>
___
___
Python-bugs-list m
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>
___
___
Changes by SilentGhost :
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue27316>
___
___
Changes by SilentGhost :
--
nosy: +alanmcintyre, serhiy.storchaka, twouters
versions: +Python 3.6 -Python 2.7
___
Python tracker
<http://bugs.python.org/issue27
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
Changes by SilentGhost :
--
nosy: +georg.brandl
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue27316>
___
___
Python-bugs-list mai
SilentGhost added the comment:
LGTM.
--
stage: needs patch -> commit review
___
Python tracker
<http://bugs.python.org/issue27306>
___
___
Python-bugs-list mai
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
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
Changes by SilentGhost :
--
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27303>
___
___
Python-bugs-list mailing list
Unsub
Changes by SilentGhost :
--
nosy: +rhettinger, stutzbach
type: -> enhancement
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Changes by SilentGhost :
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue20825>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
components: +Tests
___
Python tracker
<http://bugs.python.org/issue27277>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27
Changes by SilentGhost :
--
nosy: +pmoody
versions: -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue27269>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
___
Python tracker
<http://bugs.python.org/issue27
Changes by SilentGhost :
--
nosy: +vinay.sajip
stage: -> test needed
type: -> behavior
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by SilentGhost :
--
nosy: +georg.brandl
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue27241>
___
___
Python-bugs-list mai
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
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
Changes by SilentGhost :
--
nosy: +SilentGhost
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26867>
___
___
Python-bugs-list mailin
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
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
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.
Changes by SilentGhost :
--
components: +Extension Modules -Interpreter Core
nosy: +larry
___
Python tracker
<http://bugs.python.org/issue27235>
___
___
Python-bug
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
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
Changes by SilentGhost :
--
assignee: -> yselivanov
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue27172>
___
___
Pyth
Changes by SilentGhost :
--
nosy: +ezio.melotti, michael.foord, rbcollins
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27176>
___
___
Changes by SilentGhost :
--
nosy: +pitrou
type: -> behavior
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27175>
___
___
Python-
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
Changes by SilentGhost :
--
nosy: +haypo, rhettinger
stage: -> patch review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27145>
___
_
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
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
Changes by SilentGhost :
--
nosy: +jnoller, sbt
versions: +Python 3.6 -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue27151>
___
___
Pytho
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
Changes by SilentGhost :
--
nosy: +steven.daprano
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue27139>
___
___
Changes by SilentGhost :
--
stage: -> patch review
versions: -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue27144>
___
_
Changes by SilentGhost :
--
components: +Interpreter Core
nosy: +serhiy.storchaka
stage: -> patch review
type: enhancement -> behavior
___
Python tracker
<http://bugs.python.org/i
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 :
--
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 :
--
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
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 :
--
nosy: +serhiy.storchaka
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27039>
___
___
Python-bugs-list mailin
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: +pitrou
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27022>
___
___
Python-bugs-list mailing list
Unsub
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 :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue27017>
___
___
Python-bugs-list mailing list
Unsubscrib
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 :
--
components: +Extension Modules -Build
nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
type: compile error -> behavior
___
Python tracker
<http://bugs.python.org/issu
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 :
--
nosy: +brett.cannon
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26972>
___
___
Changes by SilentGhost :
--
nosy: +alexandre.vassalotti, pitrou
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26959>
___
___
Python-
Changes by SilentGhost :
--
components: +Library (Lib)
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue26958>
___
___
Python-bugs-list mailin
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
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
Changes by SilentGhost :
--
nosy: +kbk, roger.serwy, terry.reedy
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue26949>
___
___
Python-
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 :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26905>
___
___
Changes by SilentGhost :
--
nosy: +rhettinger, stutzbach
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26915>
___
__
Changes by SilentGhost :
--
nosy: +jnoller, sbt -larry
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26905>
___
___
Python-bugs-list mai
Changes by SilentGhost :
--
nosy: +yselivanov
___
Python tracker
<http://bugs.python.org/issue26890>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
components: +Interpreter Core -Library (Lib)
nosy: +haypo, serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
LGTM
--
nosy: +SilentGhost
stage: -> commit review
___
Python tracker
<http://bugs.python.org/issue26898>
___
___
Python-
Changes by SilentGhost :
--
components: +ctypes
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue26833>
___
___
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
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 :
--
versions: -Python 3.1, Python 3.3
___
Python tracker
<http://bugs.python.org/issue6792>
___
___
Python-bugs-list mailing list
Unsub
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 :
--
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
701 - 800 of 1410 matches
Mail list logo