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
...
*
Fix/optimize test_asyncore.test_quick_connect() (#1188)
Victor Stinner
2017-04-19
1
-39/+38
*
bpo-30030: Revert f50354ad (tempfile) (#1187)
Victor Stinner
2017-04-19
1
-3/+2
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
2
-4/+15
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
1
-0/+81
*
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...
Serhiy Storchaka
2017-04-19
1
-1/+51
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-0/+16
*
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner
2017-04-19
1
-0/+3
*
Fix minor typos (GH-1173)
cocoatomo
2017-04-19
1
-1/+1
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-1/+1
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-0/+9
*
bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...
Serhiy Storchaka
2017-04-16
1
-0/+8
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-0/+1
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120)
Antoine Pitrou
2017-04-14
1
-0/+1
*
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
Armin Rigo
2017-04-13
1
-0/+30
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-18/+19
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
1
-0/+42
*
Reimplement tempfile._RandomNameSequence using a generator function. (#1075)
Serhiy Storchaka
2017-04-11
1
-2/+3
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
1
-0/+23
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
3
-11/+12
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
1
-0/+20
*
bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
Serhiy Storchaka
2017-04-08
1
-1/+14
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
2
-0/+20
*
Remove Invalid comment in test_urllib2.py (#1020)
Senthil Kumaran
2017-04-07
1
-1/+0
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+135
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-05
1
-6/+6
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-0/+20
*
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner
2017-04-04
5
-5/+23
*
test_locale now ignores the DeprecationWarning (#977)
Victor Stinner
2017-04-03
1
-11/+13
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
1
-1/+58
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
2
-2/+6
*
Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
Zachary Ware
2017-04-01
1
-34/+45
*
bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)
s-sanjay
2017-04-01
1
-8/+29
*
Add helpful explaination to test_password_manager tests. (#936)
Senthil Kumaran
2017-04-01
1
-15/+26
*
bpo-29763: Use unittest cleanup in test_site (GH-841)
Zachary Ware
2017-04-01
1
-45/+34
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
1
-0/+5
*
Remove catching OSError in ftphandler test. Only URLError is raised in urllib...
Senthil Kumaran
2017-03-31
1
-3/+1
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
1
-0/+8
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
2
-49/+43
*
bpo-29887: Test normalization now fails if download fails (#905)
Victor Stinner
2017-03-30
1
-4/+9
*
bpo-20548: Use specific asserts in warnings and exceptions tests (#788)
Serhiy Storchaka
2017-03-30
3
-35/+35
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka
2017-03-30
1
-0/+112
*
bpo-29816: Shift operation now has less opportunity to raise OverflowError. (...
Serhiy Storchaka
2017-03-30
1
-2/+30
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
1
-1/+30
*
Remove an unrequired TODO in test_urllib2. (#897)
Senthil Kumaran
2017-03-30
1
-1/+0
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
1
-1/+58
*
bpo-19791: Use functions from test support to check the symlink support. (GH-...
Vajrasky Kok
2017-03-28
1
-35/+20
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
2
-3/+8
*
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...
Jim Fasarakis-Hilliard
2017-03-27
2
-63/+4
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
21
-32/+14
[prev]
[next]