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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
2
-13/+6
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
23
-210/+802
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
2
-7/+3
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
6
-38/+94
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
7
-31/+55
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
16
-2199/+407
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
1
-0/+1
*
Commit regenerated Python-ast.c.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
26
-663/+907
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-0/+50
*
Fix (and add test for) missing check for BaseException subclasses in the C
Thomas Wouters
2006-04-20
1
-0/+9
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
1
-1/+0
*
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
Neal Norwitz
2006-03-17
2
-17/+0
*
Remove apply()
Neal Norwitz
2006-03-17
1
-45/+0
*
Whoops, input *and* raw_input are slated for removal, and now both are gone.
Neal Norwitz
2006-03-17
1
-86/+0
*
raw_input() -> input(). old input behavior is history (and test_builtin pass...
Neal Norwitz
2006-03-17
1
-110/+72
*
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz
2006-03-17
1
-4/+0
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
2
-19/+0
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
8
-57/+30
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
1
-24/+29
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
3
-25/+27
*
Try to be a bit more consistent on all platforms:
Neal Norwitz
2006-03-09
1
-1/+4
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-46/+22
*
Address an coverity issue. Coverity was complaining about a line that's fine,
Guido van Rossum
2006-03-07
1
-1/+2
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
3
-2/+11
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
5
-18/+34
*
Fix warnings on x86 (32-bit).
Neal Norwitz
2006-03-06
1
-1/+2
*
Try to cleanup the error handling a bit so there aren't false positives
Neal Norwitz
2006-03-06
1
-8/+12
*
Use %Id for size_t-ish things on Win64.
Martin v. Löwis
2006-03-05
1
-1/+1
*
Use Py_ssize_t for _Py_RefTotal.
Neal Norwitz
2006-03-04
2
-7/+13
*
Tabify
Neal Norwitz
2006-03-04
1
-34/+34
*
Get rid of run_err_mod(). It was only used in two places.
Neal Norwitz
2006-03-04
1
-14/+4
*
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz
2006-03-03
1
-3/+4
*
Remove commented code
Neal Norwitz
2006-03-03
1
-24/+1
*
Text moved to PEP 339.
Brett Cannon
2006-03-02
1
-507/+0
*
Fix minor docstring typo.
Brett Cannon
2006-03-02
1
-1/+1
*
Document the purpose of the struct _block members.
Tim Peters
2006-03-02
1
-1/+18
*
Added words about what PyArena_Malloc() does.
Tim Peters
2006-03-02
1
-1/+1
*
Trimmed trailing whitespace.
Tim Peters
2006-03-02
1
-6/+6
*
Fix refleak in PyErr_Display().
Brett Cannon
2006-03-02
1
-15/+14
*
Fix refleak if from __future__ import was not first
Neal Norwitz
2006-03-02
1
-0/+1
*
Use Py_ssize_t since we are working with list size below
Neal Norwitz
2006-03-02
1
-1/+1
*
Add a missing Py_DECREF to BaseException__unicode__ .
Brett Cannon
2006-03-02
1
-2/+8
*
Update known issues to reflect reality
Neal Norwitz
2006-03-02
1
-4/+1
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
1
-5/+13
*
Make Py_ssize_t clean.
Thomas Wouters
2006-03-01
1
-1/+3
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
3
-134/+211
*
Fix incompatible assignment warning from previous checkin.
Thomas Wouters
2006-03-01
1
-1/+2
*
Fix gcc (4.0.x) warning about use of uninitialized variables.
Thomas Wouters
2006-03-01
1
-1/+2
*
Document PEP 352 changes. Also added GeneratorExit.
Brett Cannon
2006-03-01
1
-7/+2
[next]