| Commit message (Expand) | Author | Age | Files | Lines |
* | Add various items | Andrew M. Kuchling | 2010-05-01 | 1 | -5/+30 |
|
|
* | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 3 | -7/+14 |
|
|
* | [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS | Marc-André Lemburg | 2010-04-30 | 2 | -20/+30 |
|
|
* | Add notes about uninstalling a framework install to | Ronald Oussoren | 2010-04-30 | 1 | -1/+21 |
|
|
* | Fix for issue 8476 | Ronald Oussoren | 2010-04-30 | 1 | -4/+5 |
|
|
* | Add item | Andrew M. Kuchling | 2010-04-30 | 1 | -0/+10 |
|
|
* | Minor grammar re-wording | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+2 |
|
|
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ... | Tarek Ziadé | 2010-04-30 | 2 | -5/+13 |
|
|
* | Fix for issue #3646: with this patch it is possible to do a | Ronald Oussoren | 2010-04-30 | 7 | -24/+116 |
|
|
* | Add various items; rearrange unittest section a bit | Andrew M. Kuchling | 2010-04-30 | 1 | -51/+87 |
|
|
* | Markup fix; clarify by adding 'in that order' | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+3 |
|
|
* | Fix typos | Andrew M. Kuchling | 2010-04-30 | 2 | -2/+2 |
|
|
* | Reword paragraph to make its meaning clearer. | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+10 |
|
|
* | Always add space after RFC; reword paragraph | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+8 |
|
|
* | Fixes issue 8543 (asynchat documentation issues) | Giampaolo Rodolà | 2010-04-29 | 1 | -91/+10 |
|
|
* | Fixing the Broken links of mechanize library. | Senthil Kumaran | 2010-04-29 | 1 | -3/+2 |
|
|
* | Group the Windows entries in getfilesystemencoding doc, move the win 9x one a... | Ezio Melotti | 2010-04-29 | 1 | -7/+9 |
|
|
* | Issue #8464: tarfile.open(name, mode="w|") no longer creates | Lars Gustäbel | 2010-04-29 | 3 | -1/+22 |
|
|
* | Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions | Antoine Pitrou | 2010-04-29 | 3 | -0/+5 |
|
|
* | update pypy url | Benjamin Peterson | 2010-04-29 | 1 | -1/+1 |
|
|
* | update pypy description | Benjamin Peterson | 2010-04-29 | 1 | -6/+6 |
|
|
* | Add various unittest items | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+40 |
|
|
* | Fix doubled 'the'. | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+16 |
|
|
* | Add various items | Andrew M. Kuchling | 2010-04-29 | 1 | -13/+51 |
|
|
* | Fix style issues in test_ssl | Antoine Pitrou | 2010-04-28 | 1 | -138/+143 |
|
|
* | Clarify and fix the documentation for IOBase.close() | Antoine Pitrou | 2010-04-28 | 1 | -2/+4 |
|
|
* | State clearly that truncate() doesn't move the file position, | Antoine Pitrou | 2010-04-28 | 1 | -6/+3 |
|
|
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en... | Senthil Kumaran | 2010-04-28 | 4 | -0/+39 |
|
|
* | Add version changed note for -m tinkering with sys.argv[0] during the search ... | Nick Coghlan | 2010-04-28 | 1 | -0/+2 |
|
|
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in... | Nick Coghlan | 2010-04-28 | 3 | -4/+9 |
|
|
* | Also mention patch submitter's name in NEWS, not just in the commit message | Nick Coghlan | 2010-04-28 | 1 | -1/+2 |
|
|
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co... | Nick Coghlan | 2010-04-28 | 5 | -26/+118 |
|
|
* | Issue #3928: Support 'os.mknod()' in Solaris | Jesus Cea | 2010-04-28 | 3 | -2/+18 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 26 | -41/+101 |
|
|
* | Issue #7449, part 10: test_cmd imports trace module using test_support.import... | Victor Stinner | 2010-04-27 | 1 | -2/+3 |
|
|
* | Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) | Victor Stinner | 2010-04-27 | 1 | -23/+19 |
|
|
* | Issue #7449, part 9: fix test_xmlrpclib for missing threading module | Victor Stinner | 2010-04-27 | 1 | -3/+23 |
|
|
* | Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing | Victor Stinner | 2010-04-27 | 1 | -79/+82 |
|
|
* | Issue #7449, part 7: simplify threading detection in test_capi | Victor Stinner | 2010-04-27 | 1 | -10/+6 |
|
|
* | Issue #7449, part 6: fix test_hashlib for missing threading module | Victor Stinner | 2010-04-27 | 1 | -4/+2 |
|
|
* | make slice notation in (r)find docs consistent | Benjamin Peterson | 2010-04-27 | 1 | -7/+7 |
|
|
* | Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline | Antoine Pitrou | 2010-04-27 | 4 | -1/+9 |
|
|
* | Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py | Victor Stinner | 2010-04-27 | 1 | -49/+57 |
|
|
* | Issue #7449, part 4: skip test_multiprocessing if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -3/+4 |
|
|
* | Issue #7449 part 3, test_doctest: import trace module in test_coverage() | Victor Stinner | 2010-04-27 | 1 | -1/+2 |
|
|
* | Issue #7449, part 2: regrtest.py -j option requires thread support | Victor Stinner | 2010-04-27 | 1 | -1/+5 |
|
|
* | Issue #7449, part 1: fix test_support.py for Python compiled without thread | Victor Stinner | 2010-04-27 | 2 | -4/+20 |
|
|
* | correct signature | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
|
|
* | condense import | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
|
|
* | fold __future__ imports | Benjamin Peterson | 2010-04-27 | 1 | -2/+1 |
|
|