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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge 3.4
Yury Selivanov
2015-06-25
1
-2/+2
|
\
\
|
|
/
|
*
asyncio.docs: Use less confusing title
Yury Selivanov
2015-06-25
1
-2/+2
|
*
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...
Senthil Kumaran
2015-06-15
21
-24/+24
|
*
Issue #24453: Fix doubled word.
Raymond Hettinger
2015-06-14
1
-1/+1
*
|
Issue #24439: Update tulip_coro.dia
Yury Selivanov
2015-06-25
1
-0/+0
*
|
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
7
-54/+90
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
4
-20/+58
*
|
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
*
|
- 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 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
*
|
Issue 24180: Document sys.(set|get)_coroutine_wrapper
Yury Selivanov
2015-05-31
1
-0/+34
*
|
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
2
-0/+64
*
|
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
*
|
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
Yury Selivanov
2015-05-29
1
-5/+5
*
|
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-4/+0
*
|
Fix Sphinx warnings.
Berker Peksag
2015-05-23
1
-0/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-05-23
1
-1/+1
|
\
\
|
|
/
|
*
Make expression legal python by adding '1'.
Terry Jan Reedy
2015-05-23
1
-1/+1
*
|
Issue #24204: Elaborate of the str.strip() documentation.
Raymond Hettinger
2015-05-23
1
-0/+10
*
|
Issue #24269: Minor doc fixups.
Raymond Hettinger
2015-05-23
1
-5/+6
*
|
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-9/+19
*
|
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Raymond Hettinger
2015-05-23
1
-0/+14
*
|
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Gregory P. Smith
2015-05-22
1
-2/+35
*
|
Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
Yury Selivanov
2015-05-22
1
-2/+19
*
|
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
Guido van Rossum
2015-05-22
1
-0/+15
*
|
Issue 20438: Deprecate inspect.getargspec() and friends.
Yury Selivanov
2015-05-22
1
-6/+7
*
|
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov
2015-05-21
2
-8/+5
*
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
4
-3/+105
*
|
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Yury Selivanov
2015-05-20
1
-4/+10
*
|
#19662: fix typo
R David Murray
2015-05-19
1
-1/+1
[prev]
[next]