New submission from Todd :
Short back story - I am organizing music where "/" appears in a lot a metadata
for the songs. For instance, the artist "AC/DC" or "ACDC w/ Axl Rose". On
macOS, it is acceptable to name a folder "AC/DC" while the slash would ca
Todd added the comment:
Ah, thank you for the link. I looked for something like that, but I obviously
didn’t use the right wording while searching.
Sorry for the false report and thanks for the quick help.
-Todd
Sent from my iPhone
> On Jul 21, 2018, at 10:10 PM, Zachary Ware wr
Changes by Todd Whiteman :
--
nosy: +twhitema
___
Python tracker
<http://bugs.python.org/issue9609>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Whiteman added the comment:
I still see this problem (in Python 2.7.1 and Python 3.1.2).
When testing using idle, you'll need to launch using "pythonw.exe", i.e.:
pythonw.exe lib\idlelib\idle.py
--
___
Python tracker
<http
New submission from Todd Whiteman <[EMAIL PROTECTED]>:
I'm getting a 'The handle is invalid' error when using subprocess.Popen
in Python 2.5 (and 2.6). If any of the stdio handles are somehow invalid
or not real io handles (fd is not 0, 1 or 2), and you are not telling
subp
Todd Whiteman <[EMAIL PROTECTED]> added the comment:
This seems to be somewhat related to issue1124861:
http://bugs.python.org/issue1124861
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Todd Whiteman <[EMAIL PROTECTED]> added the comment:
Uh, the Idle bug reported by Jean-Michel is a completely different bug
(please see the first three messages of this report).
Please re-open this bug, as the subprocess issue I have reported is
still outst
Changes by Todd Whiteman :
--
nosy: +twhitema
___
Python tracker
<http://bugs.python.org/issue7753>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Todd Whiteman :
The doc command for os.mkdir is incorrect (at least for posix). It specifies
that there is an optional mode keyword, but it's not a keyword argument, see
below:
>>> import os
>>> help(os.mkdir)
mkdir(...)
mkdir(path [, mode=0
Changes by Todd Whiteman <[EMAIL PROTECTED]>:
--
nosy: +twhitema
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4171>
___
__
Changes by Todd Whiteman <[EMAIL PROTECTED]>:
--
nosy: +twhitema
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2054>
___
__
New submission from Todd Jennings :
Currently using code examples and recipes from the documentation is complicated
by the fact that they are all under the Python 2.0 license. Putting them under
a more permissive license, particular the BSD0 license, would make them much
easier to use in
New submission from Todd Levi :
Action:
Run the following command in py36, py37, and py3 for package uvloop
python setup.py build_ext --inline bdist_wheel
Expected behavior:
The package is built and bundled as a wheel.
Observed behavior:
The build fails at the bdist_wheel stage with the
Todd Jennings added the comment:
Hi Terry,
Please take a look at the linked PR. This was already discussed on the
python-ideas mailing list and Guido agreed this is a good idea. It is
currently waiting on a PSF board decision. Guido requested I create a blurb,
and that required a
Todd Levi added the comment:
In looking through the setup.py file for uvloop, I see that they purposely do
not call super().initialize_options() or super().finalize_options() in their
code if they've already been called once.
I think that is why their code is revealing this problem
Todd Jennings added the comment:
The pull request is
https://github.com/python/python-docs-theme/pull/36
It doesn't seem to went let me add it to linked pull requests.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Todd Schiller:
The lib2to3 library doesn't detect/apply any fixes if the source files aren't
included with the distribution. See get_all_fix_names at
https://github.com/python/cpython/blob/master/Lib/lib2to3/refactor.py#L30
This affects Azure's offic
Todd Schiller added the comment:
I'm reporting that lib2to3 doesn't work without having source .py files for the
fixes that are packaged with the lib2to3 library. Perhaps the get_all_fix_names
method in lib2to3/refactor.py should check for either .py or .pyc files?
The source
Todd Leonhardt added the comment:
The cmd2 project is in the process of rapidly stabilizing, but it isn't quite
there yet.
The other cmd2 core maintainers and I do have a bunch of refactoring planned
over the next 6 to 8 months or so. Right now @kotfu (Jared Crapo) is working
on repl
Change by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<https://bugs.python.org/issue31739>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
"What is standard in other linex and mac apps?"
-On Mac OS X 10.8.3 TextEdit I get the replacement behavior
-On Linux CentOS 6.4 gedit I get the replacement behavior
-On IDLE under the latest 3.4 pull I get the replacement behavior with Max OS X
10.8.
Todd Rovito added the comment:
Ping!!!
I have not heard anything about this patch so I wanted to ping it to get more
feedback. Thanks!
--
___
Python tracker
<http://bugs.python.org/issue16
Todd Rovito added the comment:
I was wondering does it make sense to commit this patch since it is similar to
http://bugs.python.org/issue14146 then put the issue in the pending state as we
wait for the TK/TCL fix? It seems more consistent to me since this issue is
basically the same
Todd Rovito added the comment:
I haver verified Roger's patch does indeed fix the problem on Linux CentOS 6.4
with IDLE 3.4.
The Linux situation is complex. Basically as I see it over the years pure X11
applications are becoming extinct and most developers either use GTK (for
GNOME)
Todd Rovito added the comment:
Patch does indeed apply and I get good results! The patch is well done and
provides a nice example on how to write unit tests.
+1 for making the commit from me
R. David Murray you used the patch command while I used "hg import --no-commit
mywork.patc
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue2053>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue7136>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Roger's patch works but the documentation has changed since he made the patch
back in 2011. So I patched the patch and hope this very simple patch will get
committed. I will work on a patch for 2.7 next.
Today I was teaching a student on how to use Python
Todd Rovito added the comment:
Same patch but for Python 2.7.5. I just updated the documentation from Roger's
excellent patch.
--
versions: +Python 2.7
Added file:
http://bugs.python.org/file30419/7136FileMenuConfusionV22point7.patch
___
P
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18103>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18104>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18189>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +philwebster
___
Python tracker
<http://bugs.python.org/issue18189>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/issue18189>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +JayKrish
___
Python tracker
<http://bugs.python.org/issue18226>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Todd Rovito:
Continuing the IDLE unittest framework initiated in
http://bugs.python.org/issue15392.
A small unit test for IDLE FormatParagraph.py. This patch introduces a test
module named test_format_paragraph.py inside Lib/idlelib/idle_test, considering
the guidance in
Todd Rovito added the comment:
PING
It has been a month since Roger's last comment on the patch looking good, can
somebody please commit or post feedback. Thanks.
--
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/i
Todd Rovito added the comment:
Yes I have a Mac and I am glad to help, so I gave it a test run tonight. The
first thing I did was apply the patch then I ran idle from the console like so:
./python.exe Lib/idlelib/idle.py
For testing I used a simple print command to print to stderr
Todd Rovito added the comment:
Here is a uncompleted patch but works for the most part. I thought I would
post just in case somebody wanted to provide me comments on the general
direction of the patch. The naming might have to change but this follows Terry
Reedy's model of monkey pat
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18292>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Terry I am sorry the push didn't go smooth. I thought I had checked the patch
with 2.7 and 3.4 and it applied for me but maybe I missed something? For sure
I didn't check 3.3 but from here on out I will. Awhile ago I worked on a issue
to synch
Todd Rovito added the comment:
Terry,
Thank you for the feedback this helps me alot! I will work with Phil
Webster and will use his Text Widget and EditorWindow classes. Hopefully this
will help us converge on a strong unit test for FormatParagraph.py. Thanks for
the reminder about
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue15661>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Terry,
Bottom line I can't seem to get this patch to do anything for me. Before
the patch is applied IDLE seems to be handling warnings and exceptions just
fine in PyShell on the Mac. I get no crash and the output matches the normal
console. Here
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18425>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Todd Rovito:
While working on a test case for Format Paragraph
(http://bugs.python.org/issue18226) I noted that format paragraph doesn't work
with comment blocks when a comment block is selected. The fix is very simple
by changing one line:
if first and last:
Changes by Todd Rovito :
--
keywords: +patch
nosy: +JayKrish, philwebster, roger.serwy, terry.reedy
Added file: http://bugs.python.org/file30891/18429FormatParagraphFor3.4.patch
___
Python tracker
<http://bugs.python.org/issue18
Todd Rovito added the comment:
Terry,
I was suffering from the classic chicken and egg problem so I was not sure
if the test case in http://bugs.python.org/issue18226 should include the small
code change. I will work with Phil Webster to get this small change added to
issue 18226 along
Todd Rovito added the comment:
As a suggestion I always use the command "make patchcheck" (before making the
patch) which catches the white space and tab problem plus it fixes other
things. Here is more information on patch check in the developer's guide.
http://docs.pyth
Todd Rovito added the comment:
This patch LGTM as well. I think it should be committed ASAP because the
button clearly doesn't work as it is programmed now.
--
___
Python tracker
<http://bugs.python.org/is
New submission from Todd Rovito:
covers point 1.1) "Pressing the Home key moves the cursor before the >>>
prompt, which then makes the keyboard unresponsive."
This issues was fixed on Windows XP and Linux here
http://bugs.python.org/issue3851
On Mac OS X the "h
Todd Rovito added the comment:
1.1) "Pressing the Home key moves the cursor before the >>> prompt, which then
makes the keyboard unresponsive."
This issue is still broken on Mac OS X.
http://bugs.python.org/issue18444
--
___
Py
Todd Rovito added the comment:
Ned,
Thanks for such a thorough comment this saved me lots of time now I don't
have to dig so deeply into the problem.
"After spending some time trying to understand how this all works or doesn't
across the various Tk's, I am coming to th
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18441>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +JayKrish
___
Python tracker
<http://bugs.python.org/issue18441>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +philwebster
___
Python tracker
<http://bugs.python.org/issue18441>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue18583>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Ezio,
I think modern editors are expected to have this sort of functionality built
into them [1]. XCode is simply amazing where it will pop up errors and quote
the C99 standard [2]. We don't expect IDLE to have all that functionality but
it seemed
Todd Rovito added the comment:
Raymond,
Would you prefer PyFlakes instead? Try to consider IDLE being for beginners
so they need all the help they can get. Advanced users can always turn the
extension off. Thanks for your input.
--
___
Python
Changes by Todd Rovito :
--
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/issue18704>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Todd DeLuca :
Today I installed distutils2 via pip and ran 'pysetup create'. During the
selection of Trove classifiers for Development status I chose '2 - Alpha' but
setup.cfg ended up incorrectly indicating that my project is Pre-Alpha.
Here is a
Todd DeLuca added the comment:
That was my first thought, but if python2.5 compatibility is important, I
don't think using the start parameter is an option.
http://docs.python.org/library/functions.html#enumerate
"Changed in version 2.6: The start parameter was added."
Regard
Todd DeLuca added the comment:
I'm working on a unit test and fix for a patch. There are a couple other
possible bugs in the function that I coud fix (and test). Should I submit
separate patches for each bug or one patch that fixes all 3 (small) bugs?
Also should I open issues for eac
Todd DeLuca added the comment:
This patch fixes the problem where the user would select a maturity status when
runnning 'pysetup create' and the resulting setup.cfq would have a maturity
status one less than the user selected.
It also fixes the behavior where a user can selec
New submission from Todd Whiteman:
In the case of a "errno.ECHILD" exception - Python's subprocess module misses
the fact that the process has already ended.
The following code will wait indefinitely, even though the launched process is
quickly ended:
import subprocess, signa
Changes by Todd Whiteman :
--
nosy: +gregory.p.smith
___
Python tracker
<http://bugs.python.org/issue15756>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Whiteman added the comment:
The attached patch handles errno.ECHILD in the _internal_poll() method and I've
updated the existing "sigchild_ignore.py" test file to perform polling as well.
An unpatched version of Pyhton would normally hang on this particular test,
whi
Todd Rovito added the comment:
Applies to Python 3.4 in development and Python 2.7. I recently ran into a
similar conflict where I was overriding a environment variable with a command
line option and didn't realize it. I first checked the documentation and
noticed that it was not
Todd Rovito added the comment:
For Python 3.4 attached is a patch as suggested by Raymond Hettinger. My
suggestion is to put the patch in Doc/reference/datamodel.rst because if a user
searches google.com for __len__ this is the first link in the list. I think
this extra information is a
Todd Rovito added the comment:
After another review I decided to submit a newer patch that uses a comma so I
think the documentation flows better.
--
type: -> enhancement
Added file: http://bugs.python.org/file27590/EnvironmentVariables.pa
Todd Rovito added the comment:
I think this is an excellent idea. How about putting in some advanced
debugging with IDLE? For example I have read somewhere that IDLE lets you set
break points but the documentation for IDLE OS not that clear on debugging.
--
nosy: +Todd.Rovito
Changes by Todd Rovito :
Removed file: http://bugs.python.org/file27589/DataModel__len__.patch
___
Python tracker
<http://bugs.python.org/issue1283110>
___
___
Python-bug
Todd Rovito added the comment:
New patch with a better reference to the source for the test case. This was
suggested by PythonMentors list. I think the patch improves the documentation.
This works on Python 3.4.
--
Added file: http://bugs.python.org/file27605/DataModel__len__.patch
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue1207589>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue10405>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue13884>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue13504>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Terry,
I would not miss the feature at all this is very old school Unix like and
most people find it confusing. At my job I tend to provide Python support to
my co-workers and have had many questions about it. In addition I think #13504
meta issue provides
Todd Rovito added the comment:
I used taleinat's patch as the start for a patch that works with 3.4. Lots of
code was changed from 2010 to 2012 so I basically hand merged the patch into
3.4. This patch was tested with Python 3.4.0a0 on both Mac OS X and Linux. As
suggested by taleina
Changes by Todd Rovito :
Removed file:
http://bugs.python.org/file27614/RightClickContextMenuUpdatedFor3point4.patch
___
Python tracker
<http://bugs.python.org/issue1207
Todd Rovito added the comment:
This time I ran make patchcheck on the patch and it corrected a single white
space.
I used taleinat's patch as the start for a patch that works with 3.4. Lots of
code was changed from 2010 to 2012 so I basically hand merged the patch into
3.4. This patc
Todd Rovito added the comment:
I used taleinat's patch as the start for a patch that works with 2.7. Lots of
code was changed from 2010 to 2012 so I basically hand merged the patch into
2.7. This patch was tested with Python 2.7.3 on both Mac OS X and Linux. As
suggested by taleina
Todd Rovito added the comment:
Changed the version to make it clear this issue as a patch for 3.4 and 2.7.
--
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue1207
Changes by Todd Rovito :
Removed file: http://bugs.python.org/file27605/DataModel__len__.patch
___
Python tracker
<http://bugs.python.org/issue1283110>
___
___
Python-bug
Todd Rovito added the comment:
Changed the file name so it is clear that this patch goes with version 3.4.
--
Added file:
http://bugs.python.org/file27624/RightClickContextMenuUpdatedFor3point4.patch
___
Python tracker
<http://bugs.python.
Changes by Todd Rovito :
Removed file:
http://bugs.python.org/file27624/RightClickContextMenuUpdatedFor3point4.patch
___
Python tracker
<http://bugs.python.org/issue1283
Todd Rovito added the comment:
Used the right patch file name this time...
--
Added file: http://bugs.python.org/file27625/DataModel__len__3point4.patch
___
Python tracker
<http://bugs.python.org/issue1283
Todd Rovito added the comment:
This patch is for Python 2.7.
--
versions: +Python 2.7
Added file: http://bugs.python.org/file27626/DataModel__len__2point7.patch
___
Python tracker
<http://bugs.python.org/issue1283
Todd Rovito added the comment:
Nick,
I agree some documentation is better than none. But somebody could do better
I am not sure how to debug in IDLE. I have taken your file and created a 2.7
patch.
--
keywords: +patch
type: -> enhancement
versions: -Python 3.1, Python 3.2
Ad
Changes by Todd Rovito :
Removed file:
http://bugs.python.org/file27627/IDLEBreakPointDocumentation2point7.patch
___
Python tracker
<http://bugs.python.org/issue10
Todd Rovito added the comment:
This patch works for both Python 3.4 and Python 2.7, it is a very simple patch.
--
versions: +Python 3.4
Added file: http://bugs.python.org/file27628/IDLEBreakPointDocumentation.patch
___
Python tracker
<h
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue16278>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
David,
Thanks for your bug report. Indeed os.rename does not exhibit the same
behavior as the documentation describes.
For Python 3.4 here is the fix I came up with:
"Rename the file or directory src to dst. If dst is a directory that is not
empty, OS
Changes by Todd Rovito :
Removed file:
http://bugs.python.org/file27615/RightClickContextMenuUpdatedFor3point4.patch
___
Python tracker
<http://bugs.python.org/issue1207
Changes by Todd Rovito :
Removed file:
http://bugs.python.org/file27616/RightClickContextMenuUpdatedFor2point7.patch
___
Python tracker
<http://bugs.python.org/issue1207
Todd Rovito added the comment:
Same patch as before but updated the documentation and help.txt file for IDLE.
This is for Python 2.7.
--
Added file:
http://bugs.python.org/file27644/RightClickContextMenuUpdatedWithDocs2point7.patch
___
Python
Todd Rovito added the comment:
Same patch as before but updated the documentation and help.txt file for IDLE.
This is for Python 3.4.
--
Added file:
http://bugs.python.org/file27645/RightClickContextMenuUpdatedWithDocs3point4.patch
___
Python
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue15869>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue15392>
___
___
Python-bugs-list mailing list
Unsubscribe:
Todd Rovito added the comment:
Thanks for the feedback! Over the weekend I will make sure the documentation
and test cases cover all possibilities. I have not worked with test suite but
I will do my best.
--
___
Python tracker
<h
1 - 100 of 228 matches
Mail list logo