summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added notes about epochs, the year 2038, and a small Y2K disclaimerGuido van Rossum1998-06-091-4/+19
* Default content-type to application/x-www-form-urlencoded at the topGuido van Rossum1998-06-091-1/+1
* Changed runs of 8 spaces to tab -- to satisfy the tab nanny.Guido van Rossum1998-06-091-7/+7
* Untabified -- to satisfy the tab nanny.Guido van Rossum1998-06-092-230/+230
* Get rid of tabnanny's last complaints.Guido van Rossum1998-06-091-3/+3
* From: "Tim Peters" <tim_one@msn.com>Guido van Rossum1998-06-093-9/+27
* When comparing objects of different types (which is done by comparingGuido van Rossum1998-06-091-8/+15
* Added docs for strptime().Guido van Rossum1998-06-091-0/+12
* Added strptime, if it exists. Modified after a patch by Jesse Hallio.Guido van Rossum1998-06-091-10/+53
* Clarify the type of the signal handler.Guido van Rossum1998-06-091-1/+2
* Should check that PyObject_Str() really returned a string!Guido van Rossum1998-06-091-0/+5
* getint() now raises ValueError, not TclError, on errors.Guido van Rossum1998-06-091-2/+2
* Added a line to process SGI_ABI.Guido van Rossum1998-06-081-0/+1
* When unmarshalling, add test for negative lengths on strings, tuplesGuido van Rossum1998-06-081-2/+14
* Allow assignments to special class attributes -- with typechecks, andGuido van Rossum1998-05-291-12/+87
* A few minor updates on Emacs mode sectionBarry Warsaw1998-05-291-6/+6
* Remove the doc string -- it doesn't tell the truth.Guido van Rossum1998-05-291-13/+1
* New demo -- Perl style regular expression matching.Guido van Rossum1998-05-291-0/+183
* Say a bit more about .pyc and .pyo files.Guido van Rossum1998-05-291-5/+35
* Remove Emacs and #! cruft.Guido van Rossum1998-05-291-4/+0
* Improve the self-test code a bit: read a host from sys.argv[1] if set,Guido van Rossum1998-05-291-2/+8