| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+7 |
|
|
* | Issue #14132: Fix redirect handling when target is just a query string | Martin Panter | 2016-05-16 | 2 | -3/+21 |
|
|
* | Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 | Serhiy Storchaka | 2014-09-06 | 2 | -22/+28 |
|
|
* | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -1/+165 |
|
|
* | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+56 |
|
|
* | Restored test_interleaved. After issue #8886 it was a duplicate of | Serhiy Storchaka | 2016-05-13 | 1 | -4/+5 |
|
|
* | Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li | Martin Panter | 2016-05-13 | 1 | -0/+21 |
|
|
* | Issue #26881: modulefinder now works with bytecode with extended args. | Serhiy Storchaka | 2016-05-08 | 1 | -0/+13 |
|
|
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | Replace example.com with pythontest.net in test_getcode of test_urllibnet | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|
|
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 1 | -0/+4 |
|
|
* | Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags | Serhiy Storchaka | 2016-05-04 | 1 | -0/+14 |
|
|
* | Backported test for posixpath.expanduser(). | Serhiy Storchaka | 2016-05-03 | 1 | -3/+12 |
|
|
* | Issue #26864: Fix case insensitivity and suffix comparison with no_proxy | Martin Panter | 2016-04-30 | 1 | -0/+13 |
|
|
* | backport fix for Issue #26804. | Senthil Kumaran | 2016-04-25 | 1 | -1/+42 |
|
|
* | Issue #26822: itemgetter, attrgetter and methodcaller objects no longer | Serhiy Storchaka | 2016-04-23 | 1 | -0/+9 |
|
|
* | Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability | Martin Panter | 2016-04-18 | 1 | -0/+20 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 8 | -9/+9 |
|
|
* | Issue #4806: Avoid masking TypeError when *-unpacking a generator | Martin Panter | 2016-01-31 | 1 | -5/+16 |
|
|
* | add gc support to slice (closes #26659) | Benjamin Peterson | 2016-04-16 | 1 | -1/+12 |
|
|
* | Issue #23029: Fix catch_warnings() in test_filename_none | Berker Peksag | 2016-04-16 | 1 | -1/+4 |
|
|
* | Improve the coverage of urlparse module. Backport to 2.7 branch. | Senthil Kumaran | 2016-04-16 | 1 | -0/+52 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -2/+2 |
|
|
* | Issue #26733: Fixed formatting line numbers in test_dis. | Serhiy Storchaka | 2016-04-12 | 1 | -8/+8 |
|
|
* | Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly | Serhiy Storchaka | 2016-04-10 | 1 | -0/+1 |
|
|
* | Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests | Martin Panter | 2016-04-10 | 2 | -72/+36 |
|
|
* | Issue #26609: Fix up Python 2 port | Martin Panter | 2016-04-09 | 1 | -6/+6 |
|
|
* | Issue #26609: Fix HTTP server tests to request an absolute URL path | Martin Panter | 2016-04-09 | 1 | -10/+27 |
|
|
* | Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest | Martin Panter | 2016-04-06 | 3 | -234/+41 |
|
|
* | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -5/+5 |
|
|
* | Issue #22854: fileno() is always required in IOBase; remove test | Martin Panter | 2016-03-31 | 1 | -6/+0 |
|
|
* | Issue #26492: Added additional tests for exhausted iterators of mutable seque... | Serhiy Storchaka | 2016-03-30 | 3 | -0/+32 |
|
|
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 9 | -1/+62 |
|
|
* | Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes | Martin Panter | 2016-03-28 | 1 | -1/+8 |
|
|
* | Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() | Martin Panter | 2016-03-27 | 1 | -0/+11 |
|
|
* | Added new tests for detecting Python source code encoding. | Serhiy Storchaka | 2016-03-20 | 1 | -3/+75 |
|
|
* | Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi... | Serhiy Storchaka | 2016-03-20 | 2 | -73/+62 |
|\ |
|
| * | Issue #18048: Rename test_pep263.py to test_source_encoding.py. | Serhiy Storchaka | 2013-06-13 | 1 | -0/+0 |
|
|
* | | Issue #18048: Rename test_coding.py to test_source_encoding.py. | Serhiy Storchaka | 2013-06-13 | 1 | -0/+0 |
|/ |
|
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 1 | -0/+52 |
|
|
* | Skip test_site if USER_SITE cannot be created | Victor Stinner | 2016-03-14 | 1 | -2/+7 |
|
|
* | Issue #20556: Used specific assert methods in threading tests. | Serhiy Storchaka | 2016-03-14 | 3 | -19/+19 |
|
|
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 1 | -7/+21 |
|
|
* | Issue #15068: Got rid of excessive buffering in the fileinput module. | Serhiy Storchaka | 2016-03-08 | 1 | -2/+70 |
|
|
* | Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform. | Serhiy Storchaka | 2016-03-08 | 1 | -11/+0 |
|
|
* | Issue #26456: Force all child threads to terminate in TestForkInThread | Martin Panter | 2016-03-08 | 1 | -1/+6 |
|
|
* | properly use PyObject_CallMethod in dictview binary operations (closes #26478) | Benjamin Peterson | 2016-03-04 | 1 | -0/+4 |
|
|
* | Document another recipe for itertools: all_equal(). Inspired by David Beazley. | Raymond Hettinger | 2016-03-07 | 1 | -0/+8 |
|
|
* | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm... | Berker Peksag | 2016-03-06 | 1 | -1/+11 |
|
|