2007-06-12 |
Guido van Rossum | Duh. Delete the outdated comment too. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Guido van Rossum | Seems this test is just fine. It fails because __phell... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Guido van Rossum | Minimal changes to make the "freeze" tool work again. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Guido van Rossum | Update the frozen bytecode for __hello__. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Guido van Rossum | Some quick fixes of code that was sorting dict.keys... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Remove unused code. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify various spots where: str() is called on something |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Add versionadded notes to PyUnicode_FromString(), |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Document PyUnicode_FromFormat(). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Add a format specifier %V to PyUnicode_FromFormat(... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Fix PyErr_Format() call (missing exception class). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Use PyErr_Format() directly instead of |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify error formatting. Fix error message in |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify ste_repr(). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify error formatting and type_repr(). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify error formatting. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Simplify error formatting (no default encoding required). |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | Check unicode identifier directly instead of converting |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Walter Dörwald | __module__ is a unicode string now: |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Martin v. Löwis | Short-cut lookup of utf-8 codec, to make import work |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Martin v. Löwis | Expect unicode in class_name. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Martin v. Löwis | Fix getclassname. Fixes test_descrtut. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Martin v. Löwis | Make identifiers str (not str8) objects throughout. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Walter Dörwald | Adapt to new exception message. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Walter Dörwald | Fix Cookie.py: Fix example in the docstring (encoded... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Walter Dörwald | Rename checks for test_support.have_unicode (we always |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Walter Dörwald | Fix chr() test (1000000 was accepted on a UCS4 build). |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Guido van Rossum | Make test_socket work. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | Just enoug fixes so that test_mailbox fails instead... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | Accellerate binary readline() a bit. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | Merged revisions 55795-55816 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Alexandre Vassalotti | Fix pdb help command. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | The bufsize argument to Popen() should accept None... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | Change normalize_encodings() to avoid using .translate... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Fix libc_ver(): libc_ver() was reading sys.executable |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Change most sys attributes that were str8 objects into... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | Don't lie in error messages from str8. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Fix test_str.py so that it tests the str8 class. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Register a dispatcher for str8. (This makes test_copy... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Fix test_deque.py: Read and write file in text mode, |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Walter Dörwald | Fix tests for unicode-internal codec. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Guido van Rossum | tokenizer.c: make coding markup work again. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Guido van Rossum | Merged revisions 55631-55794 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Walter Dörwald | Use O_APPEND flag instead of seeking, when append |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Walter Dörwald | Fix gzip.py: Use bytes where 8bit strings have been... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Walter Dörwald | If append mode is specified seek to the end of the... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Walter Dörwald | Fix test_codeccallbacks.py: bytes has no % operator. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Walter Dörwald | Use PyUnicode_FromFormat() directly. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Change sys.intern() so that unicode strings can be |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Change getdefaultencoding() and getfilesystemencoding() |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Make the name of the C variables match the Python names |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | unichr() is named chr() now => fix name in error message. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Change int_oct() and int_hex() to return unicode objects. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Use PyUnicode_FromFormat() directly in |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Change category(), bidirectional(), east_asian_width(), |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Simplify os_init() implementations by using PyErr_Format() |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | Simplify socket_repr() by using PyUnicode_FromFormat() |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Walter Dörwald | PyUnicode_FromFormat() does support %02x, so use it |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Change time.strftime() to return a unicode string. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Change timedelta.__str__() to return a unicode object. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Change isoformat() methods to return unicode strings. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Change format_ctime() to return unicode (i.e. |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Change float.__str__() and complex.__str__() to return |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Walter Dörwald | Add support for width, precision and zeropadding to... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Guido van Rossum | Add a helper to display the various flags and component... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Guido van Rossum | Fix test_openpty. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Walter Dörwald | types.StringType is gone, use str directly instead. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Walter Dörwald | Remove debug print. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Walter Dörwald | Fix test_pty.py. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Walter Dörwald | Fix file test. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Guido van Rossum | Merged revisions 55588-55630 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Get rid of a test for repr() of a file object. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Modernize. Values are now bytes. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Make the binhex test pass on Darwin. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Remove use of types.StringType. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Use input(), not our own fake raw input (in one place). |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Make struct tests pass. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Make xmlrpclib fail less (test_sundry passes). |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Add isatty() to TextIOWrapper. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Guido van Rossum | Make input9) behave properly with the new I/O library. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Walter Dörwald | Change tp_str implementations of exception classes |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Guido van Rossum | Minimal fixes to save the bootstrap on OSX. |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Guido van Rossum | Merged revisions 55545-55587 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Walter Dörwald | Change PyErr_Format() to generate a unicode string... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Walter Dörwald | Document the existence of PyUnicode_InternInPlace(... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Walter Dörwald | Add interning of unicode strings by copying the functio... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | This is the last time I fix binhex. If it breaks again... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Simplify %U handling by using Py_UNICODE_COPY. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | Fixed array.fromfile(); removed references to PyFileObj... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Don't specify an encoding, let open figure out an |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | Fix test_set. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | Add an encoding property to TextIOBase instances. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | Fix tset_bytes.py. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Fix test_exceptions.py: There were still str8 objects |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Guido van Rossum | Link _fileio statically -- it is needed during initiali... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Fix list_test.py::test_print(): Read and write the |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Walter Dörwald | Fix test_funcattrs.py: __name__ attribute must be str8. |
commit | commitdiff | tree | snapshot |
next |