]> granicus.if.org Git - python/shortlog
python
2008-02-14 Raymond HettingerFix markup
2008-02-14 Raymond HettingerSimplify moneyfmt() recipe.
2008-02-14 Christian HeimesImplemented Martin's suggestion to clear the free lists...
2008-02-14 Raymond HettingerFix markup.
2008-02-14 Raymond HettingerShow how to remove exponents.
2008-02-14 Raymond HettingerImprove rst markup
2008-02-14 Raymond HettingerAdd fixed-point examples to the decimal FAQ
2008-02-14 Raymond HettingerAdd diagnostic message to help figure-out why SocketSer...
2008-02-14 Jeffrey YasskinChange simple instances (in Fraction) of self.numerator...
2008-02-14 Jeffrey YasskinPerformance optimizations on Fraction's constructor.
2008-02-14 Raymond HettingerFix decimal repr which should have used single quotes...
2008-02-14 Raymond HettingerUpdate notes on Decimal.
2008-02-14 Kurt B. KaiserBring NEWS.txt up to date from check-in msgs.
2008-02-13 Thomas HellerMake the test somewhat clearer (I hope).
2008-02-13 Thomas HellerAdd pickle support to ctypes types.
2008-02-13 Brett CannonFix --enable-universalsdk and its comment line so that...
2008-02-13 Jeffrey YasskinWorking on issue #1762: Brought
2008-02-13 Georg Brandl#2063: correct order of utime and stime in os.times()
2008-02-12 Mark DickinsonReplace R=fractions.Fraction with F=fractions.Fraction in
2008-02-12 Mark DickinsonRevert change in r60712: turn alternate constructors...
2008-02-12 Mark DickinsonImplementation of Fraction.limit_denominator.
2008-02-12 Raymond Hettingerdict.copy() rises from the ashes. Revert r60687.
2008-02-12 Martin v. LöwisPatch #1966: Break infinite loop in httplib when the...
2008-02-12 Kurt B. Kaiserwhat??! Correct r60225.
2008-02-12 Martin v. LöwisPatch #1736: Fix file name handling of _msi.FCICreate.
2008-02-12 Raymond HettingerBring decimal a bit closer to the spec for Reals.
2008-02-12 Raymond HettingerFix typo in comments
2008-02-12 Raymond HettingerRestore fractions.rst to the document tree.
2008-02-11 Raymond HettingerBackport ABC docs
2008-02-11 Raymond HettingerFix markup
2008-02-11 Raymond HettingerAdd notes on how decimal fits into the model.
2008-02-11 Raymond HettingerAdd tests for pickletools.optimize().
2008-02-11 Lars GustäbelMake sure that xstar headers are read correctly.
2008-02-11 Raymond HettingerNo need to register classes that already inherit from...
2008-02-11 Mark DickinsonPut an extra space into the repr of a Fraction:
2008-02-11 Christian HeimesThe test requires the network resource
2008-02-10 Mark DickinsonRename rational.Rational to fractions.Fraction, to...
2008-02-10 Raymond HettingerComplete an open todo on pickletools -- add a pickle...
2008-02-10 Mark DickinsonRemove reference to Rational
2008-02-10 Skip Montanarowhoops - revert
2008-02-10 Skip MontanaroGet the saying right. ;-)
2008-02-10 Mark DickinsonTypos in decimal comment and documentation
2008-02-10 Eric SmithForgot to modify header file in r60707.
2008-02-10 Mark DickinsonTurn classmethods into staticmethods, and avoid calling...
2008-02-10 Nick CoghlanAdd missing NEWS entry for r60695
2008-02-10 Raymond HettingerClarify that decimal also supports fixed-point arithmetic.
2008-02-10 Eric SmithAdded PyNumber_ToBase and supporting routines _PyInt_Fo...
2008-02-09 Georg BrandlFix for newest doctools.
2008-02-09 Georg BrandlFix link.
2008-02-09 Georg BrandlDocs are rst now.
2008-02-09 Georg BrandlNeeds only 2.4 now.
2008-02-09 Christian HeimesIssue #1706: Require Windows 2000+
2008-02-09 Nick CoghlanIssue 2021: Allow NamedTemporaryFile and SpooledTempora...
2008-02-09 Raymond HettingerTemporarily disable this test. It's been broken for...
2008-02-09 Raymond HettingerMetaclass declaration is inherited
2008-02-09 Raymond HettingerAdd -3 warnings that set.copy(), dict.copy(), and defau...
2008-02-09 Raymond HettingerMerge with r60683.
2008-02-09 Raymond HettingerMake ABC containers inherit as documented.
2008-02-08 Raymond HettingerAdd advice on choosing between DictMixin and MutableMapping
2008-02-08 Raymond HettingerFill-in missing Set comparisons
2008-02-08 Raymond HettingerSpeed-up __iter__() mixin method.
2008-02-08 Raymond HettingerRemove unnecessary modulo division.
2008-02-08 Hye-Shik ChangUpdate big5hkscs codec to conform to the HKSCS:2004...
2008-02-08 Jeffrey YasskinOops! 2.6's Rational.__ne__ didn't work.
2008-02-08 Amaury Forgeot... issue 2045: Infinite recursion when printing a subclass...
2008-02-08 Christian HeimesUse prefix decrement
2008-02-08 Christian HeimesDeallocate content of the dict free list on interpreter...
2008-02-07 Brett CannonMake sure a switch statement does not have repetitive...
2008-02-07 Raymond HettingerFix typo
2008-02-07 Raymond HettingerThe float conversion recipe is simpler in Py2.6
2008-02-07 Walter DörwaldFix typo in docstring for Calendar.itermonthdays().
2008-02-07 Walter DörwaldFix documentation for Calendar.iterweekdays(): firstwee...
2008-02-07 Walter DörwaldClarify that the output of TextCalendar.formatmonth...
2008-02-07 Facundo BatistaFixes Issue 1401. When redirected, a possible POST...
2008-02-07 Christian HeimesAdded some statistics code to dict and list object...
2008-02-07 Facundo BatistaFixes issue 2026. Tests converted to unittest. Thanks
2008-02-07 Andrew M. KuchlingUpdate URL
2008-02-07 Brett CannonRemove unnecessary curly braces around an int literal.
2008-02-07 Brett CannonCast a struct to a void pointer so as to do a type...
2008-02-07 Raymond HettingerMerge r60628, r60631, and r60633. Register UserList...
2008-02-07 Raymond HettingerMerge 60627.
2008-02-07 Raymond HettingerReturn ints instead of longs for tuple.count() and...
2008-02-07 Mark DickinsonIEEE 754 should be IEEE 854; give precise reference for
2008-02-07 Mark DickinsonFix broken link in decimal documentation.
2008-02-07 Raymond HettingerIssue 2025: Add tuple.count() and tuple.index() to...
2008-02-06 Georg BrandlRevert accidental changes to test_queue in r60605.
2008-02-06 Mark DickinsonRemove incorrect usage of :const: in documentation.
2008-02-06 Mark DickinsonIssue 1979: Make Decimal comparisons (other than !...
2008-02-06 Thomas HellerFixed refcounts and error handling.
2008-02-06 Facundo BatistaFixes issue 1959. Converted tests to unittest.
2008-02-06 Walter DörwaldRemove month parameter from Calendar.yeardatescalendar(),
2008-02-06 Christian HeimesUnified naming convention for free lists and their...
2008-02-06 Christian HeimesLimit free list of method and builtin function objects...
2008-02-06 Raymond HettingerSync-up with Py3k work.
2008-02-05 Georg Brandl* Use the same code to profile for test_profile and...
2008-02-05 Skip Montanarocorrect object name
2008-02-05 Georg BrandlActually run the test.
2008-02-05 Facundo BatistaIssue 1951. Converts wave test cases to unittest.
2008-02-05 Georg BrandlFix unittest conversion breakage.
2008-02-05 Guido van RossumIn the experimental 'Scanner' feature, the group count...
next