summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-151-3/+8
* #7790: move table of struct_time members to the actual description of struct_...Georg Brandl2010-10-151-44/+50
* #4968: updates to inspect.is* function docs.Georg Brandl2010-10-151-7/+10
* #6798: fix wrong docs for the arguments to several trace events.Georg Brandl2010-10-152-8/+10
* #7303: add documentation for useful pkgutil functions and classes.Georg Brandl2010-10-151-28/+154
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* #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-154-8/+27
* Refrain from using inline suites.Georg Brandl2010-10-151-2/+4
* 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-154-16/+18
* Fix ``make check`` warnings.Senthil Kumaran2010-10-151-18/+19
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-158-17/+17
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-3/+6
* 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 #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