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 #28348: Fix typo in asyncio.Task() documentation
Berker Peksag
2016-10-04
1
-1/+1
*
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-1/+1
*
Issue #28319: Fix typo in lzma.rst
Berker Peksag
2016-09-30
1
-4/+3
*
Fix markup in pathlib.rst
Berker Peksag
2016-09-30
1
-1/+1
*
Fix Path.glob() link, reported by SilentGhost
Berker Peksag
2016-09-30
1
-1/+1
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-8/+8
*
Issue #28306: Update exception message of ZeroDivisionError
Berker Peksag
2016-09-28
1
-1/+1
*
Issue #27740: Fix typo in Py_CompileStringExFlags
Berker Peksag
2016-09-28
1
-1/+1
*
Issue #21903: Update ctypes example to use MessageBoxW
Berker Peksag
2016-09-28
1
-11/+9
*
Issue #26439: Document that RTLD_NOW is always added
Martin Panter
2016-09-27
1
-2/+3
*
Issue #10673: Document that Process.exitcode can be used to determine timeout
Berker Peksag
2016-09-26
1
-0/+3
*
Document that os.mknod() is not available on Windows
Berker Peksag
2016-09-26
1
-0/+2
*
os.genenvb() is not availabnle under Windows
Berker Peksag
2016-09-26
1
-0/+3
*
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka
2016-09-26
1
-7/+6
*
Issue #28251: Improvements to help manuals on Windows.
Steve Dower
2016-09-23
3
-3/+8
*
Make 3.7 the current dev version in the html version of the docs.
Ned Deily
2016-09-20
1
-3/+2
*
Docs: Correctly link to the methods
Jesus Cea
2016-09-19
1
-19/+22
*
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...
Berker Peksag
2016-09-16
1
-1/+1
*
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Berker Peksag
2016-09-16
1
-1/+1
*
Issue #28104: More accurately document set method signatures
Raymond Hettinger
2016-09-13
1
-6/+6
*
Issue #28103: Use ``'...'`` style in zipfile documentation
Berker Peksag
2016-09-13
1
-2/+2
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
1
-0/+3
*
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
Raymond Hettinger
2016-09-12
1
-2/+3
*
Issue #23105: Updated documentation on open() flag constants.
Vinay Sajip
2016-09-11
1
-6/+6
*
Issue #20100: Clarify that passing flags to epoll() has no effect
Berker Peksag
2016-09-11
1
-3/+5
*
Closed #26533: expanded on behaviour of logging.config.listen().
Vinay Sajip
2016-09-11
1
-5/+14
*
Issue #27991: Remove incorrect sentence about store_true
Berker Peksag
2016-09-11
1
-2/+2
*
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...
Guido van Rossum
2016-09-11
1
-14/+113
*
Issue #28073: Improve wording around None. Michael Lee.
Guido van Rossum
2016-09-11
1
-2/+4
*
Correct spelling in documentation and code comment
Martin Panter
2016-09-10
1
-2/+2
*
Issue 14976: Note that the queue module is not designed to protect against r...
Raymond Hettinger
2016-09-09
1
-5/+2
*
Issue #19489: Move the search box from sidebar to header and footer.
Zachary Ware
2016-09-09
4
-11/+45
*
repair errors in (set|get)_task_factory note (#28051)
Benjamin Peterson
2016-09-09
1
-5/+6
*
Add a note about queue not being safe for use from signal handlers.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-09
1
-0/+5
*
Closes #22731: Documents change of console mode.
Steve Dower
2016-09-09
1
-0/+4
*
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...
Senthil Kumaran
2016-09-08
1
-15/+9
*
Issue #27993: Fix problems with plural objects in docs and comments
Martin Panter
2016-09-07
3
-4/+4
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
3
-4/+4
*
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
R David Murray
2016-09-07
2
-3/+6
*
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran
2016-09-07
1
-4/+4
*
Issue #27905: Docs for typing.Type[C], by Michael Lee.
Guido van Rossum
2016-09-07
1
-0/+39
*
Use shorter version of Connection.isolation_level in sqlite3.rst
Berker Peksag
2016-09-07
1
-1/+1
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Christian Heimes
2016-09-06
1
-0/+6
*
Update pkgutil docs to reference appropriate finder and loader object documen...
Senthil Kumaran
2016-09-06
1
-14/+14
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-21/+81
*
remove ungrammarical apostrophe (closes #27957)
Benjamin Peterson
2016-09-05
1
-1/+1
*
Improve recipe by showing results of intermediate steps
Raymond Hettinger
2016-09-05
1
-0/+6
*
Issue 27936: Update doc for round() to indicate that None is an allowable arg...
Raymond Hettinger
2016-09-04
1
-2/+2
*
Improve docs for random.seed()
Raymond Hettinger
2016-09-04
1
-2/+5
*
#27893: arg name and bytes references in email.parser docs.
R David Murray
2016-08-31
1
-6/+6
[next]