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
*
Merge with 3.4
Terry Jan Reedy
2015-06-12
1
-1/+1
|
\
|
*
whitespace
Terry Jan Reedy
2015-06-12
1
-1/+1
*
|
Merge 3.4
Terry Jan Reedy
2015-06-12
1
-0/+4
|
\
\
|
|
/
|
*
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy
2015-06-12
1
-0/+4
*
|
Merge with 3.4
Terry Jan Reedy
2015-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Closes issue #24405: mark set display as code.
Terry Jan Reedy
2015-06-12
1
-1/+1
*
|
Issue #24423: Fix formatting error in 3.5 whatsnew
Ned Deily
2015-06-10
1
-2/+2
*
|
- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw
2015-06-09
1
-6/+8
|
\
\
|
|
/
|
*
- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw
2015-06-09
1
-6/+8
*
|
Merge from 3.4
Tal Einat
2015-06-09
1
-3/+3
|
\
\
|
|
/
|
*
#23891: correctly refer to PyPI as "Python Package Index"
Tal Einat
2015-06-09
1
-3/+3
*
|
Merge from 3.4
Andrew Kuchling
2015-06-08
1
-1/+1
|
\
\
|
|
/
|
*
#23891: remove extra words
Andrew Kuchling
2015-06-08
1
-1/+1
*
|
Merge from 3.4
Andrew Kuchling
2015-06-08
2
-0/+198
|
\
\
|
|
/
|
*
#23891: add a section to the Tutorial describing virtual environments and pip
Andrew Kuchling
2015-06-08
2
-0/+198
*
|
Merge from 3.4
Andrew Kuchling
2015-06-08
2
-15/+32
|
\
\
|
|
/
|
*
Add link to pyvideoorg
Andrew Kuchling
2015-06-07
1
-0/+3
|
*
#23891: rework discussion of python-list a bit
Andrew Kuchling
2015-06-07
1
-8/+5
|
*
#23891: describe a few more modules in the tutorial
Andrew Kuchling
2015-04-10
1
-7/+24
*
|
merge 3.4
Benjamin Peterson
2015-06-06
1
-1/+0
|
\
\
|
|
/
|
*
that this is "for Python" is obvious
Benjamin Peterson
2015-06-06
1
-1/+0
*
|
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag
2015-06-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag
2015-06-05
1
-1/+1
*
|
Issue #24148: Fix incorrect Stats.sort_stats() example.
Berker Peksag
2015-06-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24148: Fix incorrect Stats.sort_stats() example.
Berker Peksag
2015-06-05
1
-1/+1
*
|
Docs: Fix typo
Yury Selivanov
2015-06-04
1
-2/+2
*
|
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
1
-0/+14
*
|
Issue #24357: merge from 3.4
Ned Deily
2015-06-02
1
-4/+4
|
\
\
|
|
/
|
*
Issue #24357: use example.org instead
Ned Deily
2015-06-02
1
-4/+4
*
|
Issue #24357: merge from 3.4
Ned Deily
2015-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24357: fix real typo
Ned Deily
2015-06-02
1
-1/+1
*
|
Issue #24357: merge from 3.4
Ned Deily
2015-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24357: fix typo
Ned Deily
2015-06-02
1
-1/+1
*
|
Issue #24357: merge from 3.4
Ned Deily
2015-06-02
1
-4/+6
|
\
\
|
|
/
|
*
Issue #24357: Change host in socket.getaddrinfo example to one that
Ned Deily
2015-06-02
1
-4/+6
*
|
Merge release engineering changes with 3.5 branch head.
Larry Hastings
2015-06-01
1
-2/+2
|
\
\
|
*
|
Regenerated pydoc topic index in preparation for Python 3.5.0b2.
Larry Hastings
2015-05-30
1
-2/+2
*
|
|
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
Yury Selivanov
2015-05-31
1
-0/+6
*
|
|
Issue 24180: Document sys.(set|get)_coroutine_wrapper
Yury Selivanov
2015-05-31
1
-0/+34
*
|
|
minor fix of module order in whatsnew/3.5
Tal Einat
2015-05-31
1
-8/+8
*
|
|
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
3
-0/+85
*
|
|
Issue #24284: The startswith and endswith methods of the str class no longer
Serhiy Storchaka
2015-05-31
1
-0/+4
*
|
|
improve section title
Benjamin Peterson
2015-05-31
1
-2/+2
|
/
/
*
|
Issue 22357: Merge from 3.4
Yury Selivanov
2015-05-30
1
-0/+11
|
\
\
|
|
/
|
*
Issue 22357: Document __qualname__ in inspect.rst
Yury Selivanov
2015-05-30
1
-0/+11
*
|
Reverting my previous commit.
Yury Selivanov
2015-05-30
5
-176/+9
*
|
Merge 3.5
Yury Selivanov
2015-05-30
5
-9/+176
|
\
\
|
*
\
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
Yury Selivanov
2015-05-29
1
-5/+5
|
|
\
\
|
*
|
|
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
Yury Selivanov
2015-05-28
1
-0/+8
|
*
|
|
Merge 3.5
Yury Selivanov
2015-05-28
1
-0/+8
|
|
\
\
\
[next]