- 22 Aug, 2007 16 commits
-
-
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 6 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.
-
Guido van Rossum authored
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. ........
-
Jeremy Hylton authored
-
Travis E. Oliphant authored
-
- 19 Aug, 2007 4 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Also return a boolean for the readonly flag. Other cleanup: make sure to set an exception when returning NULL and reformat the getsets to be shorter by putting them all on one line.
-
Hye-Shik Chang authored
on FreeBSD due to the difference of socket blocking mode inheritance.
-
Neal Norwitz authored
be answered with the comments removed. There are many places that require checks when doing arithmetic for memory sizes when allocating memory. Otherwise, overflow is possible with a subsequent crash. Fix SF #1777057 which was a result of not initializing the new BufferError properly. Had to update the test for exceptions for BufferError too.
-
- 18 Aug, 2007 6 commits
-
-
Guido van Rossum authored
(testNewlinesInput and testNewlinesOutput are mine, not Tony's.)
-
Guido van Rossum authored
and implements .newlines attribute in a 2.x-compatible fashion.
-
Travis E. Oliphant authored
-
Guido van Rossum authored
*restoring* selected registries instead of *resetting* them all. Also change the default for the huntrleaks parameter to None everywhere, as its other value is a list of three elements, so it is not a bool.
-
Guido van Rossum authored
methods. Reset the negative cache *before* resetting the invalidation counter, hoping this may plug a race condition (but then again, this whole module isn't coded to be thread-safe).
-
Guido van Rossum authored
-
- 17 Aug, 2007 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
docstring when there's a command line syntax error.
-
Guido van Rossum authored
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one.
-
Guido van Rossum authored
-