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
*
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
21
-103/+103
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
10
-12/+12
*
Change double hyphens (en dashes) to em (longer) dashes
Martin Panter
2016-11-21
4
-5/+5
*
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
*
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
1
-1/+2
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
4
-22/+22
*
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 #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
6
-18/+8
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
5
-7/+7
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
24
-47/+58
*
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 #26439: Document that RTLD_NOW is always added
Martin Panter
2016-09-27
1
-2/+3
*
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
*
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
*
#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 #26462: Doc: avoid literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
14
-47/+123
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-30
2
-0/+15
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
1
-1/+1
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-3/+3
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-3/+4
*
English spelling and grammar fixes
Martin Panter
2016-07-11
4
-4/+4
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
11
-14/+14
*
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-28/+32
*
Issue #27416: clarify copy doc
Victor Stinner
2016-06-30
1
-1/+1
*
Issue #27370: Use t for an iterable in mutable sequence ops
Martin Panter
2016-06-23
1
-3/+3
*
Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.
Senthil Kumaran
2016-06-22
1
-1/+1
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2/+2
*
Issue #24314: Add links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
6
-17/+21
*
Issue #12855: Document what exactly unicode.splitlines() splits on
Martin Panter
2016-06-01
1
-4/+59
*
Issue #16182: Backport documentation of set_pre_input_hook() availability
Martin Panter
2016-06-14
1
-1/+2
*
#16484: Change PYTHONDOCS to "https:", and fix links to use lowercase
Martin Panter
2016-06-12
1
-1/+1
*
Issue #16484: PYTHONDOCS still uses “http:” in Python 2
Martin Panter
2016-06-12
1
-1/+1
[next]