]> granicus.if.org Git - python/shortlog
python
2006-05-15 Martin v. LöwisFix memory leak.
2006-05-14 Ronald OussorenI missed one small detail in my rewrite of the osx...
2006-05-14 Ronald OussorenA first cut at replacing the icons on MacOS X. This...
2006-05-14 Ronald OussorenRework the build system for osx applications:
2006-05-13 Tim PetersRemove lie in new comment.
2006-05-13 Tim PetersTypo repair.
2006-05-13 Tim PetersTeach PyString_FromFormat, PyErr_Format, and PyString_F...
2006-05-13 Martin v. LöwisRevert 43315: Printing of %zd must be signed.
2006-05-13 George YoshidaAdd \exception markup
2006-05-12 Gerhard HäringIntegrated the rest of the pysqlite reference manual...
2006-05-12 Thomas Helleradd svn:eol-style native svn:keywords Id
2006-05-12 Thomas Hellerset svn properties
2006-05-12 Thomas HellerAdd missing svn properties.
2006-05-12 George YoshidaDuplicated description about the illegal continue usage...
2006-05-12 Martin v. LöwisFix alignment error on Itanium.
2006-05-12 George YoshidaAt first there were 6 steps, but one was removed after...
2006-05-12 Martin v. LöwisMove icon files into DLLs dir. Fixes #1477968.
2006-05-12 Martin v. LöwisDynamically allocate path name buffer for Unicode
2006-05-12 Tim PetersSF patch #1473132: Improve docs for tp_clear and tp_tr...
2006-05-11 Georg BrandlTypo fix.
2006-05-11 Tim PetersBaseThreadedTestCase.setup(): stop special-casing...
2006-05-11 Andrew M. Kuchlingtypo fix
2006-05-11 George YoshidaGrammar fix
2006-05-11 Martin v. LöwisChange WindowsError to carry the Win32 error code in...
2006-05-11 Neal NorwitzDon't mask a no memory error with a less meaningful...
2006-05-11 Brett CannonDetect if %zd is supported by printf() during configure...
2006-05-10 Georg BrandlFix two small errors in argument lists.
2006-05-10 Andrew M. KuchlingClarify description of exception handling
2006-05-10 Georg BrandlPatch #721464: pdb.Pdb instances can now be given expli...
2006-05-10 Georg BrandlPatch #1484695: Update the tarfile module to version...
2006-05-10 Georg BrandlBug #1484978: curses.panel: clarify that Panel objects...
2006-05-10 Georg BrandlBug #1485447: subprocess: document that the "cwd" param...
2006-05-10 Georg BrandlBug #1482988: indicate more prominently that the Stats...
2006-05-10 Thomas WoutersIgnore reflog.txt, too.
2006-05-10 Neal NorwitzFix problems found by Coverity.
2006-05-10 Tim PetersVariant of patch #1478292. doctest.register_optionflag...
2006-05-09 Thomas HellerDisable a test that is unreliable.
2006-05-09 Neal NorwitzMicro optimization. In the first case, we know that...
2006-05-08 Georg BrandlPatch #1478993: take advantage of BaseException/Excepti...
2006-05-08 Georg BrandlPatch #1479302: Make urllib2 digest auth and basic...
2006-05-08 Georg BrandlAdd test for rev. 45934.
2006-05-08 Martin v. LöwisAdd missing PyMem_Free.
2006-05-07 Georg BrandlPatch #1483395: add new TLDs to cookielib
2006-05-07 Andrew M. KuchlingMinor language edit
2006-05-07 Andrew M. Kuchling[Patch #1479977] Revised version of urllib2 HOWTO,...
2006-05-06 Martin v. LöwisHandle ERROR_ALREADY_EXISTS.
2006-05-06 Martin v. LöwisPort access, chmod, parts of getcwdu, mkdir, and utime...
2006-05-06 George YoshidaUse \versionchanged for the feature change
2006-05-06 George Yoshidadescribe optional arguments for DocFileSuite
2006-05-05 Thomas HellerClean up.
2006-05-05 Thomas Helleroops - the function is exported as 'my_free', not ...
2006-05-05 Thomas HellerFix memory leaks in the ctypes test suite, reported...
2006-05-05 Thomas HellerExport the 'free' standard C function for use in the...
2006-05-04 Martin v. LöwisUpdate checks to consider Windows error numbers.
2006-05-04 Martin v. LöwisDrop now-unnecessary arguments to posix_2str.
2006-05-04 Martin v. LöwisImplement os.{chdir,rename,rmdir,remove} using Win32...
2006-05-04 Martin v. LöwisPatch #1475845: Raise IndentationError for unexpected...
2006-05-04 Georg BrandlBug #1481530: allow "from os.path import ..." with...
2006-05-03 Thomas HellerDon't fail the tests when libglut.so or libgle.so canno...
2006-05-03 Georg BrandlBug #1385040: don't allow "def foo(a=1, b): pass" in...
2006-05-03 Georg BrandlBug #1472191: convert breakpoint indices to ints before...
2006-05-03 Georg BrandlRFE #1472176: In httplib, don't encode the netloc and...
2006-05-03 Georg BrandlAdd seamonkey to list of Windows browsers too.
2006-05-03 Nick CoghlanGet rid of a couple more context object references...
2006-05-03 Nick CoghlanFinish bringing SVN into line with latest version of...
2006-05-03 Georg BrandlMove network tests from test_urllib2 to test_urllib2net.
2006-05-03 Georg BrandlPatch #1480067: don't redirect HTTP digest auth in...
2006-05-03 Martin v. LöwisCorrect some formulations, fix XXX comments.
2006-05-03 Tim PetersWhitespace normalization.
2006-05-03 Fred Drakefix up whitespace in prompt strings
2006-05-03 Fred Drakeone more place to avoid extra markup (how many will...
2006-05-03 Fred Drakeone more place to avoid extra markup
2006-05-03 Fred Drakeat least comment on why curly-quotes are not enabled
2006-05-03 Fred Drakeavoid ugly markup based on the unfortunate conversions...
2006-05-03 Fred Draketell LaTeX2HTML to:
2006-05-03 Fred Drakeremove unnecessary assignment
2006-05-02 Andrew M. KuchlingUpdate context manager section for removal of __context__
2006-05-02 Andrew M. KuchlingUse open() instead of file()
2006-05-02 Guido van RossumHopefully this will fix the spurious failures of test_m...
2006-05-02 Armin RigoDocumentation bug: PySet_Pop() returns a new reference...
2006-05-02 Guido van RossumGet rid of __context__, per the latest changes to PEP...
2006-05-02 Guido van RossumFix the formatting of KeyboardInterrupt -- a bad issubc...
2006-05-02 Andrew M. KuchlingProvide encoding as keyword argument; soften warning...
2006-05-02 Vinay SajipReplaced my dumb way of calculating seconds to midnight...
2006-05-02 Neal NorwitzFix breakage from patch 1471883 (r45800 & r45808) on...
2006-05-02 Fred DrakeSF #1479988: add methods to allow access to weakrefs...
2006-05-02 Neal NorwitzTry to fix breakage caused by patch #1479181, r45850
2006-05-02 Neal NorwitzSF #1479181: split open() and file() from being aliases...
2006-05-01 Andrew M. KuchlingMarkup fixes
2006-05-01 Andrew M. KuchlingAdd item
2006-05-01 Andrew M. KuchlingMarkup fixes; add some XXX comments noting problems
2006-05-01 Fred Drakeadd dependency
2006-05-01 Martin v. LöwisRename parameters to match the documentation (which
2006-05-01 Martin v. LöwisAdd msilib documentation.
2006-05-01 Martin v. LöwisRename uisample to text, drop all non-text tables.
2006-05-01 Gerhard HäringFurther integration of the documentation for the sqlite...
2006-05-01 Andrew M. KuchlingSome ElementTree fixes: import from xml, not xmlcore...
2006-05-01 Martin v. LöwisWork around deadlock risk. Will backport.
2006-05-01 Fred Drake- minor clarification in section title
2006-05-01 Barry WarsawPort forward from 2.4 branch:
next