]> granicus.if.org Git - python/shortlog
python
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...
2007-08-12 Kurt B. Kaiser1. Catch TypeError exception when writing to OutputWindow
2007-08-12 Neal NorwitzAdd -s/--start option that makes it easier to run the...
2007-08-12 Neal NorwitzRemove docs for builtin file.
2007-08-12 Neal NorwitzKill execfile(), use exec() instead
2007-08-12 Neal NorwitzFix refleaks from execfile('file that contains a #...
2007-08-12 Neal NorwitzMake sure to flush output when writing dots during...
2007-08-11 Martin v. LöwisRemove obsolete ifdef.
2007-08-11 Neal NorwitzFix problem when exec'ing a string with a coding
2007-08-11 Martin v. LöwisChange module to produce and consume bytes.
2007-08-11 Neal NorwitzRemove unnecessary import
2007-08-11 Neal NorwitzFix test_wsgiref that used StringIO and a BufferedReade...
2007-08-11 Guido van RossumQuick fix for a new problem here -- using string.lowerc...
2007-08-11 Georg BrandlFix automatic replacing mistake.
2007-08-11 Martin v. LöwisFall back to ascii if the locale module cannot be loaded.
2007-08-11 Guido van RossumA few sqlite files were still using RO instead of READONLY.
2007-08-11 Martin v. LöwisFix reference leak.
2007-08-11 Martin v. LöwisSet sys.stdout.encoding properly.
2007-08-11 Martin v. LöwisChange shelve to require a bytes-oriented dict as
2007-08-11 Neal NorwitzRemove support for __members__ and __methods__. There...
2007-08-11 Martin v. LöwisFix test_bsddb3.
2007-08-11 Neal NorwitzFix refleaks
2007-08-11 Neal NorwitzHandle error
2007-08-11 Kurt B. KaiserFix what appears to be a very old bug. Tkinter in...
2007-08-10 Guido van RossumUse an event variable to wait for the server to be...
2007-08-10 Kurt B. KaiserRemove the None tag from tagdefs dict for now, appears...
2007-08-10 Guido van RossumFix refcount bug in make_Zreplacement().
2007-08-10 Jeremy HyltonMake sure the mock object passed to finish_request...
2007-08-10 Jeremy HyltonAllow rfc822 to process headers from an incoming HTTP...
2007-08-10 Jeremy HyltonStyle
2007-08-10 Guido van RossumFix a bit of code that wasn't converted properly, causi...
2007-08-10 Gerhard HäringMake the sqlite tests pass.
2007-08-10 Guido van RossumA small tweak to avoid calling traceback.format_excepti...
2007-08-10 Lars GustäbelRFC 1952 requires the FNAME field to be Latin-1. Do...
2007-08-10 Walter DörwaldFix refleak: decref inputobj after extracting the relav...
2007-08-10 Martin v. LöwisFix dbshelve and much of dbtables.
2007-08-10 Martin v. LöwisWrap set_location.
2007-08-10 Neal NorwitzFix some doc problems.
2007-08-10 Kurt B. KaiserFix circular import issue
2007-08-10 Kurt B. KaiserFix filter() issues
2007-08-10 Guido van RossumRemove spurious (and unneeded) import of StringIO.
2007-08-09 Guido van RossumIn PyFile_WriteString(), call PyUnicode_FromString...
2007-08-09 Guido van RossumHack to avoid a nasty recursion issue when Python is...
2007-08-09 Guido van RossumFix some logic in PythonCmd() -- if the AsString()...
2007-08-09 Guido van RossumFix two bugs in socket_getaddr():
2007-08-09 Guido van RossumOops. The PyObject_Print() function was totally broken...
2007-08-09 Kurt B. KaiserFix remaining map() issues.
2007-08-09 Kurt B. KaiserUse relative imports
2007-08-09 Guido van RossumOops, this was placed in the wrong branch.
2007-08-09 Guido van RossumAdd a tombstone.
2007-08-09 Guido van RossumCreate the new Py3k branch.
2007-08-09 Guido van RossumMerged revisions 56782-56847 via svnmerge from
2007-08-09 Guido van RossumSF patch# 1770008 by Christian Heimes (plus some extras).
2007-08-08 Martin v. LöwisFix most of the bsddb3 tests.
2007-08-08 Guido van RossumFix core dump in an endcase of b.strip() that I missed.
2007-08-08 Thomas HellerFix the ctypes tests. Patch from Victor Stinner. ...
2007-08-08 Jeremy HyltonFix several failing tests in test_urllib2net.
2007-08-08 Guido van RossumSwitch wsgiref to io.{StringIO,BytesIO}. This shuts...
2007-08-08 Neal NorwitzSF patch # 1769767, get test_xml_etree_c working. ...
2007-08-08 Neal NorwitzWhitespace normalization.
2007-08-08 Neal NorwitzPy_ssize_t requires "n" format, this fixes most of...
2007-08-08 Collin WinterConvert some usages of types.StringType to just str...
2007-08-08 Guido van RossumFix a type error in a previous patch I made to this...
2007-08-07 Guido van RossumFix the last remaining test_csv failure.
2007-08-07 Guido van RossumBZ2File.read(0) should return b"" rather than raising...
2007-08-07 Guido van RossumRemove the coding line, and convert umlauted characters...
2007-08-07 Guido van RossumFix the test_minidom failure.
2007-08-07 Guido van RossumChange the repr() of frozenset instances (and set subcl...
2007-08-07 Guido van RossumRemove more references to intobject.
2007-08-07 Guido van RossumOops. I killed a bit too much and not enough when...
2007-08-07 Guido van RossumKill references to tp_print.
2007-08-07 Guido van RossumKill remaining tp_print definitions.
2007-08-07 Guido van RossumKill all uses and definitions of tp_print under Objects...
2007-08-07 Collin WinterRemove references to unicode from help(str).
next