- 24 Agu, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 23 Agu, 2007 18 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
how to compare themselves to sets. (Prep work for making dict views more set-like.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
methods (respectively). With Keir Mierle.
-
Guido van Rossum yazdı
With Alex Martelli and Keir Mierle.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
the docstring manually. Saves code and a call to PyString_FromString. (There are still more calls to PyString_FromString.)
-
Neal Norwitz yazdı
the docstring manually. Saves code and a call to PyString_FromString.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
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 yazdı
-
Kurt B. Kaiser yazdı
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 yazdı
-
- 22 Agu, 2007 21 kayıt (commit)
-
-
Guido van Rossum yazdı
(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 yazdı
reporting s'x' as the input (which is a lie).
-
Alex Martelli yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Kurt B. Kaiser yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Gregory P. Smith yazdı
sandboxes when bsddb3 tests are run.
-
Collin Winter yazdı
-
Kurt B. Kaiser yazdı
-
Gregory P. Smith yazdı
-
Kurt B. Kaiser yazdı
-
Guido van Rossum yazdı
so you can use their class .register() method to register virtual subclasses.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
2. Get test() code working.
-