[issue7962] Demo and Tools need to be tested and pruned

2010-12-30 Thread Georg Brandl
Georg Brandl added the comment: Removed Demo and some of the Tools in a series of commits starting with r87579. -- dependencies: -Allow larger programs to be frozen under Win32, Demo/classes/Dates.py does not work in 3.x, Demo/embed/demo.c use of PySys_SetArgv() is invalid, Single-li

[issue7962] Demo and Tools need to be tested and pruned

2010-11-27 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- dependencies: +Tools/unicode/gencodec.py error ___ Python tracker ___ ___ Python-bugs-list mailing

[issue7962] Demo and Tools need to be tested and pruned

2010-09-04 Thread Florent Xicluna
Changes by Florent Xicluna : -- dependencies: +add an optional "default" argument to tokenize.detect_encoding ___ Python tracker ___ __

[issue7962] Demo and Tools need to be tested and pruned

2010-08-13 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- dependencies: +untabify.py fails on files that contain non-ascii characters ___ Python tracker ___ ___

[issue7962] Demo and Tools need to be tested and pruned

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: +Allow larger programs to be frozen under Win32 ___ Python tracker ___ ___ Python-bugs-lis

[issue7962] Demo and Tools need to be tested and pruned

2010-07-27 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: It looks like turtle was not the best example for msg111682 because it is already in Lib and python -m turtle runs demo. I am not sure what the relationship between Demo/turtle and the turtle module is. -- _

[issue7962] Demo and Tools need to be tested and pruned

2010-07-27 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Tue, Jul 27, 2010 at 1:49 AM, Ronald Oussoren wrote: .. > What Apple does and doesn't ship is not important for this discussion. > I agree. I used Apple as an example because I happened to post from an Apple laptop. I am sure it is similarly hard to

[issue7962] Demo and Tools need to be tested and pruned

2010-07-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: What Apple does and doesn't ship is not important for this discussion. FWIW: Apple doesn't ship any of the GUI wrappers installed in /Applications, although they seem to ship Applet Builder as part of Developer tools (beets my why the bother). They don't sh

[issue7962] Demo and Tools need to be tested and pruned

2010-07-26 Thread Ned Deily
Ned Deily added the comment: >Does this mean that Apple distributes neither Tools nor Demo? That >would be another reason to move anything anyone cares about to Lib. I believe that neither are included in the Apple-supplied Python in OS X, which resides primarily in /System/Library/Framework

[issue7962] Demo and Tools need to be tested and pruned

2010-07-26 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Mon, Jul 26, 2010 at 11:58 PM, Ned Deily wrote: .. > This has nothing to do with Apple.  "/Applications/Python x.y" is created by > the python.org OS X > installer, not supplied by Apple.  See Mac/BuildScript/build-installer.py for > the details. Do

[issue7962] Demo and Tools need to be tested and pruned

2010-07-26 Thread Ned Deily
Ned Deily added the comment: "instead of (on a Mac) $ cd /Applications/Python\ 2.6/Extras/Demo/turtle/ $ python turtleDemo.py and I still cannot find where Apple decided to put Tools." This has nothing to do with Apple. "/Applications/Python x.y" is created by the python.org OS X installer,

[issue7962] Demo and Tools need to be tested and pruned

2010-07-26 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I wonder if it would be possible as a part of Demo and Tools clean-up to move them into packages under Lib. I would really like to be able to do $ python -m demo.turtle instead of (on a Mac) $ cd /Applications/Python\ 2.6/Extras/Demo/turtle/ $ python

[issue7962] Demo and Tools need to be tested and pruned

2010-07-18 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- dependencies: +Single-line option to pygettext.py ___ Python tracker ___ ___ Python-bugs-list mail

[issue7962] Demo and Tools need to be tested and pruned

2010-07-05 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue7962] Demo and Tools need to be tested and pruned

2010-07-04 Thread Brian Curtin
Brian Curtin added the comment: I should note here that I fixed Demo/md5test/md5driver.py in r82351 (py3k) and r82352 (release31-maint). -- nosy: +brian.curtin ___ Python tracker __

[issue7962] Demo and Tools need to be tested and pruned

2010-07-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Fixed Range.py in r82551. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7962] Demo and Tools need to be tested and pruned

2010-07-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I fixed Rev.py in r82550, but I don't think it is worth keeping in the current form. Maybe it can be replaced with a pure python reimplementation of builtins.reversed. Note that slicing does not work for Rev: >>> r = Rev([1,2,3]) >>> r[:] Traceback (

[issue7962] Demo and Tools need to be tested and pruned

2010-07-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I fixed Dates.py. See issue9151. I also committed a minimal fix for Complex.py in r82524. -- dependencies: +Demo/classes/Dates.py does not work in 3.x nosy: +belopolsky ___ Python tracker

[issue7962] Demo and Tools need to be tested and pruned

2010-07-04 Thread Éric Araujo
Éric Araujo added the comment: I’m making this a meta-bug to record the evaluation of demos and tools, in followup with the thread “Signs of neglect?” started on http://mail.python.org/pipermail/python-dev/2010-June/101092.html. Some of them have already been adopted or deleted. Please add yo