]> granicus.if.org Git - python/shortlog
python
2008-03-02 Georg BrandlFix factual error.
2008-03-02 Georg BrandlMake clear that the constants are strings.
2008-03-02 Gerhard HäringAdded note about update of sqlite3 module.
2008-03-02 Gerhard HäringMade sqlite3 module's regression tests work with SQLite...
2008-03-02 Raymond HettingerHandle 0-tuples which can be singletons.
2008-03-02 Raymond HettingerSimplify code for itertools.product().
2008-03-02 Raymond HettingerTighten example code.
2008-03-02 Raymond HettingerFinish-up docs for combinations() and permutations...
2008-03-02 Georg BrandlNew default basename for HTML help files.
2008-03-02 Georg BrandlMake patchlevel print out the release if called as...
2008-03-02 Georg BrandlUpdate year.
2008-03-02 Georg BrandlIt's 2.6 now.
2008-03-01 Barry WarsawSet things up for 2.6a2.
2008-03-01 Barry WarsawTagging 2.6a1... again!
2008-03-01 Barry WarsawMore copyright year and version number bumps v2.6a1
2008-03-01 Barry WarsawGive IDLE a release date
2008-03-01 Barry WarsawUntagging.
2008-03-01 Barry WarsawTagging 2.6a1
2008-03-01 Barry WarsawAdd date to NEWS
2008-03-01 Fred Drakefix typo
2008-03-01 Barry Warsawbump idle version number
2008-03-01 Barry WarsawBump to version 2.6a1
2008-02-29 Gerhard HäringUpdated to pysqlite 2.4.1. Documentation additions...
2008-02-29 Martin v. LöwisPackage Tcl from tcltk64 on AMD64.
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...
next