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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Larry Hastings
2015-04-19
5
-5/+5
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
|
\
|
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
*
|
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
*
|
Closes #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
|
\
\
|
|
/
|
*
Issue #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
*
|
Fix two typos in AbstractBasicAuthHandler documentation.
Berker Peksag
2015-04-17
1
-2/+3
*
|
#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
2
-2/+12
*
|
#7159: generalize urllib prior auth support.
R David Murray
2015-04-16
2
-17/+67
*
|
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
R David Murray
2015-04-16
1
-0/+4
*
|
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
2
-0/+12
*
|
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
2
-11/+30
*
|
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
2
-119/+178
*
|
issue9859: add the missing versionadded tag to the documentation.
Gregory P. Smith
2015-04-14
1
-0/+2
*
|
Merge: #23957: fix typo.
R David Murray
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
#23957: fix typo.
R David Murray
2015-04-14
1
-1/+1
*
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
Gregory P. Smith
2015-04-14
1
-0/+9
*
|
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith
2015-04-14
1
-3/+3
|
\
\
|
|
/
|
*
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith
2015-04-14
1
-3/+3
*
|
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith
2015-04-14
1
-29/+41
|
\
\
|
|
/
|
*
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith
2015-04-14
1
-29/+41
*
|
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
2
-0/+15
*
|
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
*
|
Closes #23938: List Windows XP as an unsupported platform.
Zachary Ware
2015-04-13
1
-1/+1
*
|
Fix a grammar error in the porting HOWTO as found by Eric Smith.
Brett Cannon
2015-04-13
1
-1/+1
*
|
Issue #23733: Mention bytes.__mod__ in the porting HOWTO.
Brett Cannon
2015-04-13
1
-3/+2
*
|
Fix doc build error
Antoine Pitrou
2015-04-13
1
-1/+1
*
|
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 #23732: Mention the new -b semantics in the porting HOWTO.
Brett Cannon
2015-04-13
1
-4/+6
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
16
-57/+125
*
|
Closes #17202: Merge with 3.4
Zachary Ware
2015-04-13
1
-133/+133
|
\
\
|
|
/
|
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-124/+124
*
|
Closes #23932: Merge with 3.4
Zachary Ware
2015-04-13
1
-11/+10
|
\
\
|
|
/
|
*
Issue #23932: Update the tutorial section on function annotations.
Zachary Ware
2015-04-13
1
-11/+10
*
|
Doc clarification / edification on the semantics of the 'w*' format unit.
Larry Hastings
2015-04-13
2
-5/+12
*
|
Merge: #17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
|
\
\
|
|
/
|
*
#17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
[next]