]> granicus.if.org Git - python/shortlog
python
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...
2007-08-17 Walter DörwaldFix stupid typo in Lib/encodings/utf_32.py which led...
2007-08-17 Guido van RossumMove some declarations before code, to compile with...
2007-08-17 Guido van RossumFix refcount leak, courtesy Christian Heines.
2007-08-17 Skip MontanaroRemove support for BeOS
2007-08-17 Georg BrandlNo need to define raw_input(), input() does the same.
2007-08-17 Neal NorwitzMerged revisions 57125-57128 via svnmerge from
2007-08-17 Neal NorwitzSimplify expression
2007-08-17 Guido van RossumFix the IPv6 pton/ntop tests. Why weren't these failin...
2007-08-17 Guido van RossumMerged revisions 57113-57124 via svnmerge from
2007-08-17 Neal NorwitzRemove output file for test that was already removed
2007-08-17 Skip Montanarosome RiscOS stuff I missed before (was only looking...
2007-08-17 Skip Montanaroforgot this when removing RISCOS stuff
2007-08-17 Guido van RossumManually patched a few things that didn't get merged...
2007-08-16 Guido van RossumFirst merge from the trunk straight into the py3k branc...
2007-08-16 Guido van RossumInitialized merge tracking via "svnmerge" with revision...
2007-08-16 Guido van RossumDelete svnmerge properties (temporarily).
2007-08-16 Walter DörwaldApply SF patch #1775604: This adds three new codecs...
2007-08-16 Guido van RossumGet rid of some dead code and unneeded XXX comments...
2007-08-16 Jeremy HyltonRemove last(?) use of httplib.HTTPS, which caused test_...
2007-08-16 Walter DörwaldComplete truncated sentence.
2007-08-16 Skip MontanaroRemove RISCOS support
2007-08-16 Georg BrandlRemove license of the md5 module which is no longer...
2007-08-16 Neal NorwitzRemove a bogus comment based on the code above.
2007-08-16 Neal NorwitzSupport the new doc system. Also test_compiler was...
2007-08-15 Georg BrandlMove the 3k reST doc tree in place.
2007-08-15 Georg BrandlDelete the LaTeX doc tree.
2007-08-15 Georg BrandlTag last revision with LaTeX docs.
2007-08-15 George YoshidaFix doc compilation problem.
2007-08-15 Martin v. LöwisImplement PEP 3131. Add isidentifier to str.
2007-08-15 Guido van RossumDown with str8!
2007-08-14 Martin v. LöwisAdd XID_Start and XID_Continue properties to unicodectype.
2007-08-14 Martin v. LöwisFormat bools properly in %d.
2007-08-14 Collin WinterBug #1772489: make dir() work on traceback objects...
2007-08-14 Collin WinterGet rid of traceback.c:tb_getattr in favor of marking...
2007-08-14 Jeremy HyltonRemove Python 1.5 compatibility layer from httplib.
2007-08-14 Jeremy HyltonChange xmlrpclib to use the newer httplib interface.
2007-08-14 Guido van RossumThe dbm module should use bytes for keys. This makes...
2007-08-14 Martin v. LöwisFix test_gdbm.
2007-08-14 Martin v. LöwisRemove string.{letters,lowercase,uppercase}.
2007-08-13 Guido van RossumPatch suggested Paul Colomiets fixes test_threaded_impo...
2007-08-13 Guido van RossumDon't mess with string.letters any more. It is most...
2007-08-13 Guido van RossumImproved patches for sndhdr and imghdr by Victor Stinne...
2007-08-13 Guido van RossumFix two obvious 2.xisms.
2007-08-13 Martin v. LöwisEnable basic load/store again.
2007-08-13 Hye-Shik ChangFix a failing test on FreeBSD: ttys are seekable in...
2007-08-13 Hye-Shik ChangFix a test failure on non-UTF-8 locales: bad_coding2...
2007-08-13 Lars GustäbelRetouch my last change after a comment on style from...
2007-08-13 Martin v. LöwisAllow str8 in .write().
2007-08-13 Martin v. LöwisExpect that source strings are Unicode.
2007-08-13 Martin v. LöwisMake assertion error be more verbose.
2007-08-13 Martin v. LöwisFix typo.
2007-08-13 Martin v. LöwisCreate Unicode objects.
2007-08-13 Martin v. LöwisUse Tcl_SetObjResult instead of Tcl_SetResult.
2007-08-12 Neal NorwitzCleanup a little.
2007-08-12 Neal NorwitzAdd comment that should be addressed
2007-08-12 Neal NorwitzFix memory leak in an error condition
2007-08-12 Neal NorwitzFix memory leak
2007-08-12 Barry WarsawCompare what's read from files against proper byte...
2007-08-12 Skip MontanaroPyErr_Warn is deprecated in 2.5 - goes away for 3.0
2007-08-12 Neal NorwitzFix memory leak
2007-08-12 Martin v. LöwisDon't try to convert str to Unicode anymore.
2007-08-12 Neal NorwitzGet pystone working with lazy map.
2007-08-12 Neal NorwitzFix the refleak in strftime when converting a %Z with...
next