]> granicus.if.org Git - python/shortlog
python
2009-02-25 Raymond HettingerMore markup and spelling fixes.
2009-02-25 Raymond HettingerRestore Py2.x version of sample call to super().
2009-02-25 Raymond HettingerSync-up py3.1 doc updates for super().
2009-02-24 Jeffrey YasskinTools/scripts/analyze_dxp.py, a module with some helper...
2009-02-24 Brett CannonExpand upon test_site.test_s_option to try to debug...
2009-02-24 Raymond HettingerBackport 69934: Register xrange() as a Sequence.
2009-02-24 Neil SchemenauerFix call to os.waitpid, it does not take keyword args.
2009-02-24 Benjamin Petersonupdate README on running tests
2009-02-23 Raymond HettingerUpdate itertools recipes to use next().
2009-02-23 Georg BrandlFix grammar.
2009-02-23 Georg Brandl#5352: str.count() counts non-overlapping instances.
2009-02-23 Tarek Ziadémore test coverage
2009-02-23 Georg Brandl#5349: C++ pure virtuals can also have an implementation.
2009-02-23 Georg Brandl#5348: format() converts all kinds of values.
2009-02-22 Matthias Klose- Link the shared python library with $(MODLIBS).
2009-02-22 Tarek ZiadéRemoving unused __main__ sections
2009-02-22 Tarek Ziadéremoving map and lambda usage, so the test is similar...
2009-02-22 Tarek Ziadémoved distutils.text_file tests into a real unittest...
2009-02-22 Antoine PitrouRevert debugging statements, culprit is possibly test_d...
2009-02-22 Antoine PitrouTry to make sense of the test_site buildbot failures
2009-02-22 Tarek Ziadéusing versionchanged instead of versionadded for distut...
2009-02-21 Benjamin Petersonfix compiler warnings
2009-02-21 Mark DickinsonIssue #5341: Fix a variety of spelling errors.
2009-02-21 Georg Brandl#5338, #5339: two types in the API manual.
2009-02-21 Raymond HettingerSpeedup and simplify negative counter using count's...
2009-02-21 Raymond HettingerFix keyword arguments for itertools.count().
2009-02-20 Mark DickinsonIssue #5295: Typos in turtle.py
2009-02-20 Collin WinterIssue 5176: special-case string formatting in BINARY_MO...
2009-02-20 Eric SmithIssue #5247: Improve error message when unknown format...
2009-02-20 Georg BrandlFix punctuation.
2009-02-20 Georg BrandlAt least separate imports from other statements.
2009-02-20 Georg Brandl#5327: fix a broken link by joining it.
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.
next