]> granicus.if.org Git - python/shortlog
python
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:
2006-04-30 Andrew M. KuchlingAdd item
2006-04-30 Andrew M. KuchlingAdd urllib2 HOWTO from Michael Foord
2006-04-30 Georg BrandlPatch #1479438: add \keyword markup for "with".
2006-04-30 Georg BrandlPatch #1472854: make the rlcompleter.Completer class...
2006-04-30 Georg BrandlFix another problem in inspect: if the module for an...
2006-04-30 Phillip J. EbyFix infinite regress when inspecting <string> or <stdin...
2006-04-30 Georg BrandlBug #1473625: stop cPickle making float dumps locale...
2006-04-30 Georg BrandlPatch #1470976: don't NLST files when retrieving over...
2006-04-30 Georg BrandlIn stdlib, use hashlib instead of deprecated md5 and...
2006-04-30 Georg BrandlPatch #1470846: fix urllib2 ProxyBasicAuthHandler.
2006-04-30 George YoshidaUse \versionchanged instead of \versionadded for new...
2006-04-30 Andrew M. KuchlingAdd two items
2006-04-29 Gerhard HäringThis is the start of documentation for the sqlite3...
2006-04-29 Brett CannonFix docstring for contextfactory; mentioned old context...
2006-04-29 Martin v. LöwisFurther changes for #1471883: Edit Misc/NEWS, and
2006-04-29 Andrew M. KuchlingAdd item
2006-04-29 Andrew M. KuchlingMake case of 'ZIP' consistent
2006-04-29 Andrew M. KuchlingAdd item
2006-04-29 Ronald OussorenPatch 1471883: --enable-universalsdk on Mac OS X
2006-04-29 George Yoshidagrammar fix
2006-04-28 Georg BrandlBug #1478429: make datetime.datetime.fromtimestamp...
2006-04-28 Thomas HellerRemove a duplicated test (the same test is in test_inco...
2006-04-28 Georg BrandlBug #1478326: don't allow '/' in distutils.util.get_pla...
2006-04-28 Georg BrandlBug #1472949: stringify IOErrors in shutil.copytree...
2006-04-28 George Yoshidacorrect a dead link
2006-04-28 Georg BrandlBug #1475009: clarify ntpath.join behavior with absolut...
next