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
*
revert a37cc3d926ec (#5322)
Benjamin Peterson
2016-12-14
1
-97/+0
*
Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied
Ned Deily
2016-12-03
1
-12/+1
*
Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.
Serhiy Storchaka
2016-12-03
1
-2/+2
*
increase test_smtplib timeouts
Benjamin Peterson
2016-12-02
1
-8/+8
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-02
1
-0/+97
*
Issue #28847: dubmdbm no longer writes the index file in when it is not
Serhiy Storchaka
2016-12-02
1
-0/+21
*
Issue #11145: Fixed miscellaneous issues with C-style formatting of types
Serhiy Storchaka
2016-12-01
1
-0/+38
*
Issue #28666: Fix stat import
Martin Panter
2016-11-20
1
-1/+1
*
Issue #28666: Fix removing readonly directories on Windows.
Serhiy Storchaka
2016-11-20
1
-1/+1
*
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-15/+16
*
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-1/+32
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-6/+10
*
Issue #28016: Skip /dev/tty seekable() test on AIX
Martin Panter
2016-11-14
1
-1/+1
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-4/+4
*
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
1
-24/+92
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-1/+84
*
pip 9.0 works fine without the ssl module
Donald Stufft
2016-11-02
1
-69/+0
*
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-1/+8
*
Issue #28515: Fixed py3k warnings.
Serhiy Storchaka
2016-10-25
1
-0/+3
*
Issue #28115: ZIP creation test requires zlib.
Serhiy Storchaka
2016-10-23
1
-0/+1
*
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Serhiy Storchaka
2016-10-23
1
-0/+13
*
Issue #28115: Added tests for CLI of the zipfile module.
Serhiy Storchaka
2016-10-23
1
-2/+72
*
Issue #28435: Avoid no_proxy environment variable interfering with tests
Martin Panter
2016-10-22
1
-0/+8
*
Issue #21720: Improve exception message when the type of fromlist is unicode
Berker Peksag
2016-10-16
1
-0/+8
*
Issue #28394: Typo fixes in code comments and changelog
Martin Panter
2016-10-10
1
-1/+1
*
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-0/+43
*
skip test on windows
Benjamin Peterson
2016-10-06
1
-0/+1
*
fix bug in 48797808a302
Benjamin Peterson
2016-10-06
1
-1/+1
*
skip test if resizing is not supported
Benjamin Peterson
2016-10-06
1
-2/+5
*
mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...
Benjamin Peterson
2016-10-06
1
-0/+10
*
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
1
-3/+17
*
Moved Unicode C API related tests to separate test class.
Serhiy Storchaka
2016-10-02
1
-5/+7
*
Issue #27358: Backported tests.
Serhiy Storchaka
2016-10-02
1
-0/+15
*
Issue #28257: Backported a test.
Serhiy Storchaka
2016-10-02
1
-0/+5
*
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-1/+32
*
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky
2016-09-28
1
-0/+21
*
Issue #28221: Remove unused assignment from test_asyncore_server()
Martin Panter
2016-09-23
1
-2/+0
*
Add Lib/test/ssltests.py for faster testing of OpenSSL
Christian Heimes
2016-09-22
1
-0/+36
*
Issue #24363: Continue parsing HTTP header in spite of invalid lines
Martin Panter
2016-09-16
1
-1/+115
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-23/+94
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
1
-0/+83
*
Backported tests for issue #28070.
Serhiy Storchaka
2016-09-10
1
-0/+3
*
Correct spelling in documentation and code comments
Martin Panter
2016-09-10
1
-1/+1
*
Correct print() calls to print a blank line in various test cases
Martin Panter
2016-09-10
3
-3/+3
*
Issue #28019: Backported additional tests for itertools.count().
Serhiy Storchaka
2016-09-10
1
-3/+26
*
Disable test_gdb.PrettyPrintTests when compiled with optimizations,
Gregory P. Smith
2016-09-09
1
-0/+3
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-0/+15
*
skip two test_gdb tests that fail when compiled in profile-opt mode:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-0/+4
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
7
-8/+8
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
1
-3/+13
[next]