]> granicus.if.org Git - python/shortlog
python
2006-06-11 Neal NorwitzGet test to pass on S/390. Shout if you think this...
2006-06-11 Tim Peterscompare_generic_iter(): Fixed the failure of test_wsgi...
2006-06-11 Neal NorwitzFix test on PPC64 buildbot. It raised an IOError ...
2006-06-11 Neal NorwitzTry to fix another networking test. The problem is...
2006-06-11 Neal NorwitzTry to fix several networking tests. The problem is...
2006-06-11 Ronald Oussoren- Change fixapplepython23.py to ensure that it will...
2006-06-11 Ronald OussorenUse configure to substitute the correct prefix instead...
2006-06-11 Ronald OussorenRemove message about using make frameworkinstall, that...
2006-06-11 Tim PetersAdd missing svn:eol-style property to text files.
2006-06-11 Tim PetersWhitespace normalization.
2006-06-11 Thomas HellerRelease the GIL during COM method calls, to avoid deadl...
2006-06-11 Greg WardBug #1498146: fix optparse to handle Unicode strings...
2006-06-11 Greg WardSF #1366250: optparse docs: fix inconsistency in variab...
2006-06-11 Ronald OussorenThis patch improves the L&F of IDLE on OSX. The changes...
2006-06-11 Neal NorwitzFix errors found by pychecker
2006-06-11 Neal NorwitzFix errors found by pychecker.
2006-06-11 Neal Norwitzwarnings was imported at module scope, no need to impor...
2006-06-11 Neal NorwitzFix errors found by pychecker
2006-06-11 Neal Norwitzf_code can't be NULL based on Frame_New and other code...
2006-06-11 Neal NorwitzUpdate doc to make it agree with code.
2006-06-11 Neal NorwitzAdd versionadded to doc
2006-06-11 Neal NorwitzWrap some long lines
2006-06-11 Neal NorwitzFix Coverity # 146. newDBSequenceObject would deref...
2006-06-11 Greg WardBug #1361643: fix textwrap.dedent() so it handles tabs...
2006-06-10 Tim Petersshuffle() doscstring: Removed warning about sequence...
2006-06-10 Skip MontanaroSuppress warning on MacOSX about possible use before...
2006-06-10 Thomas HellerHandle failure of PyMem_Realloc.
2006-06-10 Thomas HellerDon't use C++ comment.
2006-06-10 Thomas HellerFix the second occurrence of the problematic printf...
2006-06-10 Thomas HellerFix a wrong printf format.
2006-06-10 Thomas HellerNew docs for ctypes.
2006-06-10 Fred Drakecredit for SF patch #1303595
2006-06-10 Fred DrakeSF patch #1303595: improve description of __builtins__...
2006-06-10 Thomas HellerUpgrade to ctypes version 0.9.9.7.
2006-06-10 Thomas HellerUpgrade to ctypes version 0.9.9.7.
2006-06-10 Greg WardSync with Optik docs (rev 518):
2006-06-10 Skip Montanarodocument the class, not its initializer
2006-06-10 Martin v. LöwisPatch #1495999: Part two of Windows CE changes.
2006-06-10 Armin RigoSF bug #1503294.
2006-06-10 Martin v. LöwisPort cygwin kill_python changes from 2.4 branch.
2006-06-10 Georg BrandlApply perky's fix for #1503157: "/".join([u"", u""...
2006-06-09 Brett CannonFix bug introduced in rev. 46806 by not having variable...
2006-06-09 Brett CannonAn object with __call__ as an attribute, when called...
2006-06-09 Georg BrandlMake use of new str.startswith/endswith semantics.
2006-06-09 Thomas Hellerset eol-style svn property
2006-06-09 Thomas Hellerset eol-style svn property
2006-06-09 Andrew M. KuchlingAdd some wsgiref text
2006-06-09 Andrew M. KuchlingRemove unused variable
2006-06-09 Tim PetersImplementing a happy idea from Georg Brandl: make...
2006-06-09 Andrew M. KuchlingDescribe startswith()/endswiith() change; add reminder...
2006-06-09 Georg BrandlRFE #1491485: str/unicode.endswith()/startswith() now...
2006-06-09 Brett Cannonsvn:ignore .pyc and .pyo files.
2006-06-09 Georg BrandlTest file.__exit__.
2006-06-09 Tim PetersWhitespace normalization.
2006-06-09 Brett CannonFix inconsistency in naming within an enum.
2006-06-09 Andrew M. KuchlingAdd note about wsgiref
2006-06-09 Andrew M. KuchlingAdd note about XMLGenerator bugfix
2006-06-09 Phillip J. EbyImport wsgiref into the stdlib, as of the external...
2006-06-09 Kristján Valur... Turn off warning about deprecated CRT functions on...
2006-06-09 Andrew M. Kuchling[Bug #1472827] Make saxutils.XMLGenerator handle \r...
2006-06-09 Andrew M. KuchlingMarkup fix
2006-06-09 Neal NorwitzFix grammar and reflow
2006-06-09 Tim PetersRemove the temporary hack to force test_optparse to
2006-06-09 Tim PeterstestUnicodeOpen(): I have no idea why, but making...
2006-06-09 Tim PetersAutoFileTests.tearDown(): Removed mysterious undocumented
2006-06-09 Tim PetersTo boost morale :-), force test_optparse to run immediately
2006-06-09 Tim PetersWhitespace normalization.
2006-06-09 Andrew M. KuchlingUpdate functools section
2006-06-08 Brett CannonBuffer objects would return the read or write buffer...
2006-06-08 Brett CannonMake binascii.hexlify() use s# for its arguments instea...
2006-06-08 Georg BrandlConvert test_file to unittest.
2006-06-08 Georg BrandlBug #1502805: don't alias file.__exit__ to file.close...
2006-06-08 Nick CoghlanAdd functools.update_wrapper() and functools.wraps...
2006-06-08 Georg BrandlArgh. "integer" is a very confusing word ;)
2006-06-08 Georg BrandlAdd news for recent bugfix.
2006-06-08 Georg BrandlBug #1502728: Correctly link against librt library...
2006-06-08 Georg BrandlBug #1502750: Fix getargs "i" format to use LONG_MIN...
2006-06-08 Andrew M. KuchlingTypo fix
2006-06-08 Armin Rigo(arre, arigo) SF bug #1350060
2006-06-08 Gregory P.... pasted set_lk_detect line in wrong spot in previous...
2006-06-08 Gregory P.... * Turn the deadlock situation described in SF bug ...
2006-06-08 Gregory P.... - bsddb: the bsddb.dbtables Modify method now raises...
2006-06-08 Neal NorwitzFix a refleak in recvfrom_into
2006-06-07 Brett CannonClarify documentation for bf_getcharbuffer.
2006-06-07 Thomas HellerFix for foreign functions returning small structures...
2006-06-07 Tim PetersAdd missing svn:eol-style property to text files.
2006-06-07 Tim PetersWhitespace normalization.
2006-06-07 Ronald Oussoren* If BuildApplet.py is used as an applet it starts...
2006-06-07 Ronald Oussoren- Patch the correct version of python in the Info.plist...
2006-06-07 Ronald OussorenAnd the last bit: move IDLE one level up and adjust...
2006-06-07 Ronald OussorenMove Mac/OSX/* one level up
2006-06-07 Ronald Oussorenmv Mac/OSX/BuildScript one level up
2006-06-07 Ronald OussorenMove Mac/OSX/PythonLauncher one level up
2006-06-07 Ronald OussorenMove Mac/OSX/Tools one level up
2006-06-07 Andrew M. KuchlingMention other placeholders
2006-06-07 Andrew M. KuchlingAdd an item; also, escape %
2006-06-07 Andrew M. KuchlingMention other placeholders
2006-06-07 Andrew M. KuchlingAdd an SQLite introduction, taken from the 'What's...
2006-06-07 Tim PetersSF patch 1501987: Remove randomness from test_exceptions,
2006-06-07 Tim Petersdash_R_cleanup(): Clear filecmp._cache. This accounts for
next