summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* prevent assignment to set literalsBenjamin Peterson2010-06-241-0/+6
* cpython only gc testsBenjamin Peterson2010-06-231-0/+3
* mark ref counting as impl detailBenjamin Peterson2010-06-221-4/+3
* must force gc hereBenjamin Peterson2010-06-221-1/+3
* keep UserDict an old-style classBenjamin Peterson2010-06-222-2/+4
* Fix for issue8446:Ronald Oussoren2010-06-222-13/+7
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-212-2/+2
* update pydoc-topicsBenjamin Peterson2010-06-211-1/+1
* fix finding visual studio 2008 on 64 bit #8854Benjamin Peterson2010-06-211-4/+14
* Add tests for problems reported in issue 8959.Thomas Heller2010-06-211-0/+35
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+26
* Merge test_strtod and test_float string-to-float conversion tests.Mark Dickinson2010-06-202-102/+6
* Revert r60115Jean-Paul Calderone2010-06-182-5/+3
* Add few words about test.test_genericpath.CommonTestFlorent Xicluna2010-06-171-0/+3
* #8720: fix inspect regression by teaching getsourcefile about linecache.R. David Murray2010-06-172-1/+21
* Issue #8986: erfc was raising OverflowError on Linux for arguments inMark Dickinson2010-06-132-0/+47
* Issue #8924: logging: Improved error handling for Unicode in exception text.Vinay Sajip2010-06-111-1/+7
* Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crashAntoine Pitrou2010-06-111-0/+25
* Fix possible undefined behaviour from signed overflow in struct module.Mark Dickinson2010-06-111-0/+6
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-102-2/+4
* Typo correction.Michael Foord2010-06-091-1/+1
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...Michael Foord2010-06-084-2/+116
* 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