Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according ↵ | Florent Xicluna | 2010-03-30 | 1 | -1/+12 |
| | | | | to Unicode Standard Annex #14. | ||||
* | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 4 | -1/+592 |
| | |||||
* | Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals ↵ | Michael Foord | 2010-03-27 | 2 | -13/+69 |
| | | | | | | and assertNotAlmostEquals This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding. | ||||
* | Rename the unittest test_suite function to not clash with a test module name ↵ | Michael Foord | 2010-03-27 | 2 | -3/+3 |
| | | | | (unittest.test.test_suite is now unambiguous). | ||||
* | A fix for running unittest tests on platforms without the audioop module ↵ | Michael Foord | 2010-03-27 | 2 | -14/+7 |
| | | | | (e.g. jython and IronPython) | ||||
* | Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. | Mark Dickinson | 2010-03-27 | 2 | -4/+19 |
| | |||||
* | Ensure that the failed or unexpected tests are sorted before printing. | Florent Xicluna | 2010-03-26 | 1 | -7/+2 |
| | |||||
* | reorder imports | Benjamin Peterson | 2010-03-26 | 1 | -1/+2 |
| | |||||
* | Addition of -c command line option to unittest, to handle ctrl-c during a ↵ | Michael Foord | 2010-03-26 | 6 | -16/+319 |
| | | | | test run more elegantly | ||||
* | Move a support TestCase out of the main namespace in unittest.test.test_suite | Michael Foord | 2010-03-26 | 1 | -7/+7 |
| | |||||
* | Remove incorrect docstring in unittest.test | Michael Foord | 2010-03-26 | 1 | -14/+0 |
| | |||||
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 14 | -4420/+4515 |
| | |||||
* | Fix test_unittest and test_warnings when running "python -Werror -m ↵ | Florent Xicluna | 2010-03-25 | 2 | -11/+11 |
| | | | | test.regrtest" | ||||
* | #8207: Fix test_pep277 on OS X | Florent Xicluna | 2010-03-25 | 1 | -9/+18 |
| | |||||
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 2 | -6/+6 |
| | |||||
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+1 |
| | | | | CObject to PyCapsule. | ||||
* | Replace license with simple attribution. | Steven Bethard | 2010-03-24 | 1 | -13/+1 |
| | |||||
* | Revert r79384 (the fix failed). | Antoine Pitrou | 2010-03-24 | 1 | -11/+2 |
| | |||||
* | replace copy right notice with simple attribution | Benjamin Peterson | 2010-03-24 | 1 | -13/+1 |
| | |||||
* | Trying to fix #8108. Will watch the buildbot(s). | Antoine Pitrou | 2010-03-24 | 1 | -2/+11 |
| | |||||
* | Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not ↵ | Florent Xicluna | 2010-03-24 | 1 | -31/+33 |
| | | | | available. | ||||
* | Skip test_ascii_formatd if _ctypes is not available (BSD, ...). | Florent Xicluna | 2010-03-24 | 2 | -14/+9 |
| | | | | Previous change was incomplete (r79334). | ||||
* | logging: Added LOG_FTP for SysLogHandler and updated documentation. | Vinay Sajip | 2010-03-24 | 1 | -1/+3 |
| | |||||
* | The SIGINT signal may happen earlier, during site.py initialization. | Florent Xicluna | 2010-03-23 | 1 | -4/+1 |
| | |||||
* | The standard error should be empty when the signal is killed, except on SIGINT. | Florent Xicluna | 2010-03-23 | 1 | -2/+8 |
| | |||||
* | Silence test_subprocess. | Florent Xicluna | 2010-03-23 | 1 | -24/+12 |
| | |||||
* | Skip test_format_deprecation if _ctypes is not available. Add a filter to ↵ | Florent Xicluna | 2010-03-23 | 1 | -6/+11 |
| | | | | the warning check. | ||||
* | Merged revisions 79313,79324 via svnmerge from | Benjamin Peterson | 2010-03-23 | 1 | -5/+5 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79313 | benjamin.peterson | 2010-03-22 17:59:57 -0500 (Mon, 22 Mar 2010) | 1 line another case where a symbol is needed ........ r79324 | benjamin.peterson | 2010-03-22 21:59:47 -0500 (Mon, 22 Mar 2010) | 1 line use unicode literals ........ | ||||
* | Merged revisions 79309 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79309 | benjamin.peterson | 2010-03-22 17:50:47 -0500 (Mon, 22 Mar 2010) | 1 line pass correct symbol in ........ | ||||
* | Issue #8205: Remove the "Modules" directory from sys.path when Python is ↵ | Florent Xicluna | 2010-03-22 | 1 | -1/+1 |
| | | | | running from the build directory (POSIX only). | ||||
* | #7667: Fix doctest failures with non-ASCII paths. | Florent Xicluna | 2010-03-22 | 1 | -1/+2 |
| | |||||
* | Merged revisions 79077,79137,79304-79305 via svnmerge from | Benjamin Peterson | 2010-03-22 | 4 | -10/+170 |
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79077 | benjamin.peterson | 2010-03-18 18:05:29 -0500 (Thu, 18 Mar 2010) | 1 line port detect_encoding improvements from py3k ........ r79137 | benjamin.peterson | 2010-03-20 11:12:53 -0500 (Sat, 20 Mar 2010) | 1 line add a fixer for setting sys.exitfunc #2356 ........ r79304 | benjamin.peterson | 2010-03-22 17:20:22 -0500 (Mon, 22 Mar 2010) | 1 line fix test_parser when it's run in a path with spaces #7666 ........ r79305 | benjamin.peterson | 2010-03-22 17:27:07 -0500 (Mon, 22 Mar 2010) | 1 line normalize whitespace ........ | ||||
* | Issue #7512: shutil.copystat() could raise an OSError when the filesystem | Antoine Pitrou | 2010-03-22 | 1 | -2/+6 |
| | | | | | didn't support chflags() (for example ZFS under FreeBSD). The error is now silenced. | ||||
* | #7668: Fix test_httpservers failure when sys.executable contains non-ASCII ↵ | Florent Xicluna | 2010-03-22 | 1 | -2/+12 |
| | | | | bytes. | ||||
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is ↵ | Florent Xicluna | 2010-03-22 | 1 | -2/+9 |
| | | | | | | deprecated. Complement of r79288. | ||||
* | Issue #7860: platform.uname now reports the correct 'machine' type | R. David Murray | 2010-03-22 | 2 | -1/+26 |
| | | | | | when Python is running in WOW64 mode on 64 bit Windows. Patch by Brian Curtin. | ||||
* | logging: Added getChild utility method to Logger and added isEnabledFor ↵ | Vinay Sajip | 2010-03-22 | 2 | -1/+44 |
| | | | | method to LoggerAdapter. | ||||
* | Missing testsuite files | Jesus Cea | 2010-03-22 | 3 | -0/+716 |
| | |||||
* | Get rid of buffer() in test_ctypes: backport the 3.x tests. | Florent Xicluna | 2010-03-22 | 7 | -47/+30 |
| | |||||
* | Fix an occasional test_ftplib failure, following r79226. | Antoine Pitrou | 2010-03-22 | 1 | -1/+6 |
| | |||||
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 19 | -209/+680 |
| | |||||
* | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ↵ | Vinay Sajip | 2010-03-22 | 2 | -2/+11 |
| | | | | names exist at the same time. | ||||
* | Fix the NEWS about my last commit: an unicode subclass can now override the | Victor Stinner | 2010-03-22 | 1 | -2/+0 |
| | | | | | | __unicode__ method (and not the __str__ method). Simplify also the testcase. | ||||
* | Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ↵ | Vinay Sajip | 2010-03-22 | 1 | -3/+11 |
| | | | | when logging occurs. | ||||
* | Issue #1583863: An unicode subclass can now override the __str__ method | Victor Stinner | 2010-03-22 | 1 | -0/+11 |
| | |||||
* | Correct usage message displayed for python -m unittest -h | Michael Foord | 2010-03-22 | 3 | -10/+4 |
| | |||||
* | expected failure should not trigger failfast behavior in unittest. | Michael Foord | 2010-03-22 | 3 | -8/+1 |
| | |||||
* | Removing Python 2.3 compatibility code from unittest. | Michael Foord | 2010-03-22 | 3 | -8/+5 |
| | |||||
* | Fix failing test committed by accident. | Michael Foord | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | -f/--failfast command line option for unittest. Issue 8074. Documentation ↵ | Michael Foord | 2010-03-22 | 4 | -26/+86 |
| | | | | still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest |