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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_exceptions.py: There were still str8 objects
Walter Dörwald
2007-05-24
1
-5/+5
*
Fix list_test.py::test_print(): Read and write the
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_funcattrs.py: __name__ attribute must be str8.
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_bool and test_bufio.
Guido van Rossum
2007-05-24
2
-7/+7
*
Enable new I/O. Disable creation of old files.
Guido van Rossum
2007-05-24
1
-7/+1
*
Make test_subprocess work. Fix universal newlines in io.py.
Guido van Rossum
2007-05-24
3
-39/+31
*
Merged revisions 55514-55544 via svnmerge from
Guido van Rossum
2007-05-24
1
-1/+1
*
Remove native popen() and fdopen(), replacing them with subprocess calls.
Guido van Rossum
2007-05-24
5
-8/+53
*
Fix datetime and its test.
Guido van Rossum
2007-05-23
1
-1/+2
*
Make gdbm and dumbdbm use byte strings. Updated their tests.
Guido van Rossum
2007-05-23
6
-51/+54
*
Fix test_unicodedata.py.
Walter Dörwald
2007-05-23
1
-1/+1
*
Fix testcodec.py and test_charmapcodec.py
Walter Dörwald
2007-05-23
2
-16/+16
*
bz2 uses bytes everywhere (even for the 'newlines' attribute).
Guido van Rossum
2007-05-22
1
-16/+16
*
zlib now uses bytes everywhere, and the test passes.
Guido van Rossum
2007-05-22
1
-42/+42
*
Make test_binhex pass. (Do we really want to support it still?)
Guido van Rossum
2007-05-22
2
-31/+26
*
Make test_base64 pass.
Guido van Rossum
2007-05-22
3
-228/+255
*
Make binascii use byte strings everywhere (in and out).
Guido van Rossum
2007-05-22
1
-42/+45
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
52
-1076/+341
*
There's no need to default file to sys.stdout -- print(file=None) already
Guido van Rossum
2007-05-22
1
-2/+0
*
The HTMLCalendar outputs bytes now, so fix the test
Walter Dörwald
2007-05-22
1
-2/+4
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
7
-200/+61
*
Remove unused import.
Walter Dörwald
2007-05-22
1
-1/+1
*
Remove tests for have_unicode.
Walter Dörwald
2007-05-22
1
-7/+4
*
Make test_zipfile pass.
Guido van Rossum
2007-05-22
3
-140/+141
*
linecache.py was still struggling with unicode vs. non-unicode.
Guido van Rossum
2007-05-22
1
-2/+3
*
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum
2007-05-21
4
-360/+148
*
Make test_format.py pass again (error messages have changed).
Walter Dörwald
2007-05-21
1
-22/+6
*
Make test_repr.py pass again after repr(range(1)) changed.
Guido van Rossum
2007-05-21
1
-1/+1
*
Make test_inspect pass once again.
Guido van Rossum
2007-05-21
2
-2/+3
*
Update name of test.
Walter Dörwald
2007-05-21
1
-1/+1
*
Rename test_xrange.py to test_range.py and fix the
Walter Dörwald
2007-05-21
1
-2/+2
*
repr(range(10)) now returns 'range(0, 10)' for clarity.
Walter Dörwald
2007-05-21
1
-1/+1
*
Add a few simple repr tests.
Walter Dörwald
2007-05-20
1
-0/+5
*
Use test_support.unlink() instead of os.unlink().
Guido van Rossum
2007-05-18
1
-4/+3
*
Fix the cleanup so that we're not left with shelftemp.db.* files.
Guido van Rossum
2007-05-18
1
-12/+10
*
Make test_socket pass. There was an unchecked error when a Unicode
Guido van Rossum
2007-05-18
1
-23/+22
*
Fix test: u prefixes are gone now. Test 'a' and b'a' instead.
Walter Dörwald
2007-05-18
1
-2/+1
*
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald
2007-05-18
1
-39/+39
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
19
-89/+26
*
Protect abs__file__() from changes to sys.modules while it's running.
Guido van Rossum
2007-05-18
1
-1/+1
*
Make all the multibyte codec tests pass.
Guido van Rossum
2007-05-17
9
-1221/+1206
*
Make test_codecs work. The CJK codecs now use bytes instead of str8 for
Guido van Rossum
2007-05-17
1
-5/+5
*
Make test_new pass.
Guido van Rossum
2007-05-17
1
-1/+1
*
Make test_locale pass.
Guido van Rossum
2007-05-17
1
-0/+1
*
Make test__locale pass. Stupid bug in the original code: used 'is' for '=='.
Guido van Rossum
2007-05-17
1
-1/+1
*
Fix tests for string encodings.
Walter Dörwald
2007-05-17
1
-2/+2
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
27
-4666/+71
*
Fix io.StringIO for wide Python builds.
Walter Dörwald
2007-05-16
1
-6/+11
*
Fix io.StringIO: String are stored encoded (using "unicode-internal" as the
Walter Dörwald
2007-05-16
2
-19/+33
*
Make test_subprocess pass. The subprocess module now reads and writes
Guido van Rossum
2007-05-15
2
-27/+16
[next]