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
*
fix name of keyword parameter to gc.collect() (closes #28525)
Benjamin Peterson
2016-10-25
1
-1/+1
*
Issue #26796: Don't configure the number of workers for default threadpool ex...
Yury Selivanov
2016-10-21
1
-0/+7
*
Issue #25152: Mention the deprecation of pyvenv
Brett Cannon
2016-10-21
1
-0/+6
*
Issue #26010: Document CO_* constants
Yury Selivanov
2016-10-20
1
-3/+58
*
Issue #19795: Fixed formatting a table.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
14
-23/+23
*
Issue #19795: Fixed markup errors.
Serhiy Storchaka
2016-10-19
2
-2/+2
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
9
-16/+16
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
50
-106/+108
*
Issue #27896: Allow passing sphinx options to Doc/Makefile
Victor Stinner
2016-10-16
1
-2/+2
*
Fix default value of StreamReader.readuntil()
Berker Peksag
2016-10-17
1
-1/+1
*
Issue #28455: Clarify example of overriding the convert_arg_line_to_args method
Berker Peksag
2016-10-17
1
-3/+4
*
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Berker Peksag
2016-10-16
1
-1/+1
*
Remove spurious article.
Ned Deily
2016-10-15
1
-1/+1
*
Issue #27800: Document limitation and workaround for multiple RE repetitions
Martin Panter
2016-10-15
1
-0/+6
*
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
Martin Panter
2016-10-15
1
-0/+9
*
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xian...
Senthil Kumaran
2016-10-14
1
-2/+4
*
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead o...
Guido van Rossum
2016-10-13
1
-9/+9
*
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)
Guido van Rossum
2016-10-13
1
-13/+11
*
Issue #21443: Show how to change log level for asyncio.
Guido van Rossum
2016-10-13
1
-0/+8
*
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
Berker Peksag
2016-10-09
1
-22/+16
*
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)
Guido van Rossum
2016-10-09
1
-2/+2
*
Issue #28388: update typing module documentation.
Guido van Rossum
2016-10-09
1
-122/+125
*
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka
2016-10-08
1
-3/+6
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
2
-2/+5
*
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
[next]