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
*
Start 3.6.0a4
Ned Deily
2016-07-12
1
-0/+12
*
Version bump for 3.6.0a3
v3.6.0a3
Ned Deily
2016-07-11
1
-1/+1
*
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter
2016-07-11
1
-5/+11
|
\
|
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-6/+6
|
*
Restore NEWS entries lost in revision 8145f25f26aa
Martin Panter
2016-07-11
1
-0/+6
*
|
Issue #23804: Merge SSL recv() fix from 3.5
Martin Panter
2016-07-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+3
*
|
IDLE NEWS items.
Terry Jan Reedy
2016-07-11
1
-0/+18
*
|
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka
2016-07-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27473: Fixed possible integer overflow in bytes and bytearray
Serhiy Storchaka
2016-07-10
1
-0/+3
*
|
Issue #27027: Added test.support.is_android that is True when this is an
Xavier de Gaye
2016-07-10
1
-0/+6
*
|
[merge from 3.5] - Issue #27466: Change time format returned by
Senthil Kumaran
2016-07-10
1
-0/+4
|
\
\
|
|
/
|
*
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran
2016-07-10
1
-0/+4
*
|
Issue #27442: Expose the Android API level in sysconfig.get_config_vars()
Xavier de Gaye
2016-07-09
1
-0/+3
*
|
Issue #27285: Document the deprecation of the pyvenv script.
Brett Cannon
2016-07-08
1
-0/+6
*
|
Issue #27434: Version of interpreter running a cross-build and source version...
Xavier de Gaye
2016-07-07
1
-0/+3
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-0/+3
*
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Serhiy Storchaka
2016-07-06
1
-0/+4
*
|
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
1
-0/+5
*
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-0/+3
*
|
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
Serhiy Storchaka
2016-07-01
1
-0/+6
*
|
Issue #27430: Merge from 3.5
Berker Peksag
2016-07-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1/+1
|
*
Issue #26665: Remove mis-use of ``$`` in activate.fish.
Brett Cannon
2016-06-30
1
-0/+2
*
|
Issue #27418: Fixed Tools/importbench/importbench.py.
Serhiy Storchaka
2016-06-30
1
-0/+5
|
\
\
|
|
/
|
*
Issue #27418: Fixed Tools/importbench/importbench.py.
Serhiy Storchaka
2016-06-30
1
-0/+5
|
*
Merge.
Larry Hastings
2016-06-27
1
-2/+61
|
|
\
|
*
|
Post-release fixups for Python 3.5.2.
Larry Hastings
2016-06-27
1
-2/+14
|
*
|
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware
2016-06-15
1
-2/+11
*
|
|
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
1
-0/+4
*
|
|
Merge Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-0/+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-0/+9
*
|
|
Issue #22115: Updated Misc/NEWS.
Serhiy Storchaka
2016-06-26
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #22115: Fixed tracing Tkinter variables:
Serhiy Storchaka
2016-06-26
1
-0/+4
|
*
|
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
1
-0/+4
*
|
|
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
Serhiy Storchaka
2016-06-26
1
-0/+5
*
|
|
Issue #26243: Only the level argument to zlib.compress() is keyword argument
Serhiy Storchaka
2016-06-25
1
-0/+3
*
|
|
Issue #27038: Expose DirEntry as os.DirEntry.
Brett Cannon
2016-06-24
1
-0/+3
*
|
|
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon
2016-06-24
1
-0/+3
*
|
|
Issue #18726: All optional parameters of the dump(), dumps(),
Serhiy Storchaka
2016-06-21
1
-0/+4
*
|
|
Fix “allow(s) to”
Martin Panter
2016-06-20
1
-1/+1
*
|
|
Issue #27319: Methods selection_set(), selection_add(), selection_remove()
Serhiy Storchaka
2016-06-19
1
-0/+5
*
|
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-0/+2
*
|
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-0/+3
*
|
|
Issue #27177: Match objects in the re module now support index-like objects
Serhiy Storchaka
2016-06-18
1
-0/+3
*
|
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
1
-0/+11
[next]