- b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 17 years ago
- 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 17 years ago
- a3a68a0 Clarify wording a bit. by Georg Brandl · 17 years ago
- 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 17 years ago
- 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 17 years ago
- 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 17 years ago
- 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 17 years ago
- ac4018a Use try-except-finally in contextlib. by Georg Brandl · 17 years ago
- add36e5 Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined. by Georg Brandl · 17 years ago
- 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
- 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 17 years ago
- dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
- 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 17 years ago
- ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
- d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 17 years ago
- 89e975f whoops - need to check in configure as well by Skip Montanaro · 17 years ago
- 7221d93 Note that BeOS is unsupported as of Python 2.6. by Skip Montanaro · 17 years ago
- 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 17 years ago
- 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 17 years ago
- ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 17 years ago
- d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
- fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
- 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
- e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
- c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 17 years ago
- 54ec61e Add a hack (originally devised in a slightly different form by Thomas Wouters) by Guido van Rossum · 17 years ago
- 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
- c553f42 Fix stray backticks. by Georg Brandl · 17 years ago
- f839e49 Remove Mikael as the maintainer of BeOS at his request. With no maintainer by Brett Cannon · 17 years ago
- 3f8fbf0 Fix PDB command descriptions. by Georg Brandl · 17 years ago
- 855da6c Make test_warnings re-entrant. by Brett Cannon · 17 years ago
- 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 17 years ago
- 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
- ea424b5 Clarify the comment about setting the PYTHON variable for the Doc Makefile. by Brett Cannon · 17 years ago
- 9ab80a9 Move another variable declaration up. by Walter Dörwald · 17 years ago
- 6c82b6c Use glossary x-refs, document new ``!`` feature. by Georg Brandl · 17 years ago
- 20b40d3 Move variable declaration up. by Walter Dörwald · 17 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
- 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 17 years ago
- 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 17 years ago
- ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 17 years ago
- 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
- dc32146 Ignore a few more files. by Guido van Rossum · 17 years ago
- dd5ab3a Ignore *.py[co] files. by Guido van Rossum · 17 years ago
- f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
- 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 17 years ago
- 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
- 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
- bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 17 years ago
- 7f758c4 Mark deprecated modules as such. by Georg Brandl · 17 years ago
- 09a5c3e Fix a wrong path in the Makefile. by Georg Brandl · 17 years ago
- 7094a0c Don't use "?=" which seems to be a GNUism. by Georg Brandl · 17 years ago
- 64dec73 Add the roman.py module which docutils require. by Georg Brandl · 17 years ago
- 87d2ccf Fail somewhat more gracefully when using Python < 2.5. by Georg Brandl · 17 years ago
- 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 17 years ago
- 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago
- f56181f Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
- af62d9a Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
- 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 17 years ago
- a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 17 years ago
- 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 17 years ago
- be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
- 5153266 Clarify the docs for TransientResource. by Brett Cannon · 17 years ago
- 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
- 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
- 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
- b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
- 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
- 52c0c36 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
- e7fe6c3 Patch #1765839: add link to https+proxy urllib2 opener. by Georg Brandl · 17 years ago
- 0f6d360 Replace unnecessary function call. by Georg Brandl · 17 years ago
- 69ff5ac Place #ifdef Py_USING_UNICODE around decode_unicode(). by Georg Brandl · 17 years ago
- 2ef7582 Handle errors when generating a warning. by Neal Norwitz · 18 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
- 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 18 years ago
- eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 18 years ago
- 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
- 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 18 years ago
- f8bbaa9 Eliminate RLock race condition reported in SF bug #1764059 by Nick Coghlan · 18 years ago
- 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
- a6a21fa Correct use of Py_BUILD_CORE - now make sure it is defined before it is by Mark Hammond · 18 years ago
- 9efd9b6 Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 18 years ago
- ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
- 1ae6856 try-except-finally is new in 2.5. by Georg Brandl · 18 years ago
- 304f9ff Clarify PEP 343 description. by Georg Brandl · 18 years ago
- 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 18 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
- f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
- ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 18 years ago
- df7f38f Correctly detect AMD64 architecture on VC2003 by Mark Hammond · 18 years ago
- d0aabc0 In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 by Mark Hammond · 18 years ago
- 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 18 years ago
- c473149 tabs, newlines and crs are valid XML characters. by Georg Brandl · 18 years ago
- 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
- 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 18 years ago
- d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 18 years ago
- 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
- 12adef9 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 by Nick Coghlan · 18 years ago
- 13c25c0 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 by Nick Coghlan · 18 years ago