summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #9801: document how list and dict proxies created by Managers behave w.r.t. m...Georg Brandl2010-10-151-0/+18
* #9683: remove broken dead code dealing with nested arguments removed from Py3...Georg Brandl2010-10-151-5/+5
* #7771: reference to documentation of dictview methods and operations.Georg Brandl2010-10-151-28/+7
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-153-7/+26
* Fix a minor docs bug.Senthil Kumaran2010-10-151-2/+2
* #5355: Provide mappings from Expat error numbers to string descriptions and b...Georg Brandl2010-10-151-48/+43
* Fix sphinx role markups.Senthil Kumaran2010-10-151-4/+5
* Fix ``make check`` warnings.Senthil Kumaran2010-10-151-18/+19
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-157-12/+12
* Issue10100 - fromfd is now available on all platformsSenthil Kumaran2010-10-151-1/+0
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-0/+15
* Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+6
* #1710703: write zipfile structures also in the case of closing a new, but emp...Georg Brandl2010-10-141-0/+4
* #6825: small correction to split() docs.Georg Brandl2010-10-141-8/+8
* #10046: small correction to atexit docs.Georg Brandl2010-10-141-2/+2
* #3865: add note about benchmarking with profilers, and move licensing stuff t...Georg Brandl2010-10-141-47/+47
* #7642: update to os.system() docs.Georg Brandl2010-10-141-18/+17
* Issue #10041: The signature of optional arguments in socket.makefile()Antoine Pitrou2010-10-131-1/+1
* Fix grammarAntoine Pitrou2010-10-131-2/+2
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-132-15/+41
* fix spelling #10078Benjamin Peterson2010-10-121-1/+1
* Issue #10075: Add a session_stats() method to SSLContext objects.Antoine Pitrou2010-10-121-5/+21
* Make comment about SSL support more accurateAntoine Pitrou2010-10-121-2/+2
* Fix Issue7285 - multiprocessing module, example code error.Senthil Kumaran2010-10-101-3/+3
* Issue #10029: Fix sample code in the docs for zip().Raymond Hettinger2010-10-101-5/+12
* Document that the 'strict' error handler is used to encode/decode filenames onVictor Stinner2010-10-091-6/+2
* remove author names from proseBenjamin Peterson2010-10-091-3/+0
* What's new entry for email 5.1.R. David Murray2010-10-081-1/+1
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-084-11/+151
* Issue #1589: Add ssl.match_hostname(), to help implement server identityAntoine Pitrou2010-10-081-50/+81
* Fix errors found by "make suspicious".Georg Brandl2010-10-067-18/+20
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-0632-275/+275
* Copyedit of os.symlink() docs.Georg Brandl2010-10-061-15/+13
* #10034: import readline in longer example.Georg Brandl2010-10-061-0/+1
* fix a typo.Senthil Kumaran2010-10-051-2/+2
* Remove the references of FTPS from the urllib Documentation. There is no supp...Senthil Kumaran2010-10-051-4/+3
* Indent version tags properly.Georg Brandl2010-10-051-2/+4
* GzipFile.peek improvements, suggested by Nir Aides.Antoine Pitrou2010-10-041-3/+11
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-10/+66
* Fixes #10020Gerhard Häring2010-10-031-0/+11
* Fix - issue10010 .. index:: position in the docs.Senthil Kumaran2010-10-021-15/+16
* Lower the tone of the warning about SSL certificate validation.Amaury Forgeot d'Arc2010-10-011-3/+4
* 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
* 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
* Fix typo.Antoine Pitrou2010-09-251-1/+1
* #9562: slight clarification.Georg Brandl2010-09-251-1/+1