Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | Michael Foord | 2014-04-14 | 2 | -2/+31 |
|\ | |||||
| * | Issue 17826. Setting an iterable side_effect on a mock created by ↵ | Michael Foord | 2014-04-14 | 2 | -2/+31 |
| | | | | | | | | create_autospec now works | ||||
* | | #10481: describe universal_newlines' effect on communicate()/check_output() ↵ | Andrew Kuchling | 2014-04-14 | 1 | -11/+27 |
| | | | | | | | | | | | | output (alternately bytes or strings) Patch by Sam Kimbrel. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | do not generate pipe names in the temporary dir | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.4 | Senthil Kumaran | 2014-04-14 | 2 | -26/+97 |
|\ \ | |/ | | | | | | | Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel() Patch by Nikolaus Rath. | ||||
| * | Issue #7776: Fix ``Host:'' header and reconnection when using ↵ | Senthil Kumaran | 2014-04-14 | 2 | -26/+97 |
| | | | | | | | | | | | | http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. | ||||
* | | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. | Eric V. Smith | 2014-04-14 | 2 | -0/+37 |
| | | |||||
* | | Closes issue #12546: Allow \x00 as a fill character for builtin type ↵ | Eric V. Smith | 2014-04-14 | 1 | -0/+21 |
|\ \ | |/ | | | | | __format__ methods. | ||||
| * | Issue #12546: Allow \x00 as a fill character for builtin type __format__ ↵ | Eric V. Smith | 2014-04-14 | 1 | -0/+21 |
| | | | | | | | | methods. | ||||
* | | Merge | Michael Foord | 2014-04-14 | 2 | -1/+28 |
|\ \ | |/ | |||||
| * | Issue 20968. unittest.mock.MagicMock now supports division | Michael Foord | 2014-04-14 | 2 | -1/+28 |
| | | |||||
* | | Merge: #21169: add comment and doc update for getpass change. | R David Murray | 2014-04-14 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #21169: add comment and doc update for getpass change. | R David Murray | 2014-04-14 | 1 | -0/+1 |
| | | |||||
* | | merge 3.4 (#21209) | Benjamin Peterson | 2014-04-14 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | fix sending tuples to custom generator objects with yield from (closes #21209) | Benjamin Peterson | 2014-04-14 | 1 | -0/+19 |
| | | | | | | | | Debugged by Victor. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | merge 3.3 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
| |\ | |||||
| | * | merge 3.2 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
| | |\ | |||||
| | | * | in scan_once, prevent the reading of arbitrary memory when passed a negative ↵ | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | index Bug reported by Guido Vranken. | ||||
* | | | | Mierge #21169: fix getpass to use replace error handler on UnicodeEncodeError. | R David Murray | 2014-04-14 | 2 | -2/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | #21169: fix getpass to use replace error handler on UnicodeEncodeError. | R David Murray | 2014-04-14 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das. | ||||
* | | | | Issue #20635: Added tests for Tk geometry managers. | Serhiy Storchaka | 2014-04-13 | 2 | -0/+913 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #20635: Added tests for Tk geometry managers. | Serhiy Storchaka | 2014-04-13 | 2 | -0/+913 |
| | | | | |||||
* | | | | Issue #21171: Fixed undocumented filter API of the rot13 codec. | Serhiy Storchaka | 2014-04-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Berker Peksag. | ||||
| * | | | Issue #21171: Fixed undocumented filter API of the rot13 codec. | Serhiy Storchaka | 2014-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch by Berker Peksag. | ||||
* | | | | test the change of #21193 correctly | Benjamin Peterson | 2014-04-11 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than ↵ | Mark Dickinson | 2014-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | TypeError. Patch by Josh Rosenberg. | ||||
* | | | | Issue #20539: Improve math.factorial error messages and types for large inputs. | Mark Dickinson | 2014-04-10 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | - Better message for the OverflowError in large positive inputs. - Changed exception type from OverflowError to ValueError for large negative inputs. | ||||
* | | | | Update comment for the comparison table to use measured results rather than ↵ | Raymond Hettinger | 2014-04-10 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | predicted. | ||||
* | | | | Closes #21172: Merged fix from 3.4. | Vinay Sajip | 2014-04-10 | 1 | -2/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21172: isinstance check relaxed from dict to collections.Mapping. | Vinay Sajip | 2014-04-10 | 1 | -2/+9 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-10 | 2 | -1/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | teach 2to3 about 'yield from' | Benjamin Peterson | 2014-04-10 | 2 | -1/+9 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-10 | 5 | -9/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | add matrix multiplication operator support to 2to3 | Benjamin Peterson | 2014-04-10 | 5 | -9/+17 |
| | | | | |||||
| * | | | inspect.signautre: Fix functools.partial support. Issue #21117 | Yury Selivanov | 2014-04-08 | 2 | -93/+141 |
| | | | | |||||
* | | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 12 | -10/+88 |
| | | | | |||||
* | | | | Add algorithmic notes for nsmallest() and nlargest(). | Raymond Hettinger | 2014-04-10 | 1 | -0/+56 |
| | | | | |||||
* | | | | inspect: Make Signature and Parameter hashable. Issue #20334. | Yury Selivanov | 2014-04-08 | 2 | -10/+46 |
| | | | | |||||
* | | | | inspect.signautre: Fix functools.partial support. Issue #21117 | Yury Selivanov | 2014-04-08 | 2 | -98/+142 |
| | | | | |||||
* | | | | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a | Victor Stinner | 2014-04-07 | 3 | -0/+34 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | ValueError if path and sock are specified at the same time. asyncio: Document Task.cancel() properly. | ||||
| * | | | Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if | Victor Stinner | 2014-04-07 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | path and sock are specified at the same time. | ||||
| * | | | asyncio: Document Task.cancel() properly. | Victor Stinner | 2014-04-07 | 1 | -0/+19 |
| | | | | |||||
* | | | | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the | Victor Stinner | 2014-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | replacement character is bigger than U+10ffff code point. | ||||
* | | | | Issue #21118: Add unit test for invalid character replacement (code point ↵ | Victor Stinner | 2014-04-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | higher than U+10ffff) | ||||
* | | | | Issue #21118: Add more unit tests on str.translate() | Victor Stinner | 2014-04-04 | 1 | -0/+20 |
| | | | | |||||
* | | | | Issue #21136: Avoid unnecessary normalization in Fractions resulting from ↵ | Mark Dickinson | 2014-04-05 | 2 | -10/+16 |
| | | | | | | | | | | | | | | | | power and other operations. | ||||
* | | | | merge 3.4 (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | make temporary read-only files writable, so rmtree can remove them (#21128) | Benjamin Peterson | 2014-04-04 | 1 | -0/+3 |
| | | | |