- 23 Aug, 2007 17 commits
-
-
Guido van Rossum authored
how to compare themselves to sets. (Prep work for making dict views more set-like.)
-
Guido van Rossum authored
-
Guido van Rossum authored
methods (respectively). With Keir Mierle.
-
Guido van Rossum authored
With Alex Martelli and Keir Mierle.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Neal Norwitz authored
the docstring manually. Saves code and a call to PyString_FromString. (There are still more calls to PyString_FromString.)
-
Neal Norwitz authored
the docstring manually. Saves code and a call to PyString_FromString.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
M idlelib/configHandler.py M idlelib/ColorDelegator.py M idlelib/Delegator.py M idlelib/ObjectBrowser.py M idlelib/PyShell.py M idlelib/Debugger.py M idlelib/configDialog.py M idlelib/StackViewer.py M idlelib/keybindingDialog.py M idlelib/tabpage.py M idlelib/EditorWindow.py M idlelib/WindowList.py M idlelib/RemoteDebugger.py M idlelib/dynOptionMenuWidget.py
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
M idlelib/configHandler.py M idlelib/tabpage.py M idlelib/EditorWindow.py M idlelib/rpc.py M idlelib/IOBinding.py M idlelib/RemoteDebugger.py M idlelib/TreeWidget.py
-
Collin Winter authored
-
- 22 Aug, 2007 21 commits
-
-
Guido van Rossum authored
(Note that test_xmlrpc isn't touched by the fixes!) There were two separate issues; (a) BaseHTTPServer was using a TextIOWrapper which was swallowing some of the POST body; (b) the getheaders() API was changed but (due to integration of 2.6 code) the code wasn't modified.
-
Guido van Rossum authored
reporting s'x' as the input (which is a lie).
-
Alex Martelli authored
-
Collin Winter authored
-
Collin Winter authored
-
Kurt B. Kaiser authored
IDLE modules have main() or test() functions which are essential for testing. M idlelib/AutoCompleteWindow.py M idlelib/UndoDelegator.py M idlelib/Bindings.py M idlelib/AutoComplete.py M idlelib/configHandler.py M idlelib/HyperParser.py M idlelib/ColorDelegator.py M idlelib/ObjectBrowser.py M idlelib/ZoomHeight.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/Debugger.py M idlelib/configDialog.py M idlelib/StackViewer.py M idlelib/ReplaceDialog.py M idlelib/ScriptBinding.py M idlelib/GrepDialog.py M idlelib/EditorWindow.py M idlelib/FormatParagraph.py M idlelib/OutputWindow.py M idlelib/aboutDialog.py M idlelib/IdleHistory.py M idlelib/PathBrowser.py M idlelib/ClassBrowser.py M idlelib/CallTips.py M idlelib/FileList.py M idlelib/idle.py M idlelib/CodeContext.py M idlelib/SearchDialog.py M idlelib/RemoteObjectBrowser.py M idlelib/RemoteDebugger.py M idlelib/TreeWidget.py M idlelib/run.py M idlelib/Percolator.py M idlelib/macosxSupport.py
-
Alex Martelli authored
-
Guido van Rossum authored
-
Collin Winter authored
-
Collin Winter authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Gregory P. Smith authored
sandboxes when bsddb3 tests are run.
-
Collin Winter authored
-
Kurt B. Kaiser authored
-
Gregory P. Smith authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
so you can use their class .register() method to register virtual subclasses.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
2. Get test() code working.
-
- 21 Aug, 2007 2 commits
-
-
Guido van Rossum authored
Fix test_ossaudiodev by closing the dsp properly (it can't be opened multiple times on my box).
-
Kurt B. Kaiser authored
-