Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 1 | -64/+133 |
| | | | | | | | | | | | | | | | | 1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py. | ||||
* | Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for | Walter Dörwald | 2007-08-28 | 1 | -1/+1 |
| | | | | | | HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. | ||||
* | Fix some glitches. | Georg Brandl | 2007-08-28 | 1 | -19/+20 |
| | |||||
* | Adding basic imputil documentation. | Sean Reifscheider | 2007-08-28 | 2 | -0/+234 |
| | |||||
* | Document rev. 57574. | Georg Brandl | 2007-08-28 | 1 | -1/+9 |
| | |||||
* | Patch 10124 by Bill Janssen, docs for the new ssl code. | Guido van Rossum | 2007-08-27 | 4 | -92/+322 |
| | |||||
* | Spell check (also americanify behaviour, it's almost 3 times as common) | Neal Norwitz | 2007-08-26 | 1 | -26/+26 |
| | |||||
* | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -3/+12 |
| | | | | | While cleaning up Bill's C style, I may have cleaned up some code he didn't touch as well (in _ssl.c). | ||||
* | Revert misguided attempt at fixing incompatibility between -m and -i ↵ | Nick Coghlan | 2007-08-25 | 1 | -5/+3 |
| | | | | switches (better fix coming soon) | ||||
* | Document new utility functions in test_support. | Georg Brandl | 2007-08-24 | 1 | -2/+31 |
| | |||||
* | Fix #1012: wrong URL to :mod:`site` in install/index.rst. | Georg Brandl | 2007-08-24 | 1 | -5/+2 |
| | |||||
* | Bug #1011: fix rfc822.Message.getheader docs. | Georg Brandl | 2007-08-24 | 1 | -2/+4 |
| | |||||
* | Bug #1758696: more info about descriptors. | Georg Brandl | 2007-08-23 | 1 | -3/+10 |
| | |||||
* | Bug #1625381: clarify match vs search introduction. | Georg Brandl | 2007-08-23 | 1 | -5/+5 |
| | |||||
* | Bug #1734111: document struct.Struct.size. | Georg Brandl | 2007-08-23 | 1 | -0/+5 |
| | |||||
* | Bug #1752332: httplib no longer uses socket.getaddrinfo(). | Georg Brandl | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | Clarify wording a bit. | Georg Brandl | 2007-08-23 | 1 | -11/+13 |
| | |||||
* | Bug #1594966: fix misleading usage example | Georg Brandl | 2007-08-23 | 1 | -16/+4 |
| | |||||
* | Bug #1694833: fix imp.find_module() docs wrt. packages. | Georg Brandl | 2007-08-23 | 1 | -35/+43 |
| | |||||
* | Bug #1573854: fix docs for sqlite3 cursor rowcount attr. | Georg Brandl | 2007-08-23 | 1 | -3/+3 |
| | |||||
* | Bug #1697820: document that the old slice protocol is still used by builtin ↵ | Georg Brandl | 2007-08-23 | 1 | -0/+3 |
| | | | | types. | ||||
* | Bug #1766421: "return code" vs. "status code". | Georg Brandl | 2007-08-23 | 1 | -2/+2 |
| | |||||
* | Bug #1768121: fix wrong/missing opcode docs. | Georg Brandl | 2007-08-23 | 1 | -5/+23 |
| | |||||
* | Bug #1777168: replace operator names "opa"... with "op1"... and mark ↵ | Georg Brandl | 2007-08-21 | 1 | -5/+5 |
| | | | | | | everything up as literal, to enhance readability. | ||||
* | Bug #1777160: mention explicitly that e.g. -1**2 is -1. | Georg Brandl | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. | Georg Brandl | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Fix stray backticks. | Georg Brandl | 2007-08-19 | 2 | -4/+3 |
| | |||||
* | Fix PDB command descriptions. | Georg Brandl | 2007-08-18 | 1 | -4/+4 |
| | |||||
* | Clarify the comment about setting the PYTHON variable for the Doc Makefile. | Brett Cannon | 2007-08-17 | 1 | -2/+3 |
| | |||||
* | Use glossary x-refs, document new ``!`` feature. | Georg Brandl | 2007-08-17 | 2 | -13/+18 |
| | |||||
* | Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. | Walter Dörwald | 2007-08-17 | 2 | -0/+79 |
| | |||||
* | Move the glossary from the tutorial to toplevel. | Georg Brandl | 2007-08-17 | 5 | -352/+337 |
| | | | | Prepare for cross-linking with the new .. glossary:: directive. | ||||
* | Note that smtplib example needs a mailserver. | Georg Brandl | 2007-08-17 | 1 | -0/+2 |
| | |||||
* | Fix problem reported by Andre Roberge. | Georg Brandl | 2007-08-17 | 1 | -5/+5 |
| | |||||
* | - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | Added a note in each regarding the fact that unicode strings that look the same | Mark Summerfield | 2007-08-16 | 2 | -2/+12 |
| | | | | may not compare equal (due to the possibility of multiple representations). | ||||
* | Replace "Caveat" paragraphs by .. warning::s. | Georg Brandl | 2007-08-15 | 5 | -21/+30 |
| | |||||
* | Mark deprecated modules as such. | Georg Brandl | 2007-08-15 | 14 | -3/+25 |
| | |||||
* | Fix a wrong path in the Makefile. | Georg Brandl | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | Don't use "?=" which seems to be a GNUism. | Georg Brandl | 2007-08-15 | 1 | -3/+3 |
| | |||||
* | Add the roman.py module which docutils require. | Georg Brandl | 2007-08-15 | 1 | -0/+80 |
| | |||||
* | Fail somewhat more gracefully when using Python < 2.5. | Georg Brandl | 2007-08-15 | 1 | -0/+9 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 445 | -0/+136056 |
| | |||||
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 513 | -154687/+0 |
| | |||||
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 1 | -6/+0 |
| | | | | | | | | test.test_support.catch_warning is more full-featured and provides the same functionality. Since guard_warnings_filter was added in 2.6 there is no backwards-compatibility issues. | ||||
* | Clarify the docs for TransientResource. | Brett Cannon | 2007-08-14 | 1 | -4/+5 |
| | |||||
* | Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵ | Georg Brandl | 2007-08-08 | 1 | -0/+4 |
| | | | | | | read buffers. Fixes #1730114. | ||||
* | Bug #1769002: fix a now-wrong sentence in the tutorial. | Georg Brandl | 2007-08-07 | 1 | -7/+6 |
| | |||||
* | Patch #1765839: add link to https+proxy urllib2 opener. | Georg Brandl | 2007-08-06 | 1 | -1/+6 |
| | |||||
* | - Allow Emacs 22 for building the documentation in info format. | Matthias Klose | 2007-08-02 | 1 | -2/+2 |
| |