| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct docs for empty raise when no exception is active. | Raymond Hettinger | 2005-10-03 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
|
|
* | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-26 | 1 | -0/+14 |
|
|
* | SF #1297059, doc incorrect return type for search() method. (There is a desc... | Neal Norwitz | 2005-09-23 | 1 | -4/+3 |
|
|
* | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 |
|
|
* | patch [ 1277677 ] tkinter hello world example bug | Georg Brandl | 2005-09-15 | 1 | -1/+3 |
|
|
* | fix typo | Georg Brandl | 2005-09-15 | 1 | -1/+1 |
|
|
* | bug [ 1274828 ] splitunc not documented | Georg Brandl | 2005-09-14 | 1 | -0/+9 |
|
|
* | comma nit | Georg Brandl | 2005-09-14 | 1 | -1/+1 |
|
|
* | Add more links to the 'What Next?' section; rewrite to be briefer | Andrew M. Kuchling | 2005-09-13 | 1 | -17/+51 |
|
|
* | Better wording for integer ref entry. | Georg Brandl | 2005-09-12 | 1 | -2/+2 |
|
|
* | Shorten run-on sentence | Andrew M. Kuchling | 2005-09-12 | 1 | -1/+1 |
|
|
* | Update link | Andrew M. Kuchling | 2005-09-12 | 1 | -4/+2 |
|
|
* | Update link | Andrew M. Kuchling | 2005-09-12 | 1 | -1/+1 |
|
|
* | Add FAQ entry regarding non-expoential representation. | Raymond Hettinger | 2005-09-11 | 1 | -2/+11 |
|
|
* | note that the return and yield statements cannot be used at the top level in | Fred Drake | 2005-09-07 | 1 | -1/+6 |
|
|
* | - fix typo report by email, only 1.5 years late | Fred Drake | 2005-09-07 | 1 | -7/+7 |
|
|
* | Clarify what is meant with "whole numbers". | Georg Brandl | 2005-09-04 | 1 | -1/+2 |
|
|
* | - Correct PyBool_FromLong's return type and its description. | Georg Brandl | 2005-09-03 | 1 | -251/+251 |
|
|
* | Remove statement about meaning of constants; arguably it's incorrect | Andrew M. Kuchling | 2005-09-01 | 1 | -2/+1 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-08-31 | 1 | -1/+1 |
|
|
* | From c.l.py comments: link to zlib manual, and disclaim completeness | Andrew M. Kuchling | 2005-08-31 | 1 | -2/+9 |
|
|
* | Update URLs | Andrew M. Kuchling | 2005-08-31 | 2 | -15/+21 |
|
|
* | Explain what file descriptors are; this change has been sitting in my tree fo... | Andrew M. Kuchling | 2005-08-31 | 1 | -2/+9 |
|
|
* | SF bug #1277016: Turn sentence fragment into a complete sentence. | Walter Dörwald | 2005-08-31 | 1 | -3/+3 |
|
|
* | SF #1275796, fix distutils typo "sortcut" -> "shortcut" | Neal Norwitz | 2005-08-30 | 1 | -1/+1 |
|
|
* | Add to-do list | Andrew M. Kuchling | 2005-08-30 | 1 | -0/+13 |
|
|
* | Remove rexec howto; it's kind of pointless now | Andrew M. Kuchling | 2005-08-30 | 1 | -61/+0 |
|
|
* | Commit the howto source to the main Python repository, with Fred's approval | Andrew M. Kuchling | 2005-08-30 | 9 | -0/+4340 |
|
|
* | Add missing \end, noted by George Yoshida | Andrew M. Kuchling | 2005-08-29 | 1 | -0/+1 |
|
|
* | Write section on PEP 342 | Andrew M. Kuchling | 2005-08-27 | 1 | -10/+112 |
|
|
* | patch [ 1274550 ] libtarfile.tex: external URL changed | Georg Brandl | 2005-08-27 | 1 | -2/+2 |
|
|
* | patch [ 1274630 ] documentation fixes | Georg Brandl | 2005-08-27 | 3 | -7/+10 |
|
|
* | patch [ 1274630 ] documentation fixes | Georg Brandl | 2005-08-27 | 1 | -1/+1 |
|
|
* | __new__ is a static method | Georg Brandl | 2005-08-26 | 1 | -1/+1 |
|
|
* | bug [ 1248199 ] shelve .sync operation not documented | Georg Brandl | 2005-08-25 | 1 | -0/+8 |
|
|
* | bug [ 1261229 ] __new__ is class method | Georg Brandl | 2005-08-25 | 1 | -1/+1 |
|
|
* | Once upon a time, I used to know TeX... | Georg Brandl | 2005-08-25 | 1 | -3/+3 |
|
|
* | patch #848017: make Cookie more RFC-compliant. | Georg Brandl | 2005-08-24 | 1 | -17/+19 |
|
|
* | Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld | Georg Brandl | 2005-08-24 | 1 | -1/+29 |
|
|
* | Return complete lines from codec stream readers | Martin v. Löwis | 2005-08-24 | 1 | -1/+5 |
|
|
* | bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows | Georg Brandl | 2005-08-24 | 1 | -2/+2 |
|
|
* | bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME | Georg Brandl | 2005-08-24 | 1 | -8/+16 |
|
|