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:
Andrew Svetlov added the comment:
See issue #3035 for details.
--
___
Python tracker
<http://bugs.python.org/issue14446>
___
___
Python-bugs-list mailin
Andrew Svetlov added the comment:
Attaching the patch to make depredations.
--
keywords: +patch
stage: -> patch review
Added file: http://bugs.python.org/file25082/issue5136.diff
___
Python tracker
<http://bugs.python.org/iss
Andrew Svetlov added the comment:
Also see #5136 for deprecated C Functions from _tkinter.c
That set have to go away in 3.4 as well as deprecations from tkinter/__init__.py
--
___
Python tracker
<http://bugs.python.org/issue14
Andrew Svetlov added the comment:
Pushed deprecation warnings into default branch.
#14446 updated to add those function to remove list for 3.4 release.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -&g
Andrew Svetlov added the comment:
Thanks to Guilherme Polo for idea and to Éric Araujo for review.
--
___
Python tracker
<http://bugs.python.org/issue5
Andrew Svetlov added the comment:
I reproduced the bug.
Roger Serwy, your patch looks working, but can you describe:
1. Why do you need `self.known_invalid` list?
2. Why do you always extend that list (`known_invalid` variable is
just shared alias for `self.known_invalid` member, not list
Andrew Svetlov added the comment:
Ok
--
___
Python tracker
<http://bugs.python.org/issue11437>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
___
Python tracker
<http://bugs.python.org/issue5680>
___
___
Python-bugs-list mailing list
Unsubscri
Andrew Svetlov added the comment:
You right. That was my concern.
--
___
Python tracker
<http://bugs.python.org/issue11437>
___
___
Python-bugs-list mailin
Andrew Svetlov added the comment:
I like Eric's proposition, e.g. raising error if (list, shell=True) or (str,
shell=False)
If nobody object I can try to make initial patch for that.
--
___
Python tracker
<http://bugs.python.org/i
Andrew Svetlov added the comment:
Terry, sorry.
That's definitely posix-specific bug. I'll make a patch assuming Windows works
well with killing IDLE.
To be polite I'll describe used signal names shortly.
SIGKILL, SIGTERM, SIGINT and SIGQUIT are used to stop process.
— SIGK
Andrew Svetlov added the comment:
Nick's library is awesome and I +1 to include it into stdlib if Nick is ready
to do.
But also I like to prevent obviously bad usage of popen.
We cannot and don't want to remove popen shell=True param, so let's add raising
exception for use
Andrew Svetlov added the comment:
After trying to make a patch I found what current test suite itself has calls
like (str, shell=False), (bytes, shell=True) and (['shell command'],
shell=True).
We can:
1. Implement Eric's suggestion with fixing/removing broken tests.
2. Add
Andrew Svetlov added the comment:
We can install signal handlers for everything what can stop process but I
prefer to pass IDLE pid to subintepreter and periodically check for prime
process existing.
--
___
Python tracker
<http://bugs.python.
New submission from Andrew Svetlov :
As Python 3.3 declare:
Windows 2000 and Windows platforms which set COMSPEC to command.com are no
longer supported due to maintenance burden.
We need to drop corresponding code from subprocess.
--
keywords: easy
messages: 157321
nosy: asvetlov
Andrew Svetlov added the comment:
BTW we need to drop win9x and win2000 support, see #14470
--
___
Python tracker
<http://bugs.python.org/issue7839>
___
___
Pytho
Andrew Svetlov added the comment:
I'm +1 for going though deprecation process for Popen args to make parameters
combination clean and obvious.
--
___
Python tracker
<http://bugs.python.org/i
Changes by Andrew Svetlov :
--
components: +Library (Lib), Windows
priority: normal -> critical
___
Python tracker
<http://bugs.python.org/issue14470>
___
_
Changes by Andrew Svetlov :
--
title: Remove use of w9xopen in subporcess module -> Remove using of w9xopen in
subporcess module
___
Python tracker
<http://bugs.python.org/issu
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
___
Python tracker
<http://bugs.python.org/issue802310>
___
___
Python-bugs-list mailing list
Unsubscri
Andrew Svetlov added the comment:
I've pushed fix inspired by Guilherme's suggestion.
Fix has been applied to 3.3 only because:
1. It changes font name generation schema
2. It's definitelly minor issue as exists starting from 2003.
Thanks.
--
resolution: -> fixed
s
Andrew Svetlov added the comment:
Can anybody confirm this bug for OS X?
--
nosy: +asvetlov, ned.deily
type: performance -> behavior
versions: +Python 3.3 -Python 2.6
___
Python tracker
<http://bugs.python.org/iss
New submission from Andrew Svetlov :
Starting from 3.2 Python supports os.kill for Windows.
It process signal.CTRL_C_EVENT and signal.CTRL_BREAK_EVENT, and kills pid for
all other signals.
Posix allows to pass zero signal to check pid for existing.
It will be nice to keep that behavior for
Andrew Svetlov added the comment:
Antonie, you right.
--
___
Python tracker
<http://bugs.python.org/issue14484>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I still prefer to check in subprocess for parent proc existing.
--
___
Python tracker
<http://bugs.python.org/issue14
Andrew Svetlov added the comment:
There are no `kill` function in Windows API.
>From my perspective win32_kill was added to emulate posix sibling if possible.
>If not — better to give another Windows native name to that function.
Really don't see good solution. Maybe better wha
Andrew Svetlov added the comment:
The test from ilikepython is incorrect, but after changing to:
import tkinter
import tkinter.font
root = tkinter.Tk()
w = tkinter.Frame(root)
f = tkinter.font.Font(root, family='Arial', size=30)
label = tkinter.Label(w, text="Hello"
901 - 1000 of 2519 matches
Mail list logo