]> granicus.if.org Git - python/shortlog
python
2007-08-29 Guido van RossumMake it work with Py3k.
2007-08-29 Collin WinterRaise statement normalization in Lib/test/.
2007-08-29 Collin Winter(no commit message)
2007-08-29 Collin Winter(no commit message)
2007-08-29 Guido van RossumDon't delete test output when "make clean" is run ...
2007-08-29 Guido van RossumModernize clean and funny targets.
2007-08-29 Guido van RossumMostly rewritten, much shorter README for Py3k.
2007-08-29 Guido van Rossum[Oops, I forgot half of the patch.]
2007-08-29 Guido van RossumAndother bytes/str comparison caught by Jeremy's change.
2007-08-29 Jeremy HyltonChange string literal to bytes.
2007-08-29 Jeremy HyltonMake terminator constants bytes.
2007-08-29 Jeremy HyltonChange string literals to bytes, since they are compare...
2007-08-29 Guido van RossumFix issue # 1037 (sort of).
2007-08-29 Jeremy HyltonMake it an error to compare a bytes object and a Unicod...
2007-08-29 Guido van RossumPatch # 1050 by Amaury Forgeot d'Arc.
2007-08-29 Kurt B. Kaiser1. Debugger was failing to start due to DictProxy limit...
2007-08-29 Guido van RossumPatch # 1048 by Amaury Forgeot d'Arc.
2007-08-29 Guido van RossumThree patches from issue #1047, by Amaury Forgeot d...
2007-08-29 Guido van RossumIn rseponse to bug# 1029, force the newline default...
2007-08-29 Guido van RossumUnset PYTHONPATH, for my convenience.
2007-08-29 Guido van RossumInsist that the argument to TextIOWrapper.write() is...
2007-08-29 Guido van RossumUse the correct type for variables corresponding to...
2007-08-29 Jeremy HyltonConvert various string literals to bytes.
2007-08-29 Jeremy HyltonPEP 7 clean ups, no change in behavior.
2007-08-29 Jeremy HyltonFix test failures caused by missing/incorrect conversio...
2007-08-29 Guido van RossumFix up brokenness with hashing, now hashlib is strict...
2007-08-29 Guido van RossumStraggler (forgot to save this earlier).
2007-08-29 Guido van RossumRefuse to compute digests from PyUnicode (str) instances.
2007-08-29 Guido van RossumOops, remove an abort() I put in for debugging.
2007-08-29 Guido van RossumFix the one failing test (can't decode twice).
2007-08-29 Guido van RossumAdd PyUnicode_AsStringAndSize(), which is like PyUnicod...
2007-08-29 Guido van RossumFix test_pyclbr -- _https_connection is optional.
2007-08-29 Guido van RossumFix failure in error handler -- exc[-1] -> exc.args...
2007-08-29 Eric SmithCorrected missed #if in r57652.
2007-08-29 Eric SmithAdded conditional compilation for '()', which was an...
2007-08-29 Neal NorwitzGet test_bsddb3 passing
2007-08-29 Gregory P.... strings vs bytes, bytes wins again
2007-08-29 Guido van RossumCommit strict str/bytes distinction.
2007-08-29 Guido van RossumFound a different, more direct way to disable ssl suppo...
2007-08-29 Guido van RossumChange the way the encoding parameter is handled.
2007-08-29 Guido van RossumMake test_cmd_line work with strict str/bytes.
2007-08-29 Guido van RossumFix the sqlite test. Blobs should be created using...
2007-08-29 Guido van Rossum"Fix" a few places that were using PyObject_AsCharBuffe...
2007-08-29 Eric SmithModified parsing of format strings, so that we always...
2007-08-29 Guido van RossumMake gettext work with strict str/bytes.
2007-08-29 Guido van RossumFix this test. How could it ever have worked?!
2007-08-29 Guido van RossumForgot one. This makes test_urllib2.py pass.
2007-08-29 Guido van RossumMake test_httplib pass.
2007-08-29 Guido van RossumMake test_urllib be strict about str/bytes.
2007-08-29 Guido van RossumDisable this test too.
2007-08-29 Guido van RossumDisable test_ssl until ssl.py has been fixed.
2007-08-28 Thomas WoutersFix buglet in sliceobjects, they were not returning...
2007-08-28 Thomas WoutersMerge the trunk changes in. Breaks socket.ssl for now.
2007-08-28 Eric SmithSimplified tuple returned by string._formatter_parser...
2007-08-28 Eric SmithChanged STRINGLIB_CMP from an inline function to a...
2007-08-28 Gregory P.... Change to use the new buffer API instead of bytes objec...
2007-08-28 Gregory P.... some test suite cleanup, use tempfile.mkdtemp() in...
2007-08-28 Lars GustäbelConform to strict str/bytes distinction.
2007-08-28 Neal NorwitzApply this change from 2.6. Hopefully it doesn't cause...
2007-08-28 Collin WinterIdiom adjustment in the docs for the parser module.
2007-08-28 Collin WinterKill lingering docs references to UnicodeType.
2007-08-28 Collin WinterDon't encourage 'from types import *' in the types...
2007-08-28 Collin WinterRemove unneeded import.
2007-08-28 Collin WinterRemove unneeded imports from bsddb's test_dbshelve.
2007-08-28 Collin WinterStyle/idiom cleanup of binhex module.
2007-08-28 Guido van RossumMake this work on Mac as well (where Type and Creator...
2007-08-28 Guido van RossumMy wish for TempFile is fulfilled.
2007-08-28 Guido van RossumPatch # 1033 by Adam Hupp:
2007-08-28 Guido van RossumMake test_cgi pass. I changed the internal file create...
2007-08-28 Eric SmithCode layout changes for PEP 7 compliance.
2007-08-28 Guido van RossumMake dumbdbm use bytes for keys consistently.
2007-08-27 Guido van RossumMore str/bytes goodness.
2007-08-27 Eric SmithMoved fieldnameiterator and formatteriterator to string...
2007-08-27 Guido van RossumMore str/bytes strictness.
2007-08-27 Guido van Rossumstr/bytes strictness.
2007-08-27 Guido van Rossumstr/bytes strictness.
2007-08-27 Eric SmithCleanup in anticipation of moving formatteriterator...
2007-08-27 Guido van RossumMore str/bytes strictness.
2007-08-27 Guido van Rossumposix.confname(): enforce that names as str instances.
2007-08-27 Guido van RossumMore str/bytes fixes.
2007-08-27 Guido van RossumMore changes needed to make things work once bytes...
2007-08-27 Guido van RossumOne further change.
2007-08-27 Guido van RossumForce test_xmlrpc to pass. I'm not happy with how...
2007-08-27 Guido van RossumFix some tests I broke. (More to follow.)
2007-08-27 Guido van RossumChanges in anticipation of stricter str vs. bytes enfor...
2007-08-27 Guido van RossumChanges in anticipation of stricter str vs. bytes enfor...
2007-08-27 Eric SmithAdditional test for formatting code.
2007-08-27 Guido van RossumChanges in anticipation of stricter str vs. bytes enfor...
2007-08-27 Guido van RossumThere should be no codecs left that return str8 intead...
2007-08-27 Guido van RossumFix a few places that broke due to a recent change...
2007-08-27 Guido van RossumChanges to io.py and socket.py by Christian Heimes.
2007-08-27 Guido van RossumChanges in anticipation of stricter str vs. bytes enfor...
2007-08-27 Guido van RossumChanges in anticipation of stricter str vs. bytes enfor...
2007-08-27 Guido van RossumChanges preparing for stricter enforcement of bytes...
2007-08-27 Eric SmithAdded test to ensure __format__ methods return unicode...
2007-08-27 Guido van RossumSome changes in preparation of stricter rules about...
2007-08-27 Eric SmithFixed accidental indentation change.
2007-08-27 Eric SmithPEP 3101: Removed _formatter_xxx routines from sysmodul...
2007-08-27 Thomas HellerPort the build_ssl.py script to Python 3.
2007-08-27 Neal NorwitzFix refleaks in test_unicode and test_string related...
next