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 #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
2
-0/+4
*
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
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-0/+1
*
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
Victor Stinner
2015-03-23
1
-0/+1
*
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
2
-0/+5
*
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
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
2
-0/+6
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+3
*
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
2
-0/+3
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-0/+3
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+3
*
Issue #23593: fix Misc/NEWS entries
Ned Deily
2015-03-06
1
-1/+1
*
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Ned Deily
2015-03-06
1
-0/+2
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+3
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-0/+3
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
*
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
1
-0/+2
|
\
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-0/+2
*
|
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-0/+3
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+4
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+3
*
|
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
Larry Hastings
2015-02-27
1
-3/+1
*
|
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+1
[next]