]> granicus.if.org Git - python/shortlog
python
2007-05-27 Guido van RossumAdd isatty() to TextIOWrapper.
2007-05-27 Guido van RossumMake input9) behave properly with the new I/O library.
2007-05-26 Walter DörwaldChange tp_str implementations of exception classes
2007-05-25 Guido van RossumMinimal fixes to save the bootstrap on OSX.
2007-05-25 Guido van RossumMerged revisions 55545-55587 via svnmerge from
2007-05-25 Walter DörwaldChange PyErr_Format() to generate a unicode string...
2007-05-25 Walter DörwaldDocument the existence of PyUnicode_InternInPlace(...
2007-05-25 Walter DörwaldAdd interning of unicode strings by copying the functio...
2007-05-24 Guido van RossumThis is the last time I fix binhex. If it breaks again...
2007-05-24 Walter DörwaldSimplify %U handling by using Py_UNICODE_COPY.
2007-05-24 Walter DörwaldFix typo.
2007-05-24 Guido van RossumFixed array.fromfile(); removed references to PyFileObj...
2007-05-24 Walter DörwaldDon't specify an encoding, let open figure out an
2007-05-24 Guido van RossumFix test_set.
2007-05-24 Guido van RossumAdd an encoding property to TextIOBase instances.
2007-05-24 Guido van RossumFix tset_bytes.py.
2007-05-24 Walter DörwaldFix test_exceptions.py: There were still str8 objects
2007-05-24 Guido van RossumLink _fileio statically -- it is needed during initiali...
2007-05-24 Walter DörwaldFix list_test.py::test_print(): Read and write the
2007-05-24 Walter DörwaldFix test_funcattrs.py: __name__ attribute must be str8.
2007-05-24 Guido van RossumFix test_bool and test_bufio.
2007-05-24 Guido van RossumEnable new I/O. Disable creation of old files.
2007-05-24 Guido van RossumMake test_subprocess work. Fix universal newlines...
2007-05-24 Guido van RossumMerged revisions 55514-55544 via svnmerge from
2007-05-24 Guido van RossumRemove native popen() and fdopen(), replacing them...
2007-05-23 Guido van RossumRefactor to avoid ultra-deeply-nested code.
2007-05-23 Guido van RossumFix datetime and its test.
2007-05-23 Walter DörwaldAdd a format character %S to PyUnicode_FromFormat(...
2007-05-23 Guido van RossumMake gdbm and dumbdbm use byte strings. Updated their...
2007-05-23 Walter DörwaldSimplify append_keyword_tzinfo() by using
2007-05-23 Walter DörwaldFix test_unicodedata.py.
2007-05-23 Walter DörwaldFix testcodec.py and test_charmapcodec.py
2007-05-23 Guido van RossumThis is how I run the tests.
2007-05-22 Guido van Rossumbz2 uses bytes everywhere (even for the 'newlines'...
2007-05-22 Guido van Rossumzlib now uses bytes everywhere, and the test passes.
2007-05-22 Guido van RossumMake test_binhex pass. (Do we really want to support...
2007-05-22 Guido van RossumMake test_base64 pass.
2007-05-22 Guido van RossumMake binascii use byte strings everywhere (in and out).
2007-05-22 Guido van Rossumobcheckin.
2007-05-22 Guido van RossumMerged revisions 55407-55513 via svnmerge from
2007-05-22 Guido van RossumThere's no need to default file to sys.stdout -- print...
2007-05-22 Walter DörwaldThe HTMLCalendar outputs bytes now, so fix the test
2007-05-22 Walter DörwaldRemove have_unicode checks and merge those tests into the
2007-05-22 Walter DörwaldRemove unused import.
2007-05-22 Walter DörwaldRemove tests for have_unicode.
2007-05-22 Walter DörwaldThe unicode builtin is gone now. Fix setup.py so that
2007-05-22 Guido van RossumMake test_zipfile pass.
2007-05-22 Guido van Rossumlinecache.py was still struggling with unicode vs....
2007-05-22 Guido van RossumOops. unicode() builtin was still around.
2007-05-21 Guido van RossumSockets facelift. APIs that could return binary data...
2007-05-21 Walter DörwaldMake test_format.py pass again (error messages have...
2007-05-21 Guido van RossumMake test_repr.py pass again after repr(range(1)) changed.
2007-05-21 Guido van RossumMake test_inspect pass once again.
2007-05-21 Walter DörwaldUpdate name of test.
2007-05-21 Walter DörwaldRename test_xrange.py to test_range.py and fix the
2007-05-21 Walter Dörwaldrepr(range(10)) now returns 'range(0, 10)' for clarity.
2007-05-20 Walter DörwaldRemove unused variables.
2007-05-20 Walter DörwaldAdd a few simple repr tests.
2007-05-20 Walter DörwaldChange range_repr() to use %R for the start/stop/step...
2007-05-19 Walter DörwaldAdd a format specifier %R to PyUnicode_FromFormat(...
2007-05-18 Guido van RossumUse test_support.unlink() instead of os.unlink().
2007-05-18 Guido van RossumFix the cleanup so that we're not left with shelftemp...
2007-05-18 Guido van RossumMake test_socket pass. There was an unchecked error...
2007-05-18 Walter DörwaldAdd functions PyUnicode_Append() and PyUnicode_AppendAn...
2007-05-18 Walter DörwaldAdd missing #define.
2007-05-18 Walter DörwaldFix test: u prefixes are gone now. Test 'a' and b'a...
2007-05-18 Walter DörwaldAdd 'U'/'U#' format characters to Py_BuildValue (and...
2007-05-18 Walter DörwaldRevert last checkin: _PyUnicode_New() allocates space
2007-05-18 Walter DörwaldAllocate one more character, so that the terminating
2007-05-18 Guido van RossumChange some uses of cStringIO.StringIO to io.StringIO.
2007-05-18 Guido van RossumProtect abs__file__() from changes to sys.modules while...
2007-05-17 Guido van RossumMake all the multibyte codec tests pass.
2007-05-17 Guido van RossumMake test_codecs work. The CJK codecs now use bytes...
2007-05-17 Guido van RossumMake test_new pass.
2007-05-17 Guido van RossumMake test_locale pass.
2007-05-17 Guido van RossumMake test__locale pass. Stupid bug in the original...
2007-05-17 Guido van RossumAllow encoding names to be unicode strings.
2007-05-17 Walter DörwaldFix tests for string encodings.
2007-05-17 Guido van RossumMerged revisions 55342-55406 via svnmerge from
2007-05-16 Walter DörwaldFix io.StringIO for wide Python builds.
2007-05-16 Walter DörwaldFix io.StringIO: String are stored encoded (using ...
2007-05-15 Guido van RossumMake test_subprocess pass. The subprocess module now...
2007-05-15 Guido van RossumMake test_sys pass.
2007-05-15 Guido van RossumMake test_strop pass. (But shouldn't we kill strop?)
2007-05-15 Guido van RossumMake test_re pass.
2007-05-15 Guido van RossumIt's ok for __hex__ or __oct__ to return unicode.
2007-05-15 Guido van RossumMake test_fileio.py work.
2007-05-15 Guido van RossumMake test_str.py pass.
2007-05-15 Guido van RossumMake tset_float pass. float(<unicode>) was never very...
2007-05-15 Guido van RossumAdd what looks like a necessary call to PyErr_NoMemory...
2007-05-15 Guido van RossumKill two innocuous compiler warnings.
2007-05-15 Guido van RossumObsubmit.
2007-05-15 Guido van RossumFix the picklevalue test; it broke due to the change...
2007-05-15 Guido van RossumMerged revisions 55328-55341 via svnmerge from
2007-05-14 Guido van RossumMerged revisions 55325-55327 via svnmerge from
2007-05-14 Guido van RossumMerged revisions 55270-55324 via svnmerge from
2007-05-12 Walter DörwaldChange PyUnicode_EncodeCharmap() to return bytes objects
2007-05-12 Walter DörwaldFix string test (was testing str twice).
2007-05-12 Walter DörwaldChange PyUnicode_EncodeRawUnicodeEscape() to return...
2007-05-12 Walter DörwaldReuse static global hexdigits array.
next