summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-0221-103/+103
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-2610-12/+12
* Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-214-5/+5
* Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
* Issue #28615: Backport imaginary/complex number text from 3.x.Terry Jan Reedy2016-11-121-3/+3
* Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
* Issue #26638: Cannot directly link to main option from the “timeit” moduleMartin Panter2016-10-301-1/+2
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-304-22/+22
* Issue #26638: Disable inappropriate links to Python interpreter optionsMartin Panter2016-10-301-2/+2
* Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
* Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-196-18/+8
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-195-7/+7
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-1924-47/+58
* Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
* Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead o...Guido van Rossum2016-10-131-9/+9
* Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
* Issue #28104: More accurately document set method signaturesRaymond Hettinger2016-09-131-6/+6
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-0/+3
* Issue #26557: Note that mapping view methods are not present in UserDict or ...Raymond Hettinger2016-09-122-2/+9
* Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-7/+7
* Issue #27993: Fix problems with the plural “objects” in docs and commentsMartin Panter2016-09-083-4/+4
* #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.R David Murray2016-09-072-3/+6
* Fix ssl documentation and remove merge accidentChristian Heimes2016-09-061-6/+2
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-0/+6
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-2/+49
* Issue #27706: Document that random.seed() is non-deterministic when PYTHONHA...Raymond Hettinger2016-08-311-0/+3
* Backport spelling fix.Terry Jan Reedy2016-08-301-1/+1
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-4/+4
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-1/+3
* #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
* Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-5/+11
* Issue #27205: Fix doctests in Doc/library/collections.rstZachary Ware2016-08-091-12/+13
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2614-47/+123
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-302-0/+15
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-281-1/+1
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
* Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-3/+4
* English spelling and grammar fixesMartin Panter2016-07-114-4/+4
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0211-14/+14
* Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-28/+32
* Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
* Issue #27370: Use t for an iterable in mutable sequence opsMartin Panter2016-06-231-3/+3
* Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.Senthil Kumaran2016-06-221-1/+1
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
* Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-186-17/+21
* Issue #12855: Document what exactly unicode.splitlines() splits onMartin Panter2016-06-011-4/+59
* Issue #16182: Backport documentation of set_pre_input_hook() availabilityMartin Panter2016-06-141-1/+2
* #16484: Change PYTHONDOCS to "https:", and fix links to use lowercaseMartin Panter2016-06-121-1/+1
* Issue #16484: PYTHONDOCS still uses “http:” in Python 2Martin Panter2016-06-121-1/+1