summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the roman.py module which docutils require.Georg Brandl2007-08-151-0/+80
* Fail somewhat more gracefully when using Python < 2.5.Georg Brandl2007-08-151-0/+9
* When passed a bad formed literal to Decimal, now we have aFacundo Batista2007-08-151-1/+2
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-15445-0/+136056
* Delete the LaTeX doc tree.Georg Brandl2007-08-15513-154687/+0
* Tag last revision with LaTeX docs.Georg Brandl2007-08-150-0/+0
* Fix a missed instance of test.test_support.guard_warnings_filter (which wasBrett Cannon2007-08-141-1/+1
* Added tests for simple function calls and introspection that are runFacundo Batista2007-08-141-2/+102
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-1410-32/+18
* Add a UUID for python26.dll.Martin v. Löwis2007-08-141-0/+1
* Clarify the docs for TransientResource.Brett Cannon2007-08-141-4/+5
* Fix a minor typo in a docstring.Brett Cannon2007-08-141-1/+1
* Fix memory leak in os.readlinkNeal Norwitz2007-08-121-2/+6
* Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter).Neal Norwitz2007-08-101-6/+7
* Backport r56875 from py3k; double LEAVE_PYTHON when AsString() failsGuido van Rossum2007-08-091-1/+3
* Fix compilation warning.Georg Brandl2007-08-081-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-084-28/+9
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
* Patch #1765839: add link to https+proxy urllib2 opener.Georg Brandl2007-08-061-1/+6
* Replace unnecessary function call.Georg Brandl2007-08-061-1/+1
* Place #ifdef Py_USING_UNICODE around decode_unicode().Georg Brandl2007-08-061-0/+2
* Handle errors when generating a warning.Neal Norwitz2007-08-051-30/+31
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-044-1/+26
* Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backportNeal Norwitz2007-08-032-1/+5
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-022-2/+3
* Allow the OS to select a free port for each test server. ForFacundo Batista2007-08-011-30/+99
* Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.Martin v. Löwis2007-07-314-15/+36
* Eliminate RLock race condition reported in SF bug #1764059Nick Coghlan2007-07-311-1/+2
* When running asynchat tests on OS X (darwin), the test client nowFacundo Batista2007-07-311-8/+14
* Correct use of Py_BUILD_CORE - now make sure it is defined before it isMark Hammond2007-07-301-7/+7
* Bug #1763149: use proper slice syntax in docstring.Georg Brandl2007-07-292-4/+4
* Added tests for asynchat classes simple_producer & fifo, and theFacundo Batista2007-07-291-26/+179
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
* Moved all of the capture_server socket setup code into the try blockFacundo Batista2007-07-281-9/+26
* Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannotMartin v. Löwis2007-07-283-16/+17
* Bug #978833: Close https sockets by releasing the _ssl object.Martin v. Löwis2007-07-274-0/+28
* Make test_math error messages more meaningful for small discrepancies in resultsNick Coghlan2007-07-271-1/+5
* Correctly detect AMD64 architecture on VC2003Mark Hammond2007-07-271-1/+1
* In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32Mark Hammond2007-07-271-4/+18
* Add explicit test for a misbehaving math.floorNick Coghlan2007-07-262-6/+7
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
* Change location of the package index to pypi.python.org/pypiMartin v. Löwis2007-07-253-2/+4
* Add a temporary diagnostic message before a strange failure on the alpha Debi...Nick Coghlan2007-07-251-0/+6
* More buildbot cleanup - let the OS assign the port for test_urllib2_localnetNick Coghlan2007-07-251-29/+11
* New tests for basic behavior of smtplib.SMTP andFacundo Batista2007-07-241-10/+121
* Try to get rid of spurious failure in test_resource on the Debian buildbots b...Nick Coghlan2007-07-241-9/+16
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-243-48/+43
* Tweak runpy test to do a better job of confirming that sys has been manipulat...Nick Coghlan2007-07-241-3/+5
* Correctly cleanup sys.modules after executing runpy relative importNick Coghlan2007-07-232-8/+11