summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-032-1/+12
|\
| * Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-032-1/+12
* | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
|\ \ | |/
| * Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
| |\
| | * Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
* | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-17/+33
|\ \ \ | |/ /
| * | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-17/+33
* | | merge 3.4Benjamin Peterson2015-02-021-1/+2
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2015-02-021-1/+2
| |\ \ | | |/
| | * reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
* | | merge 3.4Benjamin Peterson2015-02-021-1/+1
|\ \ \ | |/ /
| * | adjust for py3k module renamingBenjamin Peterson2015-02-021-1/+1
* | | merge 3.4Benjamin Peterson2015-02-021-0/+1
|\ \ \ | |/ /
| * | _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
* | | Merge 3.4 (asyncio)Victor Stinner2015-02-023-4/+23
|\ \ \ | |/ /
| * | Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-023-4/+23
* | | merge 3.4 (#21295)Benjamin Peterson2015-02-021-31/+14
|\ \ \ | |/ /
| * | revert lineno and col_offset changes from #16795 (closes #21295)Benjamin Peterson2015-02-021-31/+14
* | | merge 3.4 (#23364, #23363)Benjamin Peterson2015-02-021-0/+12
|\ \ \ | |/ /
| * | merge 3.3 (#23364, #23363)Benjamin Peterson2015-02-021-0/+12
| |\ \ | | |/
| | * check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-021-0/+12
* | | merge 3.4 (#23365)Benjamin Peterson2015-02-021-1/+5
|\ \ \ | |/ /
| * | merge 3.3 (#23365)Benjamin Peterson2015-02-021-1/+5
| |\ \ | | |/
| | * check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-021-1/+5
* | | merge 3.4 (#23366)Benjamin Peterson2015-02-021-0/+5
|\ \ \ | |/ /
| * | merge 3.3 (#23366)Benjamin Peterson2015-02-021-0/+5
| |\ \ | | |/
| | * detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+5
* | | merge 3.4Benjamin Peterson2015-02-022-1/+2
|\ \ \ | |/ /
| * | https goodnessBenjamin Peterson2015-02-021-1/+1
| * | fix tests on systems that can't validate python.orgBenjamin Peterson2015-02-021-0/+1
* | | merge 3.4Benjamin Peterson2015-02-011-1/+0
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2015-02-011-1/+0
| |\ \ | | |/
| | * remove extra wsBenjamin Peterson2015-02-011-1/+0
* | | merge 3.4 (#23369)Benjamin Peterson2015-02-011-1/+8
|\ \ \ | |/ /
| * | merge 3.3 (#23369)Benjamin Peterson2015-02-011-1/+8
| |\ \ | | |/
| | * fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-1/+8
| | * Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-42/+119
* | | Don't seek to the start of the file when open ZipFile with the 'w' modeSerhiy Storchaka2015-02-011-1/+1
* | | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguityStefan Krah2015-02-011-0/+13
* | | Merge headsSerhiy Storchaka2015-01-311-0/+109
|\ \ \
| * \ \ Merge 3.4 (generator)Victor Stinner2015-01-311-0/+109
| |\ \ \ | | |/ /
| | * | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().Victor Stinner2015-01-311-0/+109
* | | | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-3119-104/+0
|/ / /
* | | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
|\ \ \ | |/ /
| * | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
* | | allow changing __class__ between a heaptype and non-heaptype in some cases (c...Benjamin Peterson2015-01-301-0/+16
* | | Merge 3.4 (asyncio)Victor Stinner2015-01-302-20/+3
|\ \ \ | |/ /
| * | Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-302-20/+3
* | | Merge 3.4 (asyncio)Victor Stinner2015-01-294-4/+4
|\ \ \ | |/ /
| * | Issue #23347, asyncio: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-294-4/+4