- 07 Ara, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" * add NEWS entry * address code review comments * address second code review comments * Add entry for idlelib/NEWS.txt.
-
- 15 Kas, 2018 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 26 Haz, 2018 1 kayıt (commit)
-
-
Mark Roseman yazdı
These should have been included in PR 7836.
-
- 21 Haz, 2018 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Every other menudef key is the lowercase version of the corresponding main menu entry (in this case, 'Window').
-
Terry Jan Reedy yazdı
Match Window on the main menu and remove last plural module name. Change imports, test, and attribute references to match new name.
-
- 24 Haz, 2017 1 kayıt (commit)
-
-
csabella yazdı
Patch by Cheryl Sabella.
-
- 16 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 12 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 10 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Delete now unneeded tk version tests and code for older versions.
-
- 08 Haz, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 06 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 04 Haz, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This follows the previous patch that changed idlelib file names. Class names that matched old module names are not changed. Change idlelib imports in turtledemo.__main__. Exception: config-extensions.def. Previously, extension section names, file names, and class names had to match. Changing section names would create cross-version conflicts in config-extensions.cfg (user customizations). Instead map old names to new file names at point of import in editor.EditorWindow.load_extension. Patch extensively tested with test_idle, idle_test.htest.py, a custom import-all test, running IDLE in a console to catch messages, and testing each menu item. Based on a patch by Al Sweigart.
-
- 22 May, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 21 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 20 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
-
- 30 Tem, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 16 May, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 23 Eki, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Original patch by Tal Einat.
-
- 28 Mar, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
non-framework builds and for all variants of Tk.
-
- 17 Agu, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
command lines. It was broken as a side effect of the changes to pythonw.c in b79d276041a8 for #15307. Since sys.executable no longer includes 'Python.app' in the path name, test for a framework build instead. This should give the previous behavior in nearly all cases. Whether the previous behavior is sensible is left as an issue for later releases. IDLE.app behavior was not affected as it does its own manipulation of sys.executable.
-
- 30 Tem, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash.
-
Ned Deily yazdı
the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash.
-
- 16 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 30 Ock, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. ........
-
- 18 Ock, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87394 | georg.brandl | 2010-12-19 02:10:32 -0800 (Sun, 19 Dec 2010) | 1 line #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. ........
-
- 15 Ock, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant.
-
- 19 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
-
- 07 Ara, 2010 3 kayıt (commit)
-
-
Ronald Oussoren yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. ........
-
Ronald Oussoren yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. ........
-
Ronald Oussoren yazdı
Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
-
- 02 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79576 | florent.xicluna | 2010-04-02 10:24:52 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. ........ r79577 | florent.xicluna | 2010-04-02 11:15:26 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: Drop the cmp argument. ........ r79578 | florent.xicluna | 2010-04-02 11:30:21 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: silence some py3k warnings ........
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 24 Ara, 2009 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77031 | ronald.oussoren | 2009-12-24 14:30:58 +0100 (Thu, 24 Dec 2009) | 15 lines Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv. ........
-
Ronald Oussoren yazdı
The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
-