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
*
allow square brackets in cookie values (#22931)
Benjamin Peterson
2015-05-23
1
-0/+11
*
bump version to 2.7.10rc1
v2.7.10rc1
Benjamin Peterson
2015-05-10
1
-3/+3
*
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
1
-0/+2
*
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
Larry Hastings
2015-05-08
1
-0/+6
*
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
Serhiy Storchaka
2015-05-06
1
-0/+3
*
Issue #23330: h2py now supports arbitrary filenames in #include.
Serhiy Storchaka
2015-05-03
1
-0/+2
*
Defer deleted item decref until after the deque is restored to a consistent s...
Raymond Hettinger
2015-05-02
1
-0/+4
*
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
Raymond Hettinger
2015-05-02
1
-0/+3
*
update links
Benjamin Peterson
2015-04-30
1
-6/+6
*
improve phrasing
Benjamin Peterson
2015-04-29
1
-2/+1
*
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
1
-0/+2
*
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Serhiy Storchaka
2015-04-20
1
-0/+2
*
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
1
-0/+2
*
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-14
1
-0/+2
*
Attribute Michael Dorman for his initial patch on issue #18402.
Zachary Ware
2015-04-13
1
-0/+1
*
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 #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
Victor Stinner
2015-04-07
1
-0/+3
*
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
Serhiy Storchaka
2015-04-04
1
-0/+5
*
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 long type to store the result of
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 #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-0/+3
*
Issue #23799: Added test.test_support.start_threads() for running and
Serhiy Storchaka
2015-04-01
1
-0/+3
*
Issue #22390: test.regrtest now emits a warning if temporary files or
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: Fixed writing unicode to standard output stream in IDLE.
Serhiy Storchaka
2015-03-24
1
-2/+2
*
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Serhiy Storchaka
2015-03-24
1
-0/+4
*
#23512: list non-essential built-in functions after the table. Patch by Carl...
Ezio Melotti
2015-03-24
1
-0/+1
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
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 #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 #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/+5
*
Issue #22928: Disabled HTTP header injections in httplib.
Serhiy Storchaka
2015-03-12
1
-0/+3
*
Issue #23615: Module tarfile is now can be reloaded with imp.reload().
Serhiy Storchaka
2015-03-11
1
-0/+2
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+3
*
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Serhiy Storchaka
2015-03-06
2
-0/+5
*
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
-1/+1
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+3
[next]