- 23 Aug, 2007 12 commits
-
-
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 4 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
-
Lars Gustäbel authored
None. Remove encoding and errors argument from pax create methods in TarInfo, pax always uses UTF-8. Adapt the documentation and tests to the new string/unicode concept.
-
Guido van Rossum authored
(Maybe we need to pick less obvious names for some of those?)
-
- 20 Aug, 2007 3 commits
-
-
Guido van Rossum authored
to be passed to regrtest.py. Also add -h for help, and summarize the BAD/GOOD/SKIPPED files at the end.
-
Guido van Rossum authored
to simplify legitimate use of these.
-
Guido van Rossum authored
These have mostly just gotten in the way of legitimate unanticipated use.
-