]> granicus.if.org Git - python/shortlog
python
2004-07-10 Brett CannonAdd an #ifdef __APPLE__ around typedef of foreachfunc...
2004-07-09 Brett CannonChange argument list for addsitedir() to not require...
2004-07-09 Neal NorwitzFix memory leak and bump the version per Greg
2004-07-09 Neal NorwitzCleanup support for older pythons (perhaps it should...
2004-07-09 Anthony Baxterreminder for amk
2004-07-09 Raymond HettingerAdd some tests for corner cases.
2004-07-09 Raymond Hettinger* Update the test suite to reflect that ConversionSynta...
2004-07-09 Raymond HettingerModule and tests:
2004-07-09 Anthony Baxterpost-release fun
2004-07-09 Anthony Baxterpost-release fun
2004-07-09 Raymond HettingerIncorporate Facundo's suggestions.
2004-07-09 Raymond HettingerAdd a link to the decimal module docs.
2004-07-09 Raymond Hettinger* fix the print test
2004-07-09 Raymond Hettinger* balance the left/right search for getitem.
2004-07-08 Skip Montanaroshow how easy it is to manipulate individual columns...
2004-07-08 Marc-André... .encode()/.decode() patch part 2.
2004-07-08 Marc-André... Allow string and unicode return types from .encode...
2004-07-08 Walter DörwaldAdd another bunch of test cases for calendars with...
2004-07-08 Michael W.... PyThreadState_Swap(NULL) didn't do what I thought it...
2004-07-08 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4a1
2004-07-08 Vinay SajipAdd exception handling for BaseRotatingFileHandler...
2004-07-08 Vinay SajipFileHandler now stores the basename as an absolute...
2004-07-08 Raymond HettingerFix markup and nits.
2004-07-08 Raymond HettingerFix markup, typos, and nits.
2004-07-08 Anthony Baxterdont think it's still being used, but just in case
2004-07-08 Martin v. LöwisBump build number to 54 for 2.4.0a1
2004-07-08 Anthony Baxter2.4a1
2004-07-08 Anthony Baxterrelease dates
2004-07-08 Anthony Baxterlicense updates for 2.4 (cleared with tim, on behalf...
2004-07-08 Tim PetersWhitespace normalization.
2004-07-08 Fred Drakebump the version number for 2.4a1
2004-07-08 Fred DrakeDeal with macros that have to be replaced with simple...
2004-07-08 Neal NorwitzExercise xrange a bit
2004-07-08 Neal NorwitzExercise some error conditions
2004-07-08 Neal NorwitzFix a couple of signed/unsigned comparison warnings
2004-07-08 Neal NorwitzPass the flags along, rather than ignoring them. Backp...
2004-07-08 Neal NorwitzRemove unused macros in .c files
2004-07-08 Neal NorwitzSF bug #978308, Spurious errors taking bool of dead pro
2004-07-08 Raymond HettingerTim gets his default traps.
2004-07-07 Tim PetersWhitespace normalization.
2004-07-07 Tim Peters"#if WITH_THREAD" is incorrect; must be #ifdef instead...
2004-07-07 Michael W.... This closes patch:
2004-07-07 Vinay SajipReplaced some tabs with spaces in verbatim section.
2004-07-07 Andrew M. Kuchling[Bug #982806] The default argument for opening GDBM...
2004-07-07 Andrew M. Kuchling[Bug #925107] Make .readline() consider self.stop....
2004-07-07 Andrew MacIntyreOS/2 EMX needs addrinfo.h for code included from getadd...
2004-07-07 Andrew MacIntyrebring OS/2 EMX port build environment up to date
2004-07-07 Andrew M. Kuchling[Bug #984017] Incorrect prototype, fixed by Timothy...
2004-07-07 Andrew M. KuchlingAdd logging changes
2004-07-07 Andrew M. KuchlingFor readable() objects, the previous value of 'flags...
2004-07-07 Thomas HellerRemove the annoing and useless messagebox asking about...
2004-07-07 Tim PetersMade the explanation more accurate; trimmed trailing...
2004-07-07 Tim PetersTypo repair.
2004-07-06 Skip Montanarowhitespace normalization
2004-07-06 Thomas HellerFix SF#983164.
2004-07-06 Guido van RossumAdd msg for bug #981530 (shutil.rmtree). Somehow that...
2004-07-06 Barry WarsawtestGetServBy(): Use services that should be available...
2004-07-06 Raymond Hettinger* Fix missing return after error message is set.
2004-07-06 Raymond HettingerDemonstrate how to round final result.
2004-07-05 Raymond Hettinger* Add __eq__ and __ne__ so that things like list.index...
2004-07-05 Raymond HettingerExpand examples to show polymorphism
2004-07-05 Raymond HettingerSimplify examples.
2004-07-05 Raymond HettingerDoc tested the recipes.
2004-07-05 Raymond HettingerFix typo
2004-07-05 Raymond HettingerTest the logic for int(d).
2004-07-05 Raymond Hettinger* Update the todo list.
2004-07-05 Raymond Hettinger* Added missing info on construction from a tuple.
2004-07-05 Raymond HettingerAdd decimal docs to the core.
2004-07-05 Raymond Hettinger* Fixup docstrings
2004-07-05 Andrew M. KuchlingVarious edits
2004-07-05 Andrew M. KuchlingVarious edits
2004-07-04 Andrew M. KuchlingBump version #; write introductory para
2004-07-04 Andrew M. KuchlingTypo fixes
2004-07-04 Andrew M. KuchlingMore additions
2004-07-04 Raymond HettingerChanged the rounding constant values to match their...
2004-07-04 Nicholas BastinTextual change to make the doc reflect reality
2004-07-04 Raymond HettingerFix clear_flags(). Make a readable (not evalable)...
2004-07-04 Andrew M. KuchlingWrite another section
2004-07-04 Andrew M. KuchlingRewrite two sections
2004-07-04 Kurt B. KaiserRedirect the warning stream to the shell during the...
2004-07-03 Raymond HettingerNamespace cleanups:
2004-07-03 Raymond Hettinger* Make the tests independent of the default precision.
2004-07-03 Vinay SajipRefactored RotatingFileHandler to create a base class...
2004-07-03 Vinay SajipChanged basicConfig() to add keyword arguments. Changes...
2004-07-03 Vinay SajipMoved example section up to just after the section...
2004-07-03 Raymond HettingerWork through several open todos:
2004-07-03 Brett CannonClarify last added comment (bug #754449).
2004-07-03 Brett Cannonthreading.Thread objects will now print a traceback...
2004-07-02 Mark HammondPatch [ 983775 ] Allow bdist_wininst to install for...
2004-07-02 Walter DörwaldAdd tests that check the result of calendar.monthcalend...
2004-07-02 Fred DrakeMake weak references subclassable:
2004-07-02 Thomas HellerUpdate info about the windows build.
2004-07-02 Thomas HellerSF #951851 fixed.
2004-07-02 Thomas HellerWhen importing an extension on Windows, the code reads...
2004-07-02 Thomas HellerFix for SF 982215: bdist_wininst - Next button not...
2004-07-02 Raymond HettingerSF Bug #215126: Over restricted type checking on eval...
2004-07-02 Skip Montanaroadd cp866 row
2004-07-01 Brett CannonChange signatures for arguments to "s" and friends...
2004-07-01 Fred DrakeCommitting Tim's patch for SF bug #983585:
2004-07-01 Walter DörwaldDocument that encode() and decode() raise UnicodeError
next