Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.4 | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
|\ | |||||
| * | merge 3.3 | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
| |\ | |||||
| | * | reduce memory usage of test (closes #23369) | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
* | | | merge 3.4 | Benjamin Peterson | 2015-02-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | adjust for py3k module renaming | Benjamin Peterson | 2015-02-02 | 1 | -1/+1 |
* | | | merge 3.4 | Benjamin Peterson | 2015-02-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | _clear_type_cache is cpython-only | Benjamin Peterson | 2015-02-02 | 1 | -0/+1 |
* | | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-02 | 3 | -4/+23 |
|\ \ \ | |/ / | |||||
| * | | Issue #23353, asyncio: Workaround CPython bug #23353 | Victor Stinner | 2015-02-02 | 3 | -4/+23 |
* | | | merge 3.4 (#21295) | Benjamin Peterson | 2015-02-02 | 1 | -31/+14 |
|\ \ \ | |/ / | |||||
| * | | revert lineno and col_offset changes from #16795 (closes #21295) | Benjamin Peterson | 2015-02-02 | 1 | -31/+14 |
* | | | merge 3.4 (#23364, #23363) | Benjamin Peterson | 2015-02-02 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#23364, #23363) | Benjamin Peterson | 2015-02-02 | 1 | -0/+12 |
| |\ \ | | |/ | |||||
| | * | check for overflows in permutations() and product() (closes #23363, closes #2... | Benjamin Peterson | 2015-02-02 | 1 | -0/+12 |
* | | | merge 3.4 (#23365) | Benjamin Peterson | 2015-02-02 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#23365) | Benjamin Peterson | 2015-02-02 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-02 | 1 | -1/+5 |
* | | | merge 3.4 (#23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+5 |
* | | | merge 3.4 | Benjamin Peterson | 2015-02-02 | 2 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | https goodness | Benjamin Peterson | 2015-02-02 | 1 | -1/+1 |
| * | | fix tests on systems that can't validate python.org | Benjamin Peterson | 2015-02-02 | 1 | -0/+1 |
* | | | merge 3.4 | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | remove extra ws | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
* | | | merge 3.4 (#23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
| |\ \ | | |/ | |||||
| | * | fix possible overflow in encode_basestring_ascii (closes #23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
| | * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 1 | -42/+119 |
* | | | Don't seek to the start of the file when open ZipFile with the 'w' mode | Serhiy Storchaka | 2015-02-01 | 1 | -1/+1 |
* | | | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity | Stefan Krah | 2015-02-01 | 1 | -0/+13 |
* | | | Merge heads | Serhiy Storchaka | 2015-01-31 | 1 | -0/+109 |
|\ \ \ | |||||
| * \ \ | Merge 3.4 (generator) | Victor Stinner | 2015-01-31 | 1 | -0/+109 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). | Victor Stinner | 2015-01-31 | 1 | -0/+109 |
* | | | | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ | Serhiy Storchaka | 2015-01-31 | 19 | -104/+0 |
|/ / / | |||||
* | | | 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 |
* | | | allow changing __class__ between a heaptype and non-heaptype in some cases (c... | Benjamin Peterson | 2015-01-30 | 1 | -0/+16 |
* | | | 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) | 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 |
|\ \ \ | |/ / |