summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-132-18/+0
* 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
* prefer clearing global objects to obscure module.__dict__ bugs #10068Benjamin Peterson2010-10-121-0/+7
* Update whatsnew about pickle optimizationsAntoine Pitrou2010-10-121-5/+2
* 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-092-12/+15
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-1/+3
* remove author names from proseBenjamin Peterson2010-10-091-3/+0
* What's new entry for email 5.1.R. David Murray2010-10-082-1/+29
* Update what's newAntoine Pitrou2010-10-081-0/+5
* #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
* PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-071-1/+1
* More new things in what's newAntoine Pitrou2010-10-061-0/+23
* Update to Sphin 1.0.4.Georg Brandl2010-10-063-3/+3
* Fix the suspicious builder not to write CRLF, update suspicious file and add ...Georg Brandl2010-10-063-27/+191
* Fix errors found by "make suspicious".Georg Brandl2010-10-0614-28/+30
* Fix spelling and markup.Georg Brandl2010-10-061-10/+10
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-06106-2569/+2573
* 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-042-10/+74
* Fixes #10020Gerhard Häring2010-10-031-0/+11
* Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...Victor Stinner2010-10-021-1/+2
* Fix - issue10010 .. index:: position in the docs.Senthil Kumaran2010-10-022-31/+32
* Lower the tone of the warning about SSL certificate validation.Amaury Forgeot d'Arc2010-10-011-3/+4
* Fix weird markup that caused latex to fail.Georg Brandl2010-10-011-92/+90
* 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