Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Whitespace. | Stefan Krah | 2015-02-01 | 1 | -1/+1 | |
* | | | Issue #23352: Merge from 3.4. | Stefan Krah | 2015-02-01 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets | Stefan Krah | 2015-02-01 | 1 | -0/+3 | |
* | | | Merge from 3.4. | Stefan Krah | 2015-02-01 | 2 | -2/+53 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #23370: Fix off-by-one error for non-contiguous buffers. | Stefan Krah | 2015-02-01 | 2 | -2/+53 | |
* | | | Don't seek to the start of the file when open ZipFile with the 'w' mode | Serhiy Storchaka | 2015-02-01 | 1 | -1/+1 | |
* | | | Merged documentation update from 3.4. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 | |
|\ \ \ | |/ / | ||||||
| * | | Added a cookbook entry on logging audible messages. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 | |
* | | | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity | Stefan Krah | 2015-02-01 | 4 | -29/+90 | |
* | | | 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 | |
| |\ \ \ | | |/ / |