summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-301-0/+20
* Issue #9360: Cleanup and improvements to the nntplib module. The APIAntoine Pitrou2010-09-291-172/+284
* Issue #9983: warn that urllib and httplib don't perform SSL certificate valid...Antoine Pitrou2010-09-292-6/+10
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-291-6/+10
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-0/+13
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-283-48/+55
* Buffers are not sequence objects (!). Put them in the abstract objects layersAntoine Pitrou2010-09-284-24/+22
* Various improvements to the docs of the buffer APIAntoine Pitrou2010-09-281-47/+82
* Discourage use of the old buffer API funcsAntoine Pitrou2010-09-281-1/+16
* Issue #9970: improve C API documentation for memoryview objectsAntoine Pitrou2010-09-281-6/+28
* Implement #8521. Added named argument handling to winreg's CreateKeyEx,Brian Curtin2010-09-271-3/+5
* logging: Updated library configuration documentation.Vinay Sajip2010-09-271-2/+20
* issue 9910Kristján Valur Jónsson2010-09-271-2/+23
* Fix typo.Antoine Pitrou2010-09-251-1/+1
* #9562: slight clarification.Georg Brandl2010-09-251-1/+1
* #9944: fix typo.Georg Brandl2010-09-251-1/+1
* Updated SysLogHandler documentation.Vinay Sajip2010-09-231-0/+9
* #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-3/+3
* Small fixes in the gzip docsAntoine Pitrou2010-09-231-3/+4
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-231-0/+3
* #9582 - add a missing "are" and reflow the line.Brian Curtin2010-09-231-2/+2
* logging: Improved documentation re. blocking handlers.Vinay Sajip2010-09-231-0/+64
* logging: added QueueListener and documentation.Vinay Sajip2010-09-231-1/+97
* logging: Added QueueHandler.prepare and updated documentation.Vinay Sajip2010-09-221-1/+15
* note versionBenjamin Peterson2010-09-211-0/+2
* #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