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 #28440: No longer add /Library/Python/site-packages, the Apple-supplied
Ned Deily
2016-12-03
1
-0/+12
*
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
27
-124/+124
*
Issue #28771: Correct documentation of signatures using const
Martin Panter
2016-12-01
1
-6/+8
*
Issue #25701: Document that some C APIs can both set and delete items
Martin Panter
2016-11-30
3
-20/+45
*
Issue #28820: Fix spelling of “practice” as a noun
Martin Panter
2016-11-30
2
-2/+2
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
17
-25/+25
*
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka
2016-11-21
1
-2/+2
*
Change double hyphens (en dashes) to em (longer) dashes
Martin Panter
2016-11-21
6
-7/+7
*
Fixed the documentation of parse_constant argument in json.load().
Serhiy Storchaka
2016-11-12
1
-2/+2
*
Issue #28615: Backport imaginary/complex number text from 3.x.
Terry Jan Reedy
2016-11-12
1
-3/+3
*
Fix spacing after C++ in documentation
Martin Panter
2016-11-05
2
-2/+2
*
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+57
*
Issue #26638: Cannot directly link to main option from the “timeit” module
Martin Panter
2016-10-30
2
-1/+3
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
21
-124/+124
*
Issue #26638: Disable inappropriate links to Python interpreter options
Martin Panter
2016-10-30
1
-2/+2
*
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
Serhiy Storchaka
2016-10-27
1
-1/+2
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
13
-52/+52
*
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
8
-25/+15
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
6
-10/+10
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
29
-57/+68
*
Issue #27896: Allow passing sphinx options to Doc/Makefile
Victor Stinner
2016-10-16
1
-2/+2
*
Issue #27800: Document limitation and workaround for multiple RE repetitions
Martin Panter
2016-10-15
1
-0/+6
*
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead o...
Guido van Rossum
2016-10-13
1
-9/+9
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
2
-2/+5
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-9/+9
*
Issue #26550: Fix typo in webservers HOWTO
Berker Peksag
2016-09-28
1
-2/+2
*
Issue #26439: Document that RTLD_NOW is always added
Martin Panter
2016-09-27
1
-2/+3
*
Make 3.7 the current dev version in the html version of the docs.
Ned Deily
2016-09-20
1
-3/+2
*
Issue #28104: More accurately document set method signatures
Raymond Hettinger
2016-09-13
1
-6/+6
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
1
-0/+3
*
Issue #26557: Note that mapping view methods are not present in UserDict or ...
Raymond Hettinger
2016-09-12
2
-2/+9
*
Issue #23105: Updated documentation on open() flag constants.
Vinay Sajip
2016-09-11
1
-7/+7
*
Correct spelling in documentation and code comments
Martin Panter
2016-09-10
1
-2/+2
*
Issue #27993: Fix problems with the plural “objects” in docs and comments
Martin Panter
2016-09-08
3
-4/+4
*
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
R David Murray
2016-09-07
2
-3/+6
*
Fix ssl documentation and remove merge accident
Christian Heimes
2016-09-06
1
-6/+2
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Christian Heimes
2016-09-06
1
-0/+6
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-2/+49
*
Issue #27706: Document that random.seed() is non-deterministic when PYTHONHA...
Raymond Hettinger
2016-08-31
1
-0/+3
*
Backport spelling fix.
Terry Jan Reedy
2016-08-30
1
-1/+1
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-4/+4
*
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Terry Jan Reedy
2016-08-25
1
-1/+3
*
Fix some spelling errors
Martin Panter
2016-08-20
1
-1/+1
*
#27753: fix typo (name->named).
R David Murray
2016-08-13
1
-1/+1
*
Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...
Raymond Hettinger
2016-08-13
1
-5/+11
*
Issue #27205: Fix doctests in Doc/library/collections.rst
Zachary Ware
2016-08-09
1
-12/+13
*
Issue #27204: Fix doctests in Doc/howto
Zachary Ware
2016-08-09
1
-18/+25
*
Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
31
-88/+228
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-30
3
-0/+20
[next]