- eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 17 years ago
- 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
- 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
- 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
- e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
- f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 17 years ago
- 24bccf2 Added docstrings to methods and functions. by Bill Janssen · 17 years ago
- 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 17 years ago
- 8757878 Rewrap line. by Walter Dörwald · 17 years ago
- 7f626f4 Added more cross-references. by Mark Summerfield · 17 years ago
- 0226d85 * Skip test_pipes on non-POSIX. by Georg Brandl · 17 years ago
- 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 17 years ago
- f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 17 years ago
- 426ea0a This contains a number of things: by Bill Janssen · 17 years ago
- 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 17 years ago
- 4a40f0c Add Bill as a developer by Neal Norwitz · 17 years ago
- 3e27536 Recent items. by Skip Montanaro · 17 years ago
- d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 17 years ago
- 6d20b70 Fix test output. by Walter Dörwald · 17 years ago
- 1a41313 fixes 813986 by Skip Montanaro · 17 years ago
- bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 17 years ago
- f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 17 years ago
- 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
- 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
- 23b8ddc Fix some glitches. by Georg Brandl · 17 years ago
- 99cafb9 Adding basic imputil documentation. by Sean Reifscheider · 17 years ago
- ae0ee8a Document rev. 57574. by Georg Brandl · 17 years ago
- 95f1a1b News about functools.reduce. by Guido van Rossum · 17 years ago
- d51b579 Patch # 1739906 by Christian Heimes -- add reduce to functools (importing by Guido van Rossum · 17 years ago
- 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 17 years ago
- 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 17 years ago
- ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 17 years ago
- f91ad6a Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 17 years ago
- 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 17 years ago
- 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 17 years ago
- f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 17 years ago
- d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 17 years ago
- 1b2f62d Catch IOError for when the device file doesn't exist or the user doesn't have by Neal Norwitz · 17 years ago
- 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 17 years ago
- e472933 Bill Janssen wrote: by Guido van Rossum · 17 years ago
- 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 17 years ago
- 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 17 years ago
- 9a65c89 Spell check (also americanify behaviour, it's almost 3 times as common) by Neal Norwitz · 17 years ago
- 60b52bd Fix typo in docstring (missing c in reacquire) by Neal Norwitz · 17 years ago
- 4eb60e5 keep setup.py from listing unneeded hash modules (_md5, _sha*) as by Gregory P. Smith · 17 years ago
- 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 17 years ago
- dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 17 years ago
- ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 17 years ago
- 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 17 years ago
- 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
- 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