summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CVS patch 416248: 2.1c1 unicodeobject: unused vrbl cleanup, from Mark Favas.Tim Peters2001-04-191-2/+0
* Revert previous checkin, which caused test_unicodedata to fail.Jeremy Hylton2001-04-191-33/+0
* Weak*Dictionary: Added docstrings to the classes.Fred Drake2001-04-191-24/+36
* Add versioning notes: many of the signatures changed to allow the timeFred Drake2001-04-191-0/+5
* Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1Tim Peters2001-04-185-20/+22
* Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returnsFred Drake2001-04-181-1/+1
* Remove BrowserControl module; this had been left in for Python 1.5.2Fred Drake2001-04-181-157/+0
* Remove legacy support for the BrowserControl module; the webbrowserFred Drake2001-04-181-7/+3
* Suggestion from Keith Briggs: refer to RE objects consistently instead ofFred Drake2001-04-181-10/+9
* Patch #416953: Cache ASCII characters to speed up ASCII decoding.Martin v. Löwis2001-04-181-0/+33
* Sync version number with the current CVS version.Fred Drake2001-04-181-1/+1
* Add description of the "explanation" optional parameter added to theFred Drake2001-04-181-5/+8
* Make a number of small clarifications and correct a whole bunch of typos,Fred Drake2001-04-181-15/+18
* Sync version number with the current CVS version.Fred Drake2001-04-181-3/+3
* Bump the version number in more placesGuido van Rossum2001-04-184-11/+11
* Change the version to 2.2a0. This may look strange, but indicatesGuido van Rossum2001-04-181-4/+4
* update_yourself(): Removed unused local variable reported byBarry Warsaw2001-04-181-1/+0
* __init__(): Removed unused local variable reported by PyChecker.Barry Warsaw2001-04-181-1/+0
* StripWidget.__init__(), update_yourself(): Removed some unused localBarry Warsaw2001-04-181-21/+20
* Helpwin.__init__(): Removed an unused local variable (via import)Barry Warsaw2001-04-181-1/+1
* Bump the version to 1.1Barry Warsaw2001-04-181-1/+1
* There have been a few new Python releases <wink> in the 2 years sinceBarry Warsaw2001-04-181-10/+7
* Add note about the version in which GetoptError was added -- this canFred Drake2001-04-181-0/+3
* Added support for optional explanation parameter to the \versionaddedFred Drake2001-04-181-13/+14
* \versionadded: Add support for including an explanatory note along withFred Drake2001-04-181-2/+7
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-182-10/+29
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-1810-16/+11
* Unused variable (caught by PyChecker) removed.Eric S. Raymond2001-04-171-1/+0
* This commit was manufactured by cvs2svn to create tag 'release21'.v2.1cvs2svn2001-04-161-0/+1
* Noted what's new in 2.1 (final).Guido van Rossum2001-04-161-0/+21
* Fix three PyChecker-detected gotchas.Jeremy Hylton2001-04-161-4/+10
* Export three optimization (fast locals) flagsJeremy Hylton2001-04-161-0/+4
* Update Windows installer & buildno for 2.1 final.Tim Peters2001-04-163-4/+6
* In walk(), don't die when os.lstat() raises os.error, e.g. because aGuido van Rossum2001-04-161-1/+4
* Update the version to 2.1final (again :-).Guido van Rossum2001-04-161-4/+4
* Add a test case for Weak*Dictionary.update() that would have caught aFred Drake2001-04-161-0/+25
* Weak*Dictionary.update(): Fix calls to [].append() to only have oneFred Drake2001-04-161-4/+15
* Implement Mark Favas's suggestion. There's a clear bug in _group():Guido van Rossum2001-04-161-1/+1
* Update document for the actual 2.1rc1Andrew M. Kuchling2001-04-161-6/+13
* This commit was manufactured by cvs2svn to create tag 'r21c2'.v2.1c2cvs2svn2001-04-161-0/+1
* 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