Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark deprecated modules as such. | Georg Brandl | 2007-08-15 | 14 | -3/+25 |
| | |||||
* | Fix a wrong path in the Makefile. | Georg Brandl | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | Don't use "?=" which seems to be a GNUism. | Georg Brandl | 2007-08-15 | 1 | -3/+3 |
| | |||||
* | Add the roman.py module which docutils require. | Georg Brandl | 2007-08-15 | 1 | -0/+80 |
| | |||||
* | Fail somewhat more gracefully when using Python < 2.5. | Georg Brandl | 2007-08-15 | 1 | -0/+9 |
| | |||||
* | When passed a bad formed literal to Decimal, now we have a | Facundo Batista | 2007-08-15 | 1 | -1/+2 |
| | | | | better error message, more descriptive. (bug #1770009) | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 445 | -0/+136056 |
| | |||||
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 513 | -154687/+0 |
| | |||||
* | Tag last revision with LaTeX docs. | Georg Brandl | 2007-08-15 | 0 | -0/+0 |
| | |||||
* | Fix a missed instance of test.test_support.guard_warnings_filter (which was | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
| | | | | recently removed). | ||||
* | Added tests for simple function calls and introspection that are run | Facundo Batista | 2007-08-14 | 1 | -2/+102 |
| | | | | | | against a SimpleXMLRPCServer in a separate thread. Because of problems with WSAEWOULDBLOCK (error 10035) being raised by the server on Windows, these new tests are skipped on win32. [GSoC - Alan McIntyre] | ||||
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 10 | -32/+18 |
| | | | | | | | | 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. | ||||
* | Add a UUID for python26.dll. | Martin v. Löwis | 2007-08-14 | 1 | -0/+1 |
| | |||||
* | Clarify the docs for TransientResource. | Brett Cannon | 2007-08-14 | 1 | -4/+5 |
| | |||||
* | Fix a minor typo in a docstring. | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in os.readlink | Neal Norwitz | 2007-08-12 | 1 | -2/+6 |
| | |||||
* | Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). | Neal Norwitz | 2007-08-10 | 1 | -6/+7 |
| | |||||
* | Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails | Guido van Rossum | 2007-08-09 | 1 | -1/+3 |
| | | | | in PythonCmd(). | ||||
* | Fix compilation warning. | Georg Brandl | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵ | Georg Brandl | 2007-08-08 | 4 | -28/+9 |
| | | | | | | read buffers. Fixes #1730114. | ||||
* | Bug #1769002: fix a now-wrong sentence in the tutorial. | Georg Brandl | 2007-08-07 | 1 | -7/+6 |
| | |||||
* | Patch #1765839: add link to https+proxy urllib2 opener. | Georg Brandl | 2007-08-06 | 1 | -1/+6 |
| | |||||
* | Replace unnecessary function call. | Georg Brandl | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | Place #ifdef Py_USING_UNICODE around decode_unicode(). | Georg Brandl | 2007-08-06 | 1 | -0/+2 |
| | |||||
* | Handle errors when generating a warning. | Neal Norwitz | 2007-08-05 | 1 | -30/+31 |
| | | | | | | | | 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. | ||||
* | Fix gb18030 codec's bug that doesn't map two-byte characters on | Hye-Shik Chang | 2007-08-04 | 4 | -1/+26 |
| | | | | GB18030 extension in encoding. (bug reported by Bjorn Stabell) | ||||
* | Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport | Neal Norwitz | 2007-08-03 | 2 | -1/+5 |
| | |||||
* | - Allow Emacs 22 for building the documentation in info format. | Matthias Klose | 2007-08-02 | 2 | -2/+3 |
| | |||||
* | Allow the OS to select a free port for each test server. For | Facundo Batista | 2007-08-01 | 1 | -30/+99 |
| | | | | | | | | | 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] | ||||
* | Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. | Martin v. Löwis | 2007-07-31 | 4 | -15/+36 |
| | |||||
* | Eliminate RLock race condition reported in SF bug #1764059 | Nick Coghlan | 2007-07-31 | 1 | -1/+2 |
| | |||||
* | When running asynchat tests on OS X (darwin), the test client now | Facundo Batista | 2007-07-31 | 1 | -8/+14 |
| | | | | | | | | 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] | ||||
* | Correct use of Py_BUILD_CORE - now make sure it is defined before it is | Mark Hammond | 2007-07-30 | 1 | -7/+7 |
| | | | | | referenced, and also fix definition of _WIN32_WINNT. Resolves patch 1761803. | ||||
* | Bug #1763149: use proper slice syntax in docstring. | Georg Brandl | 2007-07-29 | 2 | -4/+4 |
| | | | | (backport) | ||||
* | Added tests for asynchat classes simple_producer & fifo, and the | Facundo Batista | 2007-07-29 | 1 | -26/+179 |
| | | | | | | | | | 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] | ||||
* | try-except-finally is new in 2.5. | Georg Brandl | 2007-07-29 | 1 | -1/+3 |
| | |||||
* | Clarify PEP 343 description. | Georg Brandl | 2007-07-29 | 1 | -9/+18 |
| | |||||
* | Moved all of the capture_server socket setup code into the try block | Facundo Batista | 2007-07-28 | 1 | -9/+26 |
| | | | | | | | | | 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] | ||||
* | Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot | Martin v. Löwis | 2007-07-28 | 3 | -16/+17 |
| | | | | represent the result in a single character. | ||||
* | Bug #978833: Close https sockets by releasing the _ssl object. | Martin v. Löwis | 2007-07-27 | 4 | -0/+28 |
| | |||||
* | Make test_math error messages more meaningful for small discrepancies in results | Nick Coghlan | 2007-07-27 | 1 | -1/+5 |
| | |||||
* | Correctly detect AMD64 architecture on VC2003 | Mark Hammond | 2007-07-27 | 1 | -1/+1 |
| | |||||
* | In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 | Mark Hammond | 2007-07-27 | 1 | -4/+18 |
| | | | | if (a) we are building Python itself and (b) no one previously defined them | ||||
* | Add explicit test for a misbehaving math.floor | Nick Coghlan | 2007-07-26 | 2 | -6/+7 |
| | |||||
* | tabs, newlines and crs are valid XML characters. | Georg Brandl | 2007-07-26 | 1 | -1/+2 |
| | |||||
* | Change location of the package index to pypi.python.org/pypi | Martin v. Löwis | 2007-07-25 | 3 | -2/+4 |
| | |||||
* | Add a temporary diagnostic message before a strange failure on the alpha ↵ | Nick Coghlan | 2007-07-25 | 1 | -0/+6 |
| | | | | Debian buildbot | ||||
* | More buildbot cleanup - let the OS assign the port for test_urllib2_localnet | Nick Coghlan | 2007-07-25 | 1 | -29/+11 |
| | |||||
* | New tests for basic behavior of smtplib.SMTP and | Facundo Batista | 2007-07-24 | 1 | -10/+121 |
| | | | | | | | 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] | ||||
* | Try to get rid of spurious failure in test_resource on the Debian buildbots ↵ | Nick Coghlan | 2007-07-24 | 1 | -9/+16 |
| | | | | by changing the file size limit before attempting to close the file |