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 #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
3
-0/+23
*
|
Closes #21608: Merged documentation update from 3.4.
Vinay Sajip
2014-05-30
1
-1/+18
|
\
\
|
|
/
|
*
Issue #21608: Updated HTTPHandler documentation.
Vinay Sajip
2014-05-30
1
-1/+18
*
|
Issue #13742: Add key and reverse parameters to heapq.merge()
Raymond Hettinger
2014-05-30
2
-4/+17
*
|
(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
2014-05-28
1
-3/+3
|
\
\
|
|
/
|
*
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
2014-05-28
1
-3/+3
*
|
(Merge 3.4) Issue #21376: document asyncio.TimeoutError
Victor Stinner
2014-05-28
1
-4/+17
|
\
\
|
|
/
|
*
Issue #21376: document asyncio.TimeoutError
Victor Stinner
2014-05-28
1
-4/+17
*
|
merge
Raymond Hettinger
2014-05-27
5
-84/+102
|
\
\
|
|
/
|
*
Issue 21439: Minor issues in the reference manual.
Raymond Hettinger
2014-05-27
5
-84/+102
*
|
Issue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger
2014-05-27
1
-2/+3
*
|
merge 3.4
Benjamin Peterson
2014-05-26
1
-2/+1
|
\
\
|
|
/
|
*
grammar and sentence flow fix
Benjamin Peterson
2014-05-26
1
-2/+1
*
|
merge 3.4
Benjamin Peterson
2014-05-26
1
-3/+5
|
\
\
|
|
/
|
*
format reST directive in the usual way
Benjamin Peterson
2014-05-26
1
-3/+5
*
|
merge 3.4
Benjamin Peterson
2014-05-26
1
-3/+3
|
\
\
|
|
/
|
*
link to wikipedia description of cryptographic salt
Benjamin Peterson
2014-05-26
1
-1/+1
|
*
oxford comma
Benjamin Peterson
2014-05-26
1
-3/+3
*
|
merge 3.4 (#21586)
Benjamin Peterson
2014-05-26
1
-1/+1
|
\
\
|
|
/
|
*
fix typo in variable name (closes #21586)
Benjamin Peterson
2014-05-26
1
-1/+1
*
|
Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).
Raymond Hettinger
2014-05-26
1
-0/+5
*
|
merge
Raymond Hettinger
2014-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue 21558: Fix a typo in the contextlib docs
Raymond Hettinger
2014-05-26
1
-1/+1
*
|
Merge from 3.4
Nick Coghlan
2014-05-25
1
-1/+17
|
\
\
|
|
/
|
*
Mention setuptools & wheel as key terms for distribution
Nick Coghlan
2014-05-25
1
-1/+17
*
|
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali
2014-05-25
1
-0/+3
*
|
Issue #20197: Added support for the WebP image type in the imghdr module.
Serhiy Storchaka
2014-05-25
1
-0/+5
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-23
1
-2/+7
|
\
\
|
|
/
|
*
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy
2014-05-23
1
-2/+7
*
|
merge
Raymond Hettinger
2014-05-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue 21479: Fix markup for the TarFile.open() classmethod.
Raymond Hettinger
2014-05-23
1
-1/+1
*
|
merge
Raymond Hettinger
2014-05-22
1
-1/+1
|
\
\
|
|
/
|
*
Issue 21198: Minor tarfile documentation bug.
Raymond Hettinger
2014-05-22
1
-1/+1
*
|
merge
Raymond Hettinger
2014-05-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue 21554: Repair an out-of-date tutorial example to reflect changes in sh...
Raymond Hettinger
2014-05-22
1
-0/+2
*
|
Issue #21455: Add a default backlog to socket.listen().
Charles-François Natali
2014-05-22
1
-4/+7
*
|
Fix Issue #21528 - Fix documentation typos
Donald Stufft
2014-05-20
32
-43/+43
*
|
merge
Raymond Hettinger
2014-05-19
1
-5/+7
|
\
\
|
|
/
|
*
Don't grow strings by concatenation. Use ''.join() instead.
Raymond Hettinger
2014-05-18
1
-5/+7
*
|
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-17
1
-1/+7
|
\
\
|
|
/
|
*
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-17
1
-3/+20
*
|
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
1
-0/+2
*
|
Mention ipaddress improvements.
Antoine Pitrou
2014-05-15
1
-0/+15
*
|
Better organization of the what's new
Antoine Pitrou
2014-05-15
1
-17/+32
*
|
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15/+12
|
\
\
|
|
/
|
*
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15/+12
|
*
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...
Victor Stinner
2014-05-14
1
-4/+6
*
|
Merge: #21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
|
\
\
|
|
/
|
*
#21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
*
|
Issue #19775: Add a samefile() method to pathlib Path objects.
Antoine Pitrou
2014-05-13
1
-0/+19
[prev]
[next]