summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-052-15/+26
* Expand examples to show polymorphismRaymond Hettinger2004-07-051-2/+14
* Simplify examples.Raymond Hettinger2004-07-051-5/+2
* Doc tested the recipes.Raymond Hettinger2004-07-051-5/+10
* Fix typoRaymond Hettinger2004-07-051-1/+1
* Test the logic for int(d).Raymond Hettinger2004-07-051-0/+10
* * Update the todo list.Raymond Hettinger2004-07-051-1/+2
* * Added missing info on construction from a tuple.Raymond Hettinger2004-07-051-16/+136
* Add decimal docs to the core.Raymond Hettinger2004-07-052-0/+883
* * Fixup docstringsRaymond Hettinger2004-07-051-7/+6
* Various editsAndrew M. Kuchling2004-07-051-10/+9
* Various editsAndrew M. Kuchling2004-07-051-75/+82
* Bump version #; write introductory paraAndrew M. Kuchling2004-07-041-12/+15
* Typo fixesAndrew M. Kuchling2004-07-041-6/+6
* More additionsAndrew M. Kuchling2004-07-041-7/+36
* Changed the rounding constant values to match their variable names.Raymond Hettinger2004-07-041-32/+23
* Textual change to make the doc reflect realityNicholas Bastin2004-07-041-1/+1
* Fix clear_flags(). Make a readable (not evalable) Context repr.Raymond Hettinger2004-07-041-1/+9
* Write another sectionAndrew M. Kuchling2004-07-041-1/+19
* Rewrite two sectionsAndrew M. Kuchling2004-07-041-95/+247
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-044-20/+72
* Namespace cleanups:Raymond Hettinger2004-07-031-123/+126
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-032-119/+127
* Refactored RotatingFileHandler to create a base class for rotating handlers....Vinay Sajip2004-07-031-11/+167
* Changed basicConfig() to add keyword arguments. Changes are backward-compatible.Vinay Sajip2004-07-031-10/+56
* Moved example section up to just after the section on Logger objects, and cha...Vinay Sajip2004-07-031-52/+118
* Work through several open todos:Raymond Hettinger2004-07-032-50/+55
* Clarify last added comment (bug #754449).Brett Cannon2004-07-031-2/+3
* threading.Thread objects will now print a traceback for an exception raisedBrett Cannon2004-07-032-2/+41
* Patch [ 983775 ] Allow bdist_wininst to install for non-admin usersMark Hammond2004-07-021-41/+118
* Add tests that check the result of calendar.monthcalendar() for a setWalter Dörwald2004-07-021-1/+79
* Make weak references subclassable:Fred Drake2004-07-028-109/+338
* Update info about the windows build.Thomas Heller2004-07-021-3/+2
* SF #951851 fixed.Thomas Heller2004-07-021-0/+3
* When importing an extension on Windows, the code reads the PE 'importThomas Heller2004-07-021-0/+12
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-023-0/+8
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-029-31/+103
* add cp866 rowSkip Montanaro2004-07-021-0/+4
* Change signatures for arguments to "s" and friends to be the proper ``constBrett Cannon2004-07-011-6/+6
* Committing Tim's patch for SF bug #983585:Fred Drake2004-07-011-2/+1
* Document that encode() and decode() raise UnicodeErrorWalter Dörwald2004-07-011-5/+10
* link to the codecs page from the "".encode() description.Skip Montanaro2004-07-012-2/+3
* FixMichael W. Hudson2004-07-011-39/+44
* fix small consistency nitFred Drake2004-07-011-1/+1
* add omitted markupFred Drake2004-07-011-2/+3
* * Fix typos.Raymond Hettinger2004-07-011-14/+70
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+62
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-0134-1/+27040
* use file() in preference to open()Skip Montanaro2004-06-301-3/+3