summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor cosmetic enhancement to provide a more readable repr()esentation of Ext...Giampaolo Rodola'2014-03-271-0/+8
* Issue 21069: merge from 3.4Ned Deily2014-03-271-1/+1
|\
| * Issue #21069: Temporarily use www.google.com while investigatingNed Deily2014-03-271-1/+1
* | Issue #20939: merge from 3.4Ned Deily2014-03-271-1/+1
|\ \ | |/
| * Issue #20939: remove stray character from commentNed Deily2014-03-271-1/+1
* | Issue #20939: merge from 3.4Ned Deily2014-03-275-26/+26
|\ \ | |/
| * Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-275-20/+26
| * Issue #20939: Backout test_urllib2.test_issue16464 disables:Ned Deily2014-03-271-6/+0
* | Broaden the early-out test for nsmallest and nlargestRaymond Hettinger2014-03-261-2/+2
* | Merge #20145 backport: delete whatsnew entry.R David Murray2014-03-251-6/+0
|\ \ | |/
| * backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-254-1/+17
* | (Merge 3.4) Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.Victor Stinner2014-03-251-1/+1
|\ \ | |/
| * Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.Victor Stinner2014-03-251-1/+1
* | Merge 3.4Victor Stinner2014-03-251-11/+8
|\ \ | |/
| * Issue #21038: Use monotonic clock to compute timeout, not the system clockVictor Stinner2014-03-251-8/+8
| * Issue #21038: Cleanup test_epoll.pyVictor Stinner2014-03-251-3/+0
* | (Merge 3.4) Issue #12209: Minor edits to faulthandler doc. Patch written byVictor Stinner2014-03-251-11/+17
|\ \ | |/
| * Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo.Victor Stinner2014-03-251-11/+17
* | Merged documentation update from 3.4.Vinay Sajip2014-03-251-1/+1
|\ \ | |/
| * Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
* | merge with 3.4Georg Brandl2014-03-251-0/+2
|\ \ | |/
| * Closes #21045: make the Qt help build not look completely stupidGeorg Brandl2014-03-251-0/+2
* | (Merge 3.4) Issue #21006: asyncio doc: reorganize subprocess docVictor Stinner2014-03-252-84/+94
|\ \ | |/
| * Issue #21006: asyncio doc: reorganize subprocess docVictor Stinner2014-03-252-84/+94
* | merge with 3.4Georg Brandl2014-03-251-2/+5
|\ \ | |/
| * Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
* | (Merge 3.4) Issue #21058: Fix a leak of file descriptor inVictor Stinner2014-03-253-3/+35
|\ \ | |/
| * Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-253-3/+35
* | Null merge, patch already applied to defaultVictor Stinner2014-03-240-0/+0
|\ \ | |/
| * asyncio: Ensure call_soon(), call_later() and call_at() are invoked on currentVictor Stinner2014-03-212-1/+45
* | Merge in 3.4 to bring forward the Issue #21043 changes.Donald Stufft2014-03-242-14/+6
|\ \ | |/
| * Issue #21043: Remove the recommendation for specific CA organizationsDonald Stufft2014-03-242-14/+6
* | Issue #21040: socketserver: Use the selectors module.Charles-François Natali2014-03-243-75/+59
* | (Merge 3.4) Issue #21036: Fix typo in macro nameVictor Stinner2014-03-243-6/+6
|\ \ | |/
| * Issue #21036: Fix typo in macro nameVictor Stinner2014-03-243-6/+6
* | merge with 3.4Georg Brandl2014-03-2410-14/+20
|\ \ | |/
| * Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-2412-32/+38
* | Use deprecated-removed directive, clean up a few markup issues aroundGeorg Brandl2014-03-246-23/+23
* | Merge with 3.4Zachary Ware2014-03-241-1/+1
|\ \ | |/
| * Remove superfluous open parenthesis. Noticed by cocoatomo on docs@.Zachary Ware2014-03-241-1/+1
* | Merge the patch for issue #21013 into defaultDonald Stufft2014-03-234-16/+70
|\ \ | |/
| * Issue #21013: Enhance ssl.create_default_context() for server side contextsDonald Stufft2014-03-234-16/+70
* | merge with 3.4Georg Brandl2014-03-231-1/+1
|\ \ | |/
| * tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)Georg Brandl2014-03-231-1/+1
* | Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou2014-03-233-0/+7
|\ \ | |/
| * Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou2014-03-233-0/+7
* | #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-235-1/+23
* | Merge 3.4.Richard Oudkerk2014-03-231-2/+2
|\ \ | |/
| * Issue #20990: Correction for 619331c67638.Richard Oudkerk2014-03-231-2/+2
* | Merge #20976: remove unneeded quopri import in email.utils.R David Murray2014-03-232-4/+2
|\ \ | |/