summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-0/+19
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83075 | ronald.oussoren | 2010-07-23 12:54:59 +0100 (Fri, 23 Jul 2010) | 5 lines Fix for issue 7895. Avoid crashing the interpreter when calling platform.mac_ver after calling os.fork by reading from a system configuration file instead of using OSX APIs. ........
* Merged revisions 83067 via svnmerge fromRonald Oussoren2010-07-231-0/+14
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83067 | ronald.oussoren | 2010-07-23 10:50:05 +0100 (Fri, 23 Jul 2010) | 8 lines Workaround for issue 4047: in some configurations of the Crash Reporter on OSX test_subprocess will trigger the reporter. This patch prints a warning when the Crash Reporter will get triggered intentionally, which should avoid confusing people. ........
* Reverting the checkin made in revision 82940, as it was adding new ↵Senthil Kumaran2010-07-221-107/+0
| | | | | | parameters to quote function in a bugfix release. Discussed in issue1712522
* Merged revisions 83030 via svnmerge fromAntoine Pitrou2010-07-211-0/+11
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83030 | antoine.pitrou | 2010-07-21 18:41:31 +0200 (mer., 21 juil. 2010) | 5 lines Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it with EOFError. (this is only an added test, but 2.x will get a fix too) ........
* Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.Stefan Krah2010-07-191-0/+1
|
* Fix Issue9301 - urllib.quote(None) to raise TypeErrorSenthil Kumaran2010-07-191-0/+1
|
* Issue #9265: Incorrect name passed as arg[0] when shell=TrueStefan Krah2010-07-191-0/+19
| | | | and executable specified.
* Fixing Issue1712522 - urllib.quote to support Unicode. The defaultSenthil Kumaran2010-07-181-0/+107
| | | | encoding='utf-8' and errors='strict'.
* Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-0/+32
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines Fix Issue5842 - Moving the tests out of urllib.parse module ........
* Merged revisions 82850 via svnmerge fromAlexander Belopolsky2010-07-141-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82850 | alexander.belopolsky | 2010-07-13 10:50:16 -0400 (Tue, 13 Jul 2010) | 1 line Set sys.modules[name] to None instead of 0 to block module import. ........
* Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitelyStefan Krah2010-07-131-1/+7
| | | | if the path length exceeded PATH_MAX.
* Merged revisions 82821 via svnmerge fromMark Dickinson2010-07-111-0/+13
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines Issue #9137: Fix issue in MutableMapping.update, which incorrectly treated keyword arguments called 'self' or 'other' specially. ........
* Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82780 | senthil.kumaran | 2010-07-11 08:42:43 +0530 (Sun, 11 Jul 2010) | 3 lines Stricter verification for file based url scheme and reliance on ftp protocol. ........
* Merged revisions 82777 via svnmerge fromBenjamin Peterson2010-07-101-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82777 | benjamin.peterson | 2010-07-10 10:14:45 -0500 (Sat, 10 Jul 2010) | 1 line ValueError is eventually what we want to move to, I suppose ........
* Merged revisions 82766 via svnmerge fromR. David Murray2010-07-101-0/+5
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k Since 'purge' is an API change, modified it to be _purge for 2.x and deleted the doc update. ........ r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines Fix 'refleak' introduced by fnmatch cache purge tests. This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module. ........
* this makes checking for warnings less error proneBenjamin Peterson2010-07-091-3/+2
|
* Merged revisions 82739,82741 via svnmerge fromBenjamin Peterson2010-07-091-3/+4
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82739 | benjamin.peterson | 2010-07-09 08:28:42 -0500 (Fri, 09 Jul 2010) | 1 line allow more exceptions ........ r82741 | benjamin.peterson | 2010-07-09 08:31:11 -0500 (Fri, 09 Jul 2010) | 1 line wrap ........
* Merged revisions 82735 via svnmerge fromBenjamin Peterson2010-07-091-1/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82735 | benjamin.peterson | 2010-07-09 08:20:40 -0500 (Fri, 09 Jul 2010) | 1 line OverflowError is fine ........
* Merged revisions 82730 via svnmerge fromR. David Murray2010-07-091-1/+10
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k 'merge' in the sense that this is the same fix by the same author. ........ r82730 | r.david.murray | 2010-07-09 08:23:21 -0400 (Fri, 09 Jul 2010) | 4 lines 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. Patch by Andrew Clegg. ........
* Merged revisions 82646,82649-82650 via svnmerge fromMark Dickinson2010-07-082-41/+48
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82646 | mark.dickinson | 2010-07-08 18:23:40 +0100 (Thu, 08 Jul 2010) | 1 line In test_decimal, convert heuristic for skipping tests into an explicit skiplist. ........ r82649 | mark.dickinson | 2010-07-08 20:03:34 +0100 (Thu, 08 Jul 2010) | 1 line Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this. ........ r82650 | mark.dickinson | 2010-07-08 20:09:16 +0100 (Thu, 08 Jul 2010) | 1 line Fix misplaced exactness check that was causing unnecessary work in Decimal.__pow__. ........
* Merged revisions 82647 via svnmerge fromAntoine Pitrou2010-07-081-0/+10
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82647 | antoine.pitrou | 2010-07-08 20:51:30 +0200 (jeu., 08 juil. 2010) | 3 lines Issue #8605: Skip test_gdb if Python is compiled with optimizations. ........
* Merged revisions 82637 via svnmerge fromBenjamin Peterson2010-07-071-4/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82637 | benjamin.peterson | 2010-07-07 17:45:06 -0500 (Wed, 07 Jul 2010) | 1 line ValueError in this case is also acceptable ........
* Merged revisions 82628,82630 via svnmerge fromBenjamin Peterson2010-07-071-2/+8
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82628 | benjamin.peterson | 2010-07-07 13:44:05 -0500 (Wed, 07 Jul 2010) | 1 line this needn't be in the loop ........ r82630 | benjamin.peterson | 2010-07-07 13:54:59 -0500 (Wed, 07 Jul 2010) | 1 line don't ignore exceptions from PyObject_IsTrue ........
* these tests are the result of cpython's incorrect implementationBenjamin Peterson2010-07-071-5/+0
|
* be more generous to implementations that have implemented correctlyBenjamin Peterson2010-07-051-2/+2
|
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-0/+20
|
* Issue #9128: Validate class decorator syntax correctly in parser module.Mark Dickinson2010-07-041-0/+8
|
* Issue #9145: Fix a regression due to r79539Florent Xicluna2010-07-041-3/+6
|
* Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,Victor Stinner2010-07-031-0/+33
| | | | ensure that the input string length is a multiple of the frame size
* don't require the presence of __getformat__ or __setformat__; use ↵Benjamin Peterson2010-07-021-42/+49
| | | | requires_IEEE_754 globally
* an AttributeError is perfectly acceptable hereBenjamin Peterson2010-06-301-1/+1
|
* mark test depending on ref countingBenjamin Peterson2010-06-301-0/+1
|
* Issue #9125: Update parser module for "except ... as ..." syntax.Mark Dickinson2010-06-301-0/+6
|
* Spelling.Mark Dickinson2010-06-291-1/+1
|
* fix skipping conditionBenjamin Peterson2010-06-281-1/+1
|
* testcapi tests are definitely cpython onlyBenjamin Peterson2010-06-281-1/+3
|
* mark tracking tests as implementation detailsBenjamin Peterson2010-06-271-0/+4
|
* Fix indentation in recently added test.R. David Murray2010-06-261-1/+1
|
* #4640: add a test to optparse that proves issue is invalid.R. David Murray2010-06-261-0/+5
|
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
|
* this must be a typoBenjamin Peterson2010-06-251-1/+1
|
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
|
* prevent assignment to set literalsBenjamin Peterson2010-06-241-0/+6
|
* cpython only gc testsBenjamin Peterson2010-06-231-0/+3
|
* mark ref counting as impl detailBenjamin Peterson2010-06-221-4/+3
|
* must force gc hereBenjamin Peterson2010-06-221-1/+3
|
* Fix for issue8446:Ronald Oussoren2010-06-221-1/+7
| | | | | | | | | | * Don't import 'ic' in webbrowser, that module is no longer used * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import. This is needed because one of the earlier tests triggers and import of this extension, and that causes a failure in test_py3kwarn (running test_py3kwarn separately worked fine) With these changes 'make tests' no longer says that test_py3kwarn fails.
* Merge test_strtod and test_float string-to-float conversion tests.Mark Dickinson2010-06-202-102/+6
|
* Revert r60115Jean-Paul Calderone2010-06-181-2/+0
| | | | | | | | | | | | This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972.
* Add few words about test.test_genericpath.CommonTestFlorent Xicluna2010-06-171-0/+3
|