index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added words about what PyArena_Malloc() does.
Tim Peters
2006-03-02
2
-5
/
+17
*
Beefed up description of what this does; new XXX.
Tim Peters
2006-03-02
1
-2
/
+10
*
New XXX pointing out errors in the description of
Tim Peters
2006-03-02
1
-0
/
+6
*
Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes
Thomas Wouters
2006-03-02
1
-0
/
+5
*
Trimmed trailing whitespace.
Tim Peters
2006-03-02
2
-7
/
+7
*
Fix refleak in PyErr_Display().
Brett Cannon
2006-03-02
1
-15
/
+14
*
Explain why we use the unsigned int format for a signed int variable.
Thomas Wouters
2006-03-02
1
-0
/
+4
*
Fix mismatch opening and closing quotes on a string.
Brett Cannon
2006-03-02
1
-2
/
+1
*
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
*
Spell threading write, not thraeading
Neal Norwitz
2006-03-02
1
-1
/
+1
*
Properly fix Py_SAFE_DOWNCAST-triggerd bugs.
Thomas Wouters
2006-03-02
1
-7
/
+10
*
Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t
Thomas Wouters
2006-03-02
1
-7
/
+4
*
Add a missing Py_DECREF to BaseException__unicode__ .
Brett Cannon
2006-03-02
1
-2
/
+8
*
Fix failure of test_compiler.py when compiling test_contextlib.py.
Guido van Rossum
2006-03-02
2
-4
/
+7
*
Update known issues to reflect reality
Neal Norwitz
2006-03-02
1
-4
/
+1
*
Remove duplicate entry
Neal Norwitz
2006-03-02
1
-3
/
+0
*
Fix latex typos as spotted by George Yoshida.
Brett Cannon
2006-03-02
1
-1
/
+3
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
2
-6
/
+16
*
Make Py_ssize_t-clean
Thomas Wouters
2006-03-02
1
-2
/
+4
*
Make Py_ssize_t clean.
Thomas Wouters
2006-03-01
1
-1
/
+3
*
Reformat the exception message by going through a list.
Martin v. Löwis
2006-03-01
1
-1
/
+3
*
Remove UNLESS.
Martin v. Löwis
2006-03-01
1
-29
/
+28
*
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
Thomas Wouters
2006-03-01
1
-2
/
+2
*
Whitespace normalization.
Tim Peters
2006-03-01
1
-1
/
+1
*
Fix gcc (4.0.x) warning about use of uninitialized variable.
Thomas Wouters
2006-03-01
1
-0
/
+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
16
-244
/
+382
*
Rework channelnumber/samplesize detetion code's output variables a bit to
Thomas Wouters
2006-03-01
2
-14
/
+12
*
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
*
Silence gcc (4.0.x) warning about use of uninitialized value.
Thomas Wouters
2006-03-01
1
-1
/
+1
*
Document PEP 352 changes. Also added GeneratorExit.
Brett Cannon
2006-03-01
4
-74
/
+63
*
Fix uninitialized value. (Why are we using bools instead of ints, like we do
Thomas Wouters
2006-03-01
1
-1
/
+1
*
Fix brainfart.
Thomas Wouters
2006-03-01
1
-1
/
+1
*
Remove gcc (4.0.x) warning about uninitialized value by explicitly setting
Thomas Wouters
2006-03-01
1
-2
/
+1
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-8
/
+13
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-17
/
+18
*
Fix more memory leaks. Will backport to 2.4.
Martin v. Löwis
2006-03-01
1
-1
/
+5
*
Fix C99-ism, and add XXX to comment
Thomas Wouters
2006-03-01
1
-1
/
+1
*
Make failures in test cases print failing source file.
Martin v. Löwis
2006-03-01
1
-1
/
+5
*
Update for 'with' statement.
Brett Cannon
2006-03-01
3
-17
/
+24
*
Fix a bug in nested() - if one of the sub-context-managers swallows the
Guido van Rossum
2006-03-01
2
-1
/
+58
*
Change GC refcount to Py_ssize_t.
Martin v. Löwis
2006-03-01
2
-2
/
+2
*
Reconst parameters that lost their const in the AST merge.
Martin v. Löwis
2006-03-01
2
-3
/
+3
*
Fix warning that texcheck complained about.
Martin v. Löwis
2006-03-01
1
-1
/
+1
*
Tabify and reflow some long lines.
Jeremy Hylton
2006-03-01
1
-696
/
+702
*
Add missing DECREF.
Jeremy Hylton
2006-03-01
1
-1
/
+5
*
markup glitch (spotted by George Yoshida)
Fredrik Lundh
2006-03-01
1
-1
/
+1
*
Remove svn:mime-type (inexplicably set to a binary type),
Tim Peters
2006-03-01
3
-294
/
+294
*
Set svn:eol-style to native.
Tim Peters
2006-03-01
5
-281
/
+281
[prev]
[next]