summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r21c2'.v2.1c2cvs2svn2001-04-160-0/+0
* This is (hopefully) last checkin before releasing 2.1c2 -- get rid ofGuido van Rossum2001-04-161-21/+21
* Added news for 2.1c2.Guido van Rossum2001-04-161-11/+192
* Update Windows installer & build number to 2.1c2 release.Tim Peters2001-04-163-4/+6
* We need another release candidate after so many "small" changes.Guido van Rossum2001-04-161-2/+2
* Change the test data to ask for class C from module __main__ ratherGuido van Rossum2001-04-161-2/+3
* Reverting Moshe's EGD patch *and* Martin's patch to make it work withGuido van Rossum2001-04-161-34/+0
* Tim pointed out a remaining vulnerability in popitem(): theGuido van Rossum2001-04-161-5/+6
* Tentative fix for a problem that Tim discovered at the last moment,Guido van Rossum2001-04-151-61/+110
* SF bug reporters.Guido van Rossum2001-04-151-0/+2
* Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.Guido van Rossum2001-04-151-0/+2
* SRE: made "copyright" string static, to avoid potential linkingFredrik Lundh2001-04-151-1/+8
* Patch by Mark Favas to ensure that the zlib we find is 1.1.3 orGuido van Rossum2001-04-151-3/+17
* Get rid of the seek() method on the _Mailbox class. This was aGuido van Rossum2001-04-151-8/+0
* In order to make this test work on Windows, the test locale has to beGuido van Rossum2001-04-151-2/+7
* Fix typo (missing "req." prefix on error_302_dict) found by NeilGuido van Rossum2001-04-151-1/+2
* Fix typo in exception name (UnimplementedError should beGuido van Rossum2001-04-151-2/+2
* Fix typo in exception name (SGMLParserError should be SGMLParseError)Guido van Rossum2001-04-151-1/+1
* Fix typo in attribute name (file should be filename) found byGuido van Rossum2001-04-151-1/+1
* Fix typo in attribute name (chunk_size should be chunksize) found byGuido van Rossum2001-04-151-1/+1
* - Typo in message for TestCase.failIfEqual()Steve Purcell2001-04-151-2/+1
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-151-0/+1
* Bump version number and set date.Fred Drake2001-04-142-3/+3
* Remove shared libraries as part of "make clean" rather than in "makeGuido van Rossum2001-04-141-1/+2
* Make one more private symbol static.Guido van Rossum2001-04-141-1/+1
* Make some private symbols static.Guido van Rossum2001-04-145-7/+8
* Mark Favas points out that there's an 'self.fp.flush()' call in theGuido van Rossum2001-04-141-1/+1
* Another ACK.Guido van Rossum2001-04-141-0/+1
* Pete Shinners discovered that zipfile.ZipFile() is called with modeGuido van Rossum2001-04-141-1/+1
* Should resolve [ #416039 ] pstats browser crashes.Eric S. Raymond2001-04-141-3/+3
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-142-0/+2
* Add more general warning against the SGI optimizer.Guido van Rossum2001-04-141-7/+5
* If the sunaudiodev module is available but we cannot find an audioFred Drake2001-04-141-1/+9
* Import readline when possible to make the commaninterpreter UI nicer.Eric S. Raymond2001-04-141-0/+4
* This commit was manufactured by cvs2svn to create tag 'r21c1'.v2.1c1cvs2svn2001-04-130-0/+0
* Tim convinced me to augment the PSF license with a final clause justGuido van Rossum2001-04-131-0/+4
* Clean up the unsightly mess around the readline header files. We nowGuido van Rossum2001-04-131-24/+1
* Add convenience targets that build all archive types for single formattingFred Drake2001-04-131-0/+6
* Michael Hudson:Fred Drake2001-04-131-1/+23
* I am TENTATIVELY checking in Martin von Loewis's patch for the SSLGuido van Rossum2001-04-131-0/+7
* split long lineJeremy Hylton2001-04-131-1/+2
* Fixup some platform annotations.Fred Drake2001-04-132-1/+2
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-2/+2
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-132-2/+2
* Added regression test for SF bug #415660 (failure to invalidate allFred Drake2001-04-131-5/+24
* cleanup_helper(): Make sure we invalidate all reference objectsFred Drake2001-04-131-6/+41
* Slight adaptation of Michael Hudson's patch to test PyDict_Next()Guido van Rossum2001-04-131-0/+62
* Fix typo in comment (the module is now called _testcapi, not _test).Guido van Rossum2001-04-131-1/+1
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-132-11/+18
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1