| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -2/+11 |
| |\ | |||||
| | * | Issue #21172: isinstance check relaxed from dict to collections.Mapping. | Vinay Sajip | 2014-04-10 | 2 | -2/+11 |
| | | | |||||
| * | | merge 3.4 | Benjamin Peterson | 2014-04-10 | 3 | -1/+11 |
| |\ \ | |/ | |||||
| | * | teach 2to3 about 'yield from' | Benjamin Peterson | 2014-04-10 | 3 | -1/+11 |
| | | | |||||
| * | | teach unparse about matrix multiplication | Benjamin Peterson | 2014-04-10 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.4 | Benjamin Peterson | 2014-04-10 | 6 | -9/+19 |
| |\ \ | |/ | |||||
| | * | add matrix multiplication operator support to 2to3 | Benjamin Peterson | 2014-04-10 | 6 | -9/+19 |
| | | | |||||
| * | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 42 | -439/+800 |
| | | | |||||
| * | | Add algorithmic notes for nsmallest() and nlargest(). | Raymond Hettinger | 2014-04-10 | 1 | -0/+56 |
| | | | |||||
| * | | Issue #21187: merge with 3.4 | Ned Deily | 2014-04-09 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. | Ned Deily | 2014-04-09 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #20644: merge with 3.4 | Ned Deily | 2014-04-09 | 1 | -9/+18 |
| |\ \ | |/ | |||||
| | * | Issue #20644: Keep build-installer.py in sync across active versions. | Ned Deily | 2014-04-09 | 1 | -9/+18 |
| | | | |||||
| * | | merge from 3.4 | Senthil Kumaran | 2014-04-09 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | issue #21190: Fix the broken docs download link | Senthil Kumaran | 2014-04-09 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #21097: merge from 3.4 | Ned Deily | 2014-04-09 | 1 | -20/+20 |
| |\ \ | |/ | |||||
| | * | Issue #21097: Update Makefile with changed install locations of test ↵ | Ned Deily | 2014-04-09 | 1 | -20/+20 |
| | | | | | | | | | directories. | ||||
| * | | Issue #20644: merge from 3.4 | Ned Deily | 2014-04-09 | 3 | -21/+40 |
| |\ \ | |/ | |||||
| | * | Issue #20644: OS X installer build support for documentation build changes | Ned Deily | 2014-04-07 | 3 | -21/+40 |
| | | | | | | | | | in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin. | ||||
| * | | Merge 3.4 | Yury Selivanov | 2014-04-08 | 0 | -0/+0 |
| |\ \ | |/ | |||||
| | * | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
| | * | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | | | | | Initial patch by Nick Coghlan | ||||
| | * | inspect.signautre: Fix functools.partial support. Issue #21117 | Yury Selivanov | 2014-04-08 | 3 | -93/+146 |
| | | | |||||
| * | | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
| * | | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | | | | | Initial patch by Nick Coghlan | ||||
| * | | inspect: Make Signature and Parameter hashable. Issue #20334. | Yury Selivanov | 2014-04-08 | 5 | -13/+52 |
| | | | |||||
| * | | inspect.signautre: Fix functools.partial support. Issue #21117 | Yury Selivanov | 2014-04-08 | 3 | -98/+147 |
| | | | |||||
| * | | merge 3.4 | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | use imperative | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.4 (#16395) | Benjamin Peterson | 2014-04-08 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | PySequence_Fast generally returns a list not a tuple (closes #16395) | Benjamin Peterson | 2014-04-08 | 1 | -4/+4 |
| | | | |||||
| * | | merge 3.4 | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | the name of the slot of nb_multiply not nb_mul | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
| | | | |||||
| * | | Issue #21118: PyLong_AS_LONG() result type is long | Victor Stinner | 2014-04-08 | 1 | -1/+1 |
| | | | | | | | | | Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type. | ||||
| * | | Issue #21059: Temporary measure to make the Windows buildbots useful again. | Zachary Ware | 2014-04-08 | 2 | -0/+6 |
| | | | | | | | | | Hopefully. | ||||
| * | | fix reference leaks in the translate fast path (closes #21175) | Benjamin Peterson | 2014-04-08 | 1 | -14/+8 |
| | | | | | | | | | Patch by Josh Rosenberg. | ||||
| * | | merge 3.4 (#21174) | Benjamin Peterson | 2014-04-07 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix verb (closes #21174) | Benjamin Peterson | 2014-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a | Victor Stinner | 2014-04-07 | 4 | -0/+37 |
| |\ \ | |/ | | | | | | | 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 | 3 | -0/+18 |
| | | | | | | | | | path and sock are specified at the same time. | ||||
| | * | asyncio: Document Task.cancel() properly. | Victor Stinner | 2014-04-07 | 1 | -0/+19 |
| | | | |||||
| * | | merge from 3.4 | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | merge from 3.3 | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| | |\ | |||||
| | | * | minor docfix (reported at docs@python.org) trace.py argument is --count not ↵ | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | --counts | ||||
| * | | | 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: Optimize also str.translate() for ASCII => ASCII deletion | Victor Stinner | 2014-04-05 | 1 | -19/+29 |
| | | | | |||||
| * | | | Issue #21118: Add unit test for invalid character replacement (code point ↵ | Victor Stinner | 2014-04-05 | 2 | -10/+18 |
| | | | | | | | | | | | | | higher than U+10ffff) | ||||
| * | | | Issue #21118: Optimize str.translate() for ASCII => ASCII translation | Victor Stinner | 2014-04-05 | 1 | -1/+120 |
| | | | | |||||
| * | | | Issue #21118: Add more unit tests on str.translate() | Victor Stinner | 2014-04-04 | 1 | -0/+20 |
| | | | | |||||
