| Commit message (Expand) | Author | Age | Files | Lines |
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -2/+2 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -1/+0 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -306/+0 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 2 | -11/+0 |
|
|
* | Fix a lingering string exception. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -2/+2 |
|
|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 7 | -135/+134 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 2 | -2/+2 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -35/+35 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | Patch #1177597: Correct various bugs, add comments. | Martin v. Löwis | 2005-04-09 | 1 | -9/+36 |
|
|
* | Add code for a range function that uses generators. | Brett Cannon | 2004-06-27 | 1 | -42/+64 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 5 | -35/+36 |
|
|
* | SF patch #803449: modernize demo scripts | Raymond Hettinger | 2003-09-10 | 2 | -93/+89 |
|
|
* | Patch #748846: Let Demo/classes/Date.py mention DateTime module. | Martin v. Löwis | 2003-06-07 | 1 | -0/+3 |
|
|
* | Run these demo scripts through reindent.py to give them 4-space indents. I'v... | Andrew M. Kuchling | 2003-04-24 | 7 | -963/+963 |
|
|
* | Modernize code by using isinstance() instead of type() checks | Andrew M. Kuchling | 2003-04-24 | 1 | -16/+14 |
|
|
* | Avoid TypeError by not comparing complex numbers | Andrew M. Kuchling | 2003-04-24 | 1 | -1/+6 |
|
|
* | Update docs. Remove old classes.doc. | Guido van Rossum | 2002-10-18 | 2 | -112/+1 |
|
|
* | Correct spelling of length, discovered by Christian Tismer. | Guido van Rossum | 1999-04-21 | 1 | -2/+2 |
|
|
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -70/+70 |
|
|
* | Fix a bug where comparison of a rational with a float failed because | Guido van Rossum | 1998-09-09 | 1 | -9/+9 |
|
|
* | Fix the test for pow() -- no more TypeErrors are raised! | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | A completely new Rat.py by Sjoerd. | Guido van Rossum | 1997-05-13 | 1 | -56/+260 |
|
|
* | Added note about Python's support of complex numbers. | Guido van Rossum | 1996-07-30 | 1 | -1/+11 |
|
|
* | adapted to new overloading scheme | Guido van Rossum | 1994-10-09 | 2 | -60/+51 |
|
|
* | totally redone for new overloading scheme | Guido van Rossum | 1994-10-08 | 1 | -60/+263 |
|
|
* | Use time.time() instead of time.millitimer() | Guido van Rossum | 1994-02-17 | 1 | -5/+5 |
|
|
* | builtin -> __builtin__ | Guido van Rossum | 1994-01-26 | 1 | -2/+2 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 8 | -49/+51 |
|
|
* | Added Dates.py and Rev.py | Guido van Rossum | 1993-10-30 | 1 | -0/+2 |
|
|
* | Initial revision | Guido van Rossum | 1993-10-30 | 2 | -0/+322 |
|
|
* | Fix bug and use __init__ | Guido van Rossum | 1993-10-30 | 1 | -9/+4 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-10-27 | 1 | -0/+1 |
|
|
* | Add coercions | Guido van Rossum | 1993-10-27 | 1 | -2/+12 |
|
|
* | Initial revision | Guido van Rossum | 1993-10-27 | 1 | -0/+341 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-13 | 7 | -0/+488 |
|
|