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 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
1
-0/+4
*
Issue #12885: Merge 3.4
Jason R. Coombs
2016-09-02
1
-1/+1
|
\
|
*
Issue #12885: Correct issue reference in NEWS
Jason R. Coombs
2016-09-02
1
-1/+1
*
|
Issue #12285: Merge with 3.4
Jason R. Coombs
2016-09-02
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12285: Update NEWS
Jason R. Coombs
2016-09-02
1
-0/+2
*
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-0/+3
*
|
Issue #27706: Fix regression in random.seed(somestr, version=1)
Raymond Hettinger
2016-08-31
1
-0/+5
*
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-0/+3
*
|
Issue #25825: Fix references to $(LIBPL) installation path on AIX
Martin Panter
2016-08-27
1
-2/+4
*
|
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-0/+2
*
|
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+3
*
|
A new version of typing.py from https://github.com/python/typing.
Guido van Rossum
2016-08-23
1
-0/+6
*
|
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
Berker Peksag
2016-08-22
1
-0/+4
*
|
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...
Mark Dickinson
2016-08-22
1
-0/+3
*
|
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-0/+2
*
|
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+4
*
|
Issue #27487: Warn if submodule already imported before runpy execution
Martin Panter
2016-08-21
1
-0/+4
*
|
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
1
-1/+1
*
|
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
1
-0/+9
*
|
Minor spelling fixes
Martin Panter
2016-08-20
1
-1/+1
*
|
Issue #27787: Clean up weak references before checking for dangling threads
Martin Panter
2016-08-20
1
-0/+3
*
|
Issue #27713: Surpress spurious build warnings when updating importlib's
Ned Deily
2016-08-20
1
-0/+3
*
|
Rewrap long lines in Misc/NEWS.
R David Murray
2016-08-19
1
-20/+26
*
|
#2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-0/+3
*
|
Fix SystemError in "raise" statement
Victor Stinner
2016-08-18
1
-0/+4
*
|
merge 3.4 (#27783)
Benjamin Peterson
2016-08-17
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#27783)
Benjamin Peterson
2016-08-17
1
-0/+2
|
|
\
|
|
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
1
-0/+2
*
|
|
merge 3.4 (#27774)
Benjamin Peterson
2016-08-16
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#27774)
Benjamin Peterson
2016-08-16
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
1
-0/+2
*
|
|
fix corner cases in the management of server_hostname (closes #27773)
Benjamin Peterson
2016-08-16
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2016-08-16
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-2/+2
*
|
|
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
Ned Deily
2016-08-15
1
-0/+4
*
|
|
merge 3.4 (closes #27760)
Benjamin Peterson
2016-08-14
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (closes #27760)
Benjamin Peterson
2016-08-14
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+3
*
|
|
merge 3.4 (closes #27758)
Benjamin Peterson
2016-08-14
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#27758)
Benjamin Peterson
2016-08-14
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-0/+3
*
|
|
Issue #25825: Fix references to Modules/python.exp
Martin Panter
2016-08-12
1
-0/+3
*
|
|
Issue #26750: unittest.mock.create_autospec() now works properly
Gregory P. Smith
2016-08-07
1
-0/+3
*
|
|
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
|
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter
2016-07-29
1
-2/+3
*
|
|
merge heads
Senthil Kumaran
2016-07-31
1
-0/+4
|
\
\
\
|
*
\
\
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+4
|
|
\
\
\
|
|
|
/
/
|
|
*
|
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+4
|
|
|
\
\
|
|
|
|
/
[next]