summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Remove OSError related comment in urllib.request. (#1070)Senthil Kumaran2017-04-101-1/+0
* bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)Aviv Palivoda2017-04-091-0/+20
* bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...Michael Seifert2017-04-093-11/+12
* Remove invalid comment in urllib.request. (#1054)Senthil Kumaran2017-04-091-6/+2
* bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)Serhiy Storchaka2017-04-081-0/+20
* bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)Serhiy Storchaka2017-04-081-1/+14
* bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)Serhiy Storchaka2017-04-074-14/+28
* Remove Invalid comment in test_urllib2.py (#1020)Senthil Kumaran2017-04-071-1/+0
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Stuart Berg2017-04-064-26/+109
* bpo-29962: add math.remainder (#950)Mark Dickinson2017-04-051-0/+135
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-0528-44/+46
* correct parse_qs and parse_qsl test case descriptions. (#968)Senthil Kumaran2017-04-052-19/+23
* bpo-29649: Improve struct.pack_into() boundary error messages (#424)Andrew Nester2017-04-041-0/+20
* bpo-29972: Skip tests known to fail on AIX (#979)Victor Stinner2017-04-045-5/+23
* test_locale now ignores the DeprecationWarning (#977)Victor Stinner2017-04-032-12/+14
* bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)Pierre Quentel2017-04-022-5/+93
* Minor spell fix and formatting fixes in urllib tests. (#959)Senthil Kumaran2017-04-022-2/+6
* bpo-29957: change LBYL key lookup to dict.setdefault (#938)Michael Selik2017-04-021-5/+0
* Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)Zachary Ware2017-04-011-34/+45
* bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)s-sanjay2017-04-012-10/+33
* Add helpful explaination to test_password_manager tests. (#936)Senthil Kumaran2017-04-011-15/+26
* bpo-29763: Use unittest cleanup in test_site (GH-841)Zachary Ware2017-04-011-45/+34
* bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)Serhiy Storchaka2017-03-311-0/+5
* Remove catching OSError in ftphandler test. Only URLError is raised in urllib...Senthil Kumaran2017-03-311-3/+1
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)T. Wouters2017-03-301-0/+8
* bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)Serhiy Storchaka2017-03-301-57/+55
* bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)Serhiy Storchaka2017-03-303-50/+49
* bpo-29887: Test normalization now fails if download fails (#905)Victor Stinner2017-03-301-4/+9
* bpo-20548: Use specific asserts in warnings and exceptions tests (#788)Serhiy Storchaka2017-03-303-35/+35
* bpo-27863: Fixed multiple crashes in ElementTree. (#765)Serhiy Storchaka2017-03-301-0/+112
* bpo-29816: Shift operation now has less opportunity to raise OverflowError. (...Serhiy Storchaka2017-03-301-2/+30
* bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)Serhiy Storchaka2017-03-302-18/+55
* Remove an unrequired TODO in test_urllib2. (#897)Senthil Kumaran2017-03-301-1/+0
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)Xiang Zhang2017-03-292-25/+113
* bpo-19791: Use functions from test support to check the symlink support. (GH-...Vajrasky Kok2017-03-281-35/+20
* bpo-10379: add 'monetary' to format_string, deprecate formatGarvit Khatri2017-03-283-23/+33
* Fix ref cycles in TestCase.assertRaises() (#193)Victor Stinner2017-03-272-22/+43
* bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...Jim Fasarakis-Hilliard2017-03-272-63/+4
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-2735-49/+28
* bpo-20552: Use specific asserts in bytes tests (#790)Serhiy Storchaka2017-03-271-15/+15
* Minor test cleanup (GH-837)Zachary Ware2017-03-272-7/+0
* import sys before we use it on line 9 (#828)Jelle Zijlstra2017-03-271-1/+2
* Fix small exception typos in Lib (#818)Jim Fasarakis-Hilliard2017-03-262-3/+3
* bpo-29900: Simplify pathlib implementation. (#814)Serhiy Storchaka2017-03-251-29/+17
* bpo-29901: Improve support of path-like objects in zipapp. (#815)Serhiy Storchaka2017-03-251-7/+4
* bpo-29862: Fix grammar in importlib.reload() exception (GH-809)Mandeep Bhutani2017-03-251-1/+1
* bpo-29894: Deprecate returning an instance of complex subclass from __complex...Serhiy Storchaka2017-03-242-3/+5
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)Serhiy Storchaka2017-03-242-17/+20
* bpo-29861: release references to multiprocessing Pool tasks (#743)Antoine Pitrou2017-03-242-1/+34
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-242-1/+13