summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:Neal Norwitz2002-11-301-9/+5
* Remove unused importNeal Norwitz2002-11-301-5/+6
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-302-8/+16
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-302-14/+14
* Add missing self for method callNeal Norwitz2002-11-301-2/+2
* Port Martin von Loewis checkin from Python:Neal Norwitz2002-11-301-5/+24
* Port Martin von Loewis checkin from python: Support sdist.Neal Norwitz2002-11-301-0/+4
* M PyShell.pyKurt B. Kaiser2002-11-302-17/+20
* getdoc():Ka-Ping Yee2002-11-302-7/+15
* Correct an error introduced at Rev 1.30. The keyword arg is necessaryKurt B. Kaiser2002-11-291-6/+8
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-291-1/+1
* Nudge getting __module__ and __name__ for new-style classes so thatMichael W. Hudson2002-11-271-1/+9
* SF #641170, reST version of Lib/test/READMENeal Norwitz2002-11-271-89/+99
* I don't know why staring at the email to python-checkins made meMichael W. Hudson2002-11-271-0/+2
* Readjustments to the way we cope with exceptions from subclasses'Michael W. Hudson2002-11-271-2/+79
* [Part of patch #641685] Add .dylib as an extension for shared librariesAndrew M. Kuchling2002-11-271-1/+1
* I had the inheritance cycle stuff backwards. Oops!Michael W. Hudson2002-11-271-0/+8
* Patch #639112: fixes for None locale and tz.Martin v. Löwis2002-11-272-61/+154
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-272-6/+25
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-0/+28
* The MRO conflict error message depends on dictionary hash order.Guido van Rossum2002-11-271-4/+4
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-261-3/+14
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-261-2/+2
* Use "is" to test type objects, not "==".Fred Drake2002-11-261-1/+1
* Fix for bug #410541: bdist builds bogus .zipsAndrew M. Kuchling2002-11-261-6/+25
* Part of the fix for bug #410541: add ensure_relative() functionAndrew M. Kuchling2002-11-261-1/+15
* This is my patch:Michael W. Hudson2002-11-261-0/+89
* Patch #518625: Return objects in Tkinter.Martin v. Löwis2002-11-261-0/+3
* A tweaked version of Jeremy's patch #642489, to produce better errorGuido van Rossum2002-11-251-0/+31
* SF 643115: Set._update() had a special case for dictionaries which allowedRaymond Hettinger2002-11-252-3/+3
* Fix typo in comment.Walter Dörwald2002-11-251-1/+1
* Fixed bugGustavo Niemeyer2002-11-251-2/+9
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-241-1/+1
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-242-4/+2
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-242-39/+60
* Delete bsddb from sys.modules if _bsddb cannot be imported.Martin v. Löwis2002-11-241-1/+8
* Skip test_normalization on Windows until it's at least clear why theTim Peters2002-11-241-0/+1
* Split long line.Tim Peters2002-11-241-2/+3
* Whitespace normalization.Tim Peters2002-11-2420-36/+13
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-0/+68
* Update character names.Martin v. Löwis2002-11-231-3/+3
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-232-6/+19
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-232-1/+26
* Remove duplicate testNeal Norwitz2002-11-231-2/+0
* Regenerate. Fixes #618012.Martin v. Löwis2002-11-231-15/+28
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-235-39/+84
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-11/+12
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-222-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1
* Two bugs:Fred Drake2002-11-221-7/+7