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 |
2007-08-27 |
Neal Norwitz | Make some internal functions static |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Fix some refleaks (and format/error checking) |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | This adds a leak, but fixes a crash. The leaking code is: |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Get gdb macros working with unicode and PyVarObject... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Neal Norwitz | Fix warning |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Kurt B. Kaiser | Tkinter binding involving Control-spacebar raises unico... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Add a couple of files that are necessary based on getti... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | os.getcwd() now returns a normal string (ie, unicode) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | Cosmetics in error messages. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Add some more files from 1031 that I missed. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Manually apply most of patch 1031 to try to get python... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Patch 1030, Adapt _winreg.c to the new buffer API. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use new print function (part of patch 1031) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Eric Smith | PEP 3101: Completed string.Formatter class. Reimplemen... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use the correct variable name |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (hope it's right, I can't test it) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | When elapsed and expected time differ, at least show... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObjec... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Restore an assert, but move it to the proper place. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (and bytes as appropriate) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and remove support for some uses of str8. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Fix a couple of warnings |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (and bytes as appropriate) |
commit | commitdiff | tree | snapshot |
next |