]> granicus.if.org Git - python/shortlog
python
2009-02-20 Benjamin Petersonrevert r69777 since all the experts agree that extra...
2009-02-19 Jeroen Ruigrok... Since we recommend one module per import line, reflect...
2009-02-19 Georg Brandl#5317: update IronPython URL.
2009-02-19 Vinay Sajip#5287: Add exception handling around findCaller() call...
2009-02-19 Raymond HettingerInline coefficients in gamma(). Add reflection formula...
2009-02-19 Georg Brandl#5310, #3558: fix operator precedence table.
2009-02-19 Raymond HettingerAdd links to helpful external resources.
2009-02-19 Raymond HettingerAdd an example for math.fsum() and elaborate on the...
2009-02-19 Raymond HettingerAdd some cross-references to the docs. Simplify the...
2009-02-19 Raymond HettingerAdd keyword arg support to itertools.repeat().
2009-02-19 Raymond HettingerAdd keyword arg support to itertools.compress().
2009-02-18 Raymond HettingerPy3k warnings now automatically include -Qwarn for...
2009-02-18 Raymond HettingerGeneralize the itertools.tee() recipe.
2009-02-18 Gregory P.... Clarify socket timeout behavior vs system network stack...
2009-02-18 Georg Brandl#5268: mention VMSError.
2009-02-18 Georg Brandl#5296: sequence -> iterable.
2009-02-18 Georg Brandl#5297: fix example.
2009-02-17 Tarek Ziadéfixed the data_files inclusion behavior
2009-02-17 Hirokazu YamamotoIssue #5282: Fixed mmap resize on 32bit windows and...
2009-02-17 Marc-André... Clarify the deprecation of platform.dist().
2009-02-17 Ronald OussorenFix issue776533.
2009-02-17 Raymond HettingerFixup intro paragraphs for the itertools docs. Add...
2009-02-17 Hirokazu YamamotoIssue #5292: Fixed mmap crash on its boundary access...
2009-02-17 Tarek Ziadé#2279 added the plain path case for data_files
2009-02-17 Raymond HettingerFix-up intro paragraph for collections docs.
2009-02-16 Raymond HettingerAdd explanation for super(type1, type2).
2009-02-16 Raymond HettingerIssue 5229: Documentation for super() neglects to say...
2009-02-16 Tarek Ziadénote about #2279
2009-02-16 Tarek Ziadé#2279: use os.sep so the MANIFEST file test work on...
2009-02-16 Tarek ZiadéFixed #2279: distutils.sdist.add_defaults now add files...
2009-02-16 Benjamin PetersonPyList_Append() can fail
2009-02-16 Benjamin Petersonremove some PyBytes_* aliases that are not in 3.x
2009-02-16 Benjamin Petersonfix compiler warnings
2009-02-16 Raymond HettingerAdd GC support to count() objects. Backport candidate.
2009-02-16 Benjamin Petersonnote functions that are not aliased to PyBytes_ #5280
2009-02-16 Eric SmithAdded Ross Light to ACKS, for bug 4285 (r69331).
2009-02-15 Mark DickinsonA few more minor fixes in longobject.c
2009-02-15 Mark DickinsonIssue #5260: Various portability and standards complian...
2009-02-15 Hirokazu YamamotoFixed typo.
2009-02-14 Georg Brandl#5179: don't leak PIPE fds when child execution fails.
2009-02-14 Benjamin Petersonthis needn't be a shebang line
2009-02-14 Benjamin Petersonwe're no longer using CVS, so this doesn't have to...
2009-02-14 Tarek ZiadéReplace variable
2009-02-14 Tarek ZiadéFix for #5257: refactored all tests in distutils, so...
2009-02-14 Raymond HettingerAdd keyword argument support to itertools.count().
2009-02-13 Tarek Ziadéfix the environ for distutils test_util
2009-02-13 Tarek ZiadéFixed #4524: distutils build_script command failed...
2009-02-13 Tarek ZiadéIssue #2461: added tests for distutils.util
2009-02-13 Martin v. LöwisAdd optional code signing after merging.
2009-02-13 Martin v. LöwisUpdate Tix build procedure.
2009-02-13 Martin v. LöwisMove amd64 properties further to the top, so that they...
2009-02-13 Tarek Ziadéreverted leak fix, to use the one done in py3k branch...
2009-02-13 Antoine PitrouFix compiler warning (gcc)
2009-02-13 Antoine PitrouIssue #5186: Reduce hash collisions for objects with...
2009-02-13 Georg BrandlFix warnings GCC emits where the argument of PyErr_Form...
2009-02-13 Georg BrandlFix warnings GCC emits where the argument of PyErr_Form...
2009-02-13 Georg Brandl#3694: add test for fix committed in r66693.
2009-02-13 Georg Brandl#1661108: note that urlsafe encoded string can contain...
2009-02-13 Georg Brandl#3734: document complex coercing behavior better.
2009-02-13 Georg Brandl#4894: document "newurl" parameter to redirect_request().
2009-02-13 Tarek Ziadé#5158: added documentation on the depends option in...
2009-02-13 Georg BrandlAdd links to the other versions we have in stock.
2009-02-13 Gregory P.... - Issue #3745: Fix hashlib to always reject unicode...
2009-02-12 Tarek Ziadéfixing the leak introduced in r69304
2009-02-12 Mark DickinsonTypo fix.
2009-02-12 Raymond HettingerOne more test.
2009-02-12 Raymond HettingerAdd an extra testcase.
2009-02-12 Raymond HettingerFix spaces/tabs in example.
2009-02-12 Raymond HettingerIssue 5032: added a step argument to itertools.count...
2009-02-12 Benjamin Petersonno need for this __bases__ trick anymore
2009-02-12 Benjamin Petersonos.fsync() should be used to ensure that data is writte...
2009-02-11 Gregory P.... Issue #1008086: Fixes socket.inet_aton() to always...
2009-02-11 Hirokazu YamamotoIssue #5204: Define _PyVerify_fd on VC6 to make
2009-02-11 Raymond HettingerClean-up named tuple docs.
2009-02-10 Thomas HellerIssue#5203: ctypes segfaults when passing a unicode...
2009-02-10 Mark Dickinson_testcapi depends on testcapi_long.h
2009-02-10 Mark DickinsonIssue #5175: PyLong_AsUnsignedLongLong now raises Overf...
2009-02-10 Kristján Valur... Issue 4804. Add a function to test the validity of...
2009-02-10 Hirokazu YamamotoFixed svn:eol-style.
2009-02-10 Martin v. LöwisSet eol-style to native
2009-02-10 Martin v. LöwisIssue #5134: Silence compiler warnings when compiling...
2009-02-10 Tarek ZiadéFixed #3386: the optional prefix argument was ignored...
2009-02-10 Brett Cannoncompileall used the ctime of bytecode and source to...
2009-02-10 Raymond HettingerIssue 1818: collections.namedtuple() to support automat...
2009-02-09 Guilherme PoloEnforcing Tk 8.3.1 requirement.
2009-02-09 Guilherme PoloFixed issue #5122: Synchronize tk load failure check...
2009-02-09 Guilherme PoloChecking for tk availability before continuing (basical...
2009-02-09 Guilherme PoloSome tests for Tkinter.Text.search
2009-02-09 Raymond HettingerIssue 5171: itertools.product docstring missing 'repeat...
2009-02-09 Guilherme PoloFixed issue #4890: Handle empty text search pattern in
2009-02-09 Guilherme PoloTurned setup_master public
2009-02-09 Mark DickinsonIssue #4575: fix Py_IS_INFINITY macro to work correctly...
2009-02-08 Vinay SajipIssue #5170: Fixed Unicode output bug in logging and...
2009-02-08 Mark DickinsonSilence 'arg may be used uninitialized in this function...
2009-02-08 Benjamin Petersona few edits and typos
2009-02-08 Mark DickinsonIssue #789290: make sure that hash(2**63) == hash(2...
2009-02-08 Benjamin Petersondocument numliterals fixer
2009-02-08 Mark DickinsonRemove redundant assignment in _PyObject_LengthHint
2009-02-08 Nick CoghlanIssue #4512 closeout: Make ZipImport.get_filename(...
2009-02-08 Nick CoghlanMention patch submitter in NEWS entry for r69419
next