]> granicus.if.org Git - python/shortlog
python
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.
2007-08-22 Collin WinterConvert raise statements in bsddb.
2007-08-22 Collin WinterFix raise statements in hotshot.
2007-08-22 Kurt B. KaiserFix typo in comment
2007-08-22 Kurt B. KaiserReplace file() with open()
2007-08-22 Kurt B. KaiserUse buffer of type 'bytes' to accumulate from socket.
2007-08-22 Gregory P.... stop leaving log.0000001 __db.00* and xxx.db turds...
2007-08-22 Collin WinterPatch #1774414: make it possible to use SVK to develop...
2007-08-22 Kurt B. KaiserFix bug introduced at r54854 to mass replace string...
2007-08-22 Gregory P.... Eat some low hanging fruit... let the test suite run.
2007-08-22 Kurt B. KaiserFix some debugging print statements
2007-08-22 Guido van RossumMake IOBase (and hence all other classes in io.py)...
2007-08-22 Kurt B. KaiserRemove some old comments adequately covered in the...
2007-08-22 Kurt B. Kaiser1. Fix File Open: don't encode filename to UTF-8 bytes
2007-08-21 Guido van RossumConvert sunaudio.py to bytes. (It has no unit test...
2007-08-21 Kurt B. Kaisereliminate "from ... import *" in a function.
2007-08-21 Lars GustäbelFall back to 'ascii' encoding if sys.getfilesystemencod...
2007-08-21 Guido van RossumFix fallout from making __private variables in threadin...
2007-08-20 Guido van RossumMake runtests.py a little more versatile: support ...
2007-08-20 Guido van RossumRename __whatever variables defined by ABCMeta to _abc_...
2007-08-20 Guido van RossumGet rid of all __private variables and methods in the...
2007-08-20 Guido van RossumMerged revisions 57152-57220 via svnmerge from
2007-08-20 Jeremy HyltonRemove note about compatibility layer, as the compatibi...
2007-08-20 Travis E. OliphantFix memory leak in arraymodule.c and respond to a few...
2007-08-19 Neal NorwitzRemove _PyObject_Del
2007-08-19 Neal NorwitzSF #1777057, fix memoryview('test') so it works in...
2007-08-19 Hye-Shik ChangFix xmlrpc unittest. While it now passes on Linux...
2007-08-19 Neal NorwitzCode review of the new buffer protocol. Mostly add...
2007-08-18 Guido van RossumFix an unfinished though in my own test code.
2007-08-18 Guido van RossumNew I/O code from Tony Lownds implement newline feature...
2007-08-18 Travis E. OliphantMerged in py3k-buffer branch to main line. All objects...
2007-08-18 Guido van RossumMake the cleanup between -R passes deal better with...
2007-08-18 Guido van RossumFix _dump_registry() to use the correct prefix for...
2007-08-18 Guido van RossumForce PYTHON = python2.5.
2007-08-17 Guido van RossumAllow -R4:3 instead of -R4:3: -- I never use the 3rd...
2007-08-17 Guido van RossumChange the usage() function. Don't print the entire...
2007-08-17 Guido van RossumAnother merge. Only doc stuff was affected (but this...
2007-08-17 Guido van RossumPrint warning when openssl is too old; it's pretty...
next