]> granicus.if.org Git - python/shortlog
python
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.
2007-08-25 Neal NorwitzSupport unicode names
2007-08-25 Neal NorwitzUse unicode
2007-08-25 Neal NorwitzUse unicode
2007-08-25 Neal NorwitzFix typo in comment
2007-08-25 Guido van RossumReorder code and decls so it's compilable with gcc...
2007-08-25 Eric SmithImplementation of PEP 3101, Advanced String Formatting.
2007-08-25 Neal NorwitzUse unicode for AST attributes
2007-08-25 Neal NorwitzUse unicode
2007-08-25 Neal NorwitzSince PyUnicode_AsString is a public API, don't just...
2007-08-25 Neal NorwitzUse unicode strings
2007-08-25 Neal NorwitzAdd const to input string parameters
2007-08-25 Neal NorwitzWhoops, not sure how I screwed up the name. Now builds...
2007-08-25 Neal NorwitzUse unicode and add a "test" for syslog
2007-08-24 Guido van RossumAdd a few mixed-mode (set vs. dict view) comparisons.
2007-08-24 Guido van RossumKeir Mierle's improved tests for dict view containment...
2007-08-24 Guido van RossumAdd some mixed operations between sets and dict views.
2007-08-24 Guido van RossumAdd unit tests for set ops on dict.items().
2007-08-24 Guido van RossumKeir Mierle's set operations for dict views (keys/items...
2007-08-24 Neal NorwitzUse unicode for password modules
2007-08-24 Neal NorwitzUse the str builtin
2007-08-24 Neal NorwitzEnsure that code object names (co_name) are unicode.
next