]> granicus.if.org Git - python/shortlog
python
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)
2006-04-24 Nick CoghlanFix broken contextlib test from last checkin (I'd've...
2006-04-24 Nick CoghlanFix contextlib.nested to cope with exit methods raising...
2006-04-24 Nick CoghlanAdd unit tests for the -m and -c command line switches
2006-04-24 Nick CoghlanChange PEP 343 related documentation to use the term...
2006-04-24 Nick CoghlanNote changes made to PEP 343 related documentation
2006-04-24 Tim PetersBug #1337990: clarified that `doctest` does not support...
2006-04-23 Andrew M. KuchlingAdd two items
2006-04-23 Andrew M. KuchlingEdits to the PEP 343 section
2006-04-23 Skip Montanarocorrect example
2006-04-23 Skip Montanaroit's always helpful if the example works...
2006-04-23 Skip Montanarominor tweak
2006-04-23 Skip Montanarofirst cut at trace module doc
2006-04-23 Tim PetersWhitespace normalization.
2006-04-23 Nick CoghlanBackdated NEWS entry to record the implementation of...
2006-04-23 Nick CoghlanTake 2 on mentioning the with statement, this time...
2006-04-23 Nick CoghlanAdd a (very) brief mention of the with statement to...
2006-04-23 Nick CoghlanUpdate with statement documentation to use same termino...
2006-04-23 Gerhard HäringUpdated the sqlite3 module to the external pysqlite...
2006-04-23 Nick CoghlanUpdate contextlib documentation to use the same termino...
2006-04-23 Nick CoghlanAdd a Context Types section to parallel the Iterator...
2006-04-23 Ronald OussorenPatch 1471761 - test for broken poll at runtime
2006-04-23 Ronald OussorenPatch 1471925 - Weak linking support for OSX
2006-04-23 George Yoshidawrap SyntaxError with \exception{}
2006-04-23 Greg WardUpdate optparse to Optik 1.5.1.
2006-04-22 Hye-Shik ChangRemove $CJKCodecs$ RCS tags. The CJKCodecs isn't maint...
2006-04-22 George Yoshida- add versionadded tag
2006-04-22 Martin v. LöwisPort to Python 2.5. Drop .DEF file. Change output file...
2006-04-22 George YoshidaTypo fixes
2006-04-22 Martin v. LöwisFix more ssize_t issues.
2006-04-22 Martin v. LöwisFix more ssize_t problems.
2006-04-22 Neal NorwitzAdd libctypes as a dep
2006-04-22 Tim PetersWhitespace normalization.
2006-04-22 Andrew M. KuchlingAdd Gregory K. Johnson's revised version of mailbox...
2006-04-22 Andrew M. KuchlingMake copy of test_mailbox.py. We'll still want to...
2006-04-22 Andrew M. KuchlingFix comment typo
2006-04-22 Andrew M. KuchlingTypo fixes
2006-04-21 Phillip J. EbyGuido wrote contextlib, not me, but thanks anyway. ;)
2006-04-21 Tim PetersSF bug #1473760 TempFile can hang on Windows.
2006-04-21 Thomas HellerDocumentation for ctypes.
2006-04-21 Thomas HellerMerge in changes from ctypes 0.9.9.6 upstream version.
next