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
*
Issue #25767: Merge with 3.4
Zachary Ware
2015-12-01
1
-1/+1
|
\
|
*
Issue #25767: Link to English Wikipedia instead of French.
Zachary Ware
2015-12-01
1
-1/+1
*
|
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
Martin Panter
2015-11-26
1
-7/+13
|
\
\
|
|
/
|
*
Issues #22989, #21228: Document HTTP response object for urlopen()
Martin Panter
2015-11-26
1
-7/+13
*
|
Issue #25508: Merged documentation fix from 3.4.
Vinay Sajip
2015-11-24
1
-1/+3
|
\
\
|
|
/
|
*
Issue #25508: Clarify documentation on LogRecord args attribute.
Vinay Sajip
2015-11-24
1
-1/+3
*
|
Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5
Martin Panter
2015-11-24
3
-30/+16
|
\
\
|
|
/
|
*
Issue #25576: Remove application/x-www-form-urlencoded charset advice
Martin Panter
2015-11-24
3
-30/+16
*
|
Issue #25700: Clarify that namedtuple property docstrings became writeable in...
Raymond Hettinger
2015-11-24
1
-0/+3
*
|
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
3
-4/+4
|
\
\
|
|
/
|
*
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
3
-4/+4
*
|
Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5
Martin Panter
2015-11-21
2
-4/+3
|
\
\
|
|
/
|
*
Issue #25689: Fix language in ftplib and nntplib docs
Martin Panter
2015-11-21
2
-4/+3
*
|
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter
2015-11-20
1
-8/+8
*
|
Close issue25594: advise against accessing Enum members from other members
Ethan Furman
2015-11-20
1
-10/+16
*
|
Merge: #25679: spelling fix
R David Murray
2015-11-20
1
-3/+2
|
\
\
|
|
/
|
*
#25679: spelling fix
R David Murray
2015-11-20
1
-3/+2
*
|
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
Guido van Rossum
2015-11-19
2
-7/+17
|
\
\
|
|
/
|
*
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum
2015-11-19
2
-7/+17
*
|
Merge 3.4
Yury Selivanov
2015-11-18
1
-1/+1
|
\
\
|
|
/
|
*
asyncio.docs: Fix versionadded
Yury Selivanov
2015-11-18
1
-1/+1
*
|
Issue #23200: Merge zlib doc from 3.4 into 3.5
Martin Panter
2015-11-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23200: Document that max_length=0 is not supported
Martin Panter
2015-11-18
1
-1/+1
*
|
Issue #20468: Merge getpagesize doc from 3.4 into 3.5
Martin Panter
2015-11-17
1
-4/+1
|
\
\
|
|
/
|
*
Issue #20468: Remove incorrect information about maxrss and page size
Martin Panter
2015-11-17
1
-4/+1
*
|
Issue #25615: Merge glob doc from 3.4 into 3.5
Martin Panter
2015-11-17
1
-7/+7
|
\
\
|
|
/
|
*
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
Martin Panter
2015-11-16
1
-7/+7
*
|
asyncio.docs: Document Transport.is_closing (merge 3.4)
Yury Selivanov
2015-11-16
1
-0/+5
|
\
\
|
|
/
|
*
asyncio.docs: Document Transport.is_closing
Yury Selivanov
2015-11-16
1
-0/+5
*
|
Fix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter
2015-11-14
2
-75/+76
*
|
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter
2015-11-14
4
-6/+6
|
\
\
|
|
/
|
*
Fix a few grammar problems in the documentation and comments
Martin Panter
2015-11-14
3
-5/+5
|
*
Correct Content-Type syntax in documentation
Martin Panter
2015-11-14
1
-1/+1
*
|
Merge 3.4 (issue #25605)
Victor Stinner
2015-11-13
1
-0/+4
|
\
\
|
|
/
|
*
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
Victor Stinner
2015-11-13
1
-0/+4
*
|
Merge with 3.4
Zachary Ware
2015-11-12
1
-7/+9
|
\
\
|
|
/
|
*
Rewrite re.VERBOSE section.
Zachary Ware
2015-11-12
1
-7/+9
*
|
Issue #25603: Add missing parenthesis.
Zachary Ware
2015-11-12
1
-1/+1
*
|
Fix awkward grammar in whatsnew.
Zachary Ware
2015-11-12
1
-1/+1
*
|
Improve appearance of example code
Raymond Hettinger
2015-11-10
1
-7/+7
*
|
Remove confusing section from named tuple recipes.
Raymond Hettinger
2015-11-10
1
-10/+0
*
|
Improve namedtuple doc string examples
Raymond Hettinger
2015-11-09
2
-3/+3
*
|
Issue #25064: Adjust documentation according to new mkstemp signature
Martin Panter
2015-11-07
1
-19/+17
*
|
Fixed merging error in 3ebeeed1eb28.
Serhiy Storchaka
2015-11-06
1
-2/+0
*
|
merge 3.4
Benjamin Peterson
2015-11-04
1
-1/+1
|
\
\
|
|
/
|
*
remove trailing ws
Benjamin Peterson
2015-11-04
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-11-04
2
-10/+9
|
\
\
|
|
/
|
*
link to modern PUG url
Benjamin Peterson
2015-11-04
2
-10/+9
*
|
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...
Guido van Rossum
2015-11-02
2
-5/+4
|
\
\
|
|
/
|
*
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...
Guido van Rossum
2015-11-02
2
-5/+4
[next]