]> granicus.if.org Git - python/shortlog
python
2009-03-03 Hirokazu YamamotoIssue #5179: Fixed subprocess handle leak on failure...
2009-03-03 Hirokazu YamamotoFixed memory leak.
2009-03-03 Raymond HettingerMinor simplification.
2009-03-03 Raymond HettingerMake the underlying data structure more private.
2009-03-03 Raymond HettingerBeef-up tests.
2009-03-03 Raymond HettingerFix markup.
2009-03-03 Raymond HettingerBackport 70111: Let configparser use ordered dicts...
2009-03-03 Raymond HettingerBackport 70106: Add OrderedDict support to collections...
2009-03-03 Raymond HettingerBackport PEP 372: OrderedDict()
2009-03-03 Kristján Valur... Fix SHA_new and MD5_new, that would crash if not given...
2009-03-02 Benjamin Petersongive httplib.IncompleteRead a more sane repr #4308
2009-03-02 Tarek Ziadéremoving the force-optimized option as discussed in...
2009-03-02 Gregory P.... Adds an optional flags argument to re.split, re.sub...
2009-03-02 Gregory P.... The note about caching of regular expression objects...
2009-03-02 Benjamin Petersonfix a silly problem of caching gone wrong #5401
2009-03-01 Raymond HettingerFix docs for ConfigParser.
2009-02-28 Georg BrandlFix 3k-style metaclass syntax in docstrings.
2009-02-28 Jeffrey YasskinBackport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE...
2009-02-28 Mark DickinsonIssue #5393: typo in cmath.cos and cmath.cosh docstring
2009-02-28 Hirokazu YamamotoBinary flag is needed on windows.
2009-02-28 Hirokazu YamamotoIssue #1733986: Fixed mmap crash in accessing elements...
2009-02-28 Hirokazu YamamotoIssue #5386: mmap.write_byte didn't check map size...
2009-02-28 Tarek ZiadéIssues #1533164 and #5378: Added quiet and force-optimi...
2009-02-27 Georg Brandl#5365: add quick look conversion table for different...
2009-02-27 Georg Brandl#5344: fix punctuation.
2009-02-27 Georg Brandl#5363: fix cmpfiles() docs. Another instance where...
2009-02-27 Georg Brandl#5361: fix typo.
2009-02-27 Tarek ZiadéIssue #5052: make Distutils compatible with 2.3 again.
2009-02-27 Raymond HettingerGive mapping views a usable repr.
2009-02-27 Brett CannonFix a bug where code was trying to index an int. Left...
2009-02-27 Tarek Ziadémore info on long_description
2009-02-26 Tarek Ziadéremoved unused import
2009-02-26 Andrew M. KuchlingThe curses panel library is now supported
2009-02-26 Benjamin Petersonremove deprecated symtable.Symbol methods
2009-02-26 Benjamin Petersoncomma
2009-02-26 Benjamin Petersonthe startship is rather outdated now
2009-02-26 Georg BrandlDocument that setting sys.py3kwarning wont do anything.
2009-02-26 Benjamin Petersonfix str.format()'s first arg #5371
2009-02-26 Raymond HettingerFix typo.
2009-02-25 Raymond HettingerClarify Counter() docs.
2009-02-25 Tarek ZiadéFixed #5316 : test failure in test_site
2009-02-25 Mark DickinsonReplace long with twodigits, to avoid depending
2009-02-25 Raymond HettingerRemove reference to zero argument form of super() in...
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.
next