summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-112-1/+4
* Use the modules base64, quopri, and uu, instead of external programsGuido van Rossum1997-07-111-2/+22
* Support for conditional breakpoints (Jim Fulton, with some changes).Guido van Rossum1997-07-111-7/+22
* Normalize whitespace.Guido van Rossum1997-07-111-4/+4
* Support for conditional breakpoints (Jim Fulton).Guido van Rossum1997-07-111-4/+16
* Removed debug print in set construction.Guido van Rossum1997-07-111-4/+3
* New version from Jeffrey after I complained about some glaring bugs.Guido van Rossum1997-07-111-6/+6
* Straight from Jeffrey Ollie's web page.Guido van Rossum1997-07-101-0/+1137
* Two improvements suggested by Tim Peters: speed up random() since weGuido van Rossum1997-07-101-8/+5
* Wrapped up the ~/.netrc support. This is basically just the changes Guido &Fred Drake1997-06-241-6/+27
* Added docstrings by Sue Williams, re-indented to 4 spaces / level.Fred Drake1997-06-121-20/+44
* Allow oct() result for 64-bit machines.Guido van Rossum1997-06-061-1/+2
* Use cPickle and cStringIO when available.Guido van Rossum1997-06-061-20/+30
* Clear the ftp cache when it contains more than 10 entries.Guido van Rossum1997-06-061-2/+21
* Catch *all* errors that ftplib can raise (ftplib.all_errors) ratherGuido van Rossum1997-06-061-8/+10
* Correct typo in last line (test program invocation).Guido van Rossum1997-06-031-1/+1
* AMK's regex test suiteGuido van Rossum1997-06-032-0/+331
* socket_type --> SocketTypeFred Drake1997-06-031-1/+1
* Add Host: header to URL request.Guido van Rossum1997-06-031-1/+5
* Fix bug in copy() by using copy.copy() instead of making assumptionsGuido van Rossum1997-06-031-31/+25
* Added the new dictionary methods to the wrapper class.Fred Drake1997-06-031-0/+16
* The usualGuido van Rossum1997-06-022-0/+18
* Added tests for dict.clear(), dict.update(), dict.copy().Guido van Rossum1997-06-021-0/+9
* Support $HOME in expanduser().Guido van Rossum1997-06-021-6/+12
* Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bitBarry Warsaw1997-05-291-2/+2
* Remove '(' in column 0 of doc strings.Guido van Rossum1997-05-281-10/+12
* Tweak default source of query a bit so it is possible to invokeGuido van Rossum1997-05-281-3/+6
* lowercase proxies env variables, for Windows.Guido van Rossum1997-05-281-0/+1
* Reworded the doc string to remove the need for The Emacs font-lock kludge.Guido van Rossum1997-05-281-15/+13
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-272-2/+4
* The usualGuido van Rossum1997-05-2218-496/+244
* Fix for boundary case (Jack)Guido van Rossum1997-05-211-1/+4
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* Added some minimal comments and tweaked lay-out a bit.Guido van Rossum1997-05-201-3/+7
* Handling of pathnames pointing to files on toplevel folder of disk wasGuido van Rossum1997-05-201-1/+6
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-163-4/+4
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* Added BabylMailbox class by Fred Lundh (untested).Guido van Rossum1997-05-151-0/+20
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1
* Fix hex tests for 64-bit machines.Guido van Rossum1997-05-141-1/+3
* Suppress fork part of socket test when we can't fork.Guido van Rossum1997-05-141-27/+29
* Fix sys.platform test -- on Win, it is 'win32', not 'win'.Guido van Rossum1997-05-141-2/+2
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
* Untested changes by Skip Montanaro to have an optional limit on theGuido van Rossum1997-05-131-0/+23
* Regenerated on newer Solaris versionGuido van Rossum1997-05-138-8/+2512
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-121-2/+2