2007-06-13 |
Guido van Rossum | Reduce redundant calls to str() in _Environ class. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Following an idea by Ron Adam, make sure keys and value... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Merged revisions 55817-55961 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Shut up compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Discard unused function. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Make test_tmpfile() pass. (And hence test_os.py as... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Fix bz2_test.py by removing the tests for universal... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Make it compile with GCC 2.96. |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Guido van Rossum | Checkpoint: half-fixed the bz2 module. 'U' is no longe... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Guido van Rossum | Rip out the file object's implementation. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Walter Dörwald | unicode is named str now => fix type check. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Walter Dörwald | Fix test_shlex: Use io.StringIO. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Walter Dörwald | Mention name of left operand, if "foo in unicode_string" |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Walter Dörwald | Rip out all codecs that can't work in a unicode/bytes... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Walter Dörwald | Make module docstrings unicode objects. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Martin v. Löwis | Revert 55876. Use PyUnicode_AsEncodedString instead. |
commit | commitdiff | tree | snapshot |
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 |
next |