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
*
Fix typos in code comment and documentation
Martin Panter
2016-06-04
3
-3/+3
*
#22797: clarify when URLErrors are raised by urlopen.
R David Murray
2016-06-03
1
-1/+1
*
issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.
Senthil Kumaran
2016-06-03
1
-0/+5
*
issue8519 - Reference termios and ioctl manual pages in the library documenta...
Senthil Kumaran
2016-06-03
2
-5/+7
*
Document that CalledProcessError.returncode is the negative
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-1/+2
*
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
R David Murray
2016-06-03
2
-2/+8
*
Issue #16192: Fix copy and paste mistake noticed by Eryk Sun
Berker Peksag
2016-06-02
1
-3/+3
*
#13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray
2016-06-02
1
-2/+2
*
Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation
Berker Peksag
2016-06-02
1
-5/+4
*
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson
2016-06-02
1
-3/+4
*
Issue #23116: Improve ask_ok() example in the Python tutorial
Berker Peksag
2016-06-02
1
-3/+3
*
Issue #12243: Remove redundant availability notes from getpass docs
Berker Peksag
2016-06-02
1
-3/+1
*
Fix link in programming FAQ.
Berker Peksag
2016-06-01
1
-1/+1
*
Issue #27174: Update IPython URL in tutorial
Berker Peksag
2016-06-01
1
-1/+1
*
Fix typo in Python tutorial
Berker Peksag
2016-06-01
1
-1/+1
*
Issue #25570: Add example of customizing User-Agent via add_header()
Martin Panter
2016-06-01
1
-1/+6
*
Fix typo
Zachary Ware
2016-06-01
1
-1/+1
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
7
-8/+8
*
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...
Senthil Kumaran
2016-05-30
1
-2/+6
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
6
-6/+7
*
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 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19/+21
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
6
-13/+13
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
1
-16/+27
*
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter
2016-05-27
1
-0/+1
*
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
1
-14/+48
*
stop talking about svn
Benjamin Peterson
2016-05-27
1
-4/+3
*
remove cruft from Schwarzian transform section
Benjamin Peterson
2016-05-27
1
-30/+1
*
"Numeric Python" -> "NumPy"
Benjamin Peterson
2016-05-27
1
-1/+1
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #27075: Link to StreamReader and StreamWriter docs
Berker Peksag
2016-05-21
1
-4/+4
*
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum
2016-05-19
1
-22/+0
|
\
|
*
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
1
-18/+0
*
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
6
-6/+6
*
|
issue27045 - Use backslash in windows path to script file.
Senthil Kumaran
2016-05-18
1
-2/+2
*
|
Issue #27049: fix doc typo
Ned Deily
2016-05-18
1
-1/+1
*
|
class definitions only get argument lists (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
*
|
Backed out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
*
|
docs: Update asyncio docs & whatsnew
Yury Selivanov
2016-05-16
4
-0/+86
*
|
Issue #25533: Update documentation regarding the frozen modules table
Martin Panter
2016-05-15
3
-8/+9
*
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
63
-413/+449
*
|
improve PyFunction_New docs (closes #26986)
Benjamin Peterson
2016-05-10
1
-2/+3
*
|
Issue #26156: Make expressions grammar description more semantically correct.
Serhiy Storchaka
2016-05-08
1
-2/+2
*
|
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1/+1
*
|
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
2
-2/+2
*
|
Issue #26512: Clarify Integral; tidy up table of rounding functions
Martin Panter
2016-05-08
1
-13/+16
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
65
-138/+138
*
|
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka
2016-05-07
1
-4/+4
*
|
Issue #26889: Tweaked xmlrpc.client documentation.
Serhiy Storchaka
2016-05-07
1
-89/+102
[next]