summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* 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-0215-18/+18
* 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
* Fix English spelling and grammar errorsMartin Panter2016-06-201-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-1814-67/+72
* Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
* 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
* Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
* Fix typo in documentationMartin Panter2016-06-121-1/+1
* #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
* Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+13
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-031-15/+35
* Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-024-11/+8
* Issue #23275: Backport empty square bracket assignment documentation fixMartin Panter2016-06-081-1/+1
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-1/+4
* Issue #26014: Guide 2.7 users to the new packaging documentation:Ned Deily2016-06-065-29/+51
* Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
* [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in t...Senthil Kumaran2016-06-032-5/+7
* issue25931: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
* #13784: fix xml.sax.reader getColumn/LineNumber docs.R David Murray2016-06-021-2/+2
* note that Py_VISIT handles NULL (closes #27183)Benjamin Peterson2016-06-021-3/+4
* Issue #12243: Remove redundant availability notes from getpass docsBerker Peksag2016-06-021-3/+1
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-012-1/+8