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
...
*
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-...
Xiang Zhang
2017-03-13
1
-2/+2
*
bpo-29746: Update marshal docs to Python 3. (#547) (#630)
Serhiy Storchaka
2017-03-12
1
-11/+8
*
tempfile.rst: Fix some typos (GH-610) (GH-619)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590) (GH-613)
Xiang Zhang
2017-03-11
2
-4/+4
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-609)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474)
Mariatta
2017-03-06
1
-2/+0
*
Correct spelling "instanciate" (GH-465) (GH-468)
Mariatta
2017-03-04
1
-2/+2
*
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-441)
Brett Cannon
2017-03-03
1
-2/+53
*
bpo-29709: Improve Boolean Operations documentation (#433) (#436)
Mariatta
2017-03-03
1
-2/+2
*
Add Python version since deprecation in base64 methods. (#33) (#430)
Berker Peksag
2017-03-03
1
-4/+13
*
bpo-29026: Clarify documentation of time.time (GH-34) (GH-418)
Mariatta
2017-03-03
1
-7/+35
*
Asyncio documentation: remove `self` from method signatures (GH-334) (GH-336)
Mariatta
2017-02-27
1
-3/+3
*
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317)
Mariatta
2017-02-26
1
-0/+6
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)
Barry Warsaw
2017-02-24
1
-0/+6
*
bpo-28911: Clarify the behaviour of assert_called_once_with. (#254)
Arne de Laat
2017-02-23
1
-5/+6
*
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#244)
Berker Peksag
2017-02-23
1
-8/+4
*
bpo-29554: Improve docs for pstat module and profile. (#88) (#228)
Berker Peksag
2017-02-22
1
-3/+4
*
[cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs ...
Mariatta
2017-02-15
1
-0/+2
*
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#23)
Mariatta
2017-02-12
1
-5/+5
*
Issue #29441: Update examples to use async and await keywords in asyncio-task...
Berker Peksag
2017-02-07
1
-17/+4
*
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 #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 #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
4
-10/+10
*
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 #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang
2017-01-10
1
-1/+1
*
Issue #29013: Fix allowZip64 documentation
Berker Peksag
2017-01-02
1
-1/+1
*
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
*
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 #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
*
Fix spelling and grammar in code comments and documentation
Martin Panter
2016-12-18
1
-1/+1
*
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
*
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
6
-10/+10
*
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
5
-14/+14
[prev]
[next]