summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #9911: doc copyedits.Georg Brandl2010-09-2131-38/+38
* Add missing word.Marc-André Lemburg2010-09-211-2/+2
* Add OpenSSL license to the Python license documenation page.Marc-André Lemburg2010-09-211-1/+137
* Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-211-8/+11
* Document HTTPReponse.fileno() methodSenthil Kumaran2010-09-211-0/+3
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-201-0/+14
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-201-0/+4
* logging: hasHandlers additions documented.Vinay Sajip2010-09-201-0/+12
* Mention % as string formatting.Georg Brandl2010-09-201-0/+3
* Fix typo.Georg Brandl2010-09-201-1/+1
* Be more precise as to what operations are supportedAntoine Pitrou2010-09-191-5/+21
* Remove references to read() and write() methods, which are useless synonyms ofAntoine Pitrou2010-09-191-28/+14
* Mention that SSL sockets provide the basic socket API.Antoine Pitrou2010-09-191-0/+6
* Edit concurrent docs, add versionadded and see also reference to the PEP.Georg Brandl2010-09-191-145/+152
* edit concurrent.future docsBenjamin Peterson2010-09-191-62/+55
* Initial implementation of PEP 3148Brian Quinlan2010-09-182-0/+367
* Improved Filter documentation.Vinay Sajip2010-09-171-0/+14
* Improved basicConfig and custom level documentation.Vinay Sajip2010-09-171-2/+33
* Fix typo in example regular expression.Raymond Hettinger2010-09-171-1/+1
* Add tokenizer example to regex docs.Raymond Hettinger2010-09-161-0/+63
* Move library changes to the right sectionAntoine Pitrou2010-09-151-14/+14
* Add entries to whatsnewAntoine Pitrou2010-09-151-1/+25
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-1533-166/+165
* Update file-related information in the FAQ.Antoine Pitrou2010-09-151-19/+27
* Add a glossary entry for file objects.Antoine Pitrou2010-09-153-4/+21
* Improve docs for socket.makefile() and SocketIOAntoine Pitrou2010-09-151-4/+3
* Clarify where support for negative indices fall in the language hierarchy.Raymond Hettinger2010-09-151-5/+12
* Issue 9802: Document min()/max() sort stabilityRaymond Hettinger2010-09-141-0/+8
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+3
* Issue #1552: socket.socketpair() now returns regular socket.socketAntoine Pitrou2010-09-141-0/+4
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...Daniel Stutzbach2010-09-141-3/+3
* Tidied example script.Vinay Sajip2010-09-141-1/+4
* Tidied example script.Vinay Sajip2010-09-141-0/+2
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...Raymond Hettinger2010-09-131-0/+23
* Issue #9213: Add index and count methods to range objects, needed toDaniel Stutzbach2010-09-131-2/+16
* Enhanced HTTPHandler documentation.Vinay Sajip2010-09-131-6/+10
* Expanded QueueHandler documentation.Vinay Sajip2010-09-131-1/+34
* add spacesBenjamin Peterson2010-09-131-0/+2
* remove less complete of duplicate docsBenjamin Peterson2010-09-131-13/+0
* remove duplicate statementBenjamin Peterson2010-09-131-2/+1
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-0/+5
* Document changes on mbcs encodingVictor Stinner2010-09-121-0/+7
* - Issue #9817: Add expat COPYING file; add expat, libffi and expat licensesMatthias Klose2010-09-121-0/+89
* #9608, #8518 : clarify and improve discussion of exceptions in howto.R. David Murray2010-09-111-34/+53
* Issue #9827: clarified LogRecord documentation.Vinay Sajip2010-09-111-19/+60
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-112-2/+2
* Issue #767645: fix os.path.supports_unicode_filenames definitionVictor Stinner2010-09-111-2/+1
* add newlineBenjamin Peterson2010-09-101-0/+1
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-9/+0
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-103-5/+35