Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 2 | -2/+2 |
* | Null merge with 3.4 | Steve Dower | 2015-01-31 | 0 | -0/+0 |
|\ | |||||
| * | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 2 | -5/+5 |
* | | Fixes python3_d.dll build so that functions are forwarded to python35_d.dll | Steve Dower | 2015-01-31 | 1 | -3/+32 |
* | | Keep the definition of i consistent between set_lookkey() and set_insert_clea... | Raymond Hettinger | 2015-01-31 | 1 | -4/+4 |
* | | Merge heads | Serhiy Storchaka | 2015-01-31 | 3 | -3/+119 |
|\ \ | |||||
| * \ | Merge 3.4 (generator) | Victor Stinner | 2015-01-31 | 3 | -3/+119 |
| |\ \ | | |/ | |||||
| | * | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). | Victor Stinner | 2015-01-31 | 3 | -3/+119 |
* | | | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ | Serhiy Storchaka | 2015-01-31 | 20 | -104/+3 |
|/ / | |||||
* | | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. | Serhiy Storchaka | 2015-01-31 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. | Serhiy Storchaka | 2015-01-31 | 1 | -0/+19 |
* | | Minor tweak to improve code clarity. | Raymond Hettinger | 2015-01-31 | 1 | -1/+1 |
* | | Fix typo in a comment. | Raymond Hettinger | 2015-01-31 | 1 | -1/+1 |
* | | allow changing __class__ between a heaptype and non-heaptype in some cases (c... | Benjamin Peterson | 2015-01-30 | 3 | -26/+56 |
* | | merge | Raymond Hettinger | 2015-01-30 | 27 | -171/+528 |
|\ \ | |||||
| * \ | Merge: Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
| * | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | asyncio doc: document the new ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-30 | 2 | -20/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the | Victor Stinner | 2015-01-30 | 2 | -20/+3 |
| * | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
| |\ \ | | |/ | |||||
| | * | asyncio doc: add a section about task cancellation | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
| * | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
| |\ \ | | |/ | |||||
| | * | Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 4 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private | Victor Stinner | 2015-01-29 | 4 | -4/+4 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() | Victor Stinner | 2015-01-29 | 1 | -0/+2 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 6 | -104/+166 |
| |\ \ | | |/ | |||||
| | * | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 6 | -104/+166 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 10 | -10/+104 |
| |\ \ | | |/ | |||||
| | * | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 10 | -10/+104 |
| * | | Issue #22668: Merge from 3.4. | Stefan Krah | 2015-01-29 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #22668: Remove endianness assumption in test. | Stefan Krah | 2015-01-29 | 1 | -3/+5 |
| * | | Whitespace. | Stefan Krah | 2015-01-29 | 1 | -2/+2 |
| * | | Closes #22668: Merge from 3.4. | Stefan Krah | 2015-01-29 | 5 | -9/+78 |
| |\ \ | | |/ | |||||
| | * | Issue #22668: Ensure that format strings survive slicing after casting. | Stefan Krah | 2015-01-29 | 3 | -6/+73 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 5 | -44/+85 |
| |\ \ | | |/ | |||||
| | * | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 5 | -44/+85 |
| * | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 2 | -0/+13 |
| |\ \ | | |/ | |||||
| | * | asyncio doc: document Protocol state machine | Victor Stinner | 2015-01-29 | 2 | -0/+13 |
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 2 | -4/+24 |
| |\ \ | | |/ | |||||
| | * | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 2 | -4/+24 |
* | | | Move the set search finger before the smalltable. | Raymond Hettinger | 2015-01-30 | 1 | -2/+2 |
|/ / | |||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-29 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | asyncio: BaseSubprocessTransport._kill_wait() now also call close() | Victor Stinner | 2015-01-29 | 1 | -0/+3 |
* | | Always #define _PyLong_FromDev as we always need it to compile rather than | Gregory P. Smith | 2015-01-29 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Always #define _PyLong_FromDev as we always need it to compile rather than | Gregory P. Smith | 2015-01-29 | 1 | -8/+8 |
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-01-28 | 6 | -36/+77 |
|\ \ | |/ |