]> granicus.if.org Git - python/shortlog
python
2007-06-07 Guido van Rossumtokenizer.c: make coding markup work again.
2007-06-06 Guido van RossumMerged revisions 55631-55794 via svnmerge from
2007-06-06 Walter DörwaldUse O_APPEND flag instead of seeking, when append
2007-06-06 Walter DörwaldFix gzip.py: Use bytes where 8bit strings have been...
2007-06-06 Walter DörwaldIf append mode is specified seek to the end of the...
2007-06-06 Walter DörwaldFix test_codeccallbacks.py: bytes has no % operator.
2007-06-06 Walter DörwaldUse PyUnicode_FromFormat() directly.
2007-06-05 Walter DörwaldChange sys.intern() so that unicode strings can be
2007-06-05 Walter DörwaldChange getdefaultencoding() and getfilesystemencoding()
2007-06-05 Walter DörwaldMake the name of the C variables match the Python names
2007-06-05 Walter Dörwaldunichr() is named chr() now => fix name in error message.
2007-06-05 Walter DörwaldChange int_oct() and int_hex() to return unicode objects.
2007-06-05 Walter DörwaldUse PyUnicode_FromFormat() directly in
2007-06-05 Walter DörwaldChange category(), bidirectional(), east_asian_width(),
2007-06-05 Walter DörwaldSimplify os_init() implementations by using PyErr_Format()
2007-06-05 Walter DörwaldRemove unused variable.
2007-06-05 Walter DörwaldSimplify socket_repr() by using PyUnicode_FromFormat()
2007-06-05 Walter DörwaldPyUnicode_FromFormat() does support %02x, so use it
2007-05-31 Walter DörwaldChange time.strftime() to return a unicode string.
2007-05-31 Walter DörwaldChange timedelta.__str__() to return a unicode object.
2007-05-31 Walter DörwaldChange isoformat() methods to return unicode strings.
2007-05-31 Walter DörwaldChange format_ctime() to return unicode (i.e.
2007-05-31 Walter DörwaldChange float.__str__() and complex.__str__() to return
2007-05-31 Walter DörwaldAdd support for width, precision and zeropadding to...
2007-05-30 Guido van RossumAdd a helper to display the various flags and component...
2007-05-30 Guido van RossumFix test_openpty.
2007-05-29 Walter Dörwaldtypes.StringType is gone, use str directly instead.
2007-05-29 Walter DörwaldRemove debug print.
2007-05-29 Walter DörwaldFix typo.
2007-05-29 Walter DörwaldFix test_pty.py.
2007-05-29 Walter DörwaldFix file test.
2007-05-29 Guido van RossumMerged revisions 55588-55630 via svnmerge from
2007-05-27 Guido van RossumGet rid of a test for repr() of a file object.
2007-05-27 Guido van RossumModernize. Values are now bytes.
2007-05-27 Guido van RossumMake the binhex test pass on Darwin.
2007-05-27 Guido van RossumRemove use of types.StringType.
2007-05-27 Guido van RossumUse input(), not our own fake raw input (in one place).
2007-05-27 Guido van RossumMake struct tests pass.
2007-05-27 Guido van RossumMake xmlrpclib fail less (test_sundry passes).
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().
next