Terry Jan Reedy
|
138185fa05
|
Merge with 3.4
|
2014-04-11 14:11:34 -04:00 |
Terry Jan Reedy
|
f98021cff2
|
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
|
2014-04-11 14:11:11 -04:00 |
Mark Dickinson
|
5990d2864c
|
Issue #20539: Improve math.factorial error messages and types for large inputs.
- Better message for the OverflowError in large positive inputs.
- Changed exception type from OverflowError to ValueError for large negative inputs.
|
2014-04-10 09:29:39 -04:00 |
Raymond Hettinger
|
6ed7c20ce5
|
Update comment for the comparison table to use measured results rather than predicted.
|
2014-04-10 01:18:01 -06:00 |
Vinay Sajip
|
bed54b569a
|
Closes #21172: Merged fix from 3.4.
|
2014-04-10 07:14:01 +01:00 |
Vinay Sajip
|
1b7611405d
|
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
|
2014-04-10 07:12:19 +01:00 |
Benjamin Peterson
|
82f69fd93b
|
merge 3.4
|
2014-04-10 00:24:47 -04:00 |
Benjamin Peterson
|
0654be18b3
|
teach 2to3 about 'yield from'
|
2014-04-10 00:23:18 -04:00 |
Benjamin Peterson
|
63c46b25d0
|
teach unparse about matrix multiplication
|
2014-04-10 00:17:48 -04:00 |
Benjamin Peterson
|
8b4c7ed6eb
|
merge 3.4
|
2014-04-10 00:15:34 -04:00 |
Benjamin Peterson
|
4ab92c800a
|
add matrix multiplication operator support to 2to3
|
2014-04-10 00:12:47 -04:00 |
Benjamin Peterson
|
d51374ed78
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
|
2014-04-09 23:55:56 -04:00 |
Raymond Hettinger
|
2aad6ef774
|
Add algorithmic notes for nsmallest() and nlargest().
|
2014-04-09 19:53:45 -06:00 |
Ned Deily
|
25d9040cb6
|
Issue #21187: merge with 3.4
|
2014-04-09 16:22:19 -07:00 |
Ned Deily
|
fc67e72cfe
|
Issue #20644: merge with 3.4
|
2014-04-09 16:20:08 -07:00 |
Ned Deily
|
0134a35bac
|
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
|
2014-04-09 16:16:08 -07:00 |
Ned Deily
|
9978a9357a
|
Issue #20644: Keep build-installer.py in sync across active versions.
|
2014-04-09 16:15:20 -07:00 |
Senthil Kumaran
|
db599886de
|
merge from 3.4
|
2014-04-09 11:45:14 -04:00 |
Senthil Kumaran
|
f3ddcc9ba7
|
issue #21190: Fix the broken docs download link
|
2014-04-09 11:44:34 -04:00 |
Ned Deily
|
163962f119
|
Issue #21097: merge from 3.4
|
2014-04-08 18:57:10 -07:00 |
Ned Deily
|
490e53b853
|
Issue #21097: Update Makefile with changed install locations of test directories.
|
2014-04-08 18:54:49 -07:00 |
Ned Deily
|
d5ed2c1cd2
|
Issue #20644: merge from 3.4
|
2014-04-08 17:47:48 -07:00 |
Yury Selivanov
|
0e6fdc56d9
|
Merge 3.4
|
2014-04-08 14:58:35 -04:00 |
Yury Selivanov
|
490a72e022
|
docs: Better wording for __objclass__ docs. Issue #19281
|
2014-04-08 14:01:12 -04:00 |
Yury Selivanov
|
af8a4dfb04
|
docs: Better wording for __objclass__ docs. Issue #19281
|
2014-04-08 14:00:35 -04:00 |
Yury Selivanov
|
b9aa8cb0c7
|
docs: Document __objclass__. Closes #19281.
Initial patch by Nick Coghlan
|
2014-04-08 12:04:04 -04:00 |
Yury Selivanov
|
d3f918ca44
|
docs: Document __objclass__. Closes #19281.
Initial patch by Nick Coghlan
|
2014-04-08 12:03:07 -04:00 |
Yury Selivanov
|
67ae50ee1c
|
inspect: Make Signature and Parameter hashable. Issue #20334.
|
2014-04-08 11:46:50 -04:00 |
Yury Selivanov
|
3f73ca23cf
|
inspect.signautre: Fix functools.partial support. Issue #21117
|
2014-04-08 11:30:45 -04:00 |
Yury Selivanov
|
0fceaf45e2
|
inspect.signautre: Fix functools.partial support. Issue #21117
|
2014-04-08 11:28:02 -04:00 |
Benjamin Peterson
|
1d1d95bf83
|
merge 3.4
|
2014-04-08 10:51:37 -04:00 |
Benjamin Peterson
|
7ddf3eba90
|
use imperative
|
2014-04-08 10:51:20 -04:00 |
Benjamin Peterson
|
2deef0cf31
|
merge 3.4 (#16395)
|
2014-04-08 10:49:09 -04:00 |
Benjamin Peterson
|
ce0700ae7a
|
PySequence_Fast generally returns a list not a tuple (closes #16395)
|
2014-04-08 10:48:36 -04:00 |
Benjamin Peterson
|
bc91330efb
|
merge 3.4
|
2014-04-08 10:44:50 -04:00 |
Benjamin Peterson
|
f0f7844f38
|
the name of the slot of nb_multiply not nb_mul
|
2014-04-08 10:44:30 -04:00 |
Victor Stinner
|
4dd25256e2
|
Issue #21118: PyLong_AS_LONG() result type is long
Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type.
|
2014-04-08 09:14:21 +02:00 |
Zachary Ware
|
800cae3007
|
Issue #21059: Temporary measure to make the Windows buildbots useful again.
Hopefully.
|
2014-04-07 23:33:29 -05:00 |
Benjamin Peterson
|
1365de764e
|
fix reference leaks in the translate fast path (closes #21175)
Patch by Josh Rosenberg.
|
2014-04-07 20:15:41 -04:00 |
Benjamin Peterson
|
fa7e11f8c4
|
merge 3.4 (#21174)
|
2014-04-07 19:35:36 -04:00 |
Benjamin Peterson
|
222ef82827
|
fix verb (closes #21174)
|
2014-04-07 19:34:33 -04:00 |
Ned Deily
|
7e60f51486
|
Issue #20644: OS X installer build support for documentation build changes
in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.
|
2014-04-07 12:10:21 -07:00 |
Victor Stinner
|
7b2262fe78
|
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
ValueError if path and sock are specified at the same time. asyncio: Document
Task.cancel() properly.
|
2014-04-07 11:20:22 +02:00 |
Victor Stinner
|
1fd03a4a22
|
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
path and sock are specified at the same time.
|
2014-04-07 11:18:54 +02:00 |
Victor Stinner
|
4bd652a276
|
asyncio: Document Task.cancel() properly.
|
2014-04-07 11:18:06 +02:00 |
Senthil Kumaran
|
1b5643fcb4
|
merge from 3.4
|
2014-04-06 11:00:49 -07:00 |
Senthil Kumaran
|
6d6ec25e04
|
merge from 3.3
|
2014-04-06 11:00:15 -07:00 |
Senthil Kumaran
|
f5c34054f9
|
minor docfix (reported at docs@python.org) trace.py argument is --count not --counts
|
2014-04-06 10:59:47 -07:00 |
Victor Stinner
|
e49a95fe05
|
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the
replacement character is bigger than U+10ffff code point.
|
2014-04-05 15:35:01 +02:00 |
Victor Stinner
|
872b291b96
|
Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion
|
2014-04-05 14:27:07 +02:00 |