summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed two silly bugs in the PEP252 support code, added an assertJack Jansen2002-11-281-3/+10
* fixed typo and wrappingJust van Rossum2002-11-281-1/+2
* - Rewrote bootstapping code in sh so we're really independent of anJust van Rossum2002-11-281-40/+54
* Allow the device name to be passed to linuxaudiodev.open(), forGreg Ward2002-11-271-7/+19
* Add missing decrefNeal Norwitz2002-11-271-0/+1
* Mention dict.fromkeys()Andrew M. Kuchling2002-11-271-18/+29
* Update e-mail addressAndrew M. Kuchling2002-11-273-3/+3
* Nudge getting __module__ and __name__ for new-style classes so thatMichael W. Hudson2002-11-272-18/+33
* 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-272-9/+16
* Readjustments to the way we cope with exceptions from subclasses'Michael W. Hudson2002-11-272-12/+111
* [Part of patch #641685] Add .dylib as an extension for shared librariesAndrew M. Kuchling2002-11-271-1/+1
* [Patch #641685] setup.py contained code for finding libraries, insteadAndrew M. Kuchling2002-11-271-8/+24
* Bug #643631: MacOS 9 details missing from inst.texAndrew M. Kuchling2002-11-271-18/+7
* Rephrase dict.fromkeys() news.Guido van Rossum2002-11-271-4/+5
* I had the inheritance cycle stuff backwards. Oops!Michael W. Hudson2002-11-272-4/+14
* 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-274-1/+97
* Clarify the interpretation of the __getstate__() return value forFred Drake2002-11-271-3/+9
* The MRO conflict error message depends on dictionary hash order.Guido van Rossum2002-11-271-4/+4
* Add missing dependency information for the "What's New" document.Fred Drake2002-11-261-2/+2
* Avoid including tclInt.h.Martin v. Löwis2002-11-261-10/+26
* Noted the support for resource exclusion for regrtest. Some peopleFred Drake2002-11-261-0/+7
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-262-4/+17
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-264-14/+14
* Use "is" to test type objects, not "==".Fred Drake2002-11-261-1/+1
* * Doc/ref/ref5.texGustavo Niemeyer2002-11-261-1/+1
* Initialize a variable. Hope this makes things work for Guido.Michael W. Hudson2002-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 not part of my patchMichael W. Hudson2002-11-262-0/+9
* This is my patch:Michael W. Hudson2002-11-262-34/+366
* Fix typoAndrew M. Kuchling2002-11-261-1/+1
* refactor universal line endings detectionJust van Rossum2002-11-261-8/+8
* Report Tkinter changes.Martin v. Löwis2002-11-261-0/+24
* Patch #518625: Return objects in Tkinter.Martin v. Löwis2002-11-263-6/+335
* Patch #632973: Implement _getdefaultlocale for OS X.Martin v. Löwis2002-11-262-8/+19
* Polish some bits to silence pychecker.Thomas Heller2002-11-261-1/+1
* Don't look for modules in the registry any longer.Thomas Heller2002-11-261-38/+0
* added support for building standalone applicationsJust van Rossum2002-11-261-14/+259
* A tweaked version of Jeremy's patch #642489, to produce better errorGuido van Rossum2002-11-251-0/+31
* A tweaked version of Jeremy's patch #642489, to produce better errorGuido van Rossum2002-11-251-4/+138
* Added Marius Gedminas, for contributions to the datetime code.Tim Peters2002-11-251-0/+1
* SF 643115: Set._update() had a special case for dictionaries which allowedRaymond Hettinger2002-11-252-3/+3
* Add a note that this file should be kept compatible with Python 1.5.2,Thomas Heller2002-11-251-2/+10
* * libbz2.texGustavo Niemeyer2002-11-251-1/+1
* Fix typo in comment.Walter Dörwald2002-11-251-1/+1
* Fixed bugGustavo Niemeyer2002-11-252-2/+13
* Added a class PEP252Mixin. By adding this to your ObjectDefinition youJack Jansen2002-11-251-2/+127