summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-085-6/+6
* 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-042-0/+17
* Backported test for posixpath.expanduser().Serhiy Storchaka2016-05-031-3/+12
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-9/+11
* Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
* Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-05-011-0/+1
* Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-302-2/+19
* backport fix for Issue #26804.Senthil Kumaran2016-04-252-15/+79
* Issue #26837: assertSequenceEqual() now correctly outputs non-stringifiedSerhiy Storchaka2016-04-251-3/+3
* Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+9
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-192-2/+2
* Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerabilityMartin Panter2016-04-182-3/+23
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-1737-44/+44
* 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
* Fix typos in code comment and documentationMartin Panter2016-04-161-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-156-8/+8
* [minor] - Correct the docstring of locale.str. Patch by poleto.Senthil Kumaran2016-04-131-10/+8
* 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 #19377: Add .svg to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
* Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-063-234/+41
* Fix typos in documentation and commentsMartin Panter2016-04-051-5/+5
* Issue #22854: fileno() is always required in IOBase; remove testMartin Panter2016-03-311-6/+0
* Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-303-0/+32
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-309-1/+62
* Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-282-3/+10
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+11
* whitespaceTerry Jan Reedy2016-03-211-3/+3
* Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
* Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.Terry Jan Reedy2016-03-211-74/+74
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-202-2/+2
* Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-201-3/+75
* Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...Serhiy Storchaka2016-03-202-73/+62
|\
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
* | Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
|/
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-202-4/+73
* Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-171-1/+2
* Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
* Skip test_site if USER_SITE cannot be createdVictor Stinner2016-03-141-2/+7
* Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-143-19/+19