summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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 test_py3kwarn not to test for __cmp__-related DeprecationWarning.Mark Dickinson2010-06-051-12/+4
* Issue #8627: remove out-of-date warning about overriding __cmp__Mark Dickinson2010-06-051-1/+0
* properly lookup the __format__ special methodBenjamin Peterson2010-06-051-0/+3
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+25
* test verifying the resp object is closed for HEAD response.Senthil Kumaran2010-06-041-1/+1
* #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.R. David Murray2010-06-031-7/+22
* 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-032-0/+45
* Issue #8833: tarfile created hard link entries with a sizeLars Gustäbel2010-06-031-1/+5
* 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-011-1/+0
* 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
* 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
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-251-0/+53
* Issue #6662: Fix parsing of malformatted charref (&#bad;)Victor Stinner2010-05-241-0/+7
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...Georg Brandl2010-05-242-4/+6
* Fix default value for version help. Approved by Benjamin on python-dev: http:...Steven Bethard2010-05-241-0/+19
* Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32Victor Stinner2010-05-221-3/+39
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-221-1/+15
* Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twiceVictor Stinner2010-05-221-0/+21
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-211-0/+4
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-211-0/+12
* fix nameBenjamin Peterson2010-05-211-1/+1
* use addCleanupBenjamin Peterson2010-05-211-30/+27
* return NotImplemented from Mapping when comparing to a non-mapping #8729Benjamin Peterson2010-05-211-1/+48
* Turned out that if you used explicit relative import syntaxBrett Cannon2010-05-201-0/+12
* libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-201-8/+2
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-191-1/+10
* Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na...Giampaolo Rodolà2010-05-181-0/+9
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-171-1/+11
* Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()Victor Stinner2010-05-161-6/+4
* use TestCase skip methodBenjamin Peterson2010-05-151-4/+4
* If the timeout is exceeded, count the tests as skipped instead of justStefan Krah2010-05-151-6/+4
* test_site was failing under darwin for non-framework builds because a test wasBrett Cannon2010-05-131-1/+2
* Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.Florent Xicluna2010-05-131-17/+4
* Improve test feedback to troubleshoot issue #8423 on OS X.Florent Xicluna2010-05-131-4/+17
* Better test skipping, with message in the log.Florent Xicluna2010-05-131-8/+14
* Revert the additional OS X information (r81140). Keep the endianness informa...Florent Xicluna2010-05-131-5/+1