summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctlyThomas Wouters2014-04-172-14/+13
* Removes unused varargs and varkwargs from assert_not_called().Kushal Das2014-04-171-1/+1
* merge 3.4Benjamin Peterson2014-04-161-1/+0
|\
| * remove superfluous and useless lineBenjamin Peterson2014-04-161-1/+0
* | merge 3.4Benjamin Peterson2014-04-161-8/+8
|\ \ | |/
| * use the called property of the run_pip mock rather than an assertion method t...Benjamin Peterson2014-04-161-8/+8
* | Closes Issue 21262: New method assert_not_called for Mock.Kushal Das2014-04-174-0/+34
* | Closes Issue 21238: New keyword argument `unsafe` to Mock.Kushal Das2014-04-164-3/+27
* | merge 3.4Senthil Kumaran2014-04-161-1/+4
|\ \ | |/
| * Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...Senthil Kumaran2014-04-161-1/+4
* | Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROT...Antoine Pitrou2014-04-164-6/+10
* | Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...Antoine Pitrou2014-04-161-1/+6
|\ \ | |/
| * Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...Antoine Pitrou2014-04-161-1/+6
* | #6490: Expand documentation for os.popen().Andrew Kuchling2014-04-161-4/+21
* | Merge with 3.4Terry Jan Reedy2014-04-151-5/+5
|\ \ | |/
| * #18566: WhitespaceTerry Jan Reedy2014-04-151-5/+5
* | Merge with 3.4Terry Jan Reedy2014-04-152-7/+8
|\ \ | |/
| * Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-152-7/+8
* | Close issue #8931: Make alternate formatting for 'c' raise an exception. Patc...Eric V. Smith2014-04-153-0/+13
* | #20103: Rewrite description of itertools.accumulate().Andrew Kuchling2014-04-151-4/+9
* | Merge from 3.4Andrew Kuchling2014-04-152-2/+3
|\ \ | |/
| * #1704474: mark refleak test as specific to CPythonAndrew Kuchling2014-04-151-0/+1
| * #15840: make docs consistent by saying operations on closed files raise Value...Andrew Kuchling2014-04-151-2/+2
* | Merge #20874 fix.R David Murray2014-04-151-9/+8
|\ \ | |/
| * #20874: reflow paragraph.R David Murray2014-04-151-7/+7
| * #20874: update tutorial wording: sophisticated line editing is now standard.R David Murray2014-04-151-4/+3
* | Closes #21245: merged update from 3.4.Vinay Sajip2014-04-151-2/+2
|\ \ | |/
| * Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* | MergeMichael Foord2014-04-153-7/+32
|\ \ | |/
| * Closes issue 21239. unittest.mock.patch.stopall() did not work deterministica...Michael Foord2014-04-153-6/+31
* | Merge.Stefan Krah2014-04-151-7/+17
|\ \
| * \ merge 3.4Senthil Kumaran2014-04-151-7/+17
| |\ \ | | |/
| | * Run test_urllib2_localnet tests using unittest.main().Senthil Kumaran2014-04-151-7/+17
* | | Skip test_enums in the absence of threading.Stefan Krah2014-04-151-0/+1
|/ /
* | MergeKushal Das2014-04-163-0/+9
|\ \ | |/
| * Closes Issue 21222.Kushal Das2014-04-163-0/+9
* | Merge 3.4 branch.doko@ubuntu.com2014-04-152-1/+5
|\ \ | |/
| * - Issue #21223: Pass test_site/test_startup_imports when some of the extensionsdoko@ubuntu.com2014-04-152-1/+5
* | Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.Kushal Das2014-04-157-141/+239
* | merge 3.4Yury Selivanov2014-04-150-0/+0
|\ \ | |/
| * asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctlyYury Selivanov2014-04-152-0/+20
* | asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctlyYury Selivanov2014-04-152-0/+20
* | Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. T...Vinay Sajip2014-04-152-2/+11
* | Closes #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.Vinay Sajip2014-04-153-2/+22
|\ \ | |/
| * Reverted 16efa8d27e4c after discussion with Eric.Vinay Sajip2014-04-153-13/+0
| * Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.Vinay Sajip2014-04-153-2/+22
| * Closed issue #8931: Make alternate formatting for 'c' raise an exception. Pat...Eric V. Smith2014-04-153-0/+13
* | merge 3.4Yury Selivanov2014-04-140-0/+0
|\ \ | |/
| * misc.news: Remove whitespaceYury Selivanov2014-04-141-1/+1
| * asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1Yury Selivanov2014-04-143-1/+32