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
*
#16914: reflow paragraph and add missing versionchanged.
R David Murray
2015-04-16
1
-3/+6
*
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
1
-2/+3
*
#7159: generalize urllib prior auth support.
R David Murray
2015-04-16
1
-12/+60
*
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
1
-0/+7
*
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...
Steve Dower
2015-04-15
1
-2/+2
*
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-3/+16
*
properly wrap
Benjamin Peterson
2015-04-15
1
-2/+2
*
Add a subprocess.run() function than returns a CalledProcess instance for a
Gregory P. Smith
2015-04-14
1
-119/+170
*
issue9859: add the missing versionadded tag to the documentation.
Gregory P. Smith
2015-04-14
1
-0/+2
*
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
Gregory P. Smith
2015-04-14
1
-0/+9
*
remove trailing space
Gregory P. Smith
2015-04-14
1
-1/+1
|
\
|
*
remove trailing space :)
Gregory P. Smith
2015-04-14
1
-1/+1
*
|
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
|
\
\
|
|
/
|
*
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
*
|
#21146: give a more efficient recipe in gzip docs
Andrew Kuchling
2015-04-14
1
-1/+2
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
|
\
\
|
|
/
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
|
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
1
-0/+12
*
|
Closes #23730: merge with 3.4
Zachary Ware
2015-04-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23730: Document the return value of ZipFile.extract
Zachary Ware
2015-04-13
1
-0/+2
*
|
Fix duplicate doc entry for SSLContext.get_ca_certs()
Antoine Pitrou
2015-04-13
1
-12/+4
|
\
\
|
|
/
|
*
Fix duplicate doc entry for SSLContext.get_ca_certs()
Antoine Pitrou
2015-04-13
1
-12/+4
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
8
-33/+70
*
|
#23464: remove JoinableQueue that was deprecated in 3.4.4.
R David Murray
2015-04-12
1
-11/+0
*
|
Issue #12955: Change the urlopen() examples to use context managers where app...
Berker Peksag
2015-04-12
2
-15/+23
|
\
\
|
|
/
|
*
Issue #12955: Change the urlopen() examples to use context managers where app...
Berker Peksag
2015-04-12
2
-15/+23
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
2
-4/+11
*
|
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-11
1
-2/+2
|
\
\
|
|
/
|
*
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-11
1
-2/+2
*
|
merge 3.4
Benjamin Peterson
2015-04-11
1
-7/+7
|
\
\
|
|
/
|
*
use imperative
Benjamin Peterson
2015-04-11
1
-7/+7
*
|
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
3
-10/+28
*
|
Null merge
Serhiy Storchaka
2015-04-10
1
-0/+2
|
\
\
|
|
/
*
|
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...
Berker Peksag
2015-04-10
1
-0/+4
|
\
\
|
|
/
|
*
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...
Berker Peksag
2015-04-10
1
-0/+4
*
|
Merge from 3.4
Tim Golden
2015-04-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in telnet docs (reported by Keith Briggs)
Tim Golden
2015-04-08
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-04-08
1
-7/+7
|
\
\
|
|
/
|
*
actually ssl3 is just completely broken
Benjamin Peterson
2015-04-08
1
-7/+7
*
|
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-8/+16
|
\
\
|
|
/
|
*
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-8/+16
*
|
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
Victor Stinner
2015-04-06
1
-0/+18
*
|
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
Victor Stinner
2015-04-06
1
-0/+4
*
|
Merge doc change from 3.4
Tim Golden
2015-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
|
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-1/+19
*
|
Updated pprint examples in according to issue #19105.
Serhiy Storchaka
2015-04-05
1
-18/+17
*
|
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka
2015-04-04
1
-1/+5
*
|
Issue #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
1
-0/+3
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-04-03
1
-0/+5
|
\
\
|
|
/
[next]