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
*
Put code in a main() function; loosen up the spacing to match current code style
Andrew M. Kuchling
2006-06-03
1
-32
/
+45
*
Docstring fix; use True
Andrew M. Kuchling
2006-06-03
1
-2
/
+2
*
Use true division, and the True value
Andrew M. Kuchling
2006-06-03
1
-12
/
+13
*
Use True; value returned from main is unused
Andrew M. Kuchling
2006-06-03
1
-2
/
+2
*
Some code tidying; use curses.wrapper
Andrew M. Kuchling
2006-06-03
1
-67
/
+61
*
Drop 0 parameter
Andrew M. Kuchling
2006-06-03
1
-3
/
+3
*
Update readme
Andrew M. Kuchling
2006-06-03
1
-4
/
+1
*
"_self" is a said to be a reserved word in Watcom C 10.6. I'm
Fredrik Lundh
2006-06-03
1
-2
/
+2
*
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Andrew M. Kuchling
2006-06-03
1
-15
/
+15
*
Minor rewording
Andrew M. Kuchling
2006-06-03
1
-7
/
+7
*
[Bug #1441864] Clarify description of 'data' argument
Andrew M. Kuchling
2006-06-03
1
-5
/
+7
*
[Bug #1475554] Strengthen text to say 'must' instead of 'should'
Andrew M. Kuchling
2006-06-03
1
-2
/
+2
*
[Bug #1472084] Fix description of do_tag
Andrew M. Kuchling
2006-06-03
1
-2
/
+3
*
Updated version (win32-icons2.zip) from #1490384.
Martin v. Löwis
2006-06-03
3
-0
/
+0
*
Port to OpenBSD 3.9. Patch from Aldo Cortesi.
Martin v. Löwis
2006-06-03
3
-5
/
+35
*
Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-Jun...
Neal Norwitz
2006-06-03
74
-12895
/
+0
*
pprint functions used to sort a dict (by key) if and only if
Tim Peters
2006-06-02
4
-5
/
+42
*
Fixed struct test to not use unittest.
Martin Blais
2006-06-02
1
-78
/
+84
*
Patch #1357836:
Neal Norwitz
2006-06-02
1
-9
/
+11
*
More memory leaks from valgrind
Neal Norwitz
2006-06-02
1
-0
/
+4
*
Fix memory leak found by valgrind.
Neal Norwitz
2006-06-02
2
-3
/
+4
*
Convert docstrings to comments so regrtest -v prints method names
Neal Norwitz
2006-06-02
1
-7
/
+7
*
Armin committed his patch while I was reviewing it (I'm sure
Tim Peters
2006-06-01
1
-28
/
+40
*
Re-enable a new empty-string test added during the NFS sprint,
Tim Peters
2006-06-01
1
-6
/
+1
*
Record bugs 1275608 and 1456209 as being fixed.
Tim Peters
2006-06-01
1
-4
/
+9
*
Whitespace normalization.
Tim Peters
2006-06-01
1
-10
/
+10
*
[ 1497053 ] Let dicts propagate the exceptions in user __eq__().
Armin Rigo
2006-06-01
6
-101
/
+183
*
Some code style tweaks, and remove apply.
Georg Brandl
2006-06-01
1
-63
/
+67
*
Correctly dispatch Faults in loads (patch #1498627)
Georg Brandl
2006-06-01
1
-3
/
+3
*
Correctly allocate complex types with tp_alloc. (bug #1498638)
Georg Brandl
2006-06-01
1
-2
/
+2
*
Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571)
Georg Brandl
2006-06-01
1
-0
/
+24
*
Remove ; at end of macro. There was a compiler recently that warned
Neal Norwitz
2006-06-01
1
-1
/
+1
*
Repaired error in new comment.
Tim Peters
2006-05-31
1
-4
/
+4
*
_range_error(): Speed and simplify (there's no real need for
Tim Peters
2006-05-31
1
-17
/
+19
*
Trimmed trailing whitespace.
Tim Peters
2006-05-31
1
-22
/
+22
*
Mention SimpleXMLRPCServer change
Andrew M. Kuchling
2006-05-31
1
-0
/
+15
*
[Bug #1473048]
Andrew M. Kuchling
2006-05-31
3
-0
/
+41
*
Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, an...
Kristján Valur Jónsson
2006-05-31
6
-334
/
+30
*
'functional' module was renamed to 'functools'
Andrew M. Kuchling
2006-05-31
1
-6
/
+6
*
PyTuple_Pack is not available in Python 2.3, but ctypes must stay
Thomas Heller
2006-05-31
1
-1
/
+1
*
On 64-bit platforms running test_struct after test_tarfile would fail
Neal Norwitz
2006-05-31
1
-0
/
+6
*
Revert last checkin, it is better to do make distclean
Neal Norwitz
2006-05-31
1
-10
/
+1
*
Calculate smallest properly (it was off by one) and use proper ssize_t types ...
Neal Norwitz
2006-05-31
1
-5
/
+5
*
Clarify wording on default values for strptime(); defaults are used when better
Brett Cannon
2006-05-31
1
-1
/
+2
*
Whitespace normalization.
Tim Peters
2006-05-30
1
-4
/
+4
*
changed count to return 0 for slices outside the source string
Fredrik Lundh
2006-05-30
2
-2
/
+3
*
Change wrapping terminology to overflow masking
Bob Ippolito
2006-05-30
2
-21
/
+21
*
changed find/rfind to return -1 for matches outside the source string
Fredrik Lundh
2006-05-30
2
-10
/
+19
*
PyLong_FromString(): Continued fraction analysis (explained in
Tim Peters
2006-05-30
1
-3
/
+74
*
Add SoC name, and reorganize this section a bit
Andrew M. Kuchling
2006-05-30
1
-4
/
+10
[next]