| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 7780. Adding a test for unittest test discovery from a dotted path. | Michael Foord | 2010-05-08 | 1 | -0/+17 |
|
|
* | Issue #8084: ensure that the --user directory | Ronald Oussoren | 2010-05-08 | 2 | -7/+31 |
|
|
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 1 | -1/+20 |
|
|
* | Fixing the errors trigerred in test_urllib2net. Related to issue8656. | Senthil Kumaran | 2010-05-08 | 1 | -5/+8 |
|
|
* | Fix Issue8656 - urllib2 mangles file://-scheme URLs | Senthil Kumaran | 2010-05-08 | 2 | -2/+3 |
|
|
* | Issue 8547 - detecting and reporting that modules have been imported from the... | Michael Foord | 2010-05-07 | 2 | -3/+58 |
|
|
* | revert r80932; it breaks windows | Benjamin Peterson | 2010-05-07 | 2 | -53/+1 |
|
|
* | Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,... | Benjamin Peterson | 2010-05-07 | 15 | -91/+167 |
|
|
* | Issue 8547 - detecting and reporting that modules have been imported from the... | Michael Foord | 2010-05-07 | 2 | -1/+53 |
|
|
* | Issue #8571: Fix an internal error when compressing or decompressing a | Antoine Pitrou | 2010-05-07 | 1 | -3/+59 |
|
|
* | Adding tests for unittest command line handling of buffer, catchbreak and fai... | Michael Foord | 2010-05-07 | 2 | -0/+206 |
|
|
* | Adding a test for unittest test discovery with dotted path name. | Michael Foord | 2010-05-07 | 2 | -4/+21 |
|
|
* | Testsuite for RFC3986 based parsing scenario. Related Issue1462525. | Senthil Kumaran | 2010-05-07 | 1 | -6/+52 |
|
|
* | adds handle_error(self):raise to test modules using asyncore to provide a cle... | Giampaolo Rodolà | 2010-05-06 | 2 | -0/+9 |
|
|
* | provides a clearer warning message when cheap inheritance with the underlying... | Giampaolo Rodolà | 2010-05-06 | 1 | -2/+3 |
|
|
* | Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore... | Giampaolo Rodolà | 2010-05-06 | 2 | -5/+35 |
|
|
* | `self` doesn't exist here | Antoine Pitrou | 2010-05-06 | 1 | -3/+3 |
|
|
* | Fix #7863. Properly identify Windows 7 and Server 2008 R2. | Brian Curtin | 2010-05-06 | 1 | -17/+34 |
|
|
* | Issue #1533: test_range in test_builtin: fix test comment and add test | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
|
|
* | removed non needed lines | Tarek Ziadé | 2010-05-05 | 1 | -2/+1 |
|
|
* | Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills | Tarek Ziadé | 2010-05-05 | 2 | -10/+109 |
|
|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 21 | -174/+26 |
|
|
* | Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. | Antoine Pitrou | 2010-05-05 | 1 | -0/+5 |
|
|
* | Issue #7472: remove unused code from email.encoders.encode_7or8bit. | R. David Murray | 2010-05-05 | 2 | -7/+8 |
|
|
* | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes | Barry Warsaw | 2010-05-05 | 3 | -1/+1 |
|
|
* | Force exit using os._exit instead of sys.exit, | Ronald Oussoren | 2010-05-05 | 1 | -1/+1 |
|
|
* | The C function used by uuid.uuid4 is broken on | Ronald Oussoren | 2010-05-05 | 2 | -0/+41 |
|
|
* | Issue #8313: traceback.format_exception_only() encodes unicode message to | Victor Stinner | 2010-05-05 | 2 | -2/+17 |
|
|
* | Fix test_gzip failure on OS X. The failure was a result of trying to fflush | Mark Dickinson | 2010-05-04 | 1 | -1/+1 |
|
|
* | On Windows, ctypes does no longer check the stack before and after | Thomas Heller | 2010-05-04 | 1 | -26/+0 |
|
|
* | Issue #1533: fix inconsistency in range function argument processing: | Mark Dickinson | 2010-05-04 | 1 | -0/+50 |
|
|
* | Issue #8567: Fix incorrect precedence of signals in Decimal module. | Mark Dickinson | 2010-05-04 | 2 | -43/+108 |
|
|
* | _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function | Victor Stinner | 2010-05-04 | 1 | -11/+6 |
|
|
* | Issue #8404: Fix set operations on dictionary views. | Alexandre Vassalotti | 2010-05-04 | 1 | -0/+61 |
|
|
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 2 | -14/+52 |
|
|
* | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 2 | -4/+7 |
|
|
* | Fix unittest tests to not abuse traceback.format_exception | Michael Foord | 2010-05-02 | 1 | -1/+14 |
|
|
* | Small update to r80698 to ensure that webbrowser.open | Ronald Oussoren | 2010-05-02 | 1 | -1/+1 |
|
|
* | For for issue #7192: with this patch webbrowser.get("firefox") | Ronald Oussoren | 2010-05-02 | 1 | -1/+27 |
|
|
* | Remove duplicate test | Antoine Pitrou | 2010-05-01 | 1 | -21/+0 |
|
|
* | Fix incorrect use of a list as the target of an 'except' clause in test_decim... | Mark Dickinson | 2010-05-01 | 1 | -1/+1 |
|
|
* | Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string | Senthil Kumaran | 2010-05-01 | 2 | -1/+14 |
|
|
* | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 2 | -7/+11 |
|
|
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ... | Tarek Ziadé | 2010-04-30 | 1 | -5/+9 |
|
|
* | Always add space after RFC; reword paragraph | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+8 |
|
|
* | Issue #8464: tarfile.open(name, mode="w|") no longer creates | Lars Gustäbel | 2010-04-29 | 2 | -1/+19 |
|
|
* | Fix style issues in test_ssl | Antoine Pitrou | 2010-04-28 | 1 | -138/+143 |
|
|
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en... | Senthil Kumaran | 2010-04-28 | 2 | -0/+20 |
|
|
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co... | Nick Coghlan | 2010-04-28 | 2 | -3/+74 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 25 | -40/+99 |
|
|