summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-0/+3
* Issue #26511: Reference the id() function in the 'is' and 'is not' docsRaymond Hettinger2016-09-121-2/+3
* Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-6/+6
* Issue #20100: Clarify that passing flags to epoll() has no effectBerker Peksag2016-09-111-3/+5
* Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
* Issue #27991: Remove incorrect sentence about store_trueBerker Peksag2016-09-111-2/+2
* Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...Guido van Rossum2016-09-111-14/+113
* Issue #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4
* Correct spelling in documentation and code commentMartin Panter2016-09-101-2/+2
* Issue 14976: Note that the queue module is not designed to protect against r...Raymond Hettinger2016-09-091-5/+2
* Issue #19489: Move the search box from sidebar to header and footer.Zachary Ware2016-09-094-11/+45
* repair errors in (set|get)_task_factory note (#28051)Benjamin Peterson2016-09-091-5/+6
* Add a note about queue not being safe for use from signal handlers.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-0/+5
* Closes #22731: Documents change of console mode.Steve Dower2016-09-091-0/+4
* Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-15/+9
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-073-4/+4
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-073-4/+4
* #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.R David Murray2016-09-072-3/+6
* [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".Senthil Kumaran2016-09-071-4/+4
* Issue #27905: Docs for typing.Type[C], by Michael Lee.Guido van Rossum2016-09-071-0/+39
* Use shorter version of Connection.isolation_level in sqlite3.rstBerker Peksag2016-09-071-1/+1
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-0/+6
* Update pkgutil docs to reference appropriate finder and loader object documen...Senthil Kumaran2016-09-061-14/+14
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-21/+81
* remove ungrammarical apostrophe (closes #27957)Benjamin Peterson2016-09-051-1/+1
* Improve recipe by showing results of intermediate stepsRaymond Hettinger2016-09-051-0/+6
* Issue 27936: Update doc for round() to indicate that None is an allowable arg...Raymond Hettinger2016-09-041-2/+2
* Improve docs for random.seed()Raymond Hettinger2016-09-041-2/+5
* #27893: arg name and bytes references in email.parser docs.R David Murray2016-08-311-6/+6
* ? Working Directory ?Terry Jan Reedy2016-08-301-1/+1
* Fix typosRaymond Hettinger2016-08-301-2/+2
* Fix typoZachary Ware2016-08-301-1/+1
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-4/+4
* Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-262-4/+4
* Issue #23746: Clarified is_python_build() documentation.Vinay Sajip2016-08-251-1/+3
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-2/+4
* Fix misspellingTerry Jan Reedy2016-08-241-1/+1
* Fix typo in Cursor.execute().Berker Peksag2016-08-241-1/+1
* Issue #6057: Document exceptions in sqlite3 moduleBerker Peksag2016-08-241-2/+32
* #25916: fix a few 'string of bytes' references.R David Murray2016-08-244-4/+4
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+1
* Minor spelling fixesMartin Panter2016-08-204-4/+4
* Issue #12982: Thanks to PEP 488, Python no longer creates .pyo filesBerker Peksag2016-08-201-3/+1
* Issue #12946: Document that PyModule_GetDict can fail in some casesBerker Peksag2016-08-191-4/+7
* Use sys.version_info, not sys.version.Zachary Ware2016-08-171-2/+2
* Remove duplicate of the entry in the seealso sectionRaymond Hettinger2016-08-161-5/+0
* Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
* #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 #24637: Document that locals can be any mapping objectBerker Peksag2016-08-131-8/+9