| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -15/+54 |
|\ |
|
| * | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -15/+54 |
|
|
* | | #23657 Don't explicitly do an isinstance check for str in zipapp | Paul Moore | 2015-03-22 | 1 | -0/+99 |
|
|
* | | Issue #22289: merge from 3.4 | Ned Deily | 2015-03-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. | Ned Deily | 2015-03-22 | 1 | -1/+2 |
|
|
* | | Issue #23571: Fix test_capi | Victor Stinner | 2015-03-21 | 1 | -2/+2 |
|
|
* | | Issue #23571: _Py_CheckFunctionResult() now gives the name of the function | Victor Stinner | 2015-03-21 | 1 | -0/+44 |
|
|
* | | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 2 | -1/+59 |
|
|
* | | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -4/+98 |
|\ \
| |/ |
|
| * | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -4/+98 |
|
|
* | | Issue 23705: Improve the performance of __contains__ checks for deques. | Raymond Hettinger | 2015-03-20 | 1 | -0/+20 |
|
|
* | | Issue #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -13/+28 |
|
|
* | | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 2 | -7/+8 |
|\ \
| |/ |
|
| * | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 2 | -7/+8 |
|
|
* | | Issue #23715: Fix test_script_helper | Victor Stinner | 2015-03-20 | 1 | -2/+2 |
|
|
* | | Issue #23696: Remove test on ZipImportError.__context__ because the context is | Victor Stinner | 2015-03-20 | 1 | -1/+0 |
|
|
* | | Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and | Victor Stinner | 2015-03-20 | 1 | -0/+4 |
|
|
* | | Issue #23715: Enhance test.script_helper to investigate test_eintr failure | Victor Stinner | 2015-03-20 | 1 | -4/+23 |
|
|
* | | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried | Victor Stinner | 2015-03-20 | 2 | -30/+37 |
|
|
* | | Issue #23696: Chain ZipImportError to the OSError | Victor Stinner | 2015-03-20 | 1 | -1/+4 |
|
|
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 4 | -2/+19 |
|
|
* | | Issue #23646: Enhance precision of time.sleep() and socket timeout when | Victor Stinner | 2015-03-20 | 1 | -5/+2 |
|
|
* | | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen... | Antoine Pitrou | 2015-03-19 | 1 | -6/+50 |
|
|
* | | Issue #22181: The availability of the getrandom() is now checked in configure, | Victor Stinner | 2015-03-19 | 1 | -0/+3 |
|
|
* | | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now | Victor Stinner | 2015-03-19 | 2 | -15/+36 |
|
|
* | | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -0/+18 |
|
|
* | | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to | Serhiy Storchaka | 2015-03-19 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to | Serhiy Storchaka | 2015-03-19 | 1 | -0/+13 |
|
|
| * | issue23673 | Ethan Furman | 2015-03-19 | 2 | -0/+13 |
|
|
* | | issue23673 | Ethan Furman | 2015-03-19 | 2 | -0/+13 |
|
|
* | | Issue #23353: improve exceptions tests for generators | Antoine Pitrou | 2015-03-18 | 1 | -0/+46 |
|\ \
| |/ |
|
| * | Issue #23353: improve exceptions tests for generators | Antoine Pitrou | 2015-03-18 | 1 | -0/+46 |
|
|
* | | Restored backward compatibility of pickling http.cookies.Morsel. It was | Serhiy Storchaka | 2015-03-18 | 1 | -0/+20 |
|
|
* | | Issue #2211: Updated the implementation of the http.cookies.Morsel class. | Serhiy Storchaka | 2015-03-18 | 1 | -0/+179 |
|
|
* | | Issue #23207: merged fix from 3.4. | Vinay Sajip | 2015-03-18 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #23207: Improved kwarg validation. | Vinay Sajip | 2015-03-18 | 1 | -0/+4 |
|
|
| * | Issue #22585: make URandomFDTests test case actually run | Ned Deily | 2015-03-17 | 1 | -0/+1 |
|
|
* | | Issue #18983: Allow selection of output units in timeit. | Robert Collins | 2015-03-17 | 1 | -0/+20 |
|
|
* | | Revert changeset d927047b1d8eb87738676980a24930d053ba2150 | Victor Stinner | 2015-03-17 | 2 | -26/+8 |
|
|
* | | Issue #23680: Reduce risk of race condition in check_interrupted_write() of | Victor Stinner | 2015-03-16 | 1 | -2/+2 |
|
|
* | | Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() | Victor Stinner | 2015-03-16 | 1 | -1/+8 |
|
|
* | | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -30/+37 |
|\ \
| |/ |
|
| * | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -24/+28 |
|
|
* | | Issue #23631: Fix traceback.format_list when a traceback has been mutated. | Robert Collins | 2015-03-16 | 1 | -1/+9 |
|
|
* | | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -133/+197 |
|\ \
| |/ |
|
| * | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -76/+158 |
|
|
* | | Issue #2052: Add charset parameter to HtmlDiff.make_file(). | Berker Peksag | 2015-03-14 | 2 | -1/+36 |
|
|
* | | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 1 | -0/+250 |
|
|
* | | Issue #23566: Skip "fd" tests of test_faulthandler on Windows | Victor Stinner | 2015-03-13 | 1 | -0/+8 |
|
|