]> granicus.if.org Git - python/shortlog
python
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...
2006-04-28 Georg BrandlAdd SeaMonkey to the list of Mozilla browsers.
2006-04-28 George Yoshidafix markup glitch
2006-04-28 Neal NorwitzFix a warning on ppc (debian)
2006-04-28 Neal NorwitzFix a warning on alpha
2006-04-28 Neal NorwitzFix some warnings on Mac OS X 10.4
2006-04-28 Neal NorwitzTry to really fix the slow buildbots this time.
2006-04-28 Neal NorwitzAdd some whitespace to be more consistent.
2006-04-27 Thomas WoutersAdd more ignores of ImportWarnings; these are all just...
2006-04-27 Thomas Wouters - Add new Warning class, ImportWarning
2006-04-27 David GoodgerAdded SVN access for Steven Bethard and Talin, for...
2006-04-27 Thomas WoutersDo the small-memory run of big-meormy tests using a...
2006-04-27 Thomas WoutersSome style fixes and size-calculation fixes. Also do...
2006-04-27 Thomas HellerRerun the libffi configuration if any of the files...
2006-04-27 Thomas WoutersSome more size-estimate fixes, for large-list-tests.
2006-04-27 George Yoshidamarkup fix
2006-04-27 Andrew M. KuchlingMention the xmlrpclib.Error base class, which is used...
2006-04-27 Andrew M. Kuchling[Bug #1477140] Import Error base class
2006-04-27 Andrew M. Kuchling[Bug #1477102] Add necessary import to example
2006-04-27 Andrew M. KuchlingBump document version
2006-04-27 Andrew M. KuchlingNow that 2.5a2 is out, revert to the current date
2006-04-27 Anthony BaxterTagging for release of Python 2.5a2
2006-04-27 Anthony Baxter2.5a2 v2.5a2
2006-04-27 Anthony Baxter2.5a2
2006-04-27 Fred Drakeadd missing word
2006-04-27 Fred Drake- update version numbers in file names again, until...
2006-04-26 Fred Drakeone more place to use the current Python version
2006-04-26 Hye-Shik ChangFix build on MIPS for libffi. I haven't tested this...
2006-04-26 Thomas WoutersSome more test-size-estimate fixes: test_append and...
2006-04-26 Thomas WoutersAdd tests for += and *= on strings, and fix the memory...
2006-04-26 Martin v. LöwisUse GS- and bufferoverlowU.lib where appropriate, for...
2006-04-26 Tim PetersWhitespace normalization.
2006-04-26 Thomas WoutersThe result of SF patch #1471578: big-memory tests for...
2006-04-26 Andrew M. KuchlingAdd labels to all sections
2006-04-26 Andrew M. Kuchling[Bug #1475080] Fix example
2006-04-26 Nick CoghlanFix an error in the last contextlib.closing example
2006-04-26 Neal NorwitzFix this test on Solaris. There can be embedded \r...
next