| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | | |
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the
menus and adds support for file-open events.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
interface and support all mandatory methods and properties.
|
| |\ \
| | | |
| | | |
| | | | |
interface and support all mandatory methods and properties.
|
| | | |
| | | |
| | | |
| | | | |
interface and support all mandatory methods and properties.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Patch by Todd Rovito.
|
| |\ \ \
| | |/ /
| | | |
| | | | |
Patch by Todd Rovito.
|
| | | |
| | | |
| | | |
| | | | |
Patch by Todd Rovito.
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Patch by Roger Serwy
|
|\ \ \
| |/ /
| | |
| | | |
Patch by Roger Serwy.
|
| | |
| | |
| | |
| | | |
Patch by Roger Serwy.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
Patch by Roger Serwy.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
Patch by Roger Serwy and myself.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
options. Patch by Roger Serwy.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Issue #10365: File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
|
| | |
| | |
| | |
| | | |
even when parent window is closed. Patch by Roger Serwy.
|
| | |
| | |
| | |
| | | |
Patch by Guilherme Polo.
|
| | |
| | |
| | |
| | | |
well as subprecess.
|
| | |
| | |
| | |
| | | |
Patch by Guilherme Polo.
|
| | |
| | |
| | |
| | |
| | |
| | | |
UnicodeEncodeError is raised for strings contains non-BMP characters.
For eval results unicode escaping is used, print() calls display
exception with traceback as usual.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.
Original patches by Marco Scataglini and Roger Serwy.
Merge 3.2 #13506 Add '' to path for interactive interpreter by adding with_cwd
parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
|
| | |
| | |
| | |
| | |
| | | |
to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
|
| | |
| | |
| | |
| | |
| | | |
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
|
|/ /
| |
| |
| | |
3a5a0943b201. Do not close listening socket on subprocess restart.
|
| |
| |
| |
| | |
(Patch by Roger Serwy)
|
| |
| |
| |
| |
| | |
with invalid hex escape sequences, like b'\x0'.
(Original patch by Claudiu Popa.)
|
| | |
|
| | |
|
| |
| |
| |
| | |
in os.kill(). Original patch by Eli Bendersky.
|
| |
| |
| |
| | |
passing an incorrect arg.
|
| |
| |
| |
| |
| | |
rather than the currently problematic Apple-supplied one,
when running with the 64-/32-bit installer variant.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
#7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines
Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines
Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines
Syntax cleanup `== None` -> `is None`
........
r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines
#8207: Fix test_pep277 on OS X
........
r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines
Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines
Ensure that the failed or unexpected tests are sorted before printing.
........
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
svn+ssh://pythondev/python/trunk
........
r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line
Issue #3344: Replace itertools.count by enumerate.
........
r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line
Issue #3926: Fix the usage of the new showwarnings and formatwarning.
........
r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines
Issue #1135: Add the XView and YView mix-ins to avoid duplicating
the xview* and yview* methods.
........
r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line
Clarifying Entry.selection_present's docstring.
........
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71126 | kurt.kaiser | 2009-04-04 03:03:48 -0400 (Sat, 04 Apr 2009) | 5 lines
Allow multiple IDLE GUI/subprocess pairs to exist
simultaneously. Thanks to David Scherer for suggesting
the use of an ephemeral port for the GUI.
Patch 1529142 Weeble.
........
|