summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-283-3/+113
|/ / / /
* | | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.Serhiy Storchaka2015-12-276-48/+18
* | | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-274-38/+21
|\ \ \ \ | |/ / /
| * | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-274-40/+23
* | | | Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-278-65/+38
|\ \ \ \ | |/ / /
| * | | Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-278-66/+39
* | | | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-2535-95/+112
* | | | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-2527-96/+98
* | | | Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.Serhiy Storchaka2015-12-241-19/+13
|\ \ \ \ | |/ / /
| * | | Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.Serhiy Storchaka2015-12-241-19/+13
* | | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-2413-74/+40
|\ \ \ \ | |/ / /
| * | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-2413-74/+40
* | | | Issue #25869: Optimized deepcopying ElementTree; it is now 20 times faster.Serhiy Storchaka2015-12-211-24/+54
* | | | Issue #25873: Optimized iterating ElementTree.Serhiy Storchaka2015-12-211-158/+101
* | | | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-211-32/+58
|\ \ \ \ | |/ / /
| * | | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-211-32/+58
* | | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-1911-15/+15
|\ \ \ \ | |/ / /
| * | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-1911-15/+15
* | | | Issue #25890: Removed yet one unused variable.Serhiy Storchaka2015-12-181-1/+0
* | | | Issues #25890, #25891, #25892: Removed unused variables in Windows code.Serhiy Storchaka2015-12-181-2/+0
* | | | Merge 3.5Victor Stinner2015-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try)Victor Stinner2015-12-131-1/+1
* | | | (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()Victor Stinner2015-12-131-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()Victor Stinner2015-12-131-3/+3
* | | | Issue #25845: Merge PyLong_Check() cleanup from 3.5Martin Panter2015-12-121-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #25845: Drop redundant checks leftover from int to long conversionMartin Panter2015-12-121-2/+2
* | | | Issue #25638: Optimized ElementTree parsing; it is now 10% faster.Serhiy Storchaka2015-12-101-9/+20
* | | | Fixed possible leaks in ElementTree parser.Serhiy Storchaka2015-12-091-2/+8
|\ \ \ \ | |/ / /
| * | | Fixed possible leaks in ElementTree parser.Serhiy Storchaka2015-12-091-2/+8
* | | | Fixed possible leak in ElementTree.Element.iter().Serhiy Storchaka2015-12-091-11/+11
|\ \ \ \ | |/ / /
| * | | Fixed possible leak in ElementTree.Element.iter().Serhiy Storchaka2015-12-091-11/+11
* | | | Only update the arr variable when PyObject_RichCompareBool() has been called.Raymond Hettinger2015-12-081-2/+2
* | | | Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f).Serhiy Storchaka2015-12-071-0/+1