summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Remove some test code.Jeremy Hylton2002-11-131-33/+0
* Fix SF bug #637789: Handle Proxy-Connection header.Jeremy Hylton2002-11-131-15/+25
* Back out part of rev. 1.53, restoring the use of the string module.Andrew M. Kuchling2002-11-131-4/+6
* Get rid of #! lines, references to usage as __main__, README.txt, andGuido van Rossum2002-11-133-36/+4
* Adding Vinay Sajip's logging package.Guido van Rossum2002-11-133-0/+2190
* Improved clarity and thoroughness of docstring.Raymond Hettinger2002-11-131-20/+41
* Fix typo in comment.Fred Drake2002-11-131-2/+2
* Update fileAndrew M. Kuchling2002-11-131-10/+14
* Docstring typo fixAndrew M. Kuchling2002-11-131-1/+1
* Fix SF # 635969, No error "not all arguments converted"Neal Norwitz2002-11-121-0/+8
* SF patch 637176: list.sort crasherTim Peters2002-11-122-2/+31
* SF patch 629637: Add sample(population, k) method to the random module.Raymond Hettinger2002-11-121-2/+56
* Allow both string and Unicode objects in levels.Martin v. Löwis2002-11-091-2/+2
* Don't try to convert the test filename to Unicode with -U.Martin v. Löwis2002-11-091-1/+6
* Search for tix subdirectories. Fixes #564729. Will backport to 2.2.Martin v. Löwis2002-11-091-9/+14
* I already forgot what I changed -- it wasn't important <wink>.Tim Peters2002-11-091-2/+0
* OK -- all tests pass on Windows now. The rest were due to 3 moreTim Peters2002-11-091-22/+5
* More tests run on Windows now. Something is still wrong here, but noTim Peters2002-11-091-27/+34
* Many changes to get this to pass on Windows, and to make it easier toTim Peters2002-11-091-11/+45
* Whitespace normalization.Tim Peters2002-11-097-296/+296
* Comment out the test docstrings so we can at least tell which tests areTim Peters2002-11-091-28/+28
* Whitespace normalization.Tim Peters2002-11-097-28/+27
* Open at least one binary file in binary mode. This allows a few of theTim Peters2002-11-091-1/+1
* Another attempt at making the set constructor both safe and fast. [SFGuido van Rossum2002-11-081-18/+24
* [Bug #233259] Ugly traceback for DistutilsPlatformErrorAndrew M. Kuchling2002-11-081-3/+1
* Fix comment typoAndrew M. Kuchling2002-11-081-1/+1
* This is Richie Hindle's patch:Michael W. Hudson2002-11-081-6/+31
* Make strip behave as documented. Will backport to 2.2.3.Martin v. Löwis2002-11-081-2/+2
* _update(): Commented the new obscurity. Materialized into a tupleTim Peters2002-11-081-2/+8
* Closes SF bug #628246.Raymond Hettinger2002-11-082-0/+27
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Fix a small bug when sys.argv[0] has an absolute path.Thomas Heller2002-11-071-1/+1
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-061-0/+3
* Add next() and __iter__() methods to StreamReader, StreamReaderWriterWalter Dörwald2002-11-061-0/+27
* Make int("...") return a long if an int would overflow.Walter Dörwald2002-11-061-7/+8
* Fix NameError exception ('name' undefined)Andrew M. Kuchling2002-11-061-0/+1
* Fix docstring typosAndrew M. Kuchling2002-11-061-2/+2
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-062-0/+7
* Skip the test_nocaret test when running as jython. Jython happens to addFinn Bock2002-11-061-1/+4
* Make the test pass for jython where there are no sys.executable.Finn Bock2002-11-061-3/+7
* By default when getting the search menu, the currently highligtedChui Tey2002-11-062-2/+6
* Implement a `pp' command, which is like `p' except that itBarry Warsaw2002-11-051-6/+21
* parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527,Barry Warsaw2002-11-051-9/+22
* test_no_separating_blank_line(): A test for SF bug #633527, noBarry Warsaw2002-11-051-16/+36
* A message with no separating blank line between the headers and theBarry Warsaw2002-11-051-0/+4
* test_text_plain_in_a_multipart_digest(): A test of the fix for SF bugBarry Warsaw2002-11-051-0/+4
* _parsebody(): A fix for SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-2/+6
* Test case, distilled from SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-0/+19
* Another round on SF patch 618135: gzip.py and files > 2GTim Peters2002-11-051-4/+9
* Repair inconsistent use of tabs and spaces.Jeremy Hylton2002-11-051-1/+1