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
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
57
-22482/+805
*
Remove support for u"..." literals.
Guido van Rossum
2007-05-11
1
-10/+1
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
3
-130/+136
*
Fix the array tests. Only a minor change to the C code was required.
Guido van Rossum
2007-05-10
2
-17/+15
*
Fix some miscellaneous places that incorrectly insisted on str8.
Guido van Rossum
2007-05-10
3
-27/+34
*
Merged revisions 55228 via svnmerge from
Guido van Rossum
2007-05-10
1
-3/+3
*
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
2
-11/+22
*
Fix punycode codec and tests.
Walter Dörwald
2007-05-10
2
-43/+43
*
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
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-1/+1
*
Add to an XXX comment.
Guido van Rossum
2007-05-09
1
-1/+2
*
Random modifications that slightly improve the chances of this not blowing up.
Guido van Rossum
2007-05-09
1
-11/+10
*
Use AsCharBuffer to get a C string out of a Python string.
Guido van Rossum
2007-05-09
1
-29/+16
*
Use AsCharBuffer to get C strings out of Python strings.
Guido van Rossum
2007-05-09
2
-30/+15
*
The NULL pointer for empty strings turns out to be a pain.
Guido van Rossum
2007-05-09
1
-1/+4
*
Be more robust around bytes for e[st]#? formats.
Guido van Rossum
2007-05-09
1
-4/+8
*
More uniform approach to getting (UTF8) bytes out of a string.
Guido van Rossum
2007-05-09
1
-30/+3
*
Support PEP-263-style coding declarations.
Guido van Rossum
2007-05-09
1
-0/+11
*
I don't know how come bytes.join() was a class method, but that's clearly
Guido van Rossum
2007-05-09
2
-10/+18
*
Forwardport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Fix trivial bug in idna encoding.
Guido van Rossum
2007-05-09
1
-1/+0
*
test_codeccallbacks.py passes again.
Walter Dörwald
2007-05-09
1
-97/+110
*
Mention type in the exception message.
Walter Dörwald
2007-05-09
1
-2/+3
*
Make test_marshal pass. Not my best work. :-(
Guido van Rossum
2007-05-09
2
-10/+43
*
Make the StringIO test pass.
Guido van Rossum
2007-05-08
2
-23/+36
*
Got test_pickletools and test_pickle working.
Guido van Rossum
2007-05-08
5
-145/+172
*
Given that ord() of a bytes object of length 1 is defined, it should
Guido van Rossum
2007-05-08
3
-1/+15
*
Fix a few places where a str instead of a bytes object was used.
Guido van Rossum
2007-05-08
2
-5/+5
*
repr(b"\0") should return b"\x00", not the (unusual) b"\0".
Guido van Rossum
2007-05-08
2
-3/+4
*
Kill u"..." string quotes. Thought I already did that.
Guido van Rossum
2007-05-08
2
-10/+2
*
Got test_exceptions.py working.
Guido van Rossum
2007-05-08
2
-18/+21
*
Get rid of 'file' built-in. Get rid of types.StringType and friends.
Guido van Rossum
2007-05-08
3
-15/+0
*
Merged revisions 55180-55183 via svnmerge from
Guido van Rossum
2007-05-08
1
-8/+13
*
Checkpoint. A b it closer to working pickles and pickletools.
Guido van Rossum
2007-05-07
4
-8/+26
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
150
-1332/+1424
*
Initialized merge tracking via "svnmerge" with revisions "1-55006" from
Guido van Rossum
2007-05-07
0
-0/+0
*
Fix some trivial things in cPickle due to the renaming of the string types.
Guido van Rossum
2007-05-07
1
-7/+2
*
Verify checkins to py3k branches go to 3000 list.
Neal Norwitz
2007-05-07
1
-0/+1
*
Check whether the strlen() result overflows Py_ssize_t.
Walter Dörwald
2007-05-06
1
-1/+5
*
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
*
Change PyUnicode_EncodeUTF7() to return a bytes object.
Walter Dörwald
2007-05-05
1
-4/+7
*
Silence gcc warnings.
Walter Dörwald
2007-05-05
1
-4/+4
*
When creating a unicode object from a char * characters
Walter Dörwald
2007-05-05
1
-3/+2
*
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
*
Add PyUnicode_FromString(), which create a unicode object from a
Walter Dörwald
2007-05-05
3
-0/+64
[next]