Change by SilentGhost :
Removed file: https://bugs.python.org/file25967/pec16.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25972/pec21.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25974/pec23.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25975/pec24.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25978/pec27.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25979/pec28.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25982/pec31.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25983/pec32.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25981/pec30.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25985/pec34.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25976/pec25.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25977/pec26.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25980/pec29.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25984/pec33.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25986/pec35.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25990/pec39.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25988/pec37.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25987/pec36.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25991/pec40.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25993/pec42.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25992/pec41.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25989/pec38.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25994/pec43.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25995/pec44.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25997/pec46.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25998/pec47.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file25996/pec45.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
Removed file: https://bugs.python.org/file26000/pec48.html
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailin
Change by SilentGhost :
--
Removed message: https://bugs.python.org/msg341492
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list m
Change by SilentGhost :
--
nosy: +SilentGhost
___
Python tracker
<https://bugs.python.org/issue1054>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by SilentGhost :
--
nosy: +giampaolo.rodola, tarek
___
Python tracker
<https://bugs.python.org/issue36823>
___
___
Python-bugs-list mailing list
Unsub
Change by SilentGhost :
--
components: +Tests -Library (Lib)
___
Python tracker
<https://bugs.python.org/issue36824>
___
___
Python-bugs-list mailing list
Unsub
SilentGhost added the comment:
It seems you're misunderstanding the point of __new__ and your usage of it is a
bit strange. You're getting an error because you're ultimately calling
object.__new__ which doesn't accept any other arguments but the class for
instantiat
Change by SilentGhost :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue36827>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by SilentGhost :
--
nosy: +ezio.melotti, rhettinger
type: -> enhancement
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issu
SilentGhost added the comment:
Would you like to submit a fix, Nicolai?
--
nosy: +SilentGhost, pmoody
stage: -> needs patch
versions: -Python 3.5, Python 3.6, Python 3.9
___
Python tracker
<https://bugs.python.org/issu
Change by SilentGhost :
--
nosy: +serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue36845>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by SilentGhost :
--
versions: -Python 3.9
___
Python tracker
<https://bugs.python.org/issue18387>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
There are some guidelines available at https://devguide.python.org/pullrequest/
--
___
Python tracker
<https://bugs.python.org/issue36
SilentGhost added the comment:
Matthias, would you be able to convert the patch into a Github PR? There are
guidelines available at https://devguide.python.org/pullrequest/
--
nosy: +SilentGhost
stage: -> patch review
versions: +Python
Change by SilentGhost :
--
nosy: +doko
___
Python tracker
<https://bugs.python.org/issue36852>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by SilentGhost :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue36856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by SilentGhost :
--
components: +Library (Lib) -Argument Clinic
stage: -> test needed
type: -> behavior
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/i
SilentGhost added the comment:
> Second, we should probably determine why the doc builds are failing on Sphinx
> 2 and update the `suspicious` code to support Sphinx 2.
They're failing because in sphinx 2 old and deprecated (since 1.6) custom
logging API was removed. So all B
Change by SilentGhost :
--
components: -IDLE
___
Python tracker
<https://bugs.python.org/issue36872>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
This bug tracker is for development of CPython, please ask your question on
python-help mailing list, IRC or other similar forums.
--
nosy: +SilentGhost
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: compile error -&
Change by SilentGhost :
--
Removed message: https://bugs.python.org/msg342070
___
Python tracker
<https://bugs.python.org/issue29254>
___
___
Python-bugs-list m
Change by SilentGhost :
--
nosy: +rhettinger, stutzbach
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue36881>
___
___
Python-bugs-list mai
Change by SilentGhost :
--
resolution: not a bug ->
stage: -> needs patch
___
Python tracker
<https://bugs.python.org/issue36879>
___
___
Python-bugs-
SilentGhost added the comment:
> I also wanted libffi_msvc/ to be removed.
An empty directory is not really tracked by git, you should be able to just
remove it manually without any problems, alternatively you could try
git clean -fd # on a clean tree
add -n for dry run.
--
n
Change by SilentGhost :
--
resolution: -> duplicate
superseder: -> 在ctypes里调用C库返回c_char_p类型时的问题
type: -> behavior
___
Python tracker
<https://bugs.python.or
Change by SilentGhost :
--
status: open -> pending
___
Python tracker
<https://bugs.python.org/issue36759>
___
___
Python-bugs-list mailing list
Unsubscrib
SilentGhost added the comment:
This is a consequence of PEP 570 that implements positional-only arguments (see
issue 36540). Those projects would have to update their code. Good that there
are already open bugs for both projects.
--
components: +Interpreter Core -Windows
nosy
SilentGhost added the comment:
This is a larger issue then the PR might lead one to believe. Have you had
discussion on python-ideas or in other forums about this?
--
nosy: +SilentGhost, ncoghlan
versions: +Python 3.8 -Python 3.7
___
Python
SilentGhost added the comment:
Does "a difference stream" in PR 1934 (news entry):
> It does however produce a difference stream of random variables than it used
> to.
make some sense? Sentence doesn't seem grammatical.
--
nosy: +SilentGhost
Change by SilentGhost :
--
nosy: +berker.peksag
versions: -Python 3.5, Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue36865>
___
___
Change by SilentGhost :
--
pull_requests: +13179
stage: -> patch review
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.org/issu
SilentGhost added the comment:
The utcfromtimestamp returns a naïve object that is assumed to be in the UTC
timezone, you're then effectively turning it into a aware object in CEST
timezone. I'm not sure what you think is wrong with utcfromtimestamp here, but
it behaves ac
Change by SilentGhost :
--
components: +Library (Lib)
___
Python tracker
<https://bugs.python.org/issue36899>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
In the same page about utcfromtimestamp
https://docs.python.org/3.7/library/datetime.html#datetime.datetime.utcfromtimestamp
it says:
> with tzinfo None
Also below, "To get an aware datetime object". All this means or implies naïve
object.
I
SilentGhost added the comment:
Naïve object does not assume anything, naïve object *lacks* timezone
information. It cannot convert anything. It is a mistake to set a wrong
timezone to a naïve object, a mistake that you're making.
Piotr, this is a bug tracker for development of CPython,
Change by SilentGhost :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue36902>
___
___
Change by SilentGhost :
--
Removed message: https://bugs.python.org/msg342314
___
Python tracker
<https://bugs.python.org/issue36902>
___
___
Python-bugs-list m
Change by SilentGhost :
--
nosy: -rudragavara
title: Wireless Network Engineer -> spam
___
Python tracker
<https://bugs.python.org/issue36902>
___
___
Python-
SilentGhost added the comment:
Brett, is this something that is still relevant for the supported versions or
are you OK with closing this issue as out of date or wont fix?
--
nosy: +SilentGhost, brett.cannon
___
Python tracker
<ht
SilentGhost added the comment:
This is going to be fixed in 3.8 (see #5950).
--
nosy: +SilentGhost
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Make zipimport work with zipfile containing comments
__
Change by SilentGhost :
--
stage: -> needs patch
versions: +Python 3.8 -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue36910>
___
_
Change by SilentGhost :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue3620>
___
___
SilentGhost added the comment:
Meta tracker hasn't been available for a while but the issues can be reported
at https://github.com/python/bugs.python.org/issues
--
nosy: +SilentGhost
resolution: -> third party
stage: -> resolved
status: open -> closed
Change by SilentGhost :
--
nosy: +yselivanov
___
Python tracker
<https://bugs.python.org/issue36920>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
I don't think a roundtrip is guaranteed by the parser, only producing an
equivalent input.
--
nosy: +SilentGhost, benjamin.peterson, brett.cannon, yselivanov
title: Exception form 'compile' reports a newline char not present in input -&g
SilentGhost added the comment:
This would exhaust the object, seems like a rather unfortunate side effect. I
don't think this suggestion has any chance of being accepted, do feel free to
take it to python-ideas to demonstrate that benefits outweigh the downsides.
--
SilentGhost added the comment:
The doc strings were never updated in #17911. Would you like to submit a PR for
these changes? (guidelines are available at
https://devguide.python.org/pullrequest/) Perhaps, you could include similar
changes in Doc/library/traceback.rst ?
--
nosy
SilentGhost added the comment:
Would you care to submit a PR implementing this fix? There are some guidelines
available at https://devguide.python.org/pullrequest/
--
nosy: +SilentGhost
stage: -> needs patch
type: -> behavior
versions: +Python 3.7 -Pyth
SilentGhost added the comment:
Immo, please be careful when editing the fields. You've set the values that
were explicitly removed by the developer. Library is fine.
--
assignee: terry.reedy ->
components: -IDLE, IO
nosy: +SilentGhost, orsenthil -terry.reedy
type: -&g
Change by SilentGhost :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue36930>
___
___
Python-bugs-list mailing list
Unsubscribe:
SilentGhost added the comment:
your example actually produces '/abc//def/'.
However, I'm not sure where do you get the idea that it should clean up
internal directory separators or do anything at all with the strings in paths.
To me it reads like it's concatenating arg
Change by SilentGhost :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> pathlib glob ignores trailing slash in pattern
___
Python tracker
<https://bugs.python
Change by SilentGhost :
--
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue22276>
___
___
Python-bugs-list mailing list
Unsub
Change by SilentGhost :
--
nosy: +robbuckley -brianmsheldon
___
Python tracker
<https://bugs.python.org/issue22276>
___
___
Python-bugs-list mailing list
Unsub
Change by SilentGhost :
--
assignee: -> emilyemorehouse
nosy: +brianmsheldon, emilyemorehouse
stage: -> test needed
versions: +Python 3.7 -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/i
SilentGhost added the comment:
The language of that paragraph could be updated as well.
--
nosy: +SilentGhost
stage: -> needs patch
versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.pyth
Change by SilentGhost :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<https://bugs.python.org/issue31654>
___
___
Python-bugs-list m
Change by SilentGhost :
--
nosy: +belopolsky
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue31839>
___
___
Python-bugs-list mailin
Change by SilentGhost :
--
nosy: +alanmcintyre, serhiy.storchaka, twouters
___
Python tracker
<https://bugs.python.org/issue32170>
___
___
Python-bugs-list mailin
SilentGhost added the comment:
This is the correct behaviour. In python 3 zip returns an iterator. Detailed
information is available in documentation.
https://docs.python.org/3/library/functions.html#zip
--
nosy: +SilentGhost
resolution: -> not a bug
status: open ->
SilentGhost added the comment:
>> How do you display the contents of an iterable without using them up
> In general case you can't, but zip object _is_ reusable iterable so we can
> reuse it?
I think you're misunderstanding what an iterator is or how it functions. Just
SilentGhost added the comment:
Could you provide an actual quote where it refers to
datetime.datetime.microseconds? Are you not by any chance confusing it with
datetime.timedelta.microseconds?
--
nosy: +SilentGhost
___
Python tracker
<h
SilentGhost added the comment:
Robert, could you please post a reduced code that generates the bug.
Preferably, a interpreter output. Including information about your python
version, OS, etc. For example:
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "
SilentGhost added the comment:
Raimondo, the documentation clearly states that the compression method is
either inherited from ZipInfo instance (when that one is passed) or set to
ZIP_STORED otherwise. Since you're not passing ZipInfo instance, but the string
(as the first argume
SilentGhost added the comment:
Whether for reasons of slightly different setup or due to something else, I'm
not able to reproduce the issue. What I do see, is that the field is not
automatically updated, so on opening of the document I have to hit F9 to get
the "answer" fiel
Changes by SilentGhost :
--
resolution: -> not a bug
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue21792>
___
___
Python-bugs-list
SilentGhost added the comment:
file must be a raw string:
file = r'C:\progs\python'
Then everthing works.
--
nosy: +SilentGhost
resolution: -> invalid
___
Python tracker
<http://bugs.pytho
SilentGhost added the comment:
I guess it's only the evidence that it isn't being used.
--
nosy: +SilentGhost
title: Tools\Scripts\md5sum.py doesn't work in Python 3.4.1 on Windows 7 64bit.
-> Tools\Scripts\md5sum.py doesn't work in Python 3.
SilentGhost added the comment:
This seem like a new feature for IDLE, so I'd imagine it would not be included
in either 2.7 or 3.4. Correct me if I'm wrong.
--
nosy: +SilentGhost
versions: -Python 2.7, Python 3.4
___
Python trac
SilentGhost added the comment:
This is the normal content of idle.bat
Could you run `c:\python34\python.exe -m idlelib.idle` from the command-line
and post the output here?
--
components: +IDLE
nosy: +SilentGhost, kbk, roger.serwy, terry.reedy
SilentGhost added the comment:
If you would delete this file: C:\Users\Tomk\.idlerc\config-extensions.cfg
(back it up some place else just in case). Does it start? and if not, would you
mind re-running the same command again?
--
___
Python tracker
Changes by SilentGhost :
--
Removed message: http://bugs.python.org/msg222943
___
Python tracker
<http://bugs.python.org/issue21973>
___
___
Python-bugs-list m
Changes by SilentGhost :
--
Removed message: http://bugs.python.org/msg222930
___
Python tracker
<http://bugs.python.org/issue21973>
___
___
Python-bugs-list m
SilentGhost added the comment:
IDLE supports extensions: https://docs.python.org/3/library/idle.html#extensions
And that was a user-configuration file that got corrupted somehow. As it's an
optional feature, IDLE can work without it.
You can use your favourite text editor to compose pro
601 - 700 of 1410 matches
Mail list logo