]> granicus.if.org Git - python/shortlog
python
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)
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Neal NorwitzUse unicode and remove support for some uses of str8.
2007-08-26 Neal NorwitzUse unicode and remove support for some uses of str8.
2007-08-26 Neal NorwitzUse unicode and remove support for some uses of str8.
2007-08-26 Kurt B. KaiserFix another map(...) --> list(map...)
2007-08-26 Neal NorwitzRemove assert that seems out of place. It triggers...
2007-08-26 Neal NorwitzUse unicode and stop supporting str8
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Gregory P.... Use the new buffer api for input data.
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Neal NorwitzReturn a boolean for status
2007-08-26 Neal NorwitzUse unicode
2007-08-26 Neal NorwitzGet rid of more uses of string and use const in a few...
2007-08-26 Neal NorwitzRegenerate
2007-08-25 Neal NorwitzGet the urllib tests to pass without the email package
2007-08-25 Neal NorwitzGet test working when there are multiple dbs supported.
2007-08-25 Neal NorwitzDisable test until email comes back
2007-08-25 Neal NorwitzGet test_pyclbr to pass after removing the email package
2007-08-25 Neal NorwitzUse unicode
2007-08-25 Neal NorwitzGet rid of compiler warning on 64-bit
2007-08-25 Neal NorwitzUse unicode
2007-08-25 Neal NorwitzFix some comments
2007-08-25 Guido van RossumCosmetic fixes to make this work with Py3k (as well...
2007-08-25 Guido van RossumRemove the email package for now.
next