index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make 'python -tt' the default, meaning Python won't allow mixing tabs and
Thomas Wouters
2006-04-14
2
-46/+8
*
Fix the version number to be 3.0.
Guido van Rossum
2006-03-30
2
-12/+12
*
Use absolute import. (Should this go into 2.5?)
Neal Norwitz
2006-03-24
1
-1/+1
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
28
-212/+47
*
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? Ho...
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
*
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 th...
Neal Norwitz
2006-03-24
1
-3/+3
*
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
*
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
*
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 pass...
Neal Norwitz
2006-03-17
2
-132/+81
*
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
*
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
[next]