]> granicus.if.org Git - python/shortlog
python
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...
2007-08-27 Neal NorwitzMake some internal functions static
2007-08-27 Neal NorwitzFix some refleaks (and format/error checking)
2007-08-27 Neal NorwitzThis adds a leak, but fixes a crash. The leaking code is:
2007-08-27 Neal NorwitzGet gdb macros working with unicode and PyVarObject...
2007-08-27 Neal NorwitzFix warning
2007-08-27 Kurt B. KaiserTkinter binding involving Control-spacebar raises unico...
2007-08-26 Neal NorwitzAdd a couple of files that are necessary based on getti...
2007-08-26 Neal Norwitzos.getcwd() now returns a normal string (ie, unicode)
2007-08-26 Guido van RossumCosmetics in error messages.
2007-08-26 Neal NorwitzAdd some more files from 1031 that I missed.
2007-08-26 Neal NorwitzManually apply most of patch 1031 to try to get python...
2007-08-26 Neal NorwitzPatch 1030, Adapt _winreg.c to the new buffer API.
2007-08-26 Neal NorwitzUse new print function (part of patch 1031)
2007-08-26 Eric SmithPEP 3101: Completed string.Formatter class. Reimplemen...
2007-08-26 Neal NorwitzUse the correct variable name
2007-08-26 Neal NorwitzUse unicode (hope it's right, I can't test it)
2007-08-26 Guido van RossumWhen elapsed and expected time differ, at least show...
2007-08-26 Guido van RossumPass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObjec...
2007-08-26 Neal NorwitzRestore an assert, but move it to the proper place.
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Neal NorwitzUse unicode (and bytes as appropriate)
2007-08-26 Neal NorwitzUse unicode and remove support for some uses of str8.
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Neal NorwitzFix a couple of warnings
2007-08-26 Neal NorwitzUse unicode (and bytes as appropriate)
next