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 #29034: Fix memory leak and use-after-free in path_converter.
Xiang Zhang
2017-01-08
1
-0/+2
*
|
Fix unittest.mock._Call: don't ignore name
Victor Stinner
2017-01-06
1
-0/+3
*
|
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki
2017-01-06
1
-0/+2
*
|
Issue #26851: Set Android compilation and link flags.
Xavier de Gaye
2017-01-04
1
-0/+2
*
|
Issue #15812: Merge from 3.5
Berker Peksag
2017-01-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...
Berker Peksag
2017-01-02
1
-0/+3
*
|
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-0/+3
*
|
Issue #29119: Merge in ACK from 3.5 branch
Raymond Hettinger
2016-12-31
1
-0/+1
*
|
merge
Raymond Hettinger
2016-12-31
1
-0/+4
|
\
\
|
|
/
|
*
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
Raymond Hettinger
2016-12-31
2
-0/+5
*
|
Issue #29061: secrets.randbelow() would hang with a negative input
Raymond Hettinger
2016-12-30
2
-0/+4
*
|
Merge 3.5
Victor Stinner
2016-12-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #29109: Enhance tracemalloc documentation
Victor Stinner
2016-12-30
1
-0/+1
*
|
fix error check, so that Random.seed actually uses OS randomness (closes #29085)
Benjamin Peterson
2016-12-29
1
-0/+3
*
|
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Steve Dower
2016-12-29
1
-0/+2
*
|
Issue #29080: Fixes Misc/NEWS entry
Steve Dower
2016-12-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #29080: Fixes Misc/NEWS entry
Steve Dower
2016-12-28
1
-1/+1
*
|
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...
Steve Dower
2016-12-28
1
-0/+3
*
|
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower
2016-12-28
1
-0/+2
|
\
\
|
|
/
|
*
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower
2016-12-28
1
-0/+2
*
|
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka
2016-12-28
2
-0/+4
|
\
\
|
|
/
|
*
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka
2016-12-28
2
-0/+4
*
|
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka
2016-12-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka
2016-12-28
1
-0/+3
|
*
Issue #29073: bytearray formatting no longer truncates on first null byte.
Serhiy Storchaka
2016-12-28
1
-0/+2
*
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+3
*
|
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
1
-0/+7
*
|
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+2
*
|
Issue #29055: Suppress upstream exception for random.choice()
Raymond Hettinger
2016-12-27
1
-0/+3
*
|
Issue #29078: Merge 3.5.
Xiang Zhang
2016-12-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
1
-1/+1
*
|
Merge 3.6.0 release engineering head
Ned Deily
2016-12-23
2
-4320/+4329
|
\
\
|
*
|
Update docs and patchlevel for 3.6.0 final.
v3.6.0
Ned Deily
2016-12-22
2
-4318/+4327
|
*
|
Version bump for 3.6.0rc2
v3.6.0rc2
Ned Deily
2016-12-16
1
-1/+1
|
*
|
Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.
Ned Deily
2016-12-16
1
-4/+8
|
*
|
Merge 3.5 (issue #28990)
Yury Selivanov
2016-12-16
1
-0/+4
|
*
|
Issue #28898: add Misc/NEWS entry
Ned Deily
2016-12-16
1
-0/+5
|
*
|
Fix a memory leak in split-table dictionaries
Victor Stinner
2016-12-15
1
-0/+7
|
*
|
Issue #28896: Deprecate WindowsRegistryFinder
Steve Dower
2016-12-07
1
-0/+11
*
|
|
Issue #28762: lockf() is available on Android API level 24, but the
Xavier de Gaye
2016-12-22
1
-0/+3
*
|
|
Issue 28923: Remove editor artifacts from Tix.py,
Terry Jan Reedy
2016-12-22
1
-0/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue 28923: Remove editor artifacts from Tix.py.
Terry Jan Reedy
2016-12-22
1
-0/+2
*
|
|
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
Xavier de Gaye
2016-12-21
1
-0/+4
*
|
|
Merge from 3.5.
Serhiy Storchaka
2016-12-21
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka
2016-12-21
1
-0/+2
*
|
|
merge 3.5 (#28932)
Benjamin Peterson
2016-12-20
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-0/+2
[prev]
[next]