| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Now that test_MimeWriter is untabified, do the same here! | Guido van Rossum | 1998-06-11 | 1 | -15/+15 |
|
|
* | Add warning about use of lowercase/uppercase with maketrans(). | Guido van Rossum | 1998-06-11 | 1 | -0/+5 |
|
|
* | Add timegm to list of functions tested, for Marc-Andre L. | Guido van Rossum | 1998-06-11 | 3 | -3/+6 |
|
|
* | Oops, bug in release date! | Guido van Rossum | 1998-06-11 | 1 | -1/+1 |
|
|
* | Be more careful than the previous patch. The default content-type | Guido van Rossum | 1998-06-11 | 1 | -1/+4 |
|
|
* | Support new overridable method, isheader() (ESR). | Guido van Rossum | 1998-06-11 | 1 | -24/+48 |
|
|
* | Eric Raymond: added doc for isheader(); improved docs for constructor. | Guido van Rossum | 1998-06-11 | 1 | -7/+18 |
|
|
* | Document the changes I just checked in. | Guido van Rossum | 1998-06-10 | 1 | -8/+39 |
|
|
* | Some changes suggested/provided by Eric Raymond: | Guido van Rossum | 1998-06-10 | 1 | -7/+52 |
|
|
* | Document several variables that were previously undocumented, | Guido van Rossum | 1998-06-10 | 1 | -9/+35 |
|
|
* | Add the __doc__ string from the original module on copy_none(). | Guido van Rossum | 1998-06-09 | 1 | -1/+3 |
|
|