| Commit message (Expand) | Author | Age | Files | Lines |
* | (py-parse-state): When running under Emacs -- which doesn't have | Barry Warsaw | 1999-05-24 | 1 | -1/+7 |
|
|
* | (py-statement-closes-block-p): Add a py-goto-initial-line which fixes | Barry Warsaw | 1999-05-24 | 1 | -0/+1 |
|
|
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
|
|
* | On HP-UX, -rpath is another option taking an argument that needs to go | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Andy Dustman writes: | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Rename History to IdleHistory. | Guido van Rossum | 1999-05-21 | 2 | -74/+7 |
|
|
* | Make initial stack viewer wider | Guido van Rossum | 1999-05-21 | 1 | -1/+1 |
|
|
* | New wishes | Guido van Rossum | 1999-05-21 | 1 | -2/+7 |
|
|
* | Much improved autoindent and handling of tabs, | Guido van Rossum | 1999-05-21 | 3 | -65/+242 |
|
|
* | Map .js to application/x-javascript. | Fred Drake | 1999-05-20 | 1 | -0/+1 |
|
|
* | Enhanced docstring and some comments. | Fred Drake | 1999-05-19 | 1 | -8/+21 |
|
|
* | Modify to perform "---" to "—" conversion outside of | Fred Drake | 1999-05-18 | 1 | -7/+16 |
|
|
* | Remove the "---" to "—" conversion; this is wrong in verbatim | Fred Drake | 1999-05-18 | 1 | -1/+0 |
|
|
* | SET_LINE_NO ==> SET_LINENO | Fred Drake | 1999-05-17 | 1 | -1/+1 |
|
|
* | Added "Learning Python" to the books section. | Fred Drake | 1999-05-17 | 1 | -25/+23 |
|
|
* | Added paragraph explaininng the text/binary flavors of some methods, | Fred Drake | 1999-05-17 | 1 | -0/+5 |
|
|
* | Document \e, \url. | Fred Drake | 1999-05-17 | 1 | -2/+25 |
|
|
* | Don't \input boilerplate.tex, fill in the real stuff. 3rd party | Fred Drake | 1999-05-17 | 1 | -1/+18 |
|
|
* | Attempted to clarify usage of the \declaremodule macro somewhat; | Fred Drake | 1999-05-17 | 1 | -7/+25 |
|
|
* | define_module(): Check the module type for validity before using. | Fred Drake | 1999-05-17 | 1 | -0/+6 |
|
|
* | \declaremodule: Typo. | Fred Drake | 1999-05-17 | 1 | -1/+1 |
|
|
* | \declaremodule: Make this more robust. Only attempt to add an index | Fred Drake | 1999-05-17 | 1 | -1/+6 |
|
|
* | The conversion temporary files should not be ignored here anymore, | Fred Drake | 1999-05-13 | 1 | -13/+0 |
|
|
* | POP3.uidl(): Update description based on comments from Piers Lauder | Fred Drake | 1999-05-13 | 1 | -3/+3 |
|
|
* | POP3.uidl(): Update docstring based on comments from Piers Lauder | Fred Drake | 1999-05-13 | 1 | -2/+3 |
|
|
* | PyCObject_FromVoidPtr(): Clarify that the destr function will only be | Fred Drake | 1999-05-13 | 1 | -1/+2 |
|
|
* | Small nits around some of the index entries. | Fred Drake | 1999-05-13 | 1 | -72/+68 |
|
|
* | make_index_entry(): Remove. Not only did this override the | Fred Drake | 1999-05-13 | 1 | -88/+111 |
|
|
* | make_index_entry(): Remove. This is overridden in python.perl and | Fred Drake | 1999-05-13 | 1 | -12/+0 |
|
|
* | Removed old comments. | Fred Drake | 1999-05-13 | 1 | -14/+0 |
|
|
* | Change the look of \seemodule output to fit in better. | Fred Drake | 1999-05-11 | 2 | -14/+24 |
|
|
* | Move the "See also:" section so it appears are part of the top HTML | Fred Drake | 1999-05-11 | 1 | -10/+8 |
|
|
* | Added module references; minor grammatical fixes. | Fred Drake | 1999-05-11 | 3 | -4/+20 |
|
|
* | Added missing comma, reported by Eric Raymond. | Fred Drake | 1999-05-11 | 1 | -3/+2 |
|
|
* | Lots of adjustments to deal with the document content now being stored | Fred Drake | 1999-05-10 | 1 | -91/+94 |
|
|
* | Some more fixes. | Fred Drake | 1999-05-10 | 1 | -11/+16 |
|
|
* | Fixed some index entries. | Fred Drake | 1999-05-10 | 1 | -36/+36 |
|
|
* | ExtendedEsisBuilder.push(): Override inherited definition. We don't | Fred Drake | 1999-05-07 | 1 | -3/+17 |
|
|
* | Fix some bugs introduced in the previous checkin. | Fred Drake | 1999-05-07 | 1 | -9/+13 |
|
|
* | Define & use a Conversion object. It's still really ugly, but at | Fred Drake | 1999-05-07 | 1 | -227/+255 |
|
|
* | Updated connect_ex() documentation based on comments in the newgroup | Fred Drake | 1999-05-06 | 1 | -1/+3 |
|
|
* | Make it work for "manual" documents as well as "howto" documents. | Fred Drake | 1999-05-06 | 1 | -17/+53 |
|
|
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 2 | -5/+16 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-05-06 | 1 | -7/+19 |
|
|
* | Nathan Paul Simons noticed that the grid_remove() method was missing. | Guido van Rossum | 1999-05-05 | 1 | -0/+2 |
|
|
* | Regression test for date format code, by Mike Meyer. | Guido van Rossum | 1999-05-03 | 1 | -0/+21 |
|
|
* | No need to import find(). (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import os or string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import sys. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 2 | -2/+1 |
|
|
* | Typo. (Andrew Dalke, without kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|