Changes by SilentGhost :
--
nosy: +pje
versions: +Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue26299>
___
___
Python-bugs-list mailin
SilentGhost added the comment:
It isn't documented because it's an internal attribute. If it did work for
someone, it's by accident. Naturally, Vinay would have to make a final
judgement regarding this, but I'd be inclined to close as not a bug.
-
SilentGhost added the comment:
Here is the patch that addresses the issue in both tests. Felix, could you test
it?
--
keywords: +patch
stage: -> patch review
Added file: http://bugs.python.org/file41842/issue24950.diff
___
Python tracker
&l
SilentGhost added the comment:
> What if HOME is "//"?
Is this possible? What would be the result of these tests? Would they fail? As
far as I understand my patch is just fixing problem introduced by fixes from
issue 17809.
--
___
P
Changes by SilentGhost :
--
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue25226>
___
___
Python-bugs-list mailing list
Unsubscrib
SilentGhost added the comment:
> On a related note, I think that
> https://hg.python.org/cpython/file/tip/Makefile.pre.in#l571 should get the
> same treatment.
Agree, that should be included in the patch.
--
nosy: +SilentGhost
___
Pytho
SilentGhost added the comment:
No further comments from me.
--
___
Python tracker
<http://bugs.python.org/issue25985>
___
___
Python-bugs-list mailing list
Unsub
Changes by SilentGhost :
--
nosy: +jnoller, sbt
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue26333>
___
___
Python-bugs-list m
SilentGhost added the comment:
I don't think docs suggest that in any way. The keyword arguments are typically
described like this: https://docs.python.org/3/library/stdtypes.html#str.split
bytes.translate has a typical signature of a function with optional positional
argu
Changes by SilentGhost :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26356>
___
___
Changes by SilentGhost :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue26359>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue15873>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
Mathieu, nothing was attached. The penalty's worth only a few if statements, I
wouldn't worry too much about it. Besides, a C version is going to be provided
as well, right?
Perhaps the following approach might solve the subclasses problem:
regex = di
SilentGhost added the comment:
Probably only other solution that I see is to add the third argument, an actual
class, e.g.:
_parse_isodatetime(cls, string, datetime)
--
___
Python tracker
<http://bugs.python.org/issue15
Changes by SilentGhost :
--
components: +Extension Modules
nosy: +ghaering
versions: -Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
Here is a naïve fix including a test.
--
keywords: +patch
nosy: +SilentGhost, georg.brandl
stage: -> patch review
versions: +Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41959/issue26385.d
New submission from SilentGhost:
Here is the spec: https://tools.ietf.org/html/rfc5870#section-3.3
--
nosy: +SilentGhost, orsenthil
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
components: +Library (Lib)
nosy: +bquinlan
___
Python tracker
<http://bugs.python.org/issue26374>
___
___
Python-bugs-list mailin
SilentGhost added the comment:
Would you like to try to submit a patch for a solution you think most
appropriate?
--
nosy: +SilentGhost, georg.brandl
type: behavior -> enhancement
versions: +Python 3.6 -Python 3.5
___
Python tracker
&l
SilentGhost added the comment:
I wonder if Victor could clarify why bare except wasn't used in the python3
version.
Anyway, here is the updated patch testing for TypeError as well.
--
nosy: +haypo
Added file: http://bugs.python.org/file41968/issue26385_2
SilentGhost added the comment:
Here is the updated patch including fixes for except and order of deletion.
--
Added file: http://bugs.python.org/file41979/issue26385_3.diff
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
Then, I think the TypeError check could be dropped and 'wr' replaced by an
obviously wrong value, both seem fairly trivial. I don't have a working 2.7
checkout, so if anyone wants to extend the fix to that branch, they'r
SilentGhost added the comment:
Here is the patch.
--
keywords: +patch
nosy: +SilentGhost
versions: +Python 3.6
Added file: http://bugs.python.org/file41985/issue26401.diff
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
The code in question[0] was introduced in issue 3566: perhaps Martin could
comment on existing implementation.
[0] https://hg.python.org/cpython/rev/eba80326ba53
--
components: +Library (Lib) -IO
nosy: +SilentGhost, martin.panter
stage: -> test nee
SilentGhost added the comment:
TypeError is raised in 3.4
--
___
Python tracker
<http://bugs.python.org/issue26401>
___
___
Python-bugs-list mailing list
Unsub
SilentGhost added the comment:
Updated patch.
--
Added file: http://bugs.python.org/file41989/issue26401_2.diff
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
status: open -> languishing
___
Python tracker
<http://bugs.python.org/issue25910>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by SilentGhost :
--
nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
components: +Windows
nosy: +gpolo, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
status: open -> languishing
___
Python tracker
<http://bugs.python.org/issue25801>
___
___
Python-bugs-list mailing list
Unsubscrib
SilentGhost added the comment:
Could you please upload the test file that would allow us to reproduce this
behaviour.
--
nosy: +SilentGhost
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
OK, sorry, but this is just nonsense. What most likely happens in your case is
that the file doesn't contain a standard ASCII double quote, but one of it's
fancy siblings.
For the note: I did test and naturally wasn't able to
SilentGhost added the comment:
Perhaps, I'm misreading the log output, but it seems to me that it's
Doc/tools/susp-ignored.csv that needs updating. Here is the attached patch.
--
___
Python tracker
<http://bugs.python.o
Changes by SilentGhost :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by SilentGhost :
--
nosy: +haypo, serhiy.storchaka
versions: -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: -SilentGhost
___
Python tracker
<http://bugs.python.org/issue19475>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
As the installer says and as mentioned in documentation a minimum supported
versions is Windows Vista.
--
nosy: +SilentGhost
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Pytho
SilentGhost added the comment:
As far as I'm able to track it, it was a refactoring in issue 19009 that is
responsible for this regression (rev 49017c391564). I'm adding Kristján, so
that he'd have a look at the attached fix and test.
--
keywords: +3.5regress
SilentGhost added the comment:
Here is the updated patch. I only included the additional fix for read1 since
readlines is not overwritten in the HTTPConnection. Not sure how to write test
for it, does it need a much longer body (compared to the one in tests) to
produce this behaviour?
The
SilentGhost added the comment:
All the highlighted issue are now fixed. The limit on n in read1 wasn't tested.
Your suggestion regarding testing went a bit over my head, Martin. So, just
trying to make sure we're on the same page. ExtendedReadTest, where I thought
placing these new
Changes by SilentGhost :
--
nosy: +benjamin.peterson, haypo, serhiy.storchaka
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26532>
___
___
Changes by SilentGhost :
--
versions: +Python 3.4, Python 3.5, Python 3.6 -Python 2.7
___
Python tracker
<http://bugs.python.org/issue12736>
___
___
Python-bug
Changes by SilentGhost :
--
components: +Windows
nosy: +paul.moore, pitrou, steve.dower, tim.golden, zach.ware
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
SilentGhost added the comment:
OK, here is the patch including the tests that seem to exercise the behaviour.
--
Added file: http://bugs.python.org/file42151/issue26499_4.diff
___
Python tracker
<http://bugs.python.org/issue26
SilentGhost added the comment:
Updated patch addresses the rietveld comments.
--
Added file: http://bugs.python.org/file42155/issue26499_5.diff
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +pje
type: -> behavior
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26560>
___
___
Python-bugs-lis
SilentGhost added the comment:
Could you provide a code example of your using addsitedir that results in
duplicates?
--
nosy: +SilentGhost
stage: -> test needed
versions: -Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by SilentGhost :
--
nosy: +yselivanov
type: -> behavior
versions: -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue26577>
___
_
SilentGhost added the comment:
This patch removes the offending paragraph.
--
keywords: +patch
nosy: +SilentGhost
stage: -> patch review
type: -> behavior
versions: +Python 3.6
Added file: http://bugs.python.org/file42187/issue26580.diff
___
SilentGhost added the comment:
This is not a regression and you can see that if you do
print(SimpleCookie('A=B; expires=Thu, 01-Jan-1970 00:00:00 GMT, C=D'))
The values of expires and Path attribute were parsed incorrectly, even though
you got two cookies. The problem as far as I ca
Changes by SilentGhost :
--
components: +Macintosh, Tests
nosy: +ned.deily, ronaldoussoren
type: -> behavior
___
Python tracker
<http://bugs.python.org/issu
SilentGhost added the comment:
Thanks for this, Mandeep. I don't think it is entirely the same issue that
Wolfgang is describing. He's particularly concerned about the clash of .zip
files from the sys.path with ones coming from .pth files for example. And while
the proposed fix wou
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 "i&q
Changes by SilentGhost :
--
nosy: -SilentGhost
___
Python tracker
<http://bugs.python.org/issue26267>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by SilentGhost :
--
nosy: +michael.foord, pitrou
versions: +Python 3.6 -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue26601>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 tracker
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
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
Changes by SilentGhost :
--
nosy: +vinay.sajip
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue26606>
___
___
Python-bugs-list mai
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
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
<http://bugs.python.org/issue26
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
Changes by SilentGhost :
--
components: +Interpreter Core
nosy: +benjamin.peterson, serhiy.storchaka
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
Changes by SilentGhost :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26607>
___
___
Pyth
Changes by SilentGhost :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<http://bugs.python
Changes by SilentGhost :
--
dependencies: -trace module compares directories as strings (--ignore-dir)
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
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
Changes by SilentGhost :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +gvanrossum
___
Python tracker
<http://bugs.python.org/issue26391>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
nosy: +ezio.melotti, pitrou, rhettinger
___
Python tracker
<http://bugs.python.org/issue26623>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +georg.brandl
versions: -Python 3.4
___
Python tracker
<http://bugs.python.org/issue26626>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue26628>
___
___
Python-bugs-list m
Changes by SilentGhost :
--
nosy: +jnoller, sbt
___
Python tracker
<http://bugs.python.org/issue26633>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
Could any one of the core developers have a look? Seems like a rather
straightforward change.
--
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +loewis
versions: +Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue26640>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +bethard
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue26645>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov
___
Python tracker
<http://bugs.python.org/issue26
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
Changes by SilentGhost :
--
components: +Unicode
nosy: +ezio.melotti, haypo
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26649>
___
___
Py
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: -&g
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
<http://bugs.py
Changes by SilentGhost :
--
dependencies: +argparse.FileType for '-' doesn't work for a mode of 'rb'
nosy: +SilentGhost
___
Python tracker
<http:
Changes by SilentGhost :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
components: +Windows
nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
nosy: +georg.brandl
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue26660>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +benjamin.peterson, georg.brandl, pitrou, yselivanov
___
Python tracker
<http://bugs.python.org/issue26659>
___
___
Python-bug
Changes by SilentGhost :
--
nosy: +r.david.murray
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue25805>
___
___
Python-bugs-list mailin
Changes by SilentGhost :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue26664>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
I've left some comment on rietveld yesterday, not sure if you got the e-mail.
--
___
Python tracker
<http://bugs.python.org/is
Changes by SilentGhost :
--
components: +Tkinter
nosy: +gpolo, kbk, roger.serwy, serhiy.storchaka, terry.reedy
___
Python tracker
<http://bugs.python.org/issue26
Changes by SilentGhost :
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26655>
___
___
Changes by SilentGhost :
--
nosy: +vinay.sajip
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26677>
___
___
Python-bugs-list mai
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
<http://bugs.python.org/is
Changes by SilentGhost :
--
components: +Extension Modules
nosy: +facundobatista, mark.dickinson, rhettinger, skrah
stage: -> patch review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Changes by SilentGhost :
--
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue26673>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by SilentGhost :
--
resolution: fixed -> rejected
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue26670>
___
___
Python-bugs-
1101 - 1200 of 1410 matches
Mail list logo