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
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-0/+4
|
\
|
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-0/+4
*
|
Issue #20387: Merge test and patch from 3.4.4
Jason R. Coombs
2015-06-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20387: Merge
Jason R. Coombs
2015-06-28
1
-0/+3
|
|
\
|
|
*
Issue #20387: Merge patch and test
Jason R. Coombs
2015-06-28
1
-0/+3
|
|
|
\
|
|
|
*
Issue #20387: Update Misc/NEWS
Jason R. Coombs
2015-06-26
1
-0/+3
*
|
|
|
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-0/+3
|
|
/
/
*
|
|
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-0/+3
*
|
|
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-0/+2
*
|
|
prevent integer overflow in escape_unicode (closes #24522)
Benjamin Peterson
2015-06-27
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2015-06-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.3
Benjamin Peterson
2015-06-27
1
-1/+1
|
|
\
\
|
|
*
|
add issue number
Benjamin Peterson
2015-06-27
1
-1/+1
*
|
|
|
merge 3.4
Benjamin Peterson
2015-06-27
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.3
Benjamin Peterson
2015-06-27
1
-0/+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
use safe allocation and reallocation macros
Benjamin Peterson
2015-06-27
1
-0/+2
*
|
|
|
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
1
-0/+2
|
|
|
/
|
|
/
|
*
|
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-0/+9
*
|
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw
2015-06-09
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw
2015-06-09
1
-0/+3
*
|
|
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
Serhiy Storchaka
2015-06-08
1
-0/+3
*
|
|
Issue #14373: C implementation of functools.lru_cache() now can be used with
Serhiy Storchaka
2015-06-08
1
-0/+3
*
|
|
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
Steve Dower
2015-06-08
1
-0/+3
*
|
|
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan
2015-06-04
1
-0/+7
*
|
|
Issue #24369: Defend against key-changes during iteration.
Eric Snow
2015-06-04
1
-0/+2
*
|
|
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
Eric Snow
2015-06-03
1
-0/+2
*
|
|
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
Eric Snow
2015-06-03
1
-0/+2
*
|
|
Issue #24368: Support keyword arguments in OrderedDict methods.
Eric Snow
2015-06-03
1
-0/+2
*
|
|
Issue #24359: Check for changed OrderedDict size during iteration.
Eric Snow
2015-06-02
1
-0/+2
*
|
|
Issue #24348: Drop superfluous increfs/decrefs.
Eric Snow
2015-06-02
1
-0/+2
*
|
|
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Eric Snow
2015-06-02
1
-0/+2
*
|
|
add Py_tp_finalize slot (closes #24345)
Benjamin Peterson
2015-06-01
1
-0/+2
*
|
|
Moved Misc/NEWS entry (issue #24270) to correct section.
Serhiy Storchaka
2015-06-01
1
-3/+3
*
|
|
Merge release engineering changes with 3.5 branch head.
Larry Hastings
2015-06-01
1
-1/+13
|
\
\
\
|
*
|
|
Post-release updates for Python 3.5.0b2.
Larry Hastings
2015-06-01
1
-0/+12
|
*
|
|
Version bump for Python 3.5.0b2.
v3.5.0b2
Larry Hastings
2015-05-31
1
-1/+1
*
|
|
|
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
1
-0/+3
*
|
|
|
Issue #24284: The startswith and endswith methods of the str class no longer
Serhiy Storchaka
2015-05-31
1
-0/+4
|
/
/
/
*
|
|
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Yury Selivanov
2015-05-30
1
-0/+3
*
|
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka
2015-05-30
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka
2015-05-30
1
-0/+2
*
|
|
Reverting my previous commit.
Yury Selivanov
2015-05-30
1
-15/+0
*
|
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-0/+4
|
\
\
\
|
*
\
\
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-0/+4
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-0/+4
|
*
|
|
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-0/+2
*
|
|
|
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-0/+2
[next]