| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 2 | -1/+21 |
|
|
* | Fix test for xml.etree when using a non-ascii path. And use check_warnings i... | Florent Xicluna | 2010-03-31 | 1 | -16/+26 |
|
|
* | Silence a py3k warning. | Ezio Melotti | 2010-03-31 | 1 | -3/+6 |
|
|
* | Fix #8225. xml.etree was displaying an incorrect link when viewed in help. | Brian Curtin | 2010-03-31 | 1 | -0/+6 |
|
|
* | Fix small error in r79502 | Antoine Pitrou | 2010-03-30 | 1 | -4/+4 |
|
|
* | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 3 | -0/+32 |
|
|
* | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 1 | -3/+193 |
|
|
* | #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru... | Florent Xicluna | 2010-03-30 | 1 | -12/+18 |
|
|
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to... | Florent Xicluna | 2010-03-30 | 1 | -1/+12 |
|
|
* | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 1 | -0/+376 |
|
|
* | Rename the unittest test_suite function to not clash with a test module name ... | Michael Foord | 2010-03-27 | 1 | -1/+1 |
|
|
* | Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. | Mark Dickinson | 2010-03-27 | 1 | -2/+15 |
|
|
* | 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 |
|
|
* | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 1 | -4420/+4 |
|
|
* | Fix test_unittest and test_warnings when running "python -Werror -m test.regr... | Florent Xicluna | 2010-03-25 | 2 | -11/+11 |
|
|
* | #8207: Fix test_pep277 on OS X | Florent Xicluna | 2010-03-25 | 1 | -9/+18 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | 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 av... | Florent Xicluna | 2010-03-24 | 1 | -31/+33 |
|
|
* | Skip test_ascii_formatd if _ctypes is not available (BSD, ...). | Florent Xicluna | 2010-03-24 | 2 | -14/+9 |
|
|
* | 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 th... | Florent Xicluna | 2010-03-23 | 1 | -6/+11 |
|
|
* | #7668: Fix test_httpservers failure when sys.executable contains non-ASCII by... | Florent Xicluna | 2010-03-22 | 1 | -2/+12 |
|
|
* | Issue #7860: platform.uname now reports the correct 'machine' type | R. David Murray | 2010-03-22 | 1 | -0/+21 |
|
|
* | logging: Added getChild utility method to Logger and added isEnabledFor metho... | Vinay Sajip | 2010-03-22 | 1 | -1/+19 |
|
|
* | Get rid of buffer() in test_ctypes: backport the 3.x tests. | Florent Xicluna | 2010-03-22 | 1 | -7/+5 |
|
|
* | Fix an occasional test_ftplib failure, following r79226. | Antoine Pitrou | 2010-03-22 | 1 | -1/+6 |
|
|
* | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ... | Vinay Sajip | 2010-03-22 | 1 | -0/+6 |
|
|
* | Fix the NEWS about my last commit: an unicode subclass can now override the | Victor Stinner | 2010-03-22 | 1 | -2/+0 |
|
|
* | Issue #1583863: An unicode subclass can now override the __str__ method | Victor Stinner | 2010-03-22 | 1 | -0/+11 |
|
|
* | expected failure should not trigger failfast behavior in unittest. | Michael Foord | 2010-03-22 | 1 | -6/+0 |
|
|
* | Removing Python 2.3 compatibility code from unittest. | Michael Foord | 2010-03-22 | 1 | -1/+3 |
|
|
* | Fix failing test committed by accident. | Michael Foord | 2010-03-22 | 1 | -1/+1 |
|
|
* | -f/--failfast command line option for unittest. Issue 8074. Documentation sti... | Michael Foord | 2010-03-22 | 1 | -20/+54 |
|
|
* | Issue 7815. __unittest in module globals trims frames from reported stacktrac... | Michael Foord | 2010-03-22 | 1 | -0/+10 |
|
|
* | take into account keyword arguments when passing too many args | Benjamin Peterson | 2010-03-21 | 1 | -0/+9 |
|
|
* | improve error message from passing inadequate number of keyword arguments #6474 | Benjamin Peterson | 2010-03-21 | 1 | -0/+9 |
|
|
* | don't write duplicate tests | Benjamin Peterson | 2010-03-21 | 1 | -2/+0 |
|
|
* | fix import | Benjamin Peterson | 2010-03-21 | 1 | -2/+3 |
|
|
* | #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali... | Florent Xicluna | 2010-03-21 | 1 | -30/+105 |
|
|
* | rewrite a bit | Benjamin Peterson | 2010-03-21 | 1 | -4/+6 |
|
|
* | Use assertRaises and add a specific warning filter. | Florent Xicluna | 2010-03-21 | 1 | -9/+4 |
|
|
* | No more deprecation warnings for distutils.sysconfig, following r78666. | Florent Xicluna | 2010-03-21 | 1 | -8/+3 |
|
|
* | Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" state... | Florent Xicluna | 2010-03-21 | 2 | -3/+35 |
|
|
* | Fix py3k warnings in test_decimal, using unittest.assertItemsEqual. | Florent Xicluna | 2010-03-21 | 1 | -17/+15 |
|
|