summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-032-8/+32
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-0/+38
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-0/+16
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+35
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+9
* Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+0
* Issue #27185: Merge test_pep292.py into test_string_merged.py.Serhiy Storchaka2016-06-032-239/+226
|\
| * Issue #27185: Rename test_pep292.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
* | Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
|/
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-022-3/+3
* Fix a few typos. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-2/+2
* Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5Martin Panter2016-05-271-2/+0
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-0/+43
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-2610-12/+12
* Backported curses tests.Serhiy Storchaka2016-05-221-273/+307
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-201-1/+6
* Fixed test_sizeof for deque.Serhiy Storchaka2016-05-181-2/+2
* Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-0/+7
* Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-162-3/+21
* Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2Serhiy Storchaka2014-09-062-22/+28
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-1/+165
* Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+56
* Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
* Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-131-0/+21
* Issue #26881: modulefinder now works with bytecode with extended args.Serhiy Storchaka2016-05-081-0/+13
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* Replace example.com with pythontest.net in test_getcode of test_urllibnetBerker Peksag2016-05-071-1/+1
* Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+4
* Issue #26873: xmlrpclib now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+14
* Backported test for posixpath.expanduser().Serhiy Storchaka2016-05-031-3/+12
* Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-0/+13
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-1/+42
* Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+9
* Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerabilityMartin Panter2016-04-181-0/+20
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-178-9/+9
* Issue #4806: Avoid masking TypeError when *-unpacking a generatorMartin Panter2016-01-311-5/+16
* add gc support to slice (closes #26659)Benjamin Peterson2016-04-161-1/+12
* Issue #23029: Fix catch_warnings() in test_filename_noneBerker Peksag2016-04-161-1/+4
* Improve the coverage of urlparse module. Backport to 2.7 branch.Senthil Kumaran2016-04-161-0/+52
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-2/+2
* Issue #26733: Fixed formatting line numbers in test_dis.Serhiy Storchaka2016-04-121-8/+8
* Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properlySerhiy Storchaka2016-04-101-0/+1
* Issue #26712: Unify (r)split(), (l/r)strip() tests into string_testsMartin Panter2016-04-102-72/+36
* Issue #26609: Fix up Python 2 portMartin Panter2016-04-091-6/+6
* Issue #26609: Fix HTTP server tests to request an absolute URL pathMartin Panter2016-04-091-10/+27
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-063-234/+41