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
*
psuedo merge: #22797: clarify when URLErrors are raised by urlopen.
R David Murray
2016-06-03
1
-1/+1
*
[merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sql...
Senthil Kumaran
2016-06-03
1
-0/+5
|
\
|
*
issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.
Senthil Kumaran
2016-06-03
1
-0/+5
*
|
[merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in th...
Senthil Kumaran
2016-06-03
2
-5/+7
|
\
\
|
|
/
|
*
issue8519 - Reference termios and ioctl manual pages in the library documenta...
Senthil Kumaran
2016-06-03
2
-5/+7
*
|
issue25931: document that socketserver.Forking* are unavailable on platforms
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-0/+4
*
|
merge 3.5
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-1/+2
|
\
\
|
|
/
|
*
Document that CalledProcessError.returncode is the negative
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-1/+2
*
|
Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance...
R David Murray
2016-06-03
2
-2/+8
|
\
\
|
|
/
|
*
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
R David Murray
2016-06-03
2
-2/+8
*
|
Issue #16192: Merge from 3.5
Berker Peksag
2016-06-02
1
-3/+3
|
\
\
|
|
/
|
*
Issue #16192: Fix copy and paste mistake noticed by Eryk Sun
Berker Peksag
2016-06-02
1
-3/+3
*
|
issue27186 -- initial docs, tests, and python version of os.fspath
Ethan Furman
2016-06-02
1
-0/+9
*
|
Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray
2016-06-02
1
-2/+2
|
\
\
|
|
/
|
*
#13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray
2016-06-02
1
-2/+2
*
|
Issue #16192: Merge from 3.5
Berker Peksag
2016-06-02
1
-5/+4
|
\
\
|
|
/
|
*
Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation
Berker Peksag
2016-06-02
1
-5/+4
*
|
merge 3.5
Benjamin Peterson
2016-06-02
1
-3/+4
|
\
\
|
|
/
|
*
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson
2016-06-02
1
-3/+4
*
|
Issue #23116: Merge from 3.5
Berker Peksag
2016-06-02
1
-3/+3
|
\
\
|
|
/
|
*
Issue #23116: Improve ask_ok() example in the Python tutorial
Berker Peksag
2016-06-02
1
-3/+3
*
|
Issue #21271: Adds new keyword only parameters in reset_mock call
Kushal Das
2016-06-02
1
-2/+10
*
|
Issue #12243: Merge from 3.5
Berker Peksag
2016-06-02
1
-3/+1
|
\
\
|
|
/
|
*
Issue #12243: Remove redundant availability notes from getpass docs
Berker Peksag
2016-06-02
1
-3/+1
*
|
Issue #27178: Fix markup in tutorial
Berker Peksag
2016-06-01
1
-1/+1
*
|
Merge from 3.5
Berker Peksag
2016-06-01
1
-1/+1
|
\
\
|
|
/
|
*
Fix link in programming FAQ.
Berker Peksag
2016-06-01
1
-1/+1
*
|
Issue #27174: Merge from 3.5
Berker Peksag
2016-06-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27174: Update IPython URL in tutorial
Berker Peksag
2016-06-01
1
-1/+1
*
|
Merge from 3.5
Berker Peksag
2016-06-01
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in Python tutorial
Berker Peksag
2016-06-01
1
-1/+1
*
|
Issue #25570: Merge add_header() example from 3.5
Martin Panter
2016-06-01
1
-1/+6
|
\
\
|
|
/
|
*
Issue #25570: Add example of customizing User-Agent via add_header()
Martin Panter
2016-06-01
1
-1/+6
*
|
Merge with 3.5
Zachary Ware
2016-06-01
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo
Zachary Ware
2016-06-01
1
-1/+1
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
7
-8/+8
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
7
-8/+8
*
|
[merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synops...
Senthil Kumaran
2016-05-30
1
-2/+6
|
\
\
|
|
/
|
*
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...
Senthil Kumaran
2016-05-30
1
-2/+6
*
|
Improved docs for issue27033. Based on comments by R. David Murray.
Serhiy Storchaka
2016-05-29
2
-5/+13
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-29
6
-6/+7
|
\
\
|
|
/
|
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
6
-6/+7
*
|
Issue #27124: Merge binascii doc from 3.5
Martin Panter
2016-05-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27124: Fix documentation of exception raised by a2b_hex()
Martin Panter
2016-05-29
1
-2/+2
*
|
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
|
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19/+21
*
|
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19/+23
*
|
Issue #26553: Merge capitalization from 3.5
Martin Panter
2016-05-28
6
-13/+13
|
\
\
|
|
/
|
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
6
-13/+13
[next]