summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* use unicode literalsBenjamin Peterson2010-06-071-3/+3
* correctly overflow when indexes are too largeBenjamin Peterson2010-06-071-0/+3
* Silence deprecation warning in test___all__ caused by an import bsddb.Ezio Melotti2010-06-071-2/+2
* update pydoc-topicsBenjamin Peterson2010-06-061-1/+1
* bump version to 2.7 rc1Benjamin Peterson2010-06-062-2/+2
* Code formatting change.Michael Foord2010-06-051-0/+1
* Replace deprecated fail* methods with the equivalent assert* ones.Ezio Melotti2010-06-051-11/+11
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...Michael Foord2010-06-053-4/+47
* Tests for unittest.TestCase.maxDiff.Michael Foord2010-06-051-0/+39
* Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported a...Michael Foord2010-06-051-21/+23
* Add a NEWS entry for r81758 and clarify a comment.Ezio Melotti2010-06-051-3/+3
* Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.Ezio Melotti2010-06-052-10/+170
* Fix unittest tests after previous commit.Michael Foord2010-06-052-4/+7
* unittest.TestCase assertion methods inform you when they have omitted an over...Michael Foord2010-06-051-1/+5
* Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.Mark Dickinson2010-06-051-12/+4
* unittest.TestCase.assertDictEqual and assertMultilineEqual provide better def...Michael Foord2010-06-052-6/+12
* Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCa...Michael Foord2010-06-052-13/+35
* Issue #8627: remove out-of-date warning about overriding __cmp__Mark Dickinson2010-06-051-1/+0
* Extract error message truncating into a method (unittest.TestCase._truncateMe...Michael Foord2010-06-051-4/+6
* Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.Michael Foord2010-06-052-3/+29
* unittest TestLoader test discovery filename matching done in a method. This m...Michael Foord2010-06-051-20/+24
* properly lookup the __format__ special methodBenjamin Peterson2010-06-051-0/+3
* #4487: have Charset check with codecs for possible aliases.R. David Murray2010-06-042-1/+10
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-042-0/+27
* test verifying the resp object is closed for HEAD response.Senthil Kumaran2010-06-041-1/+1
* Fix issue6312 - close the resp object for HEAD response.Senthil Kumaran2010-06-041-0/+1
* use a set for membership testingBenjamin Peterson2010-06-031-2/+2
* #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.R. David Murray2010-06-031-7/+22
* #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.R. David Murray2010-06-032-1/+19
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-031-5/+0
* Issue #8741: Fixed the TarFile.makelink() method that is responsibleLars Gustäbel2010-06-033-26/+90
* Issue #8833: tarfile created hard link entries with a sizeLars Gustäbel2010-06-032-2/+6
* Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren2010-06-031-1/+21
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-022-0/+27
* Logging: improved error reporting for BaseConfigurator.resolve().Vinay Sajip2010-06-021-9/+15
* Fix #8618. Ask the Windows mixer API if there are any playback devicesBrian Curtin2010-06-011-0/+6
* Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...Senthil Kumaran2010-06-012-1/+9
* Issue #8748: Fix incorrect results from comparisons between an integerMark Dickinson2010-05-301-1/+18
* Issue #5211: Complete removal of implicit coercions for the complexMark Dickinson2010-05-301-0/+13
* Fix #8405 for slow buildbots. Remove the sleep on startup and move theBrian Curtin2010-05-281-11/+16
* remove non-ascii coding per PEP 8Benjamin Peterson2010-05-281-2/+1
* Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) andVictor Stinner2010-05-271-1/+3
* Issue #7150: Raise OverflowError if the result of adding or subtractingAlexander Belopolsky2010-05-271-9/+10
* Issue #7879: Skip negative timestamps test on any Windows platformAlexander Belopolsky2010-05-261-7/+2
* Issue #7879: Do not test negative timestamps on any Windows platformAlexander Belopolsky2010-05-261-3/+3
* Issue #8825: additional testcases for int(string, 0) and long(string, 0).Mark Dickinson2010-05-262-0/+23
* Issue #7449: Skip test_socketserver if threading support is disabledVictor Stinner2010-05-261-0/+1
* Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding andVictor Stinner2010-05-251-0/+20
* Fix a NameError in test_enumerate.Mark Dickinson2010-05-251-1/+1
* Issue #8816: Extra tests for some built-in functions. These tests areMark Dickinson2010-05-253-14/+84