]> granicus.if.org Git - python/shortlog
python
2006-01-07 Neal NorwitzFix icc warnings: using wrong enum type
2006-01-07 Neal NorwitzFix icc warnings: extra semi-colon and signed vs unsigned
2006-01-07 Neal NorwitzFix icc warnings: extra semi-colon
2006-01-07 Neal NorwitzIf there is no libtermcap all the readline tests failed.
2006-01-06 Georg BrandlAdd compiler test regarding optional arguments.
2006-01-06 Georg BrandlCorrect typo
2006-01-06 Neal Norwitzinitscr() will exit if there's an error. Try to catch...
2006-01-06 Tim PetersPy_GetBuildInfo(): Squash compiler warnings.
2006-01-06 Tim Peterssvnversion_init(): Use standard layout for function...
2006-01-06 Tim PetersTrimmed trailing whitespace.
2006-01-06 Martin v. LöwisGeneralize buildno to be a sequence of non-comma
2006-01-06 Martin v. LöwisDeal with empty svn_revisions.
2006-01-05 Martin v. LöwisAdd HeadURL to the keywords.
2006-01-05 Martin v. LöwisDrop sys.build_number. Add sys.subversion.
2006-01-05 Skip Montanarosquash compiler warning on Mac OSX 10.3
2006-01-05 Martin v. LöwisAlways set SVNVERSION to "exported" if it otherwise...
2006-01-05 Martin v. LöwisStop maintaining the buildno file.
2006-01-05 Neal NorwitzIf the audio file does not exist, the test should be...
2006-01-05 Neal NorwitzTry to make svnversion test more portable, based on...
2006-01-05 Neal NorwitzSkip test_curses if stdin is not a tty (like when run...
2006-01-05 Neal NorwitzFix errors on 64-bit platforms. Will backport
2006-01-04 Georg BrandlBug #1395715: wrong LaTeX label
2006-01-04 Hye-Shik ChangFix a warning from gcc by adding a missed const qualifier.
2006-01-03 Barry WarsawSF bug #1395926: Also test for svnversion command on...
2006-01-03 Martin v. LöwisMention that zlib is now builtin on Windows.
2006-01-03 Martin v. LöwisPatch #1307806: Use project defaults where possible
2006-01-03 Martin v. LöwisMake zlib builtin.
2006-01-03 Martin v. LöwisRemove unneeded directories.
2006-01-03 Martin v. LöwisImport zlib into Python tree.
2006-01-03 Martin v. LöwisIgnore .svn instead of CVS now.
2006-01-03 Barry WarsawOn the Mac, we have to ignore python.exe too.
2006-01-03 Neal NorwitzDammit, who the hell spells build with ii?
2006-01-03 Neal NorwitzUpdated doc from patch 1117398
2006-01-03 Neal NorwitzAs discussed on python-dev, don't remove Python-ast...
2006-01-03 Neal Norwitzinstall svn in /usr/local/bin and remove from ~/local/bin
2006-01-02 Neal Norwitzget the proper full pathname of the script. spell...
2006-01-02 Neal Norwitz* Change tabs to spaces
2006-01-02 Georg BrandlBug #1395597: doc typo
2006-01-02 Martin v. LöwisRegenerate.
2006-01-02 Martin v. LöwisAdjust usage of compiler_use_new_block to its return...
2006-01-02 Neal NorwitzScript to automatically build and test python and doc...
2006-01-02 Fred Drakeupdate to reflect move to Subversion
2006-01-02 Neal NorwitzFix ref/memory leak introduced in rev 41845.
2006-01-01 Barry WarsawPorted from 2.4 branch:
2006-01-01 Georg BrandlBug #1394868: doc typos
2006-01-01 Tim PetersFixed English in a comment; trimmed trailing whitespace;
2005-12-30 Tim Peterstest_main(): Restore the original root logger level...
2005-12-30 Tim PetersWhitespace normalization.
2005-12-30 Martin v. LöwisWork around test_locale failing on Solaris.
2005-12-30 Martin v. LöwisUse -xcode=pic32 for SunPro. Will backport to 2.4.
2005-12-30 Skip MontanaroFix a delimiter detection problem in sniffer. Sniffing...
2005-12-30 Skip Montanarotypo, use parens for continued expr
2005-12-29 Fredrik LundhSF#1391872
2005-12-29 Armin RigoSF patch #1379023: document that a weakref callback...
2005-12-29 Armin RigoSF bug #1153075: "PyXxx_Check(x) trusts x->ob_type...
2005-12-29 Armin Rigoadding in-place operators to the operator module.
2005-12-29 Armin RigoTypo.
2005-12-29 Armin RigoSF patch #1390657:
2005-12-29 Armin Rigotwo missing PyDoc_STR().
2005-12-28 Skip Montanarotypo
2005-12-28 Skip MontanaroFix for problem with Sniffer class. If your delimiter...
2005-12-27 Georg BrandlBug #999767: make setup.py obey Setup.local wrt shared...
2005-12-27 Georg Brandl[ 959576 ] Can't build Python on POSIX w/o $HOME
2005-12-27 Georg BrandlRevert checkin for bug #1386675.
2005-12-27 Georg BrandlBug #1386675: winreg raises WindowsErrors
2005-12-26 Georg BrandlBug #1389673: document correct return value of set...
2005-12-26 Georg BrandlBug #489256: remove note about Python 1.1 profiler
2005-12-26 Georg BrandlBug #954981: urllib2 example wont work w/o ssl
2005-12-26 Georg BrandlBug #839075: document that highly recursive data cannot...
2005-12-26 Georg BrandlBug #839585: mention % string operator in language ref
2005-12-26 Georg BrandlBug #756104: document that bufsize in socket.recv(...
2005-12-26 Georg BrandlBug #649974: make docstrings for url2pathname consistent
2005-12-26 Armin RigoUpdating the short blob about old/new-style classes...
2005-12-26 Tim PetersAs reported on c.l.py, the _elementtree project
2005-12-25 Tim PetersWhitespace normalization.
2005-12-25 Tim Peterstest_bug_1333982(): This one must fail under -O.
2005-12-25 Tim PetersRepair longstanding damage introduced by the AST merge:
2005-12-25 Fredrik Lundhfixed one more typo
2005-12-25 Fredrik LundhSF#1389809
2005-12-25 Fredrik Lundhfixed two typos in pprint reference page
2005-12-24 Tim Petersdo_mkvalue(), 'I' and 'k' cases: squash legitimate
2005-12-24 Tim Petersconst poisoning, spreading to fix new const warnings
2005-12-24 Neal NorwitzIgnore pyc files for building doc
2005-12-23 Neal NorwitzPatch #1157027, cookielib mis-handles RFC 2109 cookies...
2005-12-23 Neal NorwitzSF patch #1157027, cookielib mis-handles RFC 2109 cooki...
2005-12-23 Neal NorwitzAdd missing dep for cookielib doc
2005-12-23 Neal NorwitzPatch #1117398: fix cookielib LoadError
2005-12-23 Neal NorwitzFix SF #1117398, cookielib LWPCookieJar and MozillaCook...
2005-12-22 Andrew M. Kuchling[Patch #1375417] Massive rearrangement of the Library...
2005-12-22 Andrew M. KuchlingAdd more chapter intros
2005-12-22 Andrew M. KuchlingAdd markup
2005-12-22 Andrew M. KuchlingAdd some chapter introductions (not linked into the...
2005-12-22 Andrew M. KuchlingUpdate text
2005-12-22 Andrew M. KuchlingTypo fix
2005-12-22 Andrew M. KuchlingTypo fix
2005-12-22 Georg Brandl[ 1388141 ] Minor error in md5 docs
2005-12-21 Thomas HellerAdd Python\pyarena.c to the VC project file.
2005-12-19 Barry WarsawRevert most of r41765. Don't use $Revision$ in Py_GetB...
2005-12-19 Neal NorwitzRemove extra parens
2005-12-19 Neal NorwitzRemove extra parens
next