Sean Reifscheider
|
99cafb99ed
|
Adding basic imputil documentation.
|
2007-08-28 09:07:54 +00:00 |
Georg Brandl
|
ae0ee8a473
|
Document rev. 57574.
|
2007-08-28 08:29:08 +00:00 |
Guido van Rossum
|
8ee23bbe7c
|
Patch 10124 by Bill Janssen, docs for the new ssl code.
|
2007-08-27 19:11:11 +00:00 |
Neal Norwitz
|
9a65c89ec0
|
Spell check (also americanify behaviour, it's almost 3 times as common)
|
2007-08-26 01:42:03 +00:00 |
Guido van Rossum
|
4f2c3ddca4
|
Server-side SSL and certificate validation, by Bill Janssen.
While cleaning up Bill's C style, I may have cleaned up some code
he didn't touch as well (in _ssl.c).
|
2007-08-25 15:08:43 +00:00 |
Nick Coghlan
|
3af0e785e7
|
Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon)
|
2007-08-25 04:32:07 +00:00 |
Georg Brandl
|
d558f67d5d
|
Document new utility functions in test_support.
|
2007-08-24 18:27:43 +00:00 |
Georg Brandl
|
94bda3a586
|
Bug #1011: fix rfc822.Message.getheader docs.
|
2007-08-24 17:23:23 +00:00 |
Georg Brandl
|
604c121eee
|
Bug #1625381: clarify match vs search introduction.
|
2007-08-23 21:36:05 +00:00 |
Georg Brandl
|
b7a837d81b
|
Bug #1734111: document struct.Struct.size.
|
2007-08-23 21:21:36 +00:00 |
Georg Brandl
|
4ad9b8206c
|
Bug #1752332: httplib no longer uses socket.getaddrinfo().
|
2007-08-23 21:18:44 +00:00 |
Georg Brandl
|
a3a68a0db4
|
Clarify wording a bit.
|
2007-08-23 20:55:44 +00:00 |
Georg Brandl
|
154cc588d3
|
Bug #1594966: fix misleading usage example
|
2007-08-23 20:53:28 +00:00 |
Georg Brandl
|
3e0f735ce1
|
Bug #1694833: fix imp.find_module() docs wrt. packages.
|
2007-08-23 20:50:23 +00:00 |
Georg Brandl
|
891f1d339b
|
Bug #1573854: fix docs for sqlite3 cursor rowcount attr.
|
2007-08-23 20:40:01 +00:00 |
Georg Brandl
|
7cf40799ef
|
Bug #1766421: "return code" vs. "status code".
|
2007-08-23 17:57:05 +00:00 |
Georg Brandl
|
4debd55874
|
Bug #1768121: fix wrong/missing opcode docs.
|
2007-08-23 17:54:11 +00:00 |
Georg Brandl
|
c553f42907
|
Fix stray backticks.
|
2007-08-19 18:43:50 +00:00 |
Georg Brandl
|
3f8fbf0589
|
Fix PDB command descriptions.
|
2007-08-18 06:05:56 +00:00 |
Walter Dörwald
|
6e39080649
|
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
|
2007-08-17 16:41:28 +00:00 |
Matthias Klose
|
f0e291870b
|
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
|
2007-08-16 12:03:44 +00:00 |
Mark Summerfield
|
216ad337bd
|
Added a note in each regarding the fact that unicode strings that look the same
may not compare equal (due to the possibility of multiple representations).
|
2007-08-16 10:09:22 +00:00 |
Georg Brandl
|
bf863b17f0
|
Replace "Caveat" paragraphs by .. warning::s.
|
2007-08-15 19:06:04 +00:00 |
Georg Brandl
|
7f758c49fa
|
Mark deprecated modules as such.
|
2007-08-15 18:41:25 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |