summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals ↵Michael Foord2010-03-272-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 Foord2010-03-272-3/+3
| | | | (unittest.test.test_suite is now unambiguous).
* A fix for running unittest tests on platforms without the audioop module ↵Michael Foord2010-03-272-14/+7
| | | | (e.g. jython and IronPython)
* Add Misc/NEWS entry for r79455.Mark Dickinson2010-03-271-0/+5
|
* Make Fraction to complex comparisons with <=, <, >= or > raise TypeError.Mark Dickinson2010-03-272-4/+19
|
* Ensure that the failed or unexpected tests are sorted before printing.Florent Xicluna2010-03-261-7/+2
|
* Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that ↵Antoine Pitrou2010-03-262-3/+4
| | | | | | | | blocking reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890)
* reorder importsBenjamin Peterson2010-03-261-1/+2
|
* Makefile.pre.in for the unittest/test directoryMichael Foord2010-03-261-1/+1
|
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-266-16/+319
| | | | test run more elegantly
* Move a support TestCase out of the main namespace in unittest.test.test_suiteMichael Foord2010-03-261-7/+7
|
* Remove incorrect docstring in unittest.testMichael Foord2010-03-261-14/+0
|
* Turn unittest tests into a packageMichael Foord2010-03-2514-4420/+4515
|
* Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.Brian Curtin2010-03-251-173/+176
|
* make naming convention consistentBenjamin Peterson2010-03-251-2/+2
|
* Fix test_unittest and test_warnings when running "python -Werror -m ↵Florent Xicluna2010-03-252-11/+11
| | | | test.regrtest"
* #8207: Fix test_pep277 on OS XFlorent Xicluna2010-03-252-11/+20
|
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-252-6/+6
|
* make an attempt to add capsule to the Windows buildBenjamin Peterson2010-03-251-0/+8
|
* Add various itemsAndrew M. Kuchling2010-03-251-14/+66
|
* Remove extraneous experimental code checked in by accident.Larry Hastings2010-03-251-92/+0
|
* Fix a gcc warning introduced by r79397.Victor Stinner2010-03-251-1/+1
|
* fix eol properties on capsule filesBenjamin Peterson2010-03-250-0/+0
|
* set eol on email exampleBenjamin Peterson2010-03-250-0/+0
|
* set bsddb eol styleBenjamin Peterson2010-03-250-0/+0
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-2540-127/+1048
| | | | CObject to PyCapsule.
* Fix _curses.tiget*() functions: deny None to avoid a crash.Victor Stinner2010-03-251-3/+3
| | | | | Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).
* Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compilerVictor Stinner2010-03-253-0/+7
| | | | optimizations are disabled when --with-pydebug is used.
* Replace license with simple attribution.Steven Bethard2010-03-241-13/+1
|
* Revert r79384 (the fix failed).Antoine Pitrou2010-03-241-11/+2
|
* replace copy right notice with simple attributionBenjamin Peterson2010-03-241-13/+1
|
* Trying to fix #8108. Will watch the buildbot(s).Antoine Pitrou2010-03-241-2/+11
|
* Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not ↵Florent Xicluna2010-03-241-31/+33
| | | | available.
* Various editsAndrew M. Kuchling2010-03-241-19/+23
|
* logging: Updated SysLogHandler documentation.Vinay Sajip2010-03-241-0/+8
|
* Skip test_ascii_formatd if _ctypes is not available (BSD, ...).Florent Xicluna2010-03-242-14/+9
| | | | Previous change was incomplete (r79334).
* logging: Documentation tweak.Vinay Sajip2010-03-241-2/+2
|
* Add Brian Curtin.Martin v. Löwis2010-03-241-0/+2
|
* logging: Added LOG_FTP for SysLogHandler and updated documentation.Vinay Sajip2010-03-243-1/+76
|
* Another typo.Ezio Melotti2010-03-231-1/+1
|
* #8217: typo.Ezio Melotti2010-03-231-1/+1
|
* the == test doesn't work on Solaris #8210Benjamin Peterson2010-03-232-3/+3
|
* The SIGINT signal may happen earlier, during site.py initialization.Florent Xicluna2010-03-231-4/+1
|
* add some unittest itemsAndrew M. Kuchling2010-03-231-13/+20
|
* The standard error should be empty when the signal is killed, except on SIGINT.Florent Xicluna2010-03-231-2/+8
|
* Silence test_subprocess.Florent Xicluna2010-03-231-24/+12
|
* Skip test_format_deprecation if _ctypes is not available. Add a filter to ↵Florent Xicluna2010-03-231-6/+11
| | | | the warning check.
* Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docsSenthil Kumaran2010-03-231-1/+2
|
* Merged revisions 79313,79324 via svnmerge fromBenjamin Peterson2010-03-231-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 ........
* Link specifically to the UCD version 5.2.0.Ezio Melotti2010-03-232-3/+4
|