index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge backout of 57776eee74f2.
Larry Hastings
2015-05-23
1
-3/+0
|
\
|
*
Backed out changeset 57776eee74f2
Larry Hastings
2015-05-23
1
-3/+0
*
|
Add Idle NEWS item.
Terry Jan Reedy
2015-05-23
1
-0/+6
|
\
\
|
|
/
|
/
|
|
*
Add NEWS item for Idle.
Terry Jan Reedy
2015-05-23
1
-0/+6
*
|
Issue #14373: Added C implementation of functools.lru_cache(). Based on
Serhiy Storchaka
2015-05-23
1
-0/+3
*
|
merge 3.4 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+2
|
|
\
|
|
*
merge 3.2 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+2
|
|
|
\
|
|
|
*
allow square brackets in cookie values (closes #22931)
Benjamin Peterson
2015-05-23
1
-0/+5
*
|
|
|
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
2
-0/+3
*
|
|
|
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Raymond Hettinger
2015-05-23
2
-0/+5
*
|
|
|
Issue 22189: Add missing methods to UserString
Raymond Hettinger
2015-05-22
1
-0/+4
*
|
|
|
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Gregory P. Smith
2015-05-22
1
-0/+3
*
|
|
|
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...
Steve Dower
2015-05-22
1
-0/+3
*
|
|
|
Issue 24244: Prevents termination when an invalid format string is encountere...
Steve Dower
2015-05-22
1
-0/+3
*
|
|
|
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
Guido van Rossum
2015-05-22
1
-0/+2
*
|
|
|
Issue #20035: Reimplement tkinter._fix module as a C function.
Zachary Ware
2015-05-22
1
-0/+4
*
|
|
|
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-0/+6
*
|
|
|
Fix a misplaced NEWS entry.
Yury Selivanov
2015-05-21
1
-3/+3
*
|
|
|
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov
2015-05-21
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov
2015-05-21
1
-0/+3
*
|
|
|
Fixed issue number for issue #22939.
Serhiy Storchaka
2015-05-21
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fixed issue number for issue #22939.
Serhiy Storchaka
2015-05-21
1
-1/+1
*
|
|
|
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka
2015-05-21
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka
2015-05-21
2
-0/+4
*
|
|
|
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka
2015-05-21
2
-0/+5
*
|
|
|
Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin
Yury Selivanov
2015-05-21
1
-0/+3
*
|
|
|
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Ruppr...
Antoine Pitrou
2015-05-20
2
-0/+4
*
|
|
|
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Yury Selivanov
2015-05-20
1
-0/+4
*
|
|
|
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Serhiy Storchaka
2015-05-20
1
-0/+4
*
|
|
|
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
1
-0/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
1
-0/+5
*
|
|
|
Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...
Antoine Pitrou
2015-05-19
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...
Antoine Pitrou
2015-05-19
1
-0/+3
*
|
|
|
Issue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka
2015-05-19
1
-0/+2
*
|
|
|
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka
2015-05-19
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka
2015-05-19
1
-0/+3
*
|
|
|
Fix Sphinx compile error.
Berker Peksag
2015-05-18
1
-1/+1
*
|
|
|
Fix typo in Misc/NEWS.
Berker Peksag
2015-05-18
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix typo in Nisc/NEWS.
Berker Peksag
2015-05-18
1
-1/+1
*
|
|
|
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
1
-0/+3
*
|
|
|
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
1
-0/+2
*
|
|
|
Closes #21931: Merge with 3.4
Zachary Ware
2015-05-18
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21931: Fix error handling in msilib.FCICreate().
Zachary Ware
2015-05-18
1
-0/+4
|
*
|
|
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
1
-0/+3
*
|
|
|
Issue #13866: add *quote_via* argument to urlencode.
R David Murray
2015-05-18
1
-0/+2
*
|
|
|
Issue #22155: News entry.
Terry Jan Reedy
2015-05-17
1
-0/+3
|
\
\
\
\
|
|
/
/
/
[next]