summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr...Mark Dickinson2014-04-114-2/+6
* Merge with 3.4Terry Jan Reedy2014-04-111-2/+2
|\
| * Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* | Issue #20539: Improve math.factorial error messages and types for large inputs.Mark Dickinson2014-04-103-6/+26
* | Update comment for the comparison table to use measured results rather than p...Raymond Hettinger2014-04-101-9/+10
* | Closes #21172: Merged fix from 3.4.Vinay Sajip2014-04-102-2/+11
|\ \ | |/
| * Issue #21172: isinstance check relaxed from dict to collections.Mapping.Vinay Sajip2014-04-102-2/+11
* | merge 3.4Benjamin Peterson2014-04-103-1/+11
|\ \ | |/
| * teach 2to3 about 'yield from'Benjamin Peterson2014-04-103-1/+11
* | teach unparse about matrix multiplicationBenjamin Peterson2014-04-101-1/+1
* | merge 3.4Benjamin Peterson2014-04-106-9/+19
|\ \ | |/
| * add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-106-9/+19
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-1042-439/+800
* | Add algorithmic notes for nsmallest() and nlargest().Raymond Hettinger2014-04-101-0/+56
* | Issue #21187: merge with 3.4Ned Deily2014-04-091-1/+1
|\ \ | |/
| * Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.Ned Deily2014-04-091-1/+1
* | Issue #20644: merge with 3.4Ned Deily2014-04-091-9/+18
|\ \ | |/
| * Issue #20644: Keep build-installer.py in sync across active versions.Ned Deily2014-04-091-9/+18
* | merge from 3.4Senthil Kumaran2014-04-091-1/+1
|\ \ | |/
| * issue #21190: Fix the broken docs download linkSenthil Kumaran2014-04-091-1/+1
* | Issue #21097: merge from 3.4Ned Deily2014-04-091-20/+20
|\ \ | |/
| * Issue #21097: Update Makefile with changed install locations of test director...Ned Deily2014-04-091-20/+20
* | Issue #20644: merge from 3.4Ned Deily2014-04-093-21/+40
|\ \ | |/
| * Issue #20644: OS X installer build support for documentation build changesNed Deily2014-04-073-21/+40
* | Merge 3.4Yury Selivanov2014-04-080-0/+0
|\ \ | |/
| * docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
| * docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
| * inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-083-93/+146
* | docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
* | docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-085-13/+52
* | inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-083-98/+147
* | merge 3.4Benjamin Peterson2014-04-081-1/+1
|\ \ | |/
| * use imperativeBenjamin Peterson2014-04-081-1/+1
* | merge 3.4 (#16395)Benjamin Peterson2014-04-081-4/+4
|\ \ | |/
| * PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* | merge 3.4Benjamin Peterson2014-04-081-1/+2
|\ \ | |/
| * the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* | Issue #21118: PyLong_AS_LONG() result type is longVictor Stinner2014-04-081-1/+1
* | Issue #21059: Temporary measure to make the Windows buildbots useful again.Zachary Ware2014-04-082-0/+6
* | fix reference leaks in the translate fast path (closes #21175)Benjamin Peterson2014-04-081-14/+8
* | merge 3.4 (#21174)Benjamin Peterson2014-04-071-1/+1
|\ \ | |/
| * fix verb (closes #21174)Benjamin Peterson2014-04-071-1/+1
* | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises aVictor Stinner2014-04-074-0/+37
|\ \ | |/
| * Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-073-0/+18
| * asyncio: Document Task.cancel() properly.Victor Stinner2014-04-071-0/+19
* | merge from 3.4Senthil Kumaran2014-04-061-2/+2
|\ \ | |/
| * merge from 3.3Senthil Kumaran2014-04-061-2/+2
| |\
| | * minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* | | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if theVictor Stinner2014-04-051-1/+1