summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* remove unneeded argumentBenjamin Peterson2010-04-031-2/+1
* wrapBenjamin Peterson2010-04-031-3/+3
* Minor tweak to unittest command line usage messageMichael Foord2010-04-031-1/+2
* Adding -b command line option to the unittest usage message.Michael Foord2010-04-031-6/+8
* Use more specific assert* methods in test_decimal.Ezio Melotti2010-04-031-43/+43
* Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-0/+18
* Fix a couple of issues with the test_structmembersType class in _testcapimoduleMark Dickinson2010-04-031-2/+2
* Add subtract() method to collections.Counter() objects.Raymond Hettinger2010-04-032-0/+39
* Factor-out constant expressionsRaymond Hettinger2010-04-031-14/+6
* Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear(...Raymond Hettinger2010-04-031-2/+8
* Another attempt at a fix for unittest.test.test_result for windows line endingsMichael Foord2010-04-031-5/+4
* Cross platform unittest.TestResult newline handling when buffering stdout / s...Michael Foord2010-04-032-15/+15
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-1/+6
* Support dotted module names for test discovery paths in unittest. Issue 7780.Michael Foord2010-04-032-6/+32
* split out large test functionBenjamin Peterson2010-04-031-16/+21
* Fix assertRaises usage on reflection functions which should raiseBrian Curtin2010-04-031-5/+8
* Clear cyclical references in list based OrderedDict.Raymond Hettinger2010-04-031-3/+11
* set svn:eol-style on new fileBenjamin Peterson2010-04-021-42/+42
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-024-3/+110
* Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatchesMichael Foord2010-04-022-0/+22
* unittest tests no longer replace the sys.stdout put in place by regrtestMichael Foord2010-04-022-8/+4
* Issue #8294: Allow float and Decimal arguments in Fraction constructor.Mark Dickinson2010-04-022-9/+80
* TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...Michael Foord2010-04-022-19/+18
* Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...Ezio Melotti2010-04-021-1/+3
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-025-14/+217
* Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.Brian Curtin2010-04-021-23/+178
* removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...Tarek Ziadé2010-04-022-398/+21
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-022-2/+32
* Backport some robotparser test and skip the test if the external resource is ...Florent Xicluna2010-04-021-5/+18
* #4440: modernize a use of filter(), making it compatible with 3.xAndrew M. Kuchling2010-04-021-1/+1
* Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...Eric Smith2010-04-021-0/+36
* 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