| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -17/+45 |
|
|
* | [Patch #1375417] Massive rearrangement of the Library Reference. | Andrew M. Kuchling | 2005-12-22 | 1 | -136/+230 |
|
|
* | Add more chapter intros | Andrew M. Kuchling | 2005-12-22 | 4 | -0/+45 |
|
|
* | Add markup | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+2 |
|
|
* | Add some chapter introductions (not linked into the LibRef yet) | Andrew M. Kuchling | 2005-12-22 | 8 | -0/+96 |
|
|
* | Update text | Andrew M. Kuchling | 2005-12-22 | 1 | -7/+3 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
|
|
* | [ 1388141 ] Minor error in md5 docs | Georg Brandl | 2005-12-22 | 1 | -1/+1 |
|
|
* | Add versionadded info | Neal Norwitz | 2005-12-18 | 1 | -0/+1 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -0/+6 |
|
|
* | Bug #1373197: note that os.makedirs does not work with '..' | Georg Brandl | 2005-12-17 | 1 | -0/+2 |
|
|
* | Bug #1343671: clarify docs for os.removedirs | Georg Brandl | 2005-12-17 | 1 | -5/+9 |
|
|
* | Bug #1106572: clarify os.makedirs docs wrt umask | Georg Brandl | 2005-12-17 | 1 | -1/+2 |
|
|
* | Patch #1377848: typo in pyexpat docs | Georg Brandl | 2005-12-16 | 1 | -1/+1 |
|
|
* | Patch #1376914: traceback.format_exc() has no "file" argument | Georg Brandl | 2005-12-16 | 1 | -1/+1 |
|
|
* | Remove reference to the "t" open() mode as it is platform dependent. | Georg Brandl | 2005-12-15 | 1 | -1/+1 |
|
|
* | r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 | Fredrik Lundh | 2005-12-12 | 2 | -0/+28 |
|
|
* | [Bug #1349316] Show how to use XML-RPC through a proxy | Andrew M. Kuchling | 2005-12-08 | 1 | -0/+27 |
|
|
* | add common usage example | Skip Montanaro | 2005-12-06 | 1 | -0/+17 |
|
|
* | Typo in a code example. | Armin Rigo | 2005-12-06 | 1 | -1/+1 |
|
|
* | [Patch #1372995] Add \versionadded | Andrew M. Kuchling | 2005-12-04 | 2 | -0/+4 |
|
|
* | [Bug #1041501] Fix example | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -9/+16 |
|
|
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM... | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+5 |
|
|
* | fix link | Fred Drake | 2005-11-29 | 1 | -1/+1 |
|
|
* | SF#1368827 | Fredrik Lundh | 2005-11-29 | 1 | -1/+1 |
|
|
* | SF patch #1364946: Add a reference link from the dcoumentation of the encode | Walter Dörwald | 2005-11-25 | 2 | -3/+4 |
|
|
* | Bug #1357604: os.makedirs handles UNC paths | Georg Brandl | 2005-11-22 | 1 | -3/+2 |
|
|
* | Patch #1255218: libmultifile.tex: tell what a decoration is | Georg Brandl | 2005-11-22 | 1 | -3/+3 |
|
|
* | Add a note to os.chown that permission constants can be combined | Georg Brandl | 2005-11-22 | 1 | -1/+2 |
|
|
* | Add generator-expression nodes | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+15 |
|
|
* | [Bug #449093] FloorDiv AST node type not listed | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+4 |
|
|
* | Fix typo in comment | Walter Dörwald | 2005-11-17 | 1 | -1/+1 |
|
|
* | Make consistent with 2.4 | Neal Norwitz | 2005-11-03 | 1 | -1/+1 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
|
|
* | SF Bug #1341934: Fix a representation of "\n" to use a proper tag. | Hye-Shik Chang | 2005-10-30 | 1 | -1/+1 |
|
|
* | Minor update to HTTPHandler documentation to indicate that host:port can be u... | Vinay Sajip | 2005-10-29 | 1 | -1/+3 |
|
|
* | add missing word | Fred Drake | 2005-10-20 | 1 | -1/+1 |
|
|
* | SF bug #1328915, try to word kill a bit more generically. Backport candidate. | Neal Norwitz | 2005-10-18 | 1 | -2/+2 |
|
|
* | SF bug #1323294, Minor error in the Library Reference doc. Will backport | Neal Norwitz | 2005-10-11 | 1 | -1/+2 |
|
|
* | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified | Walter Dörwald | 2005-10-09 | 1 | -1/+1 |
|
|
* | open_new_win does not exist. use UNIX consistently, add autoraise parameter ... | Neal Norwitz | 2005-10-04 | 1 | -12/+13 |
|
|
* | fix link to subsection (SF bug #1311674) | Fred Drake | 2005-10-03 | 1 | -2/+4 |
|
|
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 1 | -22/+53 |
|
|
* | SF Bug #1008310, os.major() os.minor() example and description change. Will ... | Neal Norwitz | 2005-10-03 | 1 | -2/+4 |
|
|
* | Fix SF bug #991735, os.access reports true for read-only directories. Will b... | Neal Norwitz | 2005-10-03 | 1 | -0/+5 |
|
|
* | SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock... | Neal Norwitz | 2005-10-03 | 1 | -1/+2 |
|
|
* | SF patch #1227568, bug #1219273, Expression AST node not documented. Backpor... | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
|
|
* | bug [ 1298120 ] shlex does not support unicode | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
|
|