Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #9801: document how list and dict proxies created by Managers behave w.r.t. ↵ | Georg Brandl | 2010-10-15 | 1 | -0/+18 |
| | | | | mutable items. | ||||
* | #9683: remove broken dead code dealing with nested arguments removed from ↵ | Georg Brandl | 2010-10-15 | 1 | -5/+5 |
| | | | | Py3k, and update the docs and docstrings accordingly. | ||||
* | #7771: reference to documentation of dictview methods and operations. | Georg Brandl | 2010-10-15 | 1 | -28/+7 |
| | |||||
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard ↵ | Georg Brandl | 2010-10-15 | 3 | -7/+26 |
| | | | | library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. | ||||
* | Fix a minor docs bug. | Senthil Kumaran | 2010-10-15 | 1 | -2/+2 |
| | |||||
* | #5355: Provide mappings from Expat error numbers to string descriptions and ↵ | Georg Brandl | 2010-10-15 | 1 | -48/+43 |
| | | | | backwards, in order to actually make it possible to analyze error codes provided by ExpatError. | ||||
* | Fix sphinx role markups. | Senthil Kumaran | 2010-10-15 | 1 | -4/+5 |
| | |||||
* | Fix ``make check`` warnings. | Senthil Kumaran | 2010-10-15 | 1 | -18/+19 |
| | |||||
* | Fixing some sphinx inline directives - detected using ``make check``. | Senthil Kumaran | 2010-10-15 | 7 | -12/+12 |
| | |||||
* | Issue10100 - fromfd is now available on all platforms | Senthil Kumaran | 2010-10-15 | 1 | -1/+0 |
| | |||||
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -0/+15 |
| | | | | where supported by the system. Patch by Nikita Vetoshkin. | ||||
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol | Senthil Kumaran | 2010-10-14 | 1 | -2/+6 |
| | |||||
* | #1710703: write zipfile structures also in the case of closing a new, but ↵ | Georg Brandl | 2010-10-14 | 1 | -0/+4 |
| | | | | empty, archive. | ||||
* | #6825: small correction to split() docs. | Georg Brandl | 2010-10-14 | 1 | -8/+8 |
| | |||||
* | #10046: small correction to atexit docs. | Georg Brandl | 2010-10-14 | 1 | -2/+2 |
| | |||||
* | #3865: add note about benchmarking with profilers, and move licensing stuff ↵ | Georg Brandl | 2010-10-14 | 1 | -47/+47 |
| | | | | to bottom of document. | ||||
* | #7642: update to os.system() docs. | Georg Brandl | 2010-10-14 | 1 | -18/+17 |
| | |||||
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 1 | -1/+1 |
| | | | | | didn't match that of io.open(), and they also didn't get forwarded properly to TextIOWrapper in text mode. Patch by Kai Zhu. | ||||
* | Fix grammar | Antoine Pitrou | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 2 | -15/+41 |
| | | | | | urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. | ||||
* | fix spelling #10078 | Benjamin Peterson | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -5/+21 |
| | |||||
* | Make comment about SSL support more accurate | Antoine Pitrou | 2010-10-12 | 1 | -2/+2 |
| | |||||
* | Fix Issue7285 - multiprocessing module, example code error. | Senthil Kumaran | 2010-10-10 | 1 | -3/+3 |
| | |||||
* | Issue #10029: Fix sample code in the docs for zip(). | Raymond Hettinger | 2010-10-10 | 1 | -5/+12 |
| | |||||
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+2 |
| | | | | Windows | ||||
* | remove author names from prose | Benjamin Peterson | 2010-10-09 | 1 | -3/+0 |
| | |||||
* | What's new entry for email 5.1. | R. David Murray | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 4 | -11/+151 |
| | | | | | | | | The work on this is not 100% complete, but everything is present to allow real-world testing of the code. The only remaining major todo item is to (hopefully!) enhance the handling of non-ASCII bytes in headers converted to unicode by RFC2047 encoding them rather than replacing them with '?'s. | ||||
* | Issue #1589: Add ssl.match_hostname(), to help implement server identity | Antoine Pitrou | 2010-10-08 | 1 | -50/+81 |
| | | | | verification for higher-level protocols. | ||||
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 7 | -18/+20 |
| | |||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 32 | -275/+275 |
| | |||||
* | Copyedit of os.symlink() docs. | Georg Brandl | 2010-10-06 | 1 | -15/+13 |
| | |||||
* | #10034: import readline in longer example. | Georg Brandl | 2010-10-06 | 1 | -0/+1 |
| | |||||
* | fix a typo. | Senthil Kumaran | 2010-10-05 | 1 | -2/+2 |
| | |||||
* | Remove the references of FTPS from the urllib Documentation. There is no ↵ | Senthil Kumaran | 2010-10-05 | 1 | -4/+3 |
| | | | | support for it yet. | ||||
* | Indent version tags properly. | Georg Brandl | 2010-10-05 | 1 | -2/+4 |
| | |||||
* | GzipFile.peek improvements, suggested by Nir Aides. | Antoine Pitrou | 2010-10-04 | 1 | -3/+11 |
| | |||||
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 1 | -10/+66 |
| | |||||
* | Fixes #10020 | Gerhard Häring | 2010-10-03 | 1 | -0/+11 |
| | |||||
* | Fix - issue10010 .. index:: position in the docs. | Senthil Kumaran | 2010-10-02 | 1 | -15/+16 |
| | |||||
* | Lower the tone of the warning about SSL certificate validation. | Amaury Forgeot d'Arc | 2010-10-01 | 1 | -3/+4 |
| | |||||
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+20 |
| | |||||
* | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -172/+284 |
| | | | | | now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added. | ||||
* | Issue #9983: warn that urllib and httplib don't perform SSL certificate ↵ | Antoine Pitrou | 2010-09-29 | 2 | -6/+10 |
| | | | | validation. | ||||
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -6/+10 |
| | |||||
* | Implement #8521. Added named argument handling to winreg's CreateKeyEx, | Brian Curtin | 2010-09-27 | 1 | -3/+5 |
| | | | | | | | | DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag. | ||||
* | logging: Updated library configuration documentation. | Vinay Sajip | 2010-09-27 | 1 | -2/+20 |
| | |||||
* | Fix typo. | Antoine Pitrou | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | #9562: slight clarification. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
| |