summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
* Get rid of 1.5.2 compatibility hack. :-)Guido van Rossum2002-12-031-8/+0
* Adding Python <= 2.2 support back in.Marc-André Lemburg2002-12-031-3/+10
* Add more sophistication to the comparison between pyclbr output andGuido van Rossum2002-12-031-42/+36
* Another big update, fixing all known bugs related to nesting functionsGuido van Rossum2002-12-031-50/+80
* In class bsdTableDB, add class variables db and env (set to None) toGuido van Rossum2002-12-021-0/+5
* Fix typo in except clause (_db should be _bsddb).Guido van Rossum2002-12-021-1/+1
* Moderately heavy reorganization of pyclbr to fix package-related bugs.Guido van Rossum2002-12-022-67/+99
* Add a better columnizer to print_topics().Guido van Rossum2002-12-021-7/+58
* Require 'largefile' resource for Mac OSX as well.Guido van Rossum2002-12-021-5/+5
* On Max OSX, try increasing the stack limit to 2048 so test_re andGuido van Rossum2002-12-021-0/+16
* Remove dead code in get_stack().Kurt B. Kaiser2002-12-021-31/+23
* Fix beep.Kurt B. Kaiser2002-12-021-16/+3
* 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