]> granicus.if.org Git - python/shortlog
python
2009-03-14 Eric SmithUnicode format tests weren't actually testing unicode...
2009-03-14 Eric SmithIssue 5237, Allow auto-numbered replacement fields...
2009-03-14 Antoine PitrouIssue #1222: locale.format() bug when the thousands...
2009-03-13 Georg Brandl#5486: typos.
2009-03-12 Raymond HettingerIssue 5477: Fix buglet in the itertools documentation.
2009-03-12 Raymond HettingerAdd reference to solution for a commonly asked question.
2009-03-11 Tarek ZiadéIssue #5472: Fixed distutils.test_util tear down
2009-03-11 Brett CannonRequire implementations for warnings.showwarning()...
2009-03-10 Raymond HettingerFix typo.
2009-03-10 Raymond HettingerFor collections.deque() objects, expose the maxlen...
2009-03-10 Raymond HettingerSmall optimization for corner case where maxlen==0.
2009-03-10 Raymond HettingerUpdate the decimal FAQ for the from_float() classmethod...
2009-03-10 Raymond HettingerAdd a version tag to the decimal module.
2009-03-10 Raymond HettingerClarify the meaning of normal and subnormal.
2009-03-10 Raymond HettingerUpdate url for the spec.
2009-03-10 Raymond HettingerFix markup.
2009-03-09 Benjamin Petersongzip and bz2 are context managers
2009-03-09 Georg BrandlAdd missing space.
2009-03-09 Georg Brandl#5458: add a note when we started to raise RuntimeErrors.
2009-03-09 Raymond HettingerAdd cross-reference to the collections docs.
2009-03-09 Raymond HettingerAdd consume() recipe to itertools docs.
2009-03-09 Raymond HettingerIssue 5443: Fix typo.
2009-03-08 Martin v. LöwisAdd Chris Withers.
2009-03-08 Benjamin Petersonfix funky indentation
2009-03-07 Guilherme PoloFixed issue #2638: Show a window constructed with tkSim...
2009-03-07 Guilherme PoloFixed issue #4792: Prevent a segfault in _tkinter by...
2009-03-07 Guilherme PoloFixed issue #5193: Guarantee that Tkinter.Text.search...
2009-03-07 Tarek ZiadéIssue #5394: removed > 2.3 syntax from distutils.msvc9c...
2009-03-05 Jesus CeaMinor bsddb documentation glitch
2009-03-05 Hirokazu Yamamotommap.resize for anonymous map is not working yet, so...
2009-03-05 Hirokazu YamamotoIssue #5385: Fixed mmap crash after resize failure...
2009-03-05 Hirokazu YamamotoFixed memory leak on failure.
2009-03-05 Benjamin Petersonadd example
2009-03-04 Ronald OussorenFix for issue #1113328.
2009-03-04 Ronald OussorenFixes issues 3883 and 5194
2009-03-04 Ronald OussorenChange framework search order when looking for Tcl...
2009-03-04 Facundo BatistaFixed a typo.
2009-03-04 Ronald OussorenFix for issue 5226.
2009-03-04 Ronald OussorenFix issue 5224.
2009-03-04 Georg BrandlRemove obsolete stuff from string module docs.
2009-03-04 Brett CannonFix some more bugs caused by the backport from 3.x...
2009-03-03 Raymond HettingerBackport 70140, 70141, 70143, and 70144.
2009-03-03 Benjamin Petersonmaking the writing more formal
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.
next