]> granicus.if.org Git - python/shortlog
python
2008-02-26 Neal NorwitzWhitespace normalization
2008-02-26 Neal NorwitzWhitespace normalization
2008-02-26 Neal NorwitzDon't use a hard coded port. This test could hang...
2008-02-26 Raymond HettingerDocs for itertools.combinations(). Implementation...
2008-02-25 Facundo BatistaCoerced PyBool_Type to be able to compare it.
2008-02-25 Raymond HettingerRevert part of r60927 which made invalid assumptions...
2008-02-25 Raymond HettingerMake sure the itertools filter functions give the same...
2008-02-25 Facundo BatistaIssue 2168. gdbm and dbm needs to be iterable; this...
2008-02-25 Georg BrandlRevert r61029.
2008-02-25 Georg BrandlRename sphinx.addons to sphinx.ext.
2008-02-25 Facundo BatistaIssue 2117. Update compiler module to handle class...
2008-02-25 Christian HeimesThomas Herve explained to me that PyCrypto depends...
2008-02-25 Andrew M. KuchlingUse file descriptor for real stdout
2008-02-25 Andrew M. KuchlingMove .setupterm() output so that we don't try to call...
2008-02-25 Brett CannonFix a minor typo in a docstring.
2008-02-25 Brett CannonAdd minor markup for a string.
2008-02-25 Neal NorwitzFix indentation
2008-02-24 Christian HeimesAdded dependency rules for Objects/stringlib/*.h
2008-02-24 Eric SmithCorrected assert to check for correct type in py3k.
2008-02-24 Neal NorwitzCreate a db_home directory with a unique name so multip...
2008-02-24 Mark DickinsonRemove duplicate 'import re' in decimal.py
2008-02-24 Christian HeimesUse PY_FORMAT_SIZE_T instead of z for string formatting...
2008-02-24 Neal NorwitzFix typo of hexidecimal
2008-02-24 Neal NorwitzGet ctypes working on the Alpha (Tru64). The problem...
2008-02-24 Facundo BatistaIssue 1742669. Now %d accepts very big float numbers.
2008-02-24 Neal NorwitzAdd a little info to the 3k deprecation warnings about...
2008-02-24 Andrew M. KuchlingRemove stray word
2008-02-24 Neal Norwitzmap(None, ...) is not supported in 3.0.
2008-02-24 Georg Brandl#1627: httplib now ignores negative Content-Length...
2008-02-24 Georg Brandl#900744: If an invalid chunked-encoding header is sent...
2008-02-23 Christian HeimesMS Windows doesn't have mode_t but stat.st_mode is...
2008-02-23 Georg BrandlSpecify what kind of warning -3 emits.
2008-02-23 Georg BrandlDocument import ./. threading issues. #1720705.
2008-02-23 Georg Brandl#1506171: added operator.methodcaller().
2008-02-23 Georg Brandl#1826: allow dotted attribute paths in operator.attrgetter.
2008-02-23 Georg Brandl#1825: correctly document msilib.add_data.
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...
next