summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-271-0/+4
* Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-261-0/+6
* Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-4/+156
* Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-261-1/+1
* Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+60
* Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-231-0/+14
* Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+12
* Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-3/+39
* asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
* Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+5
* Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-141-1/+9
* Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
* Backed out changeset 6ceedbd88b5fVictor Stinner2014-05-141-12/+0
* Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-0/+12
* Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-131-7/+8
* Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-131-6/+9
* - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-1/+1
* Issue #21422: Add a test to check that bool << int and bool >> int return an intVictor Stinner2014-05-121-0/+7
* asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum2014-05-121-0/+36
* Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2
* Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1
* Try workaround for test issues in #21425Antoine Pitrou2014-05-111-0/+8
* Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-112-2/+51
* Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-0/+32
* Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-082-0/+33
* asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-061-2/+3
* Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-0/+30
* Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-041-1/+3
* use with blocks to make sure files are closedBenjamin Peterson2014-05-041-18/+12
* improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-041-5/+75
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-024-29/+58
* Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
* Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-2/+11
* Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+20
* asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-272-0/+14
* make operations on closed dumb databases raise a consistent exception (closes...Benjamin Peterson2014-04-261-4/+25
* Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-261-0/+43
* Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1
* fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
* subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-231-0/+48
* Issue #21127: Path objects can now be instantiated from str subclass instance...Antoine Pitrou2014-04-221-0/+30
* urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)Senthil Kumaran2014-04-201-24/+41
* #12220: improve minidom error when URI contains spaces.R David Murray2014-04-201-0/+4
* Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.Eric Snow2014-04-191-1/+18
* asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163).Guido van Rossum2014-04-151-0/+47
* Fixes for KFreeBSD and the Hurd:doko@ubuntu.com2014-04-171-1/+1
* remove superfluous and useless lineBenjamin Peterson2014-04-161-1/+0
* use the called property of the run_pip mock rather than an assertion method t...Benjamin Peterson2014-04-161-8/+8