Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -304/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | Made minimal modifications to pass included tests | Alexander Belopolsky | 2010-07-03 | 1 | -17/+7 |
| | |||||
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+0 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........ | ||||
* | Remove __long__ methods from UserString and from Demo/ classes. | Mark Dickinson | 2009-01-11 | 1 | -6/+0 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -15/+15 |
| | | | | lingering print statements. | ||||
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -1/+1 |
| | | | | | | - Renamed nb_nonzero slots to nb_bool - Renamed __nonzero__ methods to __bool__ - update core, lib, docs, and tests to match | ||||
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | * Fix error in definition of Im() which returned self instead of 0 | Raymond Hettinger | 2005-04-09 | 1 | -19/+14 |
| | | | | | | | | | | | | | | | | for non-complex arguments. * Replace type() comparisons with isinstance() checks. * Replace apply() calls with equivalent syntactic form. * Simplify __hash__ definition to hash the underlying tuple. * Use math.hypot() for more robust computation of __abs__(). * Use sorted() instead of the multi-step keys/sort/iter. * Update comment on the cmath module. | ||||
* | Patch #1177597: Correct various bugs, add comments. | Martin v. Löwis | 2005-04-09 | 1 | -9/+36 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 |
| | | | | From SF patch #852334. | ||||
* | Run these demo scripts through reindent.py to give them 4-space indents. ↵ | Andrew M. Kuchling | 2003-04-24 | 1 | -209/+209 |
| | | | | I've verified that their output is unchanged. | ||||
* | Fix the test for pow() -- no more TypeErrors are raised! | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
| | |||||
* | Added note about Python's support of complex numbers. | Guido van Rossum | 1996-07-30 | 1 | -1/+11 |
| | | | | Added exp(z). | ||||
* | totally redone for new overloading scheme | Guido van Rossum | 1994-10-08 | 1 | -60/+263 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 1 | -10/+22 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-13 | 1 | -0/+73 |