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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Issue #28086: Single var-positional argument of tuple subtype was passed
Serhiy Storchaka
2016-09-22
1
-0/+3
*
|
|
Merge socketserver fixes from 3.6
Martin Panter
2016-09-22
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge socketserver fixes from 3.5 into 3.6
Martin Panter
2016-09-22
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix references to Python 3’s socketserver (lowercase) module
Martin Panter
2016-09-22
1
-1/+1
*
|
|
Issue #27348: Merge exception formatting fix from 3.6
Martin Panter
2016-09-22
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter
2016-09-22
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter
2016-09-22
1
-0/+4
*
|
|
Issue #25651: Merge from 3.6
Berker Peksag
2016-09-21
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #25651: Merge from 3.5
Berker Peksag
2016-09-21
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #25651: Allow falsy values to be used for msg parameter of subTest()
Berker Peksag
2016-09-21
1
-0/+2
*
|
|
Issue #28214: Now __set_name__ is looked up on the class instead of the
Serhiy Storchaka
2016-09-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28214: Now __set_name__ is looked up on the class instead of the
Serhiy Storchaka
2016-09-21
1
-0/+3
*
|
|
Merge 3.6 (os.getrandom)
Victor Stinner
2016-09-20
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fix memleak in os.getrandom()
Victor Stinner
2016-09-20
1
-0/+3
*
|
|
Merge 3.6
Victor Stinner
2016-09-20
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
(Merge 3.5) Catch EPERM error in py_getrandom()
Victor Stinner
2016-09-20
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Catch EPERM error in py_getrandom()
Victor Stinner
2016-09-20
1
-0/+3
|
|
*
Issue #28189: dictitems_contains no longer swallows compare errors.
Raymond Hettinger
2016-09-19
1
-0/+3
*
|
|
Merge 3.6
Victor Stinner
2016-09-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fix memory leak in path_converter()
Victor Stinner
2016-09-19
1
-0/+3
*
|
|
Issue #25400: Merge from 3.6
Berker Peksag
2016-09-18
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25400: RobotFileParser now correctly returns default values for crawl_...
Berker Peksag
2016-09-18
1
-0/+3
*
|
|
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
1
-0/+2
|
|
*
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-18
1
-0/+2
*
|
|
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-18
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-18
1
-0/+2
*
|
|
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
Steve Dower
2016-09-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
Steve Dower
2016-09-17
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
Steve Dower
2016-09-17
1
-0/+3
*
|
|
Issue #28161: Opening CON for write access fails
Steve Dower
2016-09-17
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #28161: Opening CON for write access fails
Steve Dower
2016-09-17
1
-0/+10
*
|
|
Issue #26384: Merge from 3.6
Berker Peksag
2016-09-17
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #26384: Merge from 3.5
Berker Peksag
2016-09-17
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag
2016-09-17
1
-0/+2
*
|
|
Merge with 3.6
Steve Dower
2016-09-17
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #28137: Renames Windows path file to ._pth
Steve Dower
2016-09-17
1
-0/+9
*
|
|
Issue #27441: Remove some redundant assignments to ob_size in longobject.c. T...
Mark Dickinson
2016-09-17
1
-0/+3
*
|
|
Issue #27222: various cleanups in long_rshift. Thanks Oren Milman.
Mark Dickinson
2016-09-17
1
-0/+3
*
|
|
Issue #28075: Merge from 3.6
Berker Peksag
2016-09-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #28075: Merge from 3.5
Berker Peksag
2016-09-17
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...
Berker Peksag
2016-09-17
1
-0/+3
*
|
|
Closes #27979: Remove bundled copy of libffi
Zachary Ware
2016-09-17
1
-0/+4
*
|
|
Issue #22493: Warning message emitted by using inline flags in the middle of
Serhiy Storchaka
2016-09-16
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #22493: Warning message emitted by using inline flags in the middle of
Serhiy Storchaka
2016-09-16
1
-0/+4
*
|
|
Issue #25270: Merge from 3.6
Berker Peksag
2016-09-16
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25270: Merge from 3.5
Berker Peksag
2016-09-16
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...
Berker Peksag
2016-09-16
1
-0/+3
*
|
|
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
Christian Heimes
2016-09-16
1
-0/+2
|
\
\
\
|
|
/
/
[prev]
[next]