]> granicus.if.org Git - python/shortlog
python
2008-02-23 Facundo BatistaAdded simple test case. Thanks Benjamin Peterson.
2008-02-23 Georg BrandlIn test_heapq and test_bisect, test both the Python...
2008-02-23 Georg BrandlUse os.closerange().
2008-02-23 Georg BrandlUse os.closerange() in popen2.
2008-02-23 Georg BrandlAdd examples to modulefinder docs. Written for GHOP...
2008-02-23 Georg Brandl#2101: fix removeAttribute docs.
2008-02-23 Jeffrey YasskinFollowup to r61011: Also avoid the reference cycle...
2008-02-23 Jeffrey YasskinPrevent classes like:
2008-02-23 Andrew M. Kuchling#1389051, #1092502: fix excessively large allocations...
2008-02-23 Andrew M. Kuchling#1389051: IMAP module tries to read entire message...
2008-02-23 Georg BrandlDocumentation coverage builder, part 1.
2008-02-23 Christian HeimesIssue #2051 and patch from Alexander Belopolsky:
2008-02-23 Christian HeimesPatch #1957: syslogmodule: Release GIL when calling...
2008-02-23 Christian HeimesPatch #2167 from calvin: Remove unused imports
2008-02-23 Andrew M. Kuchling#1433694: minidom's .normalize() failed to set .nextSib...
2008-02-23 Andrew M. Kuchling#835521: Add index entries for various pickle-protocol...
2008-02-23 Andrew M. Kuchling#1330538: Improve comparison of xmlrpclib.DateTime...
2008-02-23 Eric SmithRemoved duplicate Py_CHARMASK define. It's already...
2008-02-23 Andrew M. Kuchling#1119331: ncurses will just call exit() if the terminal...
2008-02-23 Georg Brandl#2161: Fix opcode name.
2008-02-23 Andrew M. Kuchling#2072: correct documentation for .rpc_paths
2008-02-23 Georg BrandlMore difflib examples. Written for GHOP by Josip Dzolonga.
2008-02-23 Georg Brandl#2067: file.__exit__() now calls subclasses' close...
2008-02-23 Facundo BatistaIssue 1089358. Adds the siginterrupt() function, that...
2008-02-23 Georg Brandl#2165: fix test_logging failure on some machines.
2008-02-23 Georg Brandl#1492: allow overriding BaseHTTPServer's content type...
2008-02-23 Christian HeimesPatch #1759: Backport of PEP 3129 class decorators
2008-02-23 Facundo BatistaIssue 1781. Now ConfigParser.add_section does not let...
2008-02-23 Facundo BatistaIssue 1776581. Minor corrections to smtplib, and two...
2008-02-23 Facundo BatistaIssue 1881. Increased the stack limit from 500 to 1500...
2008-02-23 Raymond HettingerAdd recipe using itertools.product().
2008-02-23 Raymond HettingerAdd more comments
2008-02-23 Eric SmithAdded future_builtins, which contains PEP 3127 compatib...
2008-02-23 Raymond HettingerImprove the implementation of itertools.product()
2008-02-22 Raymond HettingerDocument itertools.product().
2008-02-22 Eric SmithTests for bin() builtin. These need to get merged...
2008-02-22 Eric SmithAdded bin() builtin. I'm going to check in the tests...
2008-02-22 Georg BrandlAnother fix.
2008-02-22 Georg BrandlDon't reference pyshell.
2008-02-22 Georg BrandlA lot more typo fixes by Ori Avtalion.
2008-02-22 Nick CoghlanTry to make command line error messages from runpy...
2008-02-22 Raymond HettingerFirst draft for itertools.product(). Docs and other...
2008-02-21 Georg BrandlPart of #2154: minimal syntax fixes in doc example...
2008-02-21 Georg Brandl#2079: typo in userdict docs.
2008-02-21 Eric SmithMoved test_format into the correct TestCase.
2008-02-21 Guido van RossumFix a few typos and layout glitches (more work is needed).
2008-02-21 Raymond HettingerUpdate more instances of has_key().
2008-02-21 Thomas HellerReplace 'has_key()' with 'in'.
2008-02-21 Thomas Hellerconfigure.ac: Remove the configure check for _Bool...
2008-02-21 Guido van RossumRemoved uses of dict.has_key() from distutils, and...
2008-02-21 Guido van RossumRemove news about float repr() -- issue 1580 is still...
2008-02-21 Andrew M. KuchlingClose manifest file.
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.
next