]> granicus.if.org Git - python/shortlog
python
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.
2007-08-24 Neal NorwitzUse unicode for error messages of duplicate args
2007-08-24 Neal NorwitzUse unicode for reference (is there any way to build...
2007-08-24 Guido van RossumPatch with Keir Mierle: add rich comparisons between...
2007-08-24 Gregory P.... follow up to bug 1007 commit.
2007-08-24 Gregory P.... applies the better dbm and shelve related unittests...
2007-08-24 Skip MontanaroRemove PyArg_Parse usage from time module. (An extra...
2007-08-24 Neal NorwitzAdd const to some strings that are not modified
2007-08-24 Neal NorwitzUse unicode for much of errors.
2007-08-24 Collin WinterConvert test_pkg to use unittest.
2007-08-24 Collin Winter r698@Silves: collinwinter | 2007-08-24 10:57:15 ...
2007-08-24 Guido van RossumWhitespace cleanup.
2007-08-24 Guido van RossumClean up after a merge left behind old except clause...
2007-08-24 Guido van RossumMerged revisions 57221-57391 via svnmerge from
2007-08-24 Gregory P.... reapply of r57378 to fix bug 1725856
2007-08-24 Guido van RossumFix logic bug that triggered assert.
2007-08-24 Guido van RossumMake uuid.py thread-safe. Fix by Yuri Ginsburg.
2007-08-24 Guido van RossumFixes by Ero Carrera to remove PyString_. I had to...
2007-08-24 Guido van RossumPatch by Ero Carrera to get rid of PyString in timemodu...
2007-08-24 Guido van Rossummath.floor(<int>) now returns the argument,
2007-08-24 Neal NorwitzcPickle was removed
2007-08-24 Guido van RossumBefore calling _PyType_Lookup() the type needs to be...
2007-08-24 Neal NorwitzUse unicode for the errno.errorcode names
2007-08-24 Neal NorwitzReturn unicode for a key name from a wide character
2007-08-23 Neal NorwitzUse UTF-8 for a docstring that contains non-ASCII chars.
2007-08-23 Guido van RossumPatch by Keir Mierle so that sets can be compared to...
2007-08-23 Guido van RossumCFunctions' doc strings should be Unicode.
2007-08-23 Guido van RossumFix math.ceil() and math.floor() to fall back to __ceil...
2007-08-23 Guido van RossumFinish the work on __round__ and __trunc__.
2007-08-23 Neal NorwitzFix test_shelve when it uses dumbdbm. Found and fixed...
2007-08-23 Neal NorwitzConvert a bunch of constant strings in C to unicode.
2007-08-23 Neal NorwitzUse unicode.
2007-08-23 Guido van RossumRemove unused variable.
2007-08-23 Neal NorwitzUse a newer API for creating the module so we don't...
2007-08-23 Neal NorwitzUse a newer API for creating the module so we don't...
2007-08-23 Gregory P.... Require strict bytes objects for all bsddb.db input...
2007-08-23 Gregory P.... docstring cut n paste correction
2007-08-23 Kurt B. Kaiseros.getcwd() is returning str8; sys.path items are str.
2007-08-23 Kurt B. KaiserConform to py3k dict.{keys, items, values} with some...
2007-08-23 Guido van RossumCorrection to the xmlrpc docs by John Reese and Jacques...
2007-08-23 Kurt B. KaiserFix raise with 2to3
2007-08-23 Collin WinterConvert raise statements in Lib/plat-{mac,os2emx}.
2007-08-22 Guido van RossumFixes by John Reese and Jacques Frechet that make test_...
2007-08-22 Guido van RossumChange the error reporting when an invalid string is...
2007-08-22 Alex MartelliImplement the round functionality for PEP 3141, and...
2007-08-22 Collin WinterConvert raise statements in Mac/.
2007-08-22 Collin WinterConvert raise statements in Tools/.
2007-08-22 Kurt B. KaiserSwitch to absolute imports to support direct execution...
2007-08-22 Alex MartelliImplement the trunc builtin for PEP 3141
2007-08-22 Guido van RossumUse python -E instead of undef PYTHONPATH.
next