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 #24031: make patchcheck now supports git checkouts, too.
Christian Heimes
2015-04-23
1
-0/+4
*
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+5
*
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
1
-0/+2
*
do not call into python api if an exception is set (#24022)
Benjamin Peterson
2015-04-21
1
-0/+2
*
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
Guido van Rossum
2015-04-20
1
-0/+4
*
Issue #23908: os functions now reject paths with embedded null character
Serhiy Storchaka
2015-04-20
1
-0/+3
*
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka
2015-04-20
1
-0/+3
*
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
1
-0/+5
|
\
|
*
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
1
-0/+5
*
|
Issue #23811: Add missing newline to the PyCompileError error message.
Berker Peksag
2015-04-14
1
-0/+3
*
|
Reword NEWS item a bit
Andrew Kuchling
2015-04-14
1
-2/+2
*
|
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling
2015-04-13
1
-0/+2
*
|
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Ćukasz Langa
2015-04-14
1
-0/+3
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1/+1
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-0/+3
*
|
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-0/+5
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-0/+4
*
|
Issue #23686: Update Windows build to use OpenSSL 1.0.2a.
Zachary Ware
2015-04-08
1
-1/+2
*
|
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-0/+3
*
|
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
Victor Stinner
2015-04-07
1
-0/+3
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-0/+4
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-0/+3
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-0/+3
*
|
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
Victor Stinner
2015-04-02
1
-0/+3
*
|
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-0/+2
*
|
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka
2015-04-02
1
-0/+3
*
|
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-0/+3
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-0/+3
*
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-0/+4
*
|
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
1
-0/+3
*
|
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-0/+3
*
|
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Donald Stufft
2015-03-29
1
-0/+3
*
|
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
1
-0/+4
*
|
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
1
-0/+3
*
|
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
1
-0/+2
*
|
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-0/+3
*
|
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
1
-0/+4
*
|
Issue #23583: Added tests for standard IO streams in IDLE.
Serhiy Storchaka
2015-03-24
1
-0/+5
*
|
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka
2015-03-23
1
-0/+3
*
|
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
1
-0/+2
*
|
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-0/+4
*
|
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
Ned Deily
2015-03-22
1
-0/+2
*
|
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka
2015-03-21
1
-0/+4
*
|
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Ned Deily
2015-03-19
1
-1/+1
*
|
Fixed Misc/NEWS entry for issue #23136.
Serhiy Storchaka
2015-03-19
1
-1/+1
*
|
Issue #23136: _strptime now uniformly handles all days in week 0, including
Serhiy Storchaka
2015-03-19
1
-0/+3
*
|
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka
2015-03-19
1
-0/+3
*
|
Issue #22903: The fake test case created by unittest.loader when it fails imp...
Antoine Pitrou
2015-03-18
1
-0/+3
*
|
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
1
-0/+3
*
|
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-0/+3
[next]