summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Py_{Get,Set}PythonHome.Guido van Rossum1998-06-191-0/+2
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-192-0/+85
* Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.Guido van Rossum1998-06-191-1/+1
* Different trick to get the _test() window to pop up.Guido van Rossum1998-06-191-1/+5
* Added <ctype.h>, needed for Windows.Guido van Rossum1998-06-191-0/+1
* Added _localeGuido van Rossum1998-06-191-0/+2
* There was an error check in a loop in PythonCmd which calledGuido van Rossum1998-06-191-1/+1
* Added a stronger warning about changing the dictionary returned byGuido van Rossum1998-06-181-2/+3
* Piers' latest version -- authentication added by Donn Cave.Guido van Rossum1998-06-181-41/+175
* # Untabified the example :-(Guido van Rossum1998-06-171-2/+2
* Documented that by default the output goes to stderr, and that a fileGuido van Rossum1998-06-171-12/+111
* In class _Subfile, make sure read(n) can't read beyond EOF. AlsoGuido van Rossum1998-06-171-2/+5
* Change the description of input() -- it is exactly equivalent toGuido van Rossum1998-06-171-5/+1
* Minor cleanup by Tim after my changes:Guido van Rossum1998-06-171-25/+19
* Add __getitem__ to AddressList object, to make it a sequence.Guido van Rossum1998-06-161-0/+4
* Some extra notes, and describe a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-2/+44
* Some extra comments and docstrings, and a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-1/+48
* Tim's latest, with some of my changes (also a TP suggestion) added:Guido van Rossum1998-06-161-218/+551
* Fixed the UDP server -- this never worked. Ray Loyzaga deservesGuido van Rossum1998-06-161-2/+7
* Subject: Bug in PC/import_nt.cGuido van Rossum1998-06-151-1/+4
* Lots of changes to get this in sync with the Frame version.Guido van Rossum1998-06-151-50/+217
* Two small additions to make it identical to the obsolete Frame version.Guido van Rossum1998-06-151-1/+5
* NewNew abstract, copied from the obsolete Frame version.Guido van Rossum1998-06-151-20/+20
* # This is a new module I wrote over the weekend. Again, you missed theGuido van Rossum1998-06-151-16/+37
* # Note: a previous checkin message was lost because I can now use CVSGuido van Rossum1998-06-151-36/+7
* Primitive GUI for websucker.Guido van Rossum1998-06-151-0/+185
* Fix the way a trailing / is changed to /index.html so that itGuido van Rossum1998-06-151-2/+3
* sort the urls in the todo listGuido van Rossum1998-06-151-1/+3
* # (My first checkin from Windows NT using remote CVS!)Guido van Rossum1998-06-151-52/+134
* Fixed the EventHook() code so that it also works on Windows, sort of.Guido van Rossum1998-06-131-6/+26
* In completer(), return None instead of raising an IndexError whenGuido van Rossum1998-06-121-1/+4
* On Windows, make the pipe() call return Unix file descriptors insteadGuido van Rossum1998-06-121-2/+5
* Keep Microsoft's compiler happy.Guido van Rossum1998-06-121-4/+1
* Don't catch interrupts in getpass() -- the finally clause will resetGuido van Rossum1998-06-121-2/+3
* In tcsetattr(), first initialize the mode structure by callingGuido van Rossum1998-06-121-0/+3
* Use the getpass module instead of having platform-specific echo on/offGuido van Rossum1998-06-121-18/+5
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+2
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+4
* With the recent change that makes numbers compare smaller than anything,Guido van Rossum1998-06-111-3/+3
* Now that test_MimeWriter is untabified, do the same here!Guido van Rossum1998-06-111-15/+15
* Add warning about use of lowercase/uppercase with maketrans().Guido van Rossum1998-06-111-0/+5
* Add timegm to list of functions tested, for Marc-Andre L.Guido van Rossum1998-06-113-3/+6
* Oops, bug in release date!Guido van Rossum1998-06-111-1/+1
* Be more careful than the previous patch. The default content-typeGuido van Rossum1998-06-111-1/+4
* Support new overridable method, isheader() (ESR).Guido van Rossum1998-06-111-24/+48
* Eric Raymond: added doc for isheader(); improved docs for constructor.Guido van Rossum1998-06-111-7/+18
* Document the changes I just checked in.Guido van Rossum1998-06-101-8/+39
* Some changes suggested/provided by Eric Raymond:Guido van Rossum1998-06-101-7/+52
* Document several variables that were previously undocumented,Guido van Rossum1998-06-101-9/+35
* Add the __doc__ string from the original module on copy_none().Guido van Rossum1998-06-091-1/+3