summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
* adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-2/+3
* Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041-0/+2
* Added more tests for urllib utility functions.Serhiy Storchaka2015-03-021-13/+103
* Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+2
* Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on WindowsVictor Stinner2015-02-241-0/+2
* Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is nowVictor Stinner2015-02-242-0/+60
* Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-34/+32
* Issue #22113: struct.pack_into() now supports new buffer protocol (inSerhiy Storchaka2015-02-211-5/+14
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-212-4/+61
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-0/+7
* Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-2/+48
* Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with emptyBerker Peksag2015-02-202-2/+31
* remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-191-4/+2
* Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-182-5/+47
* Merge headsSerhiy Storchaka2015-02-152-4/+4
|\
| * Backed out changeset 7d2018774925Serhiy Storchaka2015-02-152-4/+4
* | Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbmSerhiy Storchaka2015-02-152-1/+10
|/
* Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-152-4/+4
* Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSDSerhiy Storchaka2015-02-151-8/+14
* Issue #17753: Skip test_zipfile tests which require write access to testSerhiy Storchaka2015-02-141-0/+6
* Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.Serhiy Storchaka2015-02-141-0/+2
* Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings inSerhiy Storchaka2015-02-133-10/+26
* Issue #21840: Fixed a typo.Serhiy Storchaka2015-02-131-1/+1
* Issue #21840: Fixed expanding unicode variables of form $var inSerhiy Storchaka2015-02-139-23/+48
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+65
* Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* Issue #18982: Fixed newlines in calendar CLI tests on Windows.Serhiy Storchaka2015-02-051-7/+10
* Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-051-3/+134
* Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-051-1/+1
* Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
* Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
* _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
* check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-021-0/+12
* check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-021-0/+5
* detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+5
* https goodnessBenjamin Peterson2015-02-021-1/+1
* Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
* Avoid deprecation warnings.Serhiy Storchaka2015-01-317-9/+9
* test_spwd skipping is expected on win32.Serhiy Storchaka2015-01-311-0/+1
* Restored test_xpickle compatibility with Python 2.5.Serhiy Storchaka2015-01-311-2/+4
* Use float division to avoid deprecation warning in test_timeit (issue #11578).Serhiy Storchaka2015-01-311-2/+2
* Upgrade setuptools to 12.0.5 and pip to 6.0.7Donald Stufft2015-01-283-2/+2
* Issue #19949: The test_xpickle test now tests compatibility with installedSerhiy Storchaka2015-01-271-65/+52
* Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+40
* Issue #23191: fnmatch functions that use caching are now threadsafe.Serhiy Storchaka2015-01-271-6/+10
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-262-143/+103
* Use test.test_support instead of test.support.Serhiy Storchaka2015-01-261-3/+3