summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #23450: Fix signal.set_wakeup_fd() on WindowsVictor Stinner2015-02-121-11/+14
* Merge 3.4 (faulthandler)Victor Stinner2015-02-111-4/+5
|\
| * Issue #23433: Fix faulthandler._stack_overflow()Victor Stinner2015-02-111-4/+5
* | Update copyright.Raymond Hettinger2015-02-111-1/+1
* | merge 3.4 (#23361)Benjamin Peterson2015-02-101-2/+12
|\ \ | |/
| * merge 3.3 (#23361)Benjamin Peterson2015-02-101-2/+12
| |\
| | * add overflow checking (closes #23361)Benjamin Peterson2015-02-101-2/+12
* | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-073-308/+441
* | | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+166
|\ \ \ | |/ /
| * | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+166
* | | Issue #14203: Temporary fix for the compile failure on Windows.Stefan Krah2015-02-031-0/+4
* | | Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()Stefan Krah2015-02-033-14/+36
* | | Issue #15381: Fixed a bug in BytesIO.write().Serhiy Storchaka2015-02-031-9/+10
* | | Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()Stefan Krah2015-02-031-0/+34
* | | Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always sh...Serhiy Storchaka2015-02-031-1/+3
* | | Issue #15381: Optimized io.BytesIO to make less allocations and copyings.Serhiy Storchaka2015-02-031-186/+152
* | | Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-0/+13
* | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-0/+1
|\ \ \ | |/ /
| * | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-0/+1
* | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-20/+6
|\ \ \ | |/ /
| * | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-20/+6
| |\ \ | | |/
| | * Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-20/+6
* | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-026-59/+79
|\ \ \ | |/ /
| * | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-026-59/+79
* | | Optimization guides suggest copying memory in an ascending direction when pos...Raymond Hettinger2015-02-021-3/+3
* | | merge 3.4 (#23364, #23363)Benjamin Peterson2015-02-021-2/+16
|\ \ \ | |/ /
| * | merge 3.3 (#23364, #23363)Benjamin Peterson2015-02-021-2/+16
| |\ \ | | |/
| | * check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-021-2/+16
* | | merge 3.4 (#23365)Benjamin Peterson2015-02-021-0/+4
|\ \ \ | |/ /
| * | merge 3.3 (#23365)Benjamin Peterson2015-02-021-0/+4
| |\ \ | | |/
| | * check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-021-0/+4
* | | merge 3.4 (#23366)Benjamin Peterson2015-02-021-0/+4
|\ \ \ | |/ /
| * | merge 3.3 (#23366)Benjamin Peterson2015-02-021-0/+4
| |\ \ | | |/
| | * detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+4
* | | merge 3.4 (#23369)Benjamin Peterson2015-02-011-4/+11
|\ \ \ | |/ /
| * | merge 3.3 (#23369)Benjamin Peterson2015-02-011-4/+11
| |\ \ | | |/
| | * fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-4/+11
* | | Merge from 3.4.Stefan Krah2015-02-011-0/+51
|\ \ \ | |/ /
| * | Issue #23370: Fix off-by-one error for non-contiguous buffers.Stefan Krah2015-02-011-0/+51
* | | Issue #22445: PyBuffer_IsContiguous() now implements precise contiguityStefan Krah2015-02-011-17/+36
* | | Always #define _PyLong_FromDev as we always need it to compile rather thanGregory P. Smith2015-01-291-8/+8
|\ \ \ | |/ /
| * | Always #define _PyLong_FromDev as we always need it to compile rather thanGregory P. Smith2015-01-291-8/+8
* | | ifdef our way to compatibility with old openssl (closes #23335)Benjamin Peterson2015-01-281-1/+1
* | | disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...Benjamin Peterson2015-01-271-1/+1
* | | Merge 3.4 (asyncio)Victor Stinner2015-01-261-0/+3
|\ \ \ | |/ /
| * | asyncio, _overlapped.ConnectPipe(): release the GILVictor Stinner2015-01-261-0/+3
* | | Merge 3.4 (asyncio)Victor Stinner2015-01-261-2/+2
|\ \ \ | |/ /
| * | asyncio, Tulip issue 204: Fix IocpProactor.recv()Victor Stinner2015-01-261-2/+2
* | | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-11/+10
* | | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-241-4/+43