- 23 Agu, 2007 11 kayıt (commit)
-
-
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.
-
- 21 Agu, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix test_ossaudiodev by closing the dsp properly (it can't be opened multiple times on my box).
-
Kurt B. Kaiser yazdı
-
Lars Gustäbel yazdı
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 yazdı
(Maybe we need to pick less obvious names for some of those?)
-
- 20 Agu, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
to be passed to regrtest.py. Also add -h for help, and summarize the BAD/GOOD/SKIPPED files at the end.
-
Guido van Rossum yazdı
to simplify legitimate use of these.
-
Guido van Rossum yazdı
These have mostly just gotten in the way of legitimate unanticipated use.
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57155 | brett.cannon | 2007-08-17 11:51:57 -0700 (Fri, 17 Aug 2007) | 2 lines Clarify the comment about setting the PYTHON variable for the Doc Makefile. ........ r57156 | brett.cannon | 2007-08-17 11:59:58 -0700 (Fri, 17 Aug 2007) | 3 lines Remove news entry for test.test_support.guard_warnings_filter as it has been removed. ........ r57158 | facundo.batista | 2007-08-17 12:16:44 -0700 (Fri, 17 Aug 2007) | 9 lines Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class that allows sending back exception/stack trace information about internal server errors (this flag defaults to False to avoid sending such information unless explicitly enabled). Added tests to verify behavior of this new feature (these tests are skipped on win32 because of problems with WSAEWOULDBLOCK). Renamed HTTPTestCase to SimpleServerTestCase. [GSoC - Alan McIntyre] ........ r57160 | brett.cannon | 2007-08-17 13:16:15 -0700 (Fri, 17 Aug 2007) | 2 lines Make test_warnings re-entrant. ........ r57175 | georg.brandl | 2007-08-17 23:05:56 -0700 (Fri, 17 Aug 2007) | 2 lines Fix PDB command descriptions. ........ r57182 | brett.cannon | 2007-08-18 11:30:36 -0700 (Sat, 18 Aug 2007) | 3 lines Remove Mikael as the maintainer of BeOS at his request. With no maintainer should the port be deprecated in 2.6? ........ r57199 | georg.brandl | 2007-08-19 11:43:50 -0700 (Sun, 19 Aug 2007) | 2 lines Fix stray backticks. ........ r57211 | hyeshik.chang | 2007-08-19 23:49:18 -0700 (Sun, 19 Aug 2007) | 2 lines Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. ........ r57216 | guido.van.rossum | 2007-08-20 08:18:04 -0700 (Mon, 20 Aug 2007) | 4 lines Add a hack (originally devised in a slightly different form by Thomas Wouters) to prevent spurious tracebacks when a daemon thread's cleanup happens to wake up when the world around it has already been destroyed. ........
-