index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-0/+35
*
Fix for raising exception not derived from BaseException in _SelectorSslTrans...
Andrew Svetlov
2014-05-27
1
-0/+4
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
1
-0/+6
*
Issue 8743: Improve interoperability between sets and the collections.Set abs...
Raymond Hettinger
2014-05-26
1
-4/+156
*
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
1
-1/+1
*
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+60
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
1
-0/+14
*
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
1
-0/+12
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-3/+39
*
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
Victor Stinner
2014-05-20
1
-1/+1
*
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+5
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-1/+9
*
Issue #21497: faulthandler functions now raise a better error if sys.stderr is
Victor Stinner
2014-05-14
1
-0/+25
*
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
1
-12/+0
*
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-0/+12
*
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
1
-7/+8
*
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...
Guido van Rossum
2014-05-13
1
-6/+9
*
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com
2014-05-13
1
-1/+1
*
Issue #21422: Add a test to check that bool << int and bool >> int return an int
Victor Stinner
2014-05-12
1
-0/+7
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
1
-0/+36
*
Try to fix issue #21425 workaround for shared library builds
Antoine Pitrou
2014-05-11
1
-2/+2
*
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
*
Try workaround for test issues in #21425
Antoine Pitrou
2014-05-11
1
-0/+8
*
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
2
-2/+51
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-0/+32
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
2
-0/+33
*
asyncio: Fix the second half of issue #21447: race in _write_to_self().
Guido van Rossum
2014-05-06
1
-2/+3
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-0/+30
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-04
1
-1/+3
*
use with blocks to make sure files are closed
Benjamin Peterson
2014-05-04
1
-18/+12
*
improve test coverage of filecmp (closes #21357)
Benjamin Peterson
2014-05-04
1
-5/+75
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
4
-29/+58
*
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-0/+17
*
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea
2014-04-29
1
-4/+2
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-2/+11
*
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0/+20
*
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum
2014-04-27
2
-0/+14
*
make operations on closed dumb databases raise a consistent exception (closes...
Benjamin Peterson
2014-04-26
1
-4/+25
*
Issue #21207: Detect when the os.urandom cached fd has been closed or replace...
Antoine Pitrou
2014-04-26
1
-0/+43
*
Issue #21346: Fix typo, make message consistent in test_itertools.
Zachary Ware
2014-04-24
1
-1/+1
*
fix the test on windows which has different return codes from killed
Gregory P. Smith
2014-04-23
1
-5/+10
*
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith
2014-04-23
1
-0/+48
*
Issue #21127: Path objects can now be instantiated from str subclass instance...
Antoine Pitrou
2014-04-22
1
-0/+30
*
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
Senthil Kumaran
2014-04-20
1
-24/+41
*
#12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
1
-0/+4
*
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow
2014-04-19
1
-1/+18
*
asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163).
Guido van Rossum
2014-04-15
1
-0/+47
*
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
1
-1/+1
*
remove superfluous and useless line
Benjamin Peterson
2014-04-16
1
-1/+0
*
use the called property of the run_pip mock rather than an assertion method t...
Benjamin Peterson
2014-04-16
1
-8/+8
[next]