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 #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya
2017-02-07
1
-11/+13
*
Issue #29198: Fix indentation and markup in typing.rst
Berker Peksag
2017-02-04
1
-2/+2
*
Issue #29198: Document typing.AsyncGenerator
Berker Peksag
2017-02-04
1
-0/+33
*
Issue #29407: Remove redundant ensure_future() calls in factorial example
Berker Peksag
2017-02-01
1
-8/+7
*
Issue #11670: readfp(fp) parameter name is different to read_file(f)
Martin Panter
2017-01-29
1
-6/+6
*
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
Martin Panter
2017-01-29
1
-0/+2
*
Issue #29349: Fix Python 2 syntax in documentation build code
Martin Panter
2017-01-29
1
-2/+2
*
Issue #12067: Recommend that hash and equality be consistent
Martin Panter
2017-01-29
1
-0/+4
*
Issue #29189: Fix indentation in RST markup
Martin Panter
2017-01-24
2
-50/+50
*
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang
2017-01-22
1
-1/+1
*
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.
Xiang Zhang
2017-01-20
1
-2/+3
*
Issue #29274: tests cases → test cases
Martin Panter
2017-01-18
1
-4/+4
*
Issue #29011: Fix an important omission by adding Deque to the typing module.
Raymond Hettinger
2017-01-17
1
-0/+4
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
12
-64/+64
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
2
-7/+7
*
Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.
Serhiy Storchaka
2017-01-11
1
-0/+3
*
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
Martin Panter
2017-01-11
1
-1/+1
*
Issue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang
2017-01-10
1
-1/+1
*
Issue #29012: Remove another outdated information
Berker Peksag
2017-01-03
1
-3/+3
*
merge 3.4
Benjamin Peterson
2017-01-02
1
-1/+1
|
\
|
*
merge 3.3
Benjamin Peterson
2017-01-02
1
-1/+1
|
|
\
|
|
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
1
-1/+1
*
|
|
Issue #29013: Fix allowZip64 documentation
Berker Peksag
2017-01-02
1
-1/+1
*
|
|
Issue #29012: Remove outdated information about __bases__
Berker Peksag
2017-01-02
1
-1/+1
*
|
|
Issue #29024: Add Kivy entry to GUI FAQ
Berker Peksag
2017-01-02
1
-0/+10
*
|
|
Issue #26267: Improve uuid.UUID documentation
Berker Peksag
2016-12-31
1
-0/+7
*
|
|
Issue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang
2016-12-30
1
-1/+1
*
|
|
Issue #29109: Enhance tracemalloc documentation
Victor Stinner
2016-12-30
1
-13/+13
*
|
|
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka
2016-12-28
1
-20/+0
*
|
|
Issue #29069: Update the default URL of PyPI server
Berker Peksag
2016-12-27
1
-1/+1
*
|
|
Move versionadded inside of the get_terminal_size() block
Berker Peksag
2016-12-27
1
-2/+2
*
|
|
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
1
-1/+1
*
|
|
Issue #29068: Fixed a typo in PyErr_Fetch example.
Serhiy Storchaka
2016-12-25
1
-1/+1
*
|
|
Issue #28954: Add missing comma to keyword argument syntax
Martin Panter
2016-12-24
1
-1/+1
*
|
|
Issue #1446619: Account for negative slice direction in description
Martin Panter
2016-12-24
1
-2/+4
*
|
|
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter
2016-12-24
1
-2/+4
*
|
|
Issue #28960: Drop comma attached to dash in Thread.join() description
Martin Panter
2016-12-24
1
-1/+1
*
|
|
Update documentation index sidebar for 3.6.0 release.
Ned Deily
2016-12-23
1
-1/+1
*
|
|
Grammatical fixes following #d95f19892fd0
Brett Cannon
2016-12-22
1
-4/+4
*
|
|
doc: Suggest to hash(tuple of attr) rather than XOR
Victor Stinner
2016-12-19
1
-5/+8
*
|
|
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Xiang Zhang
2016-12-19
1
-4/+0
*
|
|
#29005: clarify terminology in tutorial 'method' discussion.
R David Murray
2016-12-18
1
-3/+2
*
|
|
Fix spelling and grammar in code comments and documentation
Martin Panter
2016-12-18
1
-1/+1
*
|
|
Update porting HOWTO to drop unicode_literals and mention static type checking
Brett Cannon
2016-12-17
1
-49/+61
*
|
|
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
Serhiy Storchaka
2016-12-16
1
-20/+24
*
|
|
Issue #28944: Fix footnote numbering
Berker Peksag
2016-12-15
1
-3/+2
*
|
|
Issue #26483: Clarify str.isdecimal() and isdigit()
Martin Panter
2016-12-11
1
-6/+8
*
|
|
Issue #28916: Correct description of %o and %x alternative forms
Martin Panter
2016-12-11
1
-12/+6
*
|
|
Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.
Brett Cannon
2016-12-10
1
-1/+3
*
|
|
Issue #28771: Update tp_get/setattr signature documentation
Martin Panter
2016-12-10
1
-5/+7
[next]