summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.Mark Dickinson2010-04-022-5/+25
* Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.Mark Dickinson2010-04-022-14/+56
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-022-13/+51
* #7092: silence some py3k warningsFlorent Xicluna2010-04-024-6/+6
* #7092: Drop the cmp argument.Florent Xicluna2010-04-022-15/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-0237-149/+169
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-016-21/+22
* Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets pi...Antoine Pitrou2010-04-011-0/+0
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-012-0/+670
* Fix a test_pydoc failure on Neal Norwitz's buildbot.Brian Curtin2010-04-011-1/+1
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-3121-226/+112
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-312-1/+21
* Fix test for xml.etree when using a non-ascii path. And use check_warnings i...Florent Xicluna2010-03-311-16/+26
* - Issue #8233: When run as a script, py_compile.py optionally takes a singleBarry Warsaw2010-03-311-8/+24
* Correct what was intended to be a single-tuple to just be a != check.Brian Curtin2010-03-311-1/+1
* Silence a py3k warning.Ezio Melotti2010-03-311-3/+6
* Fix #8225. xml.etree was displaying an incorrect link when viewed in help.Brian Curtin2010-03-312-1/+8
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-301-0/+26
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-301-26/+0
* Fix small error in r79502Antoine Pitrou2010-03-301-4/+4
* Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.Antoine Pitrou2010-03-303-0/+32
* add inspect.getcallargs, which binds function arguments like a normal call #3135Benjamin Peterson2010-03-302-4/+277
* #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru...Florent Xicluna2010-03-301-12/+18
* #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...Florent Xicluna2010-03-301-1/+12
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-294-1/+592
* Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an...Michael Foord2010-03-272-13/+69
* Rename the unittest test_suite function to not clash with a test module name ...Michael Foord2010-03-272-3/+3
* A fix for running unittest tests on platforms without the audioop module (e.g...Michael Foord2010-03-272-14/+7
* 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
* reorder importsBenjamin Peterson2010-03-261-1/+2
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-266-16/+319
* 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 test_unittest and test_warnings when running "python -Werror -m test.regr...Florent Xicluna2010-03-252-11/+11
* #8207: Fix test_pep277 on OS XFlorent Xicluna2010-03-251-9/+18
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-252-6/+6
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+1
* 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 av...Florent Xicluna2010-03-241-31/+33
* Skip test_ascii_formatd if _ctypes is not available (BSD, ...).Florent Xicluna2010-03-242-14/+9
* logging: Added LOG_FTP for SysLogHandler and updated documentation.Vinay Sajip2010-03-241-1/+3
* The SIGINT signal may happen earlier, during site.py initialization.Florent Xicluna2010-03-231-4/+1
* 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 th...Florent Xicluna2010-03-231-6/+11