summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-60/+68
|\
| * Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-60/+68
* | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-032-6/+8
|\ \ | |/
| * Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-032-6/+8
| * Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-5/+2
* | mergeRaymond Hettinger2016-02-021-5/+2
* | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-153/+214
|\ \ | |/
| * Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-153/+214
| * Merge headsSerhiy Storchaka2016-01-281-2/+24
| |\
* | \ Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format unitsSerhiy Storchaka2016-01-281-1/+93
|\ \ \ | |/ /
| * | Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format unitsSerhiy Storchaka2016-01-281-1/+93
* | | Merge 3.5: Issue #26227Victor Stinner2016-01-281-2/+24
|\ \ \ | | |/ | |/|
| * | Windows: Decode hostname from ANSI code pageVictor Stinner2016-01-281-2/+24
| |/
* | mergeRaymond Hettinger2016-01-271-0/+7
|\ \ | |/
| * Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+7
* | Fix compiler warning about obviously unreachable code.Raymond Hettinger2016-01-251-4/+0
* | Convert another post-decrement while-loop to pre-decrement for consistencyRaymond Hettinger2016-01-241-1/+2
* | Convert two other post-decrement while-loops to pre-decrements for consistencyRaymond Hettinger2016-01-241-2/+4
* | Miscellaneous refactoringsRaymond Hettinger2016-01-241-65/+58
* | merge 3.5Benjamin Peterson2016-01-221-0/+4
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-01-221-0/+4
| |\
| | * reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* | | merge 3.5 (#26171)Benjamin Peterson2016-01-211-0/+5
|\ \ \ | |/ /
| * | merge 3.4 (#26171)Benjamin Peterson2016-01-211-0/+5
| |\ \ | | |/
| | * prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-211-0/+5
* | | merge 3.5Benjamin Peterson2016-01-211-0/+1
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-01-211-0/+1
| |\ \ | | |/
| | * fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1
* | | Merge 3.5Victor Stinner2016-01-201-1/+1
|\ \ \ | |/ /
| * | Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-1/+1
* | | Issue #26129: Deprecated accepting non-integers in grp.getgrgid().Serhiy Storchaka2016-01-181-5/+16
* | | Fix indentation of continuation lines.Georg Brandl2016-01-181-2/+2
* | | Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).Stefan Krah2016-01-171-0/+5
* | | Merge for issue #17633Brett Cannon2016-01-151-16/+32
|\ \ \ | |/ /
| * | Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-151-16/+32
* | | Merge for issue #26114Brett Cannon2016-01-151-3/+2
|\ \ \ | |/ /
| * | Issue #26114: Remove a reference to 'Numerical Recipes'.Brett Cannon2016-01-151-3/+2
* | | merge 3.5 (closes #25672)Benjamin Peterson2016-01-081-0/+17
|\ \ \ | |/ /
| * | enable SSL_MODE_RELEASE_BUFFERSBenjamin Peterson2016-01-081-0/+17
* | | Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-055-39/+12
* | | merge 3.5Benjamin Peterson2016-01-012-4/+0
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-01-012-4/+0
| |\ \ | | |/
| | * merge 3.3Benjamin Peterson2016-01-012-4/+0
| | |\
| | | * remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-012-4/+0
* | | | Fixed formatting comman-line usage message.Serhiy Storchaka2015-12-301-4/+4
|\ \ \ \ | |/ / /
| * | | Fixed formatting comman-line usage message.Serhiy Storchaka2015-12-301-4/+4
* | | | Issue #25972, #20440: Fix compilation on WindowsZachary Ware2015-12-291-1/+1
* | | | Merge.Stefan Krah2015-12-281-0/+16
|\ \ \ \
| * \ \ \ Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-0/+16
| |\ \ \ \ | | |/ / /
| | * | | Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-0/+16