summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+3
* Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-0/+4
* Issue #23934: Fix inspect.signature to fail correctly for builtin types.Yury Selivanov2015-05-301-0/+3
* Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+2
|\
| * Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+2
* | Reverting my previous commit.Yury Selivanov2015-05-301-15/+0
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-0/+4
|\ \
| * \ Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-0/+4
| |\ \ | | |/
| | * Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-0/+4
| * | Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-301-0/+2
* | | Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-301-0/+2
* | | merge 3.5 (#24328)Benjamin Peterson2015-05-291-0/+2
|\ \ \ | |/ /
| * | fix importing one char extension modules (closes #24328)Benjamin Peterson2015-05-291-0/+2
* | | Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-291-0/+3
|\ \ \ | |/ /
| * | Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-291-0/+3
| |\ \ | | |/
| | * Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-291-0/+3
* | | merge 3.5 (#11205)Benjamin Peterson2015-05-281-0/+2
|\ \ \ | |/ /
| * | in dict displays, evaluate the key before the value (closes #11205)Benjamin Peterson2015-05-281-0/+2
* | | Issue 24298: Fix signature() to properly unwrap wrappers around bound methodsYury Selivanov2015-05-281-0/+3
|\ \ \ | |/ /
| * | Issue 24298: Fix signature() to properly unwrap wrappers around bound methodsYury Selivanov2015-05-281-0/+3
| |\ \ | | |/
| | * Issue 24298: Fix signature() to properly unwrap wrappers around bound methodsYury Selivanov2015-05-281-0/+3
* | | Issue #23359: Specialize set_lookkey intoa lookup function and an insert func...Raymond Hettinger2015-05-271-0/+3
* | | Merge fix for issue #24285 from 3.5Nick Coghlan2015-05-261-1/+5
|\ \ \ | |/ /
| * | Issue #24285: fix importing extensions from packagesNick Coghlan2015-05-261-1/+5
* | | Moved Misc/NEWS entries to correct section and fix formatting.Serhiy Storchaka2015-05-261-8/+8
|\ \ \ | |/ /
| * | Moved Misc/NEWS entries to correct section and fix formatting.Serhiy Storchaka2015-05-261-8/+8
| |\ \ | | |/
| | * Moved Misc/NEWS entries to correct section and fix formatting.Serhiy Storchaka2015-05-261-7/+7
* | | (Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary fileVictor Stinner2015-05-251-0/+3
|\ \ \ | |/ /
| * | (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary fileVictor Stinner2015-05-251-0/+3
| |\ \ | | |/
| | * Issue #23840: tokenize.open() now closes the temporary binary file on error toVictor Stinner2015-05-251-0/+3
* | | Added a section for news items for 3.6.Larry Hastings2015-05-251-0/+12
|/ /
* | Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
|\ \ | |/
| * Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
* | Merge.Larry Hastings2015-05-241-0/+5
|\ \
| * | Backed out changeset: b0a0b9b59012Serhiy Storchaka2015-05-241-0/+3
| * | Issue #24276: Fixed optimization of property descriptor getter.Serhiy Storchaka2015-05-241-0/+2
* | | Post-release fixes for 3.5.0b1.Larry Hastings2015-05-241-0/+12
|/ /
* | Merge backout of 57776eee74f2.Larry Hastings2015-05-231-3/+0
|\ \
| * | Backed out changeset 57776eee74f2Larry Hastings2015-05-231-3/+0
* | | Add Idle NEWS item.Terry Jan Reedy2015-05-231-0/+6
|\ \ \ | |/ / |/| / | |/
| * Add NEWS item for Idle.Terry Jan Reedy2015-05-231-0/+6
* | Issue #14373: Added C implementation of functools.lru_cache(). Based onSerhiy Storchaka2015-05-231-0/+3
* | merge 3.4 (#22931)Benjamin Peterson2015-05-231-0/+2
|\ \ | |/
| * merge 3.3 (#22931)Benjamin Peterson2015-05-231-0/+2
| |\
| | * merge 3.2 (#22931)Benjamin Peterson2015-05-231-0/+2
| | |\
| | | * allow square brackets in cookie values (closes #22931)Benjamin Peterson2015-05-231-0/+5
* | | | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-232-0/+3
* | | | Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.Raymond Hettinger2015-05-232-0/+5
* | | | Issue 22189: Add missing methods to UserStringRaymond Hettinger2015-05-221-0/+4
* | | | Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-221-0/+3