- 14 Aug, 2007 4 commits
-
-
Brett Cannon authored
test.test_support.catch_warning is more full-featured and provides the same functionality. Since guard_warnings_filter was added in 2.6 there is no backwards-compatibility issues.
-
Martin v. Löwis authored
-
Brett Cannon authored
-
Brett Cannon authored
-
- 12 Aug, 2007 1 commit
-
-
Neal Norwitz authored
-
- 10 Aug, 2007 1 commit
-
-
Neal Norwitz authored
-
- 09 Aug, 2007 1 commit
-
-
Guido van Rossum authored
in PythonCmd().
-
- 08 Aug, 2007 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
Fixes #1730114.
-
- 07 Aug, 2007 1 commit
-
-
Georg Brandl authored
-
- 06 Aug, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 05 Aug, 2007 1 commit
-
-
Neal Norwitz authored
The value is always written to the returned pointer if getting it was successful, even if a warning causes an error. (This probably doesn't matter as the caller will probably discard the value.) Will backport.
-
- 04 Aug, 2007 1 commit
-
-
Hye-Shik Chang authored
GB18030 extension in encoding. (bug reported by Bjorn Stabell)
-
- 03 Aug, 2007 1 commit
-
-
Neal Norwitz authored
-
- 02 Aug, 2007 1 commit
-
-
Matthias Klose authored
-
- 01 Aug, 2007 1 commit
-
-
Facundo Batista authored
DebuggingServerTests, construct SMTP objects with a localhost argument to avoid abysmally long FQDN lookups (not relevant to items under test) on some machines that would cause the test to fail. Moved server setup code in the server function inside the try block to avoid the possibility of setup failure hanging the test. Minor edits to conform to PEP 8. [GSoC - Alan McIntyre]
-
- 31 Jul, 2007 3 commits
-
-
Martin v. Löwis authored
-
Nick Coghlan authored
-
Facundo Batista authored
overrides asyncore.dispatcher.handle_expt to do nothing, since select.poll gives a POLLHUP error at the completion of these tests. Added timeout & count arguments to several asyncore.loop calls to avoid the possibility of a test hanging up a build. [GSoC - Alan McIntyre]
-
- 30 Jul, 2007 1 commit
-
-
Mark Hammond authored
referenced, and also fix definition of _WIN32_WINNT. Resolves patch 1761803.
-
- 29 Jul, 2007 4 commits
-
-
Georg Brandl authored
(backport)
-
Facundo Batista authored
find_prefix_at_end function. Check behavior of a string given as a producer. Added tests for behavior of asynchat.async_chat when given int, long, and None terminator arguments. Added usepoll attribute to TestAsynchat to allow running the asynchat tests with poll support chosen whether it's available or not (improves coverage of asyncore code). [GSoC - Alan McIntyre]
-
Georg Brandl authored
-
Georg Brandl authored
-
- 28 Jul, 2007 2 commits
-
-
Facundo Batista authored
so that the event gets set if a failure occurs during server setup (otherwise the test will block forever). Changed to let the OS assign the server port number, and client side of test waits for port number assignment before proceeding. The test data in DispatcherWithSendTests is also sent in multiple send() calls instead of one to make sure this works properly. [GSoC - Alan McIntyre]
-
Martin v. Löwis authored
represent the result in a single character.
-
- 27 Jul, 2007 4 commits
-
-
Martin v. Löwis authored
-
Nick Coghlan authored
-
Mark Hammond authored
-
Mark Hammond authored
if (a) we are building Python itself and (b) no one previously defined them
-
- 26 Jul, 2007 2 commits
-
-
Nick Coghlan authored
-
Georg Brandl authored
-
- 25 Jul, 2007 3 commits
-
-
Martin v. Löwis authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 24 Jul, 2007 3 commits
-
-
Facundo Batista authored
smtpd.DebuggingServer. Change to use global host & port number variables. Modified the 'server' to take a string to send back in order to vary test server responses. Added a test for the reaction of smtplib.SMTP to a non-200 HELO response. [GSoC - Alan McIntyre]
-
Nick Coghlan authored
Try to get rid of spurious failure in test_resource on the Debian buildbots by changing the file size limit before attempting to close the file
-
Nick Coghlan authored
Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates
-