2007-08-29 |
Guido van Rossum | Make it work with Py3k. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | Raise statement normalization in Lib/test/. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | (no commit message) |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | (no commit message) |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Don't delete test output when "make clean" is run ... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Modernize clean and funny targets. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Mostly rewritten, much shorter README for Py3k. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | [Oops, I forgot half of the patch.] |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Andother bytes/str comparison caught by Jeremy's change. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Change string literal to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Make terminator constants bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Change string literals to bytes, since they are compare... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix issue # 1037 (sort of). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Make it an error to compare a bytes object and a Unicod... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Patch # 1050 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Kurt B. Kaiser | 1. Debugger was failing to start due to DictProxy limit... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Patch # 1048 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Three patches from issue #1047, by Amaury Forgeot d... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | In rseponse to bug# 1029, force the newline default... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Unset PYTHONPATH, for my convenience. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Insist that the argument to TextIOWrapper.write() is... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Use the correct type for variables corresponding to... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Convert various string literals to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | PEP 7 clean ups, no change in behavior. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Fix test failures caused by missing/incorrect conversio... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix up brokenness with hashing, now hashlib is strict... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Straggler (forgot to save this earlier). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Refuse to compute digests from PyUnicode (str) instances. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Oops, remove an abort() I put in for debugging. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix the one failing test (can't decode twice). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Add PyUnicode_AsStringAndSize(), which is like PyUnicod... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix test_pyclbr -- _https_connection is optional. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix failure in error handler -- exc[-1] -> exc.args... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Eric Smith | Corrected missed #if in r57652. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Eric Smith | Added conditional compilation for '()', which was an... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Neal Norwitz | Get test_bsddb3 passing |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Gregory P.... | strings vs bytes, bytes wins again |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Commit strict str/bytes distinction. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Found a different, more direct way to disable ssl suppo... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Change the way the encoding parameter is handled. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Make test_cmd_line work with strict str/bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix the sqlite test. Blobs should be created using... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | "Fix" a few places that were using PyObject_AsCharBuffe... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Eric Smith | Modified parsing of format strings, so that we always... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Make gettext work with strict str/bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix this test. How could it ever have worked?! |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Forgot one. This makes test_urllib2.py pass. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Make test_httplib pass. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Make test_urllib be strict about str/bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Disable this test too. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Disable test_ssl until ssl.py has been fixed. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Thomas Wouters | Fix buglet in sliceobjects, they were not returning... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Thomas Wouters | Merge the trunk changes in. Breaks socket.ssl for now. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Eric Smith | Simplified tuple returned by string._formatter_parser... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Eric Smith | Changed STRINGLIB_CMP from an inline function to a... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Gregory P.... | Change to use the new buffer API instead of bytes objec... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Gregory P.... | some test suite cleanup, use tempfile.mkdtemp() in... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Lars Gustäbel | Conform to strict str/bytes distinction. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Neal Norwitz | Apply this change from 2.6. Hopefully it doesn't cause... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Idiom adjustment in the docs for the parser module. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Kill lingering docs references to UnicodeType. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Don't encourage 'from types import *' in the types... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Remove unneeded import. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Remove unneeded imports from bsddb's test_dbshelve. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Collin Winter | Style/idiom cleanup of binhex module. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Guido van Rossum | Make this work on Mac as well (where Type and Creator... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Guido van Rossum | My wish for TempFile is fulfilled. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Guido van Rossum | Patch # 1033 by Adam Hupp: |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Guido van Rossum | Make test_cgi pass. I changed the internal file create... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Eric Smith | Code layout changes for PEP 7 compliance. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Guido van Rossum | Make dumbdbm use bytes for keys consistently. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | More str/bytes goodness. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | Moved fieldnameiterator and formatteriterator to string... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | More str/bytes strictness. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | str/bytes strictness. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | str/bytes strictness. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | Cleanup in anticipation of moving formatteriterator... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | More str/bytes strictness. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | posix.confname(): enforce that names as str instances. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | More str/bytes fixes. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | More changes needed to make things work once bytes... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | One further change. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Force test_xmlrpc to pass. I'm not happy with how... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Fix some tests I broke. (More to follow.) |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes in anticipation of stricter str vs. bytes enfor... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes in anticipation of stricter str vs. bytes enfor... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | Additional test for formatting code. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes in anticipation of stricter str vs. bytes enfor... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | There should be no codecs left that return str8 intead... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Fix a few places that broke due to a recent change... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes to io.py and socket.py by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes in anticipation of stricter str vs. bytes enfor... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes in anticipation of stricter str vs. bytes enfor... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Changes preparing for stricter enforcement of bytes... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | Added test to ensure __format__ methods return unicode... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Guido van Rossum | Some changes in preparation of stricter rules about... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | Fixed accidental indentation change. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Eric Smith | PEP 3101: Removed _formatter_xxx routines from sysmodul... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Thomas Heller | Port the build_ssl.py script to Python 3. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Fix refleaks in test_unicode and test_string related... |
commit | commitdiff | tree | snapshot |
next |