]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2006-04-26  Neal NorwitzPatch from Aldo Cortesi (OpenBSD buildbot owner).
2006-04-26  Fred Drakeminor adjustment suggested by Peter Gephardt
2006-04-26  Fred Drakemarkup fixes, cleanup
2006-04-26  Tim PetersRev 45706 renamed stuff in contextlib.py, but didn...
2006-04-25  Guido van RossumImplement MvL's improvement on __context__ in Condition;
2006-04-25  Thomas HellerFix compiler warnings on Darwin.
2006-04-25  Thomas WoutersDefine MAXPATHLEN to be at least PATH_MAX, if that...
2006-04-25  Thomas WoutersFix SF bug #1476111: SystemError in socket sendto....
2006-04-25  George Yoshidaminor tweak
2006-04-25  Thomas WoutersSF bug/patch #1433877: string parameter to ioctl not...
2006-04-25  Andrew M. KuchlingRework context terminology
2006-04-25  Andrew M. KuchlingAdd two items; easy_install is now off the table, thoug...
2006-04-25  Thomas WoutersFix markup glitch in unittest docs. Will backport.
2006-04-25  Nick CoghlanFix latex typo
2006-04-25  Nick CoghlanMove the PEP 343 documentation and implementation close...
2006-04-25  Neal NorwitzRevert previous change, SKIP had a versionadded elsewhere
2006-04-25  Neal NorwitzRestore Walters name
2006-04-25  Neal Norwitzversionadded for SKIP
2006-04-25  Tim PetersPatch #1475231: add a new SKIP doctest option, thanks to
2006-04-25  Trent MickPut break at correct level so *all* root HKEYs acutally...
2006-04-24  Tim PetersWhitespace normalization.
2006-04-24  Phillip J. EbyRevert addition of setuptools
2006-04-24  Andrew M. KuchlingEdits, using the new term
2006-04-24  Thomas WoutersStop test_tcl's testLoadTk from leaking the Tk commands...
2006-04-24  Nick CoghlanMore reliable version of new command line tests that...
2006-04-24  Nick CoghlanBack out new command line tests (broke buildbot)
next