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
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18775: Add name and block_size attribute to HMAC object. They now
Christian Heimes
2013-11-20
1
-0/+19
*
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-2/+9
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+11
*
#2927: Added the unescape() function to the html module.
Ezio Melotti
2013-11-19
2
-0/+12
*
Merge from 3.3
Andrew Kuchling
2013-11-19
1
-52/+51
|
\
|
*
#1098749: re-word gettext docs to not encourage using pygettext so much.
Andrew Kuchling
2013-11-19
1
-52/+51
*
|
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
1
-7/+18
*
|
Issue #8402: Added the escape() function to the glob module.
Serhiy Storchaka
2013-11-18
1
-0/+11
*
|
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
Antoine Pitrou
2013-11-17
1
-0/+70
*
|
Merge.
Richard Oudkerk
2013-11-17
1
-6/+18
|
\
\
|
|
/
|
*
Issue 16998: Clarify that += on a shared value is not atomic.
Richard Oudkerk
2013-11-17
1
-6/+18
*
|
Issue #19508: direct the user to read the security considerations for the ssl...
Antoine Pitrou
2013-11-17
1
-5/+14
|
\
\
|
|
/
|
*
Issue #19508: direct the user to read the security considerations for the ssl...
Antoine Pitrou
2013-11-17
1
-5/+14
*
|
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-16/+22
*
|
#19238: merge with 3.3.
Ezio Melotti
2013-11-17
1
-1/+1
|
\
\
|
|
/
|
*
#19238: fix typo in documentation.
Ezio Melotti
2013-11-17
1
-1/+1
*
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
1
-1/+1
*
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
Serhiy Storchaka
2013-11-16
3
-0/+18
*
|
Issue #5202: Added support for unseekable files in the wave module.
Serhiy Storchaka
2013-11-16
1
-3/+7
*
|
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
2
-3/+3
|
\
\
|
|
/
|
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
2
-3/+3
*
|
Merge from 3.3
Andrew Kuchling
2013-11-12
3
-4/+4
|
\
\
|
|
/
|
*
Update e-mail address
Andrew Kuchling
2013-11-12
3
-4/+4
*
|
Close #19406: Initial implementation of ensurepip
Nick Coghlan
2013-11-11
5
-2/+140
*
|
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka
2013-11-10
1
-2/+6
*
|
Merge heads
Serhiy Storchaka
2013-11-10
1
-2/+2
|
\
\
|
*
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...
Atsuo Ishimoto
2012-07-16
1
-2/+2
*
|
|
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Serhiy Storchaka
2013-11-10
1
-0/+3
|
/
/
*
|
Merge #18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-5/+8
|
\
\
|
|
/
|
*
#18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-5/+8
|
*
Merge
Tim Golden
2013-11-03
1
-6/+10
|
|
\
*
|
|
Fix typo in updated dis docs
Nick Coghlan
2013-11-06
1
-1/+1
*
|
|
Close #19378: address flaws in the new dis module APIs
Nick Coghlan
2013-11-06
1
-18/+23
*
|
|
doc: fix typo
Victor Stinner
2013-11-06
1
-1/+1
*
|
|
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...
Tim Golden
2013-11-05
1
-3/+3
*
|
|
Fix functools.partialmethod docs and __all__
Nick Coghlan
2013-11-04
1
-2/+2
*
|
|
Note that examples are sorted only for convenience.
Georg Brandl
2013-11-04
1
-0/+3
*
|
|
#18678: Correct names of spwd struct members.
R David Murray
2013-11-04
1
-5/+5
*
|
|
Merge
Tim Golden
2013-11-03
1
-1/+1
|
\
\
\
|
*
\
\
Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray
2013-11-03
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray
2013-11-03
1
-1/+1
*
|
|
|
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #10197: Indicate availability of subprocess.get[status]output on Window...
Tim Golden
2013-11-03
1
-6/+10
|
|
/
|
*
Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.
Eli Bendersky
2013-10-31
1
-1/+1
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
1
-40/+77
*
|
Issue #4331: Added functools.partialmethod
Nick Coghlan
2013-11-03
1
-1/+42
*
|
#15114: The html.parser module now raises a DeprecationWarning when the stric...
Ezio Melotti
2013-11-02
1
-2/+2
*
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
1
-3/+0
*
|
Merged documentation update from 3.3.
Vinay Sajip
2013-10-31
1
-7/+8
|
\
\
|
|
/
|
*
Corrected some incorrect cross-references.
Vinay Sajip
2013-10-31
1
-7/+8
[next]