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 bytes_repr return a string containing a b"" literal.
Georg Brandl
2007-02-24
4
-59/+59
*
Merged revisions 53859-53874 via svnmerge from
Thomas Wouters
2007-02-23
1
-18/+34
*
Prevent regeneration.
Thomas Wouters
2007-02-23
2
-2/+3
*
Touch file to regenerate Python-ast.[ch]
Thomas Wouters
2007-02-23
1
-0/+1
*
Bytes literal.
Thomas Wouters
2007-02-23
15
-19/+179
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
69
-283/+1454
*
Fix the last two tests.
Guido van Rossum
2007-02-22
3
-6/+5
*
Fix test_bsddb3 (along with something bsddb) to work with dict views.
Brett Cannon
2007-02-22
3
-3/+13
*
Fix obvious problems from switch to dict views. Some tests still fail over
Brett Cannon
2007-02-22
1
-6/+5
*
Remove test_dumbdbm as failing.
Brett Cannon
2007-02-22
1
-1/+1
*
Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from
Brett Cannon
2007-02-22
2
-10/+6
*
Fix test_importhooks for dict views.
Brett Cannon
2007-02-22
2
-2/+1
*
Fix test_iter after the dict views conversion.
Brett Cannon
2007-02-22
2
-8/+8
*
Fix test_iterlen by returning the iterator of dict views. Problem is that
Brett Cannon
2007-02-22
2
-3/+3
*
Fix xml.dom.minidom so it works again after the dict views introduction.
Brett Cannon
2007-02-21
3
-12/+8
*
Fix test_mutants for dict views.
Brett Cannon
2007-02-21
2
-2/+2
*
Fix test_os from breakage due to dict views.
Brett Cannon
2007-02-21
2
-2/+1
*
Fix plistlib to work with dict views.
Brett Cannon
2007-02-21
2
-3/+2
*
Some more test now pass.
Guido van Rossum
2007-02-15
3
-4/+3
*
Fix the damage to UserDict and its tests.
Guido van Rossum
2007-02-15
3
-18/+17
*
Fix for test_dict.py, thanks to Eduardo O Padoan.
Guido van Rossum
2007-02-14
2
-6/+6
*
Get rid of some old TO TO items.
Guido van Rossum
2007-02-13
1
-9/+1
*
List of broken tests at this time. If you fix a test, please update this file.
Guido van Rossum
2007-02-13
1
-0/+4
*
Make dict.keys() and dict.items() comparable to sets, using == and !=.
Guido van Rossum
2007-02-12
2
-4/+107
*
Fix unittest.
Guido van Rossum
2007-02-12
1
-1/+1
*
Fix another unit test.
Guido van Rossum
2007-02-12
1
-4/+4
*
Make test_logging pass.
Guido van Rossum
2007-02-12
1
-1/+1
*
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl
2007-02-11
2
-3/+2
*
Nailed test_weakref.py. Pfew, messy!
Guido van Rossum
2007-02-11
4
-39/+42
*
Two more trivial fixes.
Guido van Rossum
2007-02-11
2
-2/+2
*
Another fix. Partly reverted the tweaks done by the previous fix.
Guido van Rossum
2007-02-11
1
-6/+6
*
Make test_sax pass.
Guido van Rossum
2007-02-11
2
-12/+11
*
With the help of the improved fixer, test_with.py is now fixed.
Guido van Rossum
2007-02-11
1
-5/+5
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
73
-272/+317
*
Random change to make this work unchanged when dict.keys() returns a dict view.
Guido van Rossum
2007-02-10
1
-2/+1
*
Implement __contains__ for dict_keys and dict_items.
Guido van Rossum
2007-02-10
2
-26/+78
*
Endow dict views with a proper length method.
Guido van Rossum
2007-02-10
2
-12/+42
*
Very preliminary work on dict views.
Guido van Rossum
2007-02-10
2
-4/+268
*
News about softspace.
Guido van Rossum
2007-02-09
1
-1/+9
*
Fix the remaining doctest failures.
Guido van Rossum
2007-02-09
1
-6/+10
*
Ignore *.py[co].
Guido van Rossum
2007-02-09
0
-0/+0
*
Fix test_frozen.
Guido van Rossum
2007-02-09
8
-91/+91
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
19
-163/+10
*
Redue the failure rate to 13 tests. Bah.
Guido van Rossum
2007-02-09
1
-135/+135
*
Fix the roundtripping function.
Guido van Rossum
2007-02-09
1
-1/+1
*
Fairly subtle fix for failing tests.
Guido van Rossum
2007-02-09
3
-10/+8
*
Trivial fix for test_profile.py.
Guido van Rossum
2007-02-09
1
-7/+7
*
Found another difference between old and new print:
Guido van Rossum
2007-02-09
1
-8/+8
*
More prints embedded in strings.
Guido van Rossum
2007-02-09
1
-2/+2
*
Fix a bogus end=' ' here.
Guido van Rossum
2007-02-09
1
-1/+1
[prev]
[next]