summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of remnants of integer divisionNeal Norwitz2006-03-2428-212/+47
* String exceptions are gone and so are classic classes.Neal Norwitz2006-03-241-40/+0
* Use *absolute* imports now that they are required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Must inherit from Exception now.Neal Norwitz2006-03-241-1/+1
* Use *absolute* imports now that they are required. (Should this go into 2.5?)Neal Norwitz2006-03-243-9/+9
* Use *absolute* import now that it is required. (Should this go into 2.5? Ho...Neal Norwitz2006-03-241-1/+1
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Ok, compiler.transformer can really be imported nowNeal Norwitz2006-03-243-6/+6
* Must inherit from Exception now.Neal Norwitz2006-03-241-2/+2
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+2
* Use relative imports in compiler package now that it is required. (Should th...Neal Norwitz2006-03-241-3/+3
* Remove another use of as as a keywordNeal Norwitz2006-03-221-5/+5
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-228-25/+25
* Get doctest to pass. The problem was int/int -> float now. ThereNeal Norwitz2006-03-221-11/+11
* Remove staticforward and statichereNeal Norwitz2006-03-223-18/+5
* Damn another occurrence of using as as a keywordfNeal Norwitz2006-03-221-2/+2
* remove test fileBarry Warsaw2006-03-211-1/+0
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-1/+1
* testing svn emailsBarry Warsaw2006-03-211-0/+1
* Some more TODO items of things I'd like to start with.Guido van Rossum2006-03-201-1/+17
* Remove PyArg_NoArgs() and PyArg_GetInt()Neal Norwitz2006-03-173-11/+2
* INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).Neal Norwitz2006-03-175-9/+3
* _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longerNeal Norwitz2006-03-173-21/+0
* as is a keyword now :-)Neal Norwitz2006-03-171-7/+7
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-1711-47/+9
* More apply() cleanupNeal Norwitz2006-03-172-12/+9
* This gets at least test_cmd_line working again and a few more modules built.Neal Norwitz2006-03-171-1/+1
* Remove some old types for int based functions (Py_ssize_t is da thing now.)Neal Norwitz2006-03-171-9/+0
* Remove apply()Neal Norwitz2006-03-171-6/+3
* Remove apply()Neal Norwitz2006-03-1756-285/+179
* Whitespace changes. Also remove apply from a few commentsNeal Norwitz2006-03-171-87/+21
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-1742-144/+222
* Whoops, input *and* raw_input are slated for removal, and now both are gone.Neal Norwitz2006-03-172-117/+0
* raw_input() -> input(). old input behavior is history (and test_builtin pass...Neal Norwitz2006-03-172-132/+81
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-1716-58/+36
* Get rid of compiler warningNeal Norwitz2006-03-171-1/+1
* Get rid of last vestiges of BINARY_DIVIDE.Neal Norwitz2006-03-166-29/+3
* Get rid of compiler warning about with_msg and as_msg being unusedNeal Norwitz2006-03-161-0/+2
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-1524-6360/+82
* Create a Python 3000 branch.Guido van Rossum2006-03-140-0/+0
* Try to avoid many of the compiler warnings when compiling libffi byThomas Heller2006-03-141-3/+3
* Cast an Py_ssize_t to int, to avoid a compiler warning.Thomas Heller2006-03-141-2/+2
* For x86 Release and Debug builds, remove the /Wp64 compiler flag, itThomas Heller2006-03-141-2/+2
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-143-56/+60