- 31 Jul, 2007 2 commits
-
-
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 4 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
-
Nick Coghlan authored
-
- 23 Jul, 2007 1 commit
-
-
Nick Coghlan authored
tests Restore Python 2.4 ImportError when attempting to execute a package (as imports cannot be guaranteed to work properly if you try it)
-
- 22 Jul, 2007 2 commits
-
-
Nick Coghlan authored
-
Facundo Batista authored
of poll support in the select module (since this is the only case in which readwrite can be called). [GSoC - Alan McIntyre]
-
- 21 Jul, 2007 1 commit
-
-
Martin v. Löwis authored
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-
- 19 Jul, 2007 2 commits
-
-
Facundo Batista authored
socket is ready to be read from before attempting a read (this prevents an error 10035 on some Windows platforms). [GSoC - Alan McIntyre]
-
Walter Dörwald authored
(fixes SF bug #1754453).
-
- 18 Jul, 2007 4 commits
-
-
Georg Brandl authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
(Slightly tweaked for style and refcounts.)
-
Georg Brandl authored
-
- 17 Jul, 2007 1 commit
-
-
Facundo Batista authored
to server & client, and by adding asyncore.close_all calls in tearDown. Also choose correct expected logging results based on the value of __debug__ [Alan McIntyre - GSoC]
-
- 15 Jul, 2007 1 commit
-
-
Facundo Batista authored
a non documented function that appers to uses resources not present in Windows.
-
- 14 Jul, 2007 5 commits
-
-
Facundo Batista authored
_exception, readwrite, closeall, compact_traceback; and for classes dispatcher, dispatcher_with_send, and file_wrapper. [Alan McIntyre - GSoC]
-
Andrew M. Kuchling authored
The Maildir specification doesn't seem to say anything about this situation, and it can happen if you're keeping a Maildir mailbox in Subversion (.svn directories) or some similar system. The patch just ignores directories in the cur/, new/, tmp/ folders.
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 13 Jul, 2007 1 commit
-
-
Barry Warsaw authored
[ 1752723 ] email.message_from_string: initial line gets discarded I added a test to assert that when the first line of text passed to message_from_string() contains a leading space, the message ends up with the appropriate FirstHeaderLineIsContinuationDefect on its defects list. The bug is invalid.
-