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 #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-0/+2
|
\
|
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-0/+1
*
|
Issue #28131: Merge from 3.5
Berker Peksag
2016-09-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28131: Fix a regression in zipimport's compile_source()
Berker Peksag
2016-09-14
1
-0/+3
*
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-0/+3
*
|
Fix _PyDict_Pop() on pending key
Victor Stinner
2016-09-13
1
-0/+3
*
|
Issue #15819: Merge include search from 3.5 into 3.6
Martin Panter
2016-09-13
1
-0/+6
|
\
\
|
|
/
|
*
Issue #15819: Remove old unconditional -IInclude option
Martin Panter
2016-09-13
1
-0/+3
*
|
Start 3.6.0b2
Ned Deily
2016-09-12
1
-0/+12
*
|
Version bump for 3.6.0b1
v3.6.0b1
Ned Deily
2016-09-12
1
-1/+1
*
|
Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.
Ned Deily
2016-09-12
1
-0/+4
*
|
Issue #17941: Add a *module* parameter to collections.namedtuple()
Raymond Hettinger
2016-09-12
1
-0/+2
*
|
merge
Raymond Hettinger
2016-09-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
Raymond Hettinger
2016-09-12
1
-0/+3
*
|
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
2
-0/+4
|
\
\
|
|
/
*
|
Issue #28071: Add early-out for differencing from an empty set.
Raymond Hettinger
2016-09-12
1
-0/+2
*
|
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...
Berker Peksag
2016-09-12
1
-0/+3
*
|
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
Alexander Belopolsky
2016-09-12
1
-0/+4
*
|
Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
Zachary Ware
2016-09-12
1
-0/+2
*
|
Issue #28066: Merge srcdir fix from 3.5
Martin Panter
2016-09-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28066: Fix include search directory logic for out-of-tree builds
Martin Panter
2016-09-12
1
-0/+3
*
|
Merge 3.5 (issue #27456)
Yury Selivanov
2016-09-12
1
-0/+2
|
\
\
|
|
/
|
*
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov
2016-09-12
1
-0/+2
|
*
#19003: Only replace \r and/or \n line endings in email.generator.
R David Murray
2016-09-11
1
-0/+4
*
|
Merge 3.5 (asyncio/NEWS)
Yury Selivanov
2016-09-12
1
-0/+2
*
|
Issue 24454: Improve the usability of the re match object named group API
Eric V. Smith
2016-09-11
1
-0/+4
*
|
Issue #27952: Merge fixcid.py from 3.5
Martin Panter
2016-09-11
1
-0/+7
|
\
\
|
|
/
|
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
1
-0/+4
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-0/+3
*
|
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-0/+4
*
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
Serhiy Storchaka
2016-09-11
1
-0/+3
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-0/+2
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-0/+5
*
|
Issue #28070: Fixed parsing inline verbose flag in regular expressions.
Serhiy Storchaka
2016-09-10
1
-0/+2
*
|
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes
2016-09-10
1
-0/+2
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-1/+5
*
|
Issue 28043: SSLContext has improved default settings
Christian Heimes
2016-09-10
1
-0/+4
*
|
IDLE newx items. merge from 3.5
Terry Jan Reedy
2016-09-10
1
-0/+17
|
\
\
|
|
/
|
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
1
-0/+7
*
|
Issue #25221: merge from 3.5.
Mark Dickinson
2016-09-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...
Mark Dickinson
2016-09-10
1
-0/+3
*
|
Merge from 3.5
Steve Dower
2016-09-10
1
-2/+0
|
\
\
|
|
/
|
*
Issue #27932: Backs out change
Steve Dower
2016-09-10
1
-2/+0
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #17909: Accept binary input in json.loads
Nick Coghlan
2016-09-10
1
-0/+3
*
|
Issue #27137: align Python & C implementations of functools.partial
Nick Coghlan
2016-09-10
1
-0/+5
*
|
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28019: itertools.count() no longer rounds non-integer step in range
Serhiy Storchaka
2016-09-10
1
-0/+3
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Ćukasz Langa
2016-09-10
1
-0/+4
*
|
Issue 27080: PEP 515: add '_' formatting option.
Eric V. Smith
2016-09-10
1
-0/+3
[next]