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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
12
-470/+4
*
There's no longer a u prefix for unicode objects
Walter Dörwald
2007-05-11
1
-6/+6
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
11
-561/+161
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
1
-108/+109
*
Fix the array tests. Only a minor change to the C code was required.
Guido van Rossum
2007-05-10
1
-16/+12
*
Use io.BytesIO instead of StringIO.StringIO in all
Walter Dörwald
2007-05-10
1
-16/+16
*
Merged revisions 55184-55224 via svnmerge from
Guido van Rossum
2007-05-10
1
-1/+8
*
Fix punycode codec and tests.
Walter Dörwald
2007-05-10
1
-25/+28
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-19/+20
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-2/+2
*
Fix code depending on exception unpacking.
Guido van Rossum
2007-05-09
1
-1/+1
*
I don't know how come bytes.join() was a class method, but that's clearly
Guido van Rossum
2007-05-09
1
-5/+6
*
test_codeccallbacks.py passes again.
Walter Dörwald
2007-05-09
1
-97/+110
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
1
-5/+5
*
Make the StringIO test pass.
Guido van Rossum
2007-05-08
1
-21/+25
*
Got test_pickletools and test_pickle working.
Guido van Rossum
2007-05-08
2
-40/+41
*
Given that ord() of a bytes object of length 1 is defined, it should
Guido van Rossum
2007-05-08
2
-0/+14
*
Fix a few places where a str instead of a bytes object was used.
Guido van Rossum
2007-05-08
1
-4/+4
*
repr(b"\0") should return b"\x00", not the (unusual) b"\0".
Guido van Rossum
2007-05-08
1
-2/+3
*
Kill u"..." string quotes. Thought I already did that.
Guido van Rossum
2007-05-08
1
-2/+2
*
Got test_exceptions.py working.
Guido van Rossum
2007-05-08
1
-15/+18
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
1
-3/+6
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
85
-582/+570
*
Add two more space tests.
Walter Dörwald
2007-05-05
1
-0/+2
*
Remove duplicate tests.
Walter Dörwald
2007-05-05
1
-24/+4
*
Fix %c overflow test.
Walter Dörwald
2007-05-05
1
-1/+1
*
test_unicode.py passes again 9except for problems
Walter Dörwald
2007-05-05
2
-119/+68
*
Make the BOM constants in codecs.py bytes.
Walter Dörwald
2007-05-04
1
-73/+72
*
Use basestring instead of (str, str8) to test whether
Walter Dörwald
2007-05-04
1
-1/+1
*
test_exceptions.py passes, except for pickling of course.
Guido van Rossum
2007-05-04
1
-1/+1
*
Make test_types.py pass.
Guido van Rossum
2007-05-04
1
-14/+14
*
Make all of test_bytes pass (except pickling, which is too badly busted).
Guido van Rossum
2007-05-04
1
-38/+38
*
More coding by random modification.
Guido van Rossum
2007-05-04
1
-11/+8
*
Temporary fix: Module names are still 8bit strings. This
Walter Dörwald
2007-05-03
1
-1/+1
*
Fix various spots where int/long and str/unicode unification
Walter Dörwald
2007-05-03
4
-29/+24
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
10
-35/+35
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
75
-1378/+1378
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-9/+9
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
131
-5747/+9420
*
Allow decorators and return annotations to be used together (fixes SF#1697248)
Nick Coghlan
2007-04-23
1
-1/+6
*
Don't crash when nonlocal is used at module level (fixes SF#1705365)
Nick Coghlan
2007-04-23
1
-0/+6
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
30
-242/+269
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
7
-215/+18
*
Remove the xmllib module that was obsolete.
Neal Norwitz
2007-04-17
2
-52/+0
*
Instead of pickling the whole decoder, use the new getstate/setstate API.
Guido van Rossum
2007-04-17
1
-0/+30
*
Apply SF patch #1698994: Add getstate() and setstate()
Walter Dörwald
2007-04-16
1
-6/+75
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
7
-8/+909
*
Oops, don't test for a name attribute here. That's a higher-level feature.
Guido van Rossum
2007-04-13
1
-1/+0
*
Support name and mode attributes on all file types.
Guido van Rossum
2007-04-13
2
-8/+2
*
Disallow u"..." + b"..." and b"..." + u"...".
Guido van Rossum
2007-04-13
1
-1/+1
[next]