| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prefer clock() over times() for timer function, except on the Mac, | Guido van Rossum | 1998-03-17 | 1 | -4/+7 |
|
|
* | According to Tim Peters, there should be 'print' statements in one | Guido van Rossum | 1998-03-17 | 2 | -6/+6 |
|
|
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 129 | -703/+705 |
|
|
* | Coding cleanups. | Fred Drake | 1998-03-17 | 1 | -162/+189 |
|
|
* | Get the index working at least partway again. | Fred Drake | 1998-03-17 | 1 | -193/+126 |
|
|
* | Update.... | Fred Drake | 1998-03-17 | 1 | -9/+3 |
|
|
* | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 6 | -12/+28 |
|
|
* | Reverting some the index stuff to use tools/newind.py again; this works | Fred Drake | 1998-03-17 | 1 | -2/+4 |
|
|
* | Reverting some of the index stuff to work with LaTeX2HTML better. | Fred Drake | 1998-03-17 | 1 | -3/+0 |
|
|
* | Logical markup, consistency. | Fred Drake | 1998-03-17 | 2 | -26/+26 |
|
|
* | Added PyErr_NormalizeException | Guido van Rossum | 1998-03-17 | 1 | -0/+1 |
|
|
* | Get rid of Entrywidget | Barry Warsaw | 1998-03-16 | 1 | -14/+0 |
|
|
* | Add option for no updates on typing | Barry Warsaw | 1998-03-16 | 1 | -1/+3 |
|
|
* | Add option for no updates on dragging | Barry Warsaw | 1998-03-16 | 1 | -11/+9 |
|
|
* | Use the new PyncheOptions widget | Barry Warsaw | 1998-03-16 | 1 | -8/+30 |
|
|
* | (py-smart-indentation): Updated docstring for new policy. | Barry Warsaw | 1998-03-16 | 1 | -8/+12 |
|
|
* | Revive newind.py. -sigh- | Fred Drake | 1998-03-16 | 1 | -0/+22 |
|
|
* | Logical markup. | Fred Drake | 1998-03-16 | 2 | -194/+186 |
|
|
* | {classdesc} environment: Index as "Foo (class in foolib)" instead of | Fred Drake | 1998-03-16 | 1 | -1/+1 |
|
|
* | Markup nits. | Fred Drake | 1998-03-16 | 2 | -14/+22 |
|
|
* | Adjusted an index entry. | Fred Drake | 1998-03-16 | 2 | -2/+2 |
|
|
* | Added an index entry. | Fred Drake | 1998-03-16 | 2 | -0/+2 |
|
|
* | Use {classdesc} consistently. | Fred Drake | 1998-03-16 | 2 | -24/+14 |
|
|
* | Logical markup. | Fred Drake | 1998-03-15 | 2 | -22/+22 |
|
|
* | Markup nits. | Fred Drake | 1998-03-15 | 2 | -74/+74 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -76/+82 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -16/+16 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -56/+38 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -74/+84 |
|
|
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 2 | -50/+50 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -82/+84 |
|
|
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 2 | -18/+18 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -96/+106 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -72/+84 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -102/+108 |
|
|
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -48/+50 |
|
|
* | Use a faster way to check for null bytes in the string argument for | Guido van Rossum | 1998-03-13 | 1 | -7/+18 |
|
|
* | As Mike Fletcher pointed out, a __deepcopy__() method should be called | Guido van Rossum | 1998-03-13 | 1 | -1/+1 |
|
|
* | #(py-smart-indentation): Small fixes for clarity in the docstring. | Barry Warsaw | 1998-03-13 | 1 | -5/+4 |
|
|
* | (python-mode): Removed vi vi vi hack for setting the tab width from a | Barry Warsaw | 1998-03-13 | 1 | -25/+0 |
|
|
* | example output is different | Barry Warsaw | 1998-03-13 | 1 | -6/+7 |
|
|
* | Typos in the docstring fixed by Detlef Lannert | Barry Warsaw | 1998-03-13 | 1 | -3/+3 |
|
|
* | (py-smart-indentation): New variable which controls the automagic | Barry Warsaw | 1998-03-13 | 1 | -20/+49 |
|
|
* | Bring this up to date. Some things still don't work right. | Fred Drake | 1998-03-12 | 1 | -9/+52 |
|
|
* | \regexp{}: Rewritten to look like Freidl's book. Too rip-off? | Fred Drake | 1998-03-12 | 1 | -4/+9 |
|
|
* | Logical markup. | Fred Drake | 1998-03-12 | 4 | -238/+248 |
|
|
* | Logical markup. | Fred Drake | 1998-03-12 | 2 | -72/+78 |
|
|
* | Use {classdesc} instead of {funcdesc} for HTMLParser. | Fred Drake | 1998-03-12 | 2 | -10/+8 |
|
|
* | Added support for "data" URL, by Sjoerd Mullender. | Guido van Rossum | 1998-03-12 | 1 | -0/+40 |
|
|
* | Added URL for UK | Barry Warsaw | 1998-03-12 | 1 | -0/+2 |
|
|