- 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
- b90f52e Revert compile.c changes that shouldn't have been included in previous checkin by Nick Coghlan · 17 years ago
- 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 17 years ago
- 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 17 years ago
- c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 17 years ago
- ff9b963 Catch the correct errors. by Georg Brandl · 17 years ago
- 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 17 years ago
- fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 17 years ago
- e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 17 years ago
- 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 17 years ago
- d558f67 Document new utility functions in test_support. by Georg Brandl · 17 years ago
- 692bbc4 Port test_frozen to unittest. by Georg Brandl · 17 years ago
- 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 17 years ago
- b3c572b Fix #1012: wrong URL to :mod:`site` in install/index.rst. by Georg Brandl · 17 years ago
- 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 17 years ago
- 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 17 years ago
- 966bb8c Fix silly typo in test name. by Guido van Rossum · 17 years ago
- 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 17 years ago
- 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
- 1042a4d Fix bug 1725856. by Gregory P. Smith · 17 years ago
- daa6f25 Patch #1779550: remove redundant code in logging. by Georg Brandl · 17 years ago
- 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 17 years ago
- 604c121 Bug #1625381: clarify match vs search introduction. by Georg Brandl · 17 years ago
- da5f16a Bug #1688564: document os.path.join's absolute path behavior in the docstring. by Georg Brandl · 17 years ago
- 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 · 17 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
- 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago