| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the large letter at the top of each section use the sans-serif font, | Fred Drake | 1998-06-22 | 1 | -1/+1 |
|
|
* | Added texinputs/pypaper.sty to the list of manual style files, so that the | Fred Drake | 1998-06-22 | 1 | -1/+1 |
|
|
* | Bugfix to ESR's code reported by himself: should use hasattr() to test | Guido van Rossum | 1998-06-22 | 1 | -1/+1 |
|
|
* | Fix unclear wording pointed out by Tim Peters, about the interaction between | Andrew M. Kuchling | 1998-06-22 | 2 | -4/+6 |
|
|
* | There's no point in mentioning F6 as an alternate EOF on DOS -- it | Guido van Rossum | 1998-06-22 | 1 | -1/+1 |
|
|
* | Revert the change of revision 1.30. While it's in general a laudable | Guido van Rossum | 1998-06-22 | 1 | -1/+1 |
|
|
* | Add check in long-to-int conversion for at least one digit. | Guido van Rossum | 1998-06-22 | 1 | -0/+7 |
|
|
* | Fix the tests for various anomalies in the string-to-numbers | Guido van Rossum | 1998-06-22 | 1 | -12/+8 |
|
|
* | Translated to use re instead of regex. Also replaced one use of | Guido van Rossum | 1998-06-19 | 1 | -33/+45 |
|
|
* | eval() example: Removed final interpreter prompt; other examples don't have | Fred Drake | 1998-06-19 | 1 | -1/+0 |
|
|
* | Somewhat updated, but not checked for everything (just the stuff I was using). | Fred Drake | 1998-06-19 | 1 | -14/+15 |
|
|
* | Added Py_{Get,Set}PythonHome. | Guido van Rossum | 1998-06-19 | 1 | -0/+2 |
|
|
* | Added {Get,Set}PopupData calls to get at the data for popup menu controls. | Jack Jansen | 1998-06-19 | 2 | -0/+85 |
|
|
* | Turns out that 'winfo id' returns the id as a hex string, with 0x prefix. | Guido van Rossum | 1998-06-19 | 1 | -1/+1 |
|
|
* | Different trick to get the _test() window to pop up. | Guido van Rossum | 1998-06-19 | 1 | -1/+5 |
|
|
* | Added <ctype.h>, needed for Windows. | Guido van Rossum | 1998-06-19 | 1 | -0/+1 |
|
|
* | Added _locale | Guido van Rossum | 1998-06-19 | 1 | -0/+2 |
|
|
* | There was an error check in a loop in PythonCmd which called | Guido van Rossum | 1998-06-19 | 1 | -1/+1 |
|
|
* | Added a stronger warning about changing the dictionary returned by | Guido van Rossum | 1998-06-18 | 1 | -2/+3 |
|
|
* | Piers' latest version -- authentication added by Donn Cave. | Guido van Rossum | 1998-06-18 | 1 | -41/+175 |
|
|
* | # Untabified the example :-( | Guido van Rossum | 1998-06-17 | 1 | -2/+2 |
|
|
* | Documented that by default the output goes to stderr, and that a file | Guido van Rossum | 1998-06-17 | 1 | -12/+111 |
|
|
* | In class _Subfile, make sure read(n) can't read beyond EOF. Also | Guido van Rossum | 1998-06-17 | 1 | -2/+5 |
|
|
* | Change the description of input() -- it is exactly equivalent to | Guido van Rossum | 1998-06-17 | 1 | -5/+1 |
|
|
* | Minor cleanup by Tim after my changes: | Guido van Rossum | 1998-06-17 | 1 | -25/+19 |
|
|
* | Add __getitem__ to AddressList object, to make it a sequence. | Guido van Rossum | 1998-06-16 | 1 | -0/+4 |
|
|
* | Some extra notes, and describe a new class (AddressList), all by ESR. | Guido van Rossum | 1998-06-16 | 1 | -2/+44 |
|
|
* | Some extra comments and docstrings, and a new class (AddressList), all by ESR. | Guido van Rossum | 1998-06-16 | 1 | -1/+48 |
|
|
* | Tim's latest, with some of my changes (also a TP suggestion) added: | Guido van Rossum | 1998-06-16 | 1 | -218/+551 |
|
|
* | Fixed the UDP server -- this never worked. Ray Loyzaga deserves | Guido van Rossum | 1998-06-16 | 1 | -2/+7 |
|
|
* | Subject: Bug in PC/import_nt.c | Guido van Rossum | 1998-06-15 | 1 | -1/+4 |
|
|
* | Lots of changes to get this in sync with the Frame version. | Guido van Rossum | 1998-06-15 | 1 | -50/+217 |
|
|
* | Two small additions to make it identical to the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -1/+5 |
|
|
* | NewNew abstract, copied from the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -20/+20 |
|
|
* | # This is a new module I wrote over the weekend. Again, you missed the | Guido van Rossum | 1998-06-15 | 1 | -16/+37 |
|
|
* | # Note: a previous checkin message was lost because I can now use CVS | Guido van Rossum | 1998-06-15 | 1 | -36/+7 |
|
|
* | Primitive GUI for websucker. | Guido van Rossum | 1998-06-15 | 1 | -0/+185 |
|
|
* | Fix the way a trailing / is changed to /index.html so that it | Guido van Rossum | 1998-06-15 | 1 | -2/+3 |
|
|
* | sort the urls in the todo list | Guido van Rossum | 1998-06-15 | 1 | -1/+3 |
|
|
* | # (My first checkin from Windows NT using remote CVS!) | Guido van Rossum | 1998-06-15 | 1 | -52/+134 |
|
|
* | Fixed the EventHook() code so that it also works on Windows, sort of. | Guido van Rossum | 1998-06-13 | 1 | -6/+26 |
|
|
* | In completer(), return None instead of raising an IndexError when | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
|
|
* | On Windows, make the pipe() call return Unix file descriptors instead | Guido van Rossum | 1998-06-12 | 1 | -2/+5 |
|
|
* | Keep Microsoft's compiler happy. | Guido van Rossum | 1998-06-12 | 1 | -4/+1 |
|
|
* | Don't catch interrupts in getpass() -- the finally clause will reset | Guido van Rossum | 1998-06-12 | 1 | -2/+3 |
|
|
* | In tcsetattr(), first initialize the mode structure by calling | Guido van Rossum | 1998-06-12 | 1 | -0/+3 |
|
|
* | Use the getpass module instead of having platform-specific echo on/off | Guido van Rossum | 1998-06-12 | 1 | -18/+5 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+2 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
|
|
* | With the recent change that makes numbers compare smaller than anything, | Guido van Rossum | 1998-06-11 | 1 | -3/+3 |
|
|