| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing decref | Neal Norwitz | 2002-11-27 | 1 | -0/+1 |
|
|
* | Mention dict.fromkeys() | Andrew M. Kuchling | 2002-11-27 | 1 | -18/+29 |
|
|
* | Update e-mail address | Andrew M. Kuchling | 2002-11-27 | 3 | -3/+3 |
|
|
* | Nudge getting __module__ and __name__ for new-style classes so that | Michael W. Hudson | 2002-11-27 | 2 | -18/+33 |
|
|
* | SF #641170, reST version of Lib/test/README | Neal Norwitz | 2002-11-27 | 1 | -89/+99 |
|
|
* | I don't know why staring at the email to python-checkins made me | Michael W. Hudson | 2002-11-27 | 2 | -9/+16 |
|
|
* | Readjustments to the way we cope with exceptions from subclasses' | Michael W. Hudson | 2002-11-27 | 2 | -12/+111 |
|
|
* | [Part of patch #641685] Add .dylib as an extension for shared libraries | Andrew M. Kuchling | 2002-11-27 | 1 | -1/+1 |
|
|
* | [Patch #641685] setup.py contained code for finding libraries, instead | Andrew M. Kuchling | 2002-11-27 | 1 | -8/+24 |
|
|
* | Bug #643631: MacOS 9 details missing from inst.tex | Andrew M. Kuchling | 2002-11-27 | 1 | -18/+7 |
|
|
* | Rephrase dict.fromkeys() news. | Guido van Rossum | 2002-11-27 | 1 | -4/+5 |
|
|
* | I had the inheritance cycle stuff backwards. Oops! | Michael W. Hudson | 2002-11-27 | 2 | -4/+14 |
|
|
* | Patch #639112: fixes for None locale and tz. | Martin v. Löwis | 2002-11-27 | 2 | -61/+154 |
|
|
* | Bring UserDict in-sync with changes to dict. | Raymond Hettinger | 2002-11-27 | 2 | -6/+25 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 4 | -1/+97 |
|
|
* | Clarify the interpretation of the __getstate__() return value for | Fred Drake | 2002-11-27 | 1 | -3/+9 |
|
|
* | The MRO conflict error message depends on dictionary hash order. | Guido van Rossum | 2002-11-27 | 1 | -4/+4 |
|
|
* | Add missing dependency information for the "What's New" document. | Fred Drake | 2002-11-26 | 1 | -2/+2 |
|
|
* | Avoid including tclInt.h. | Martin v. Löwis | 2002-11-26 | 1 | -10/+26 |
|
|
* | Noted the support for resource exclusion for regrtest. Some people | Fred Drake | 2002-11-26 | 1 | -0/+7 |
|
|
* | Add a way to say "use any resource except A". For example, to run | Fred Drake | 2002-11-26 | 2 | -4/+17 |
|
|
* | Rename want_objects to wantobjects throughout, for consistency. | Martin v. Löwis | 2002-11-26 | 4 | -14/+14 |
|
|
* | Use "is" to test type objects, not "==". | Fred Drake | 2002-11-26 | 1 | -1/+1 |
|
|
* | * Doc/ref/ref5.tex | Gustavo Niemeyer | 2002-11-26 | 1 | -1/+1 |
|
|
* | Initialize a variable. Hope this makes things work for Guido. | Michael W. Hudson | 2002-11-26 | 1 | -1/+1 |
|
|
* | Fix for bug #410541: bdist builds bogus .zips | Andrew M. Kuchling | 2002-11-26 | 1 | -6/+25 |
|
|
* | Part of the fix for bug #410541: add ensure_relative() function | Andrew M. Kuchling | 2002-11-26 | 1 | -1/+15 |
|
|
* | This is not part of my patch | Michael W. Hudson | 2002-11-26 | 2 | -0/+9 |
|
|
* | This is my patch: | Michael W. Hudson | 2002-11-26 | 2 | -34/+366 |
|
|
* | Fix typo | Andrew M. Kuchling | 2002-11-26 | 1 | -1/+1 |
|
|
* | refactor universal line endings detection | Just van Rossum | 2002-11-26 | 1 | -8/+8 |
|
|
* | Report Tkinter changes. | Martin v. Löwis | 2002-11-26 | 1 | -0/+24 |
|
|
* | Patch #518625: Return objects in Tkinter. | Martin v. Löwis | 2002-11-26 | 3 | -6/+335 |
|
|
* | Patch #632973: Implement _getdefaultlocale for OS X. | Martin v. Löwis | 2002-11-26 | 2 | -8/+19 |
|
|
* | Polish some bits to silence pychecker. | Thomas Heller | 2002-11-26 | 1 | -1/+1 |
|
|
* | Don't look for modules in the registry any longer. | Thomas Heller | 2002-11-26 | 1 | -38/+0 |
|
|
* | added support for building standalone applications | Just van Rossum | 2002-11-26 | 1 | -14/+259 |
|
|
* | A tweaked version of Jeremy's patch #642489, to produce better error | Guido van Rossum | 2002-11-25 | 1 | -0/+31 |
|
|
* | A tweaked version of Jeremy's patch #642489, to produce better error | Guido van Rossum | 2002-11-25 | 1 | -4/+138 |
|
|
* | Added Marius Gedminas, for contributions to the datetime code. | Tim Peters | 2002-11-25 | 1 | -0/+1 |
|
|
* | SF 643115: Set._update() had a special case for dictionaries which allowed | Raymond Hettinger | 2002-11-25 | 2 | -3/+3 |
|
|
* | Add a note that this file should be kept compatible with Python 1.5.2, | Thomas Heller | 2002-11-25 | 1 | -2/+10 |
|
|
* | * libbz2.tex | Gustavo Niemeyer | 2002-11-25 | 1 | -1/+1 |
|
|
* | Fix typo in comment. | Walter Dörwald | 2002-11-25 | 1 | -1/+1 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-11-25 | 2 | -2/+13 |
|
|
* | Added a class PEP252Mixin. By adding this to your ObjectDefinition you | Jack Jansen | 2002-11-25 | 1 | -2/+127 |
|
|
* | Remove \module{} in link text to avoid HTML generation bug | Andrew M. Kuchling | 2002-11-25 | 1 | -3/+2 |
|
|
* | Remove extra word | Andrew M. Kuchling | 2002-11-25 | 1 | -1/+1 |
|
|
* | James Henstridge pointed out a misleading comment. | Michael W. Hudson | 2002-11-25 | 1 | -10/+6 |
|
|
* | Mention that .pth files can't be used to override standard modules | Andrew M. Kuchling | 2002-11-25 | 1 | -4/+8 |
|
|