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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use _import_symbols to import VERIFY_* constants
Benjamin Peterson
2015-03-05
1
-2/+1
*
adjust test_crl_check for trusted first being default
Benjamin Peterson
2015-03-05
1
-1/+2
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-2/+3
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
*
Added more tests for urllib utility functions.
Serhiy Storchaka
2015-03-02
1
-13/+103
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+2
*
Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows
Victor Stinner
2015-02-24
1
-0/+2
*
Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
Victor Stinner
2015-02-24
2
-0/+60
*
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
*
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
1
-34/+32
*
Issue #22113: struct.pack_into() now supports new buffer protocol (in
Serhiy Storchaka
2015-02-21
1
-5/+14
*
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
2
-4/+61
*
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-0/+7
*
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-2/+48
*
Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
Berker Peksag
2015-02-20
2
-2/+31
*
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson
2015-02-19
1
-4/+2
*
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
2
-5/+47
*
Merge heads
Serhiy Storchaka
2015-02-15
2
-4/+4
|
\
|
*
Backed out changeset 7d2018774925
Serhiy Storchaka
2015-02-15
2
-4/+4
*
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm
Serhiy Storchaka
2015-02-15
2
-1/+10
|
/
*
Use os.devnull instead of hardcoded '/dev/null'.
Serhiy Storchaka
2015-02-15
2
-4/+4
*
Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD
Serhiy Storchaka
2015-02-15
1
-8/+14
*
Issue #17753: Skip test_zipfile tests which require write access to test
Serhiy Storchaka
2015-02-14
1
-0/+6
*
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Serhiy Storchaka
2015-02-14
1
-0/+2
*
Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in
Serhiy Storchaka
2015-02-13
3
-10/+26
*
Issue #21840: Fixed a typo.
Serhiy Storchaka
2015-02-13
1
-1/+1
*
Issue #21840: Fixed expanding unicode variables of form $var in
Serhiy Storchaka
2015-02-13
9
-23/+48
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-0/+65
*
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Serhiy Storchaka
2015-02-06
1
-8/+10
*
Issue #18982: Fixed newlines in calendar CLI tests on Windows.
Serhiy Storchaka
2015-02-05
1
-7/+10
*
Issue #18982: Add tests for CLI of the calendar module.
Serhiy Storchaka
2015-02-05
1
-3/+134
*
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
Ned Deily
2015-02-05
1
-1/+1
*
Update pip to 6.0.8
Donald Stufft
2015-02-05
2
-1/+1
*
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka
2015-02-02
1
-7/+5
*
_clear_type_cache is cpython-only
Benjamin Peterson
2015-02-02
1
-0/+1
*
check for overflows in permutations() and product() (closes #23363, closes #2...
Benjamin Peterson
2015-02-02
1
-0/+12
*
check for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson
2015-02-02
1
-0/+5
*
detect overflow in combinations (closes #23366)
Benjamin Peterson
2015-02-02
1
-0/+5
*
https goodness
Benjamin Peterson
2015-02-02
1
-1/+1
*
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka
2015-01-31
1
-0/+19
*
Avoid deprecation warnings.
Serhiy Storchaka
2015-01-31
7
-9/+9
*
test_spwd skipping is expected on win32.
Serhiy Storchaka
2015-01-31
1
-0/+1
*
Restored test_xpickle compatibility with Python 2.5.
Serhiy Storchaka
2015-01-31
1
-2/+4
*
Use float division to avoid deprecation warning in test_timeit (issue #11578).
Serhiy Storchaka
2015-01-31
1
-2/+2
*
Upgrade setuptools to 12.0.5 and pip to 6.0.7
Donald Stufft
2015-01-28
3
-2/+2
*
Issue #19949: The test_xpickle test now tests compatibility with installed
Serhiy Storchaka
2015-01-27
1
-65/+52
*
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
1
-0/+40
*
Issue #23191: fnmatch functions that use caching are now threadsafe.
Serhiy Storchaka
2015-01-27
1
-6/+10
*
Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).
Serhiy Storchaka
2015-01-26
2
-143/+103
*
Use test.test_support instead of test.support.
Serhiy Storchaka
2015-01-26
1
-3/+3
[next]