summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-0/+12
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-0227-124/+124
* Issue #28771: Correct documentation of signatures using constMartin Panter2016-12-011-6/+8
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-303-20/+45
* Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-11-302-2/+2
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-2617-25/+25
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-216-7/+7
* 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
* Fix spacing after C++ in documentationMartin Panter2016-11-052-2/+2
* 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-302-1/+3
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-3021-124/+124
* 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 #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2713-52/+52
* Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-198-25/+15
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-196-10/+10
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-1929-57/+68
* Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
* 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 #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-072-2/+5
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-9/+9
* Issue #26550: Fix typo in webservers HOWTOBerker Peksag2016-09-281-2/+2
* Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
* 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
* Correct spelling in documentation and code commentsMartin Panter2016-09-101-2/+2
* 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
* Fix some spelling errorsMartin Panter2016-08-201-1/+1
* #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 #27204: Fix doctests in Doc/howtoZachary Ware2016-08-091-18/+25
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2631-88/+228
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-303-0/+20