]> granicus.if.org Git - python/shortlog
python
2008-02-29 Martin v. LöwisMake _hashlib depend on pythoncore.
2008-02-29 Martin v. LöwisPort build_ssl.py to 2.4; support HOST_PYTHON variable
2008-02-29 Georg Brandl#2208: allow for non-standard HHC location.
2008-02-29 Martin v. LöwisBuild db-4.4.20 with VS9; remove VS2003 build if necessary.
2008-02-29 Georg BrandlUntil we got downloadable docs, stop confusing viewers...
2008-02-29 Martin v. LöwisMake _hashlib a separate project.
2008-02-29 Mark DickinsonFix docstring typo.
2008-02-29 Raymond HettingerHandle the repeat keyword argument for itertools.product().
2008-02-29 Mark DickinsonAdd __format__ method to Decimal, to support PEP 3101
2008-02-28 Raymond HettingerAdd alternate constructor for itertools.chain().
2008-02-28 Raymond HettingerHave itertools.chain() consume its inputs lazily instea...
2008-02-28 Martin v. LöwisLocate VS installation dir from environment, so that...
2008-02-28 Christian HeimesWindows fix for signal test - skip it earlier
2008-02-28 Martin v. LöwisBundle msvcr90.dll as a "private assembly".
2008-02-28 Martin v. LöwisAdd 2.6aN uuids.
2008-02-28 Raymond HettingerDocument impending updates to itertools.
2008-02-28 Jeffrey YasskinPrevent SocketServer.ForkingMixIn from waiting on child...
2008-02-28 Andrew M. Kuchling#2169: make generated HTML more valid
2008-02-28 Christian HeimesThe empty tuple is usually a singleton with a much...
2008-02-28 Raymond HettingerAdd repeat keyword argument to itertools.product().
2008-02-28 Jeffrey YasskinThread.start() used sleep(0.000001) to make sure it...
2008-02-28 Jeffrey YasskinSpeed test_socketserver up from 28.739s to 0.226s,...
2008-02-28 Jeffrey YasskinMove abc._Abstract into object by adding a new flag...
2008-02-27 Raymond HettingerSimply the sample code for combinations().
2008-02-27 Raymond HettingerLarger test range
2008-02-27 Raymond HettingerOne too many decrefs.
2008-02-26 Raymond HettingerAdd itertools.combinations().
2008-02-26 Georg Brandl#2194: fix some typos.
2008-02-26 Christian HeimesPatch #1691070 from Roger Upole: Speed up PyArg_ParseTu...
2008-02-26 Neal NorwitzAdd a timing flag to Trace so you can see where slownes...
2008-02-26 Christian HeimesThe contains function raised a gcc warning. The new...
2008-02-26 Neal NorwitzSpeed up this test by about 99%. Remove sleeps and...
2008-02-26 Georg BrandlBanish tab.
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().
next