summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Disable the rexec test now that rexec is out of grace.Guido van Rossum2003-01-061-0/+2
* Remove bastion test outputGuido van Rossum2003-01-061-10/+0
* Disable the Bastion test now that Bastion is out of grace.Guido van Rossum2003-01-061-3/+3
* Sabotage rexec.py. It is not safe since the new-style classes.Guido van Rossum2003-01-062-0/+5
* Translate spaces in the machine name to underscoresAndrew M. Kuchling2003-01-061-2/+3
* Used dictionaries rather than lists for membership testing.Raymond Hettinger2003-01-061-12/+12
* always also search on sys.path for res filesJust van Rossum2003-01-061-3/+2
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+3
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-5/+5
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-053-0/+2180
* - squashed bare except in rmtree()Just van Rossum2003-01-051-5/+5
* At least one Solaris box in the snake farm only supports "C" locale.Neal Norwitz2003-01-051-1/+5
* Move the statistical tests for four distributions into the unittest suite.Raymond Hettinger2003-01-052-3/+41
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.Greg Ward2003-01-041-1/+1
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54
* Add Shockwave Flash.Guido van Rossum2003-01-041-0/+1
* Correct long standing bugs in the methods for random distributions.Raymond Hettinger2003-01-041-4/+6
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-16/+33
* Test an edge case for sample().Raymond Hettinger2003-01-041-0/+1
* Remove the random=None nonsense from sample() before it gets set in stone.Raymond Hettinger2003-01-041-18/+11
* M AutoExpand.pyKurt B. Kaiser2003-01-047-27/+55
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-031-2/+1
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-031-1/+1
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-031-2/+2
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-034-4/+8
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* Remove debugging prints.Michael W. Hudson2003-01-031-2/+0
* Jack complained that on test_crlf_separation() was failing on MacOS9Barry Warsaw2003-01-021-4/+4
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-32/+40
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+20
* 1. Remove obsolete, incorrect comment on non-package installationKurt B. Kaiser2003-01-021-7/+3
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+17
* Improve exception handling.Kurt B. Kaiser2003-01-023-3/+6
* SF #660795Neal Norwitz2003-01-022-0/+975
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-4/+5
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* Clearing out old patch queue. Patch #558547, make SocketServer moreAnthony Baxter2003-01-021-1/+2
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-0/+25
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-1/+11
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-012-7/+11
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Improve exception handling.Kurt B. Kaiser2002-12-313-6/+6
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2