Changes by Andrew Svetlov :
--
assignee: -> asvetlov
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue12558>
___
___
Python-bugs-list mai
Andrew Svetlov added the comment:
Roger, you are missing the difference between calling print() and evaluating
expression in python interactive mode.
While later should be unicode escaped the former should to raise error — we
need to follow the same way as console python interactive session
Andrew Svetlov added the comment:
What the status of 'hello demo'?
If there are no objections I can update the docs.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
I consulted with Martin at PyCon sprint and he suggested sulution which I'm
following — to split `print` and REPL (read-eval-print loop).
Output passed to print() function encoded with sys.stdout.encoding
UTF has been invented to support any character.
Andrew Svetlov added the comment:
Pushed into master. Thanks.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Not sure. Let me to investigate the problem deeper.
--
___
Python tracker
<http://bugs.python.org/issue13153>
___
___
Python-bug
Andrew Svetlov added the comment:
I think that doesn't make sense.
--
___
Python tracker
<http://bugs.python.org/issue14200>
___
___
Python-bugs-list m
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14326>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Please update the doc also. I think changing from 'Read-only' to 'Writable' in
Doc/reference/datamodel.rst is enough.
--
___
Python tracker
<http://bug
Changes by Andrew Svetlov :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue14369>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue14369>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
stage: patch review -> committed/rejected
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Python-bugs-list mai
Andrew Svetlov added the comment:
Fixed. Thanks to Guilherme Polo and Roger Serwy.
--
assignee: -> asvetlov
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/
Changes by Andrew Svetlov :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
versions: +Python 3.3 -Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Python-bug
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue13495>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Backported to 3.2 and 2.7
--
versions: +Python 2.7, Python 3.2
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue7652>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5066>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1053687>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Works fine on Ubuntu 11.10 with tk 8.5 for 3.2, 2.7 and 3.3 alpha.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue7
Andrew Svetlov added the comment:
Will do in next time.
Thank you for instructions.
--
___
Python tracker
<http://bugs.python.org/issue3573>
___
___
Python-bug
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue978604>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue7057>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue5136>
___
___
Python-bugs-list m
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue3035>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
versions: +Python 3.3 -Python 3.1
___
Python tracker
<http://bugs.python.org/issue802310>
___
___
Python-bugs-list m
Andrew Svetlov added the comment:
+1
--
___
Python tracker
<http://bugs.python.org/issue7738>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue4652>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue10118>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1500773>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
For now unicode BMP has full support in TK while non-BMP characters doesn't
works.
'こ' character is BMP symbol:
>>> hex(ord('こ'))
'0x3053'
which is lesser than non-BMP space (starting from 0x1).
I have no idea
Andrew Svetlov added the comment:
I close this issue because:
- current 3.2 and upcoming 3.3 support Japanese characters very well.
- there are problems with non-BMP characters not supported currently but it's
another issue.
See progress of #14200 and others for non-BMP.
--
ass
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue4333>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Daniel Swanson, maybe my msg156512 was not obvious.
You can use 'ç' without any problem in IDLE — it is BMP character.
See http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters
for details.
tkinter has full support for 'Basic Multilingu
Andrew Svetlov added the comment:
Pushed as PendingDepricationWarnings for upcoming 3.3
--
assignee: -> asvetlov
resolution: -> remind
stage: patch review ->
versions: +Python 3.3, Python 3.4 -Python 3.2
___
Python track
Andrew Svetlov added the comment:
Let's close this issue as very old and obsolete.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/i
Andrew Svetlov added the comment:
I have no problems with executing demo.
I used Russian locale with LC_NUMERIC, utf-8 and cp1251 (Russian Windows
encoding).
Looks like the problem cannot be reproduced.
--
nosy: +asvetlov
___
Python tracker
<h
Andrew Svetlov added the comment:
David Murray,
I used to think what deprecation process in Python have to go trough
PendingDeprectaionWarning to DeprecationWarning and removing in next next
release at end. Is it right?
Also I thought what that trivial patch does not need to be published in
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue11077>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5527>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1447222>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1252236>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6270>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue3015>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1524639>
___
___
Python-bugs-list mai
Andrew Svetlov added the comment:
Ping.
Is there can be reproduced?
I like to see the issue as out of date.
--
nosy: +asvetlov, georg.brandl, loewis, terry.reedy
versions: +Python 3.3 -Python 2.6, Python 3.0
___
Python tracker
<h
Andrew Svetlov added the comment:
After experiments with non-BMP characters I figured out:
— non-bmp symbols processed by Tk text widgets (Entry, Text etc.) differently.
For example Entry can display non-bmp with spaces after glyph, Text reduces
symbol to BMP. Editing is also weird.
— looks
Andrew Svetlov added the comment:
Can you make a test code to introduce you issue?
I understand — it's not easy to extract failing code from your big project but
please make simple example with python code and trivial C Extension for
presentation of your problem.
Let's start f
Andrew Svetlov added the comment:
If Marc Culler as well as anybody has no interest/progress on that I will close
the issue next week.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6
Changes by Andrew Svetlov :
--
assignee: gpolo -> asvetlov
___
Python tracker
<http://bugs.python.org/issue6124>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6639>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Ping.
I like to close the issue next week if no response.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue9
Andrew Svetlov added the comment:
Let's close the issue next week as report doesn't make sense if issuer has no
write access to own home dir.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.
Andrew Svetlov added the comment:
Closing the issue. If somebody has a problem related to this — please make a
new report.
--
nosy: +asvetlov
resolution: accepted -> fixed
stage: commit review -> committed/rejected
status: open -> closed
_
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
nosy: +asvetlov
priority: normal -> high
___
Python tracker
<http://bugs.python.org/issue13052>
___
___
Andrew Svetlov added the comment:
Good point. Thank you.
--
___
Python tracker
<http://bugs.python.org/issue8231>
___
___
Python-bugs-list mailing list
Unsub
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5150>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
ping
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue786827>
___
___
Python-bugs-list mailing list
Unsub
Andrew Svetlov added the comment:
Is there progress on it?
--
___
Python tracker
<http://bugs.python.org/issue9609>
___
___
Python-bugs-list mailing list
Unsub
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1253>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Let's look on IDLE only.
The problem has been fixed by #989712
I will close the issue next week if no objections.
--
___
Python tracker
<http://bugs.python.org/issu
Changes by Andrew Svetlov :
--
versions: +Python 3.3 -Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/issue1053687>
___
___
Pytho
Andrew Svetlov added the comment:
I like to close the issue if problem has been solved by cygwin itself.
--
___
Python tracker
<http://bugs.python.org/issue786
Andrew Svetlov added the comment:
Closing as the latest cygwin build works fine.
--
resolution: -> out of date
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.org
Andrew Svetlov added the comment:
Roger, your patch is pushed.
Please next time when you reopen closed bug set 'Resolution' field to 'remind'.
Thank you.
--
___
Python tracker
<http://bugs
Changes by Andrew Svetlov :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue989712>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
assignee: kbk -> asvetlov
___
Python tracker
<http://bugs.python.org/issue989712>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue539907>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
versions: +Python 3.3 -Python 2.7
___
Python tracker
<http://bugs.python.org/issue539907>
___
___
Python-bugs-list mailin
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5680>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5233>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue5594>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8378>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Ping
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8427>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6717>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue10079>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14432>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I agree with Roger's patch.
But I'm pretty sure Ankit had another problem just because IDLE shell works for
everyone without that patch.
--
___
Python tracker
<http://bugs.python.o
New submission from Andrew Svetlov :
Now if IDLE was ran from console and then terminated by or kill signal
— background process keep living forever.
That process have to stop itself if there are no frontend IDLE.
--
assignee: asvetlov
messages: 157043
nosy: asvetlov
priority: normal
Changes by Andrew Svetlov :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue14440>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Roger, now your solution is completely clean for me.
I pushed your patch to 2.7, 3.2 and 3.3 branches.
Thank you.
--
assignee: -> asvetlov
resolution: -> fixed
stage: patch review -> committed/rejected
status: open
Changes by Andrew Svetlov :
--
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/issue14409>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Updated patch. Warning type is DeprecationWarning, docs mentioned that.
--
Added file: http://bugs.python.org/file25067/issue3035.diff
___
Python tracker
<http://bugs.python.org/issue3
Changes by Andrew Svetlov :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue3035>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Andrew Svetlov :
We need to remove deprecated tkinter.AtEnd and family in 3.4
--
assignee: asvetlov
components: Tkinter
keywords: easy
messages: 157091
nosy: asvetlov, r.david.murray
priority: release blocker
severity: normal
status: open
title: Remove deprecated
Andrew Svetlov added the comment:
Thank you, David.
I've updated the patch.
I think making new test for check is easy but Issue14446 is good enough.
Running stupid test doesn't make sense for this case.
--
Added file: http://bugs.python.org/file25068/issu
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Roger, can you help me?
What steps should I do to reproduce the issue? Pushing config from
George.Dhoore into ~/.idlerc does nothing. IDLE starts fine as usual.
--
___
Python tracker
<http://bugs.python.
New submission from Andrew Svetlov :
Python Standard Library itself has not timezone objects.
There are well-maintained project named pytz.
Let's mention pytz in datetime docs.
I have attached a patch, please review it.
--
assignee: docs@python
components: Documentation
Andrew Svetlov added the comment:
I use Ubuntu Linux 11.10
Hmm, you are right: background process dies. But I'm pretty sure when I worked
on IDLE bugs three weeks ago sometimes that process remained to live forever.
Aahh.
At least sending SIGTERM (kill -9) to foreground IDLE process do
Changes by Andrew Svetlov :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue14440>
___
___
Python-bugs-list mailing list
Unsubscri
Andrew Svetlov added the comment:
I've updated the patch following David's recommendations, pushed it into
default branch.
#14446 has been made to remove deprecated code in 3.4
Closing the issue as fixed.
--
resolution: remind -> fixed
status: o
Andrew Svetlov added the comment:
Closing as out if date and not active.
--
assignee: -> asvetlov
resolution: -> out of date
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
Will do.
--
assignee: -> asvetlov
___
Python tracker
<http://bugs.python.org/issue5136>
___
___
Python-bugs-list mai
Andrew Svetlov added the comment:
Closing as lack of interest from community.
--
resolution: -> wont fix
stage: test needed -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
Closing again. Now IDLE works fine both in subprocess and inprocess mode.
Future support of non-BMP can be continues after implementing codec for that —
#14304
Now I like to close that as «good enough for now».
At least IDLE doesn't crashed on pri
Changes by Andrew Svetlov :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue9016>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8515>
___
___
Python-bugs-list mailing list
Unsubscribe:
1101 - 1200 of 3160 matches
Mail list logo