Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | String exceptions are gone and so are classic classes. | Neal Norwitz | 2006-03-24 | 1 | -40/+0 |
| | |||||
* | Use *absolute* imports now that they are required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Must inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Use *absolute* imports now that they are required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 3 | -9/+9 |
| | |||||
* | Use *absolute* import now that it is required. (Should this go into 2.5? ↵ | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | | | | Hopefully not the bogus comment about using relative imports. That was just to see if anyone was paying attention.) | ||||
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Ok, compiler.transformer can really be imported now | Neal Norwitz | 2006-03-24 | 3 | -6/+6 |
| | |||||
* | Must inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -2/+2 |
| | |||||
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+2 |
| | |||||
* | Use relative imports in compiler package now that it is required. (Should ↵ | Neal Norwitz | 2006-03-24 | 1 | -3/+3 |
| | | | | this go into 2.5 or should we do compiler.XXX?) | ||||
* | Remove another use of as as a keyword | Neal Norwitz | 2006-03-22 | 1 | -5/+5 |
| | |||||
* | Finish getting rid of statichere/staticforward | Neal Norwitz | 2006-03-22 | 8 | -25/+25 |
| | |||||
* | Get doctest to pass. The problem was int/int -> float now. There | Neal Norwitz | 2006-03-22 | 1 | -11/+11 |
| | | | | | | | | | | were some cases where an int was assumed. Also had to change the string of the exception when dividing and int by zero. Not sure what the best error message should be. Currently 5 / 0 yields the message: ZeroDivisionError: float division That isn't entirely correct. But I'm not sure what else to do. | ||||
* | Remove staticforward and statichere | Neal Norwitz | 2006-03-22 | 3 | -18/+5 |
| | |||||
* | Damn another occurrence of using as as a keywordf | Neal Norwitz | 2006-03-22 | 1 | -2/+2 |
| | |||||
* | remove test file | Barry Warsaw | 2006-03-21 | 1 | -1/+0 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | testing svn emails | Barry Warsaw | 2006-03-21 | 1 | -0/+1 |
| | |||||
* | Some more TODO items of things I'd like to start with. | Guido van Rossum | 2006-03-20 | 1 | -1/+17 |
| | | | | Mention the builtins that Neal killed. | ||||
* | Remove PyArg_NoArgs() and PyArg_GetInt() | Neal Norwitz | 2006-03-17 | 3 | -11/+2 |
| | |||||
* | INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). | Neal Norwitz | 2006-03-17 | 5 | -9/+3 |
| | |||||
* | _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer | Neal Norwitz | 2006-03-17 | 3 | -21/+0 |
| | |||||
* | as is a keyword now :-) | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
| | |||||
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 11 | -47/+9 |
| | |||||
* | More apply() cleanup | Neal Norwitz | 2006-03-17 | 2 | -12/+9 |
| | |||||
* | This gets at least test_cmd_line working again and a few more modules built. | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Remove some old types for int based functions (Py_ssize_t is da thing now.) | Neal Norwitz | 2006-03-17 | 1 | -9/+0 |
| | |||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -6/+3 |
| | |||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 56 | -285/+179 |
| | |||||
* | Whitespace changes. Also remove apply from a few comments | Neal Norwitz | 2006-03-17 | 1 | -87/+21 |
| | |||||
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 42 | -144/+222 |
| | |||||
* | Whoops, input *and* raw_input are slated for removal, and now both are gone. | Neal Norwitz | 2006-03-17 | 2 | -117/+0 |
| | |||||
* | raw_input() -> input(). old input behavior is history (and test_builtin ↵ | Neal Norwitz | 2006-03-17 | 2 | -132/+81 |
| | | | | passes again). It was failing due to future division. | ||||
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 16 | -58/+36 |
| | |||||
* | Get rid of compiler warning | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Get rid of last vestiges of BINARY_DIVIDE. | Neal Norwitz | 2006-03-16 | 6 | -29/+3 |
| | |||||
* | Get rid of compiler warning about with_msg and as_msg being unused | Neal Norwitz | 2006-03-16 | 1 | -0/+2 |
| | |||||
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 24 | -6360/+82 |
| | | | | | | | | - all classes are new-style (but ripping out classobject.[ch] isn't done) - int/int -> float - all exceptions must derive from BaseException - absolute import - 'as' and 'with' are keywords | ||||
* | Create a Python 3000 branch. | Guido van Rossum | 2006-03-14 | 0 | -0/+0 |
| | |||||
* | Try to avoid many of the compiler warnings when compiling libffi by | Thomas Heller | 2006-03-14 | 1 | -3/+3 |
| | | | | using a proper function prototype. | ||||
* | Cast an Py_ssize_t to int, to avoid a compiler warning. | Thomas Heller | 2006-03-14 | 1 | -2/+2 |
| | |||||
* | For x86 Release and Debug builds, remove the /Wp64 compiler flag, it | Thomas Heller | 2006-03-14 | 1 | -2/+2 |
| | | | | is responsible for most (all?) of the warnings we get. | ||||
* | Integrate patch from Neal Norwitz. He writes: | Thomas Heller | 2006-03-14 | 3 | -56/+60 |
| | | | | | | | | | | | | | | | | | | """ The attached patch fixes all the ctypes tests so they pass on amd64. It also fixes several warnings. I'm not sure what else to do with the patch. Let me know how you want to handle these in the future. I'm not sure the patch is 100% correct. You will need to decide what can be 64 bits and what can't. I believe sq_{item,slice,ass_item,ass_slice} all need to use Py_ssize_t. The types in ctypes.h may not require all the changes I made. I don't know how you want to support older version, so I unconditionally changed the types to Py_ssize_t. """ The patch is also in the ctypes SVN repository now, after small changes to add compatibility with older Python versions. | ||||
* | Teach the compiler module about augmented assignment to tuple subscripts | Nick Coghlan | 2006-03-14 | 1 | -4/+2 |
| |