]> granicus.if.org Git - python/shortlog
python
2004-07-10 Brett CannonAdd comments at end of every #endif and fix ones alread...
2004-07-10 Brett CannonAdd note about closing of bug #679953 and add Jimmy...
2004-07-10 Brett CannonMake struct formats for specifying file size to be...
2004-07-10 Andrew M. KuchlingAdd an item
2004-07-10 Andrew M. Kuchling[Patch #969900] Various corrections and updates to...
2004-07-10 Andrew M. Kuchling[Patch #969907] Add traceback to warning output
2004-07-10 Andrew M. Kuchling[Patch #972310] Apply correction to docs
2004-07-10 Andrew M. KuchlingIn poll(), check connections for exceptional conditions
2004-07-10 Marc-André... Added note about new codecs module APIs.
2004-07-10 Raymond HettingerFix typo.
2004-07-10 Andrew M. Kuchling[Bug 949832] Fix example; edit sentence
2004-07-10 Andrew M. KuchlingReturn value from .close(); move .set_file up
2004-07-10 Andrew M. Kuchling[Bug #835415] AIX can return modes that are >65536...
2004-07-10 Andrew M. Kuchling[Patch #988504] Fix HTTP error handling via a patch...
2004-07-10 Andrew M. Kuchling[Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant
2004-07-10 Andrew M. Kuchling[Patch #987052 from Thomas Guettler]
2004-07-10 Raymond HettingerImprove Context construction and representation:
2004-07-10 Andrew M. KuchlingRemove a few elderly sentences
2004-07-10 Andrew M. KuchlingReplace example with simpler alternative using PyGILSta...
2004-07-10 Andrew M. Kuchling[Bug #987835] Add documentation from PEP 311. (Unteste...
2004-07-10 Marc-André... Add generic codecs.encode() and .decode() APIs that...
2004-07-10 Marc-André... Fix a copy&paste typo.
2004-07-10 Raymond HettingerSF bug #987486: fix typo.
2004-07-10 Raymond HettingerSF bug 988387: markup nits.
2004-07-10 Brett CannonRestructure testing of .pth files. Move previous funct...
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...
next