]> granicus.if.org Git - python/shortlog
python
2008-02-20 Eric SmithNow that PyOS_ascii_formatd supports the 'n' format...
2008-02-20 Eric SmithTrim leading zeros from a floating point exponent,...
2008-02-20 Georg BrandlFixes contributed by Ori Avtalion.
2008-02-19 Eric SmithAdded PEP 3101.
2008-02-19 Eric SmithAdded dependencies for stringobject.o. This should...
2008-02-18 Eric SmithAdded code to correct combining str and unicode in...
2008-02-18 Kristján Valur... Perform correct handling of stack overflow for windows...
2008-02-18 Eric SmithTemporarily removed float tests. See issue 1600.
2008-02-18 Facundo BatistaIssue 1224. Now we support again the double slash in...
2008-02-18 Facundo BatistaIssue #1916. Added isgenerator() and isgeneratorfunctio...
2008-02-17 Georg Brandl#2133: fix HTML color spec.
2008-02-17 Amaury Forgeot... Compilation was broken on Windows since the introductio...
2008-02-17 Eric SmithBackport of PEP 3101, Advanced String Formatting, from...
2008-02-17 Facundo BatistaIssue 2112. mmap does not raises EnvironmentError no...
2008-02-17 Facundo BatistaNow we handle different the backup copy, because of...
2008-02-17 Georg BrandlFix function name.
2008-02-17 Georg Brandl#2131: note that codecs.open() always opens files in...
2008-02-17 Brett CannonMove test_logging over to doctest.
2008-02-16 Amaury Forgeot... Prevent a crash with nested scopes, again caused by...
2008-02-16 Amaury Forgeot... Crashers of the day: Py_CLEAR must be used when there...
2008-02-16 Georg Brandl#2120: broken links in advocacy document.
2008-02-16 Raymond HettingerAdd __all__ to logging module.
2008-02-16 Amaury Forgeot... mmap.PROT_READ does not exists on win32;
2008-02-15 Amaury Forgeot... Re-enable tests, they were failing since gc.collect...
2008-02-15 Kurt B. KaiserConfigured selection highlighting colors were ignored...
2008-02-15 Kurt B. KaiserScriptBinding event handlers weren't returning 'break...
2008-02-15 Amaury Forgeot... Temporarily let these tests pass
2008-02-15 Amaury Forgeot... Issue #2115: __slot__ attributes setting was 10x slower.
2008-02-15 Raymond HettingerUpdate example to match the current syntax.
2008-02-15 Skip MontanaroTwo new functions:
2008-02-15 Eric SmithIn PyNumber_ToBase, changed from an assert to returning...
2008-02-15 Christian HeimesBug #2111: mmap segfaults when trying to write a block...
2008-02-15 Christian HeimesFixed repr() and str() of complex numbers. Complex...
2008-02-14 Christian HeimesUse a static and interned string for __subclasscheck__...
2008-02-14 Thomas HellerTry to correct a markup error that does hide the follow...
2008-02-14 Raymond HettingerNo need to register subclass of ABCs.
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.
next