]> granicus.if.org Git - python/shortlog
python
2009-03-17 Bob Ippolitomerge json library with simplejson 2.0.9 (issue 4136)
2009-03-17 Mark DickinsonIssue #2110: Add support for thousands separator and...
2009-03-17 Benjamin PetersonI thought this was begging for an example
2009-03-17 Mark DickinsonFix bug in Decimal __format__ method that swapped left...
2009-03-16 Georg BrandlAdd token markup.
2009-03-15 Hirokazu YamamotoAdded skip for old MSVC.
2009-03-15 Georg BrandlMove the previously local import of threading to module...
2009-03-15 Georg BrandlFix markup in re docs and give a mail address in regex...
2009-03-15 Georg Brandl#5469: add with statement to list of name-binding const...
2009-03-15 Georg Brandl#5276: document IDLESTARTUP and .Idle.py.
2009-03-15 Georg Brandl#5478: fix copy-paste oversight in function signature.
2009-03-15 Georg Brandl#5488: add missing struct member.
2009-03-15 Georg Brandl#5491: clarify nested() semantics.
2009-03-15 Georg BrandlFix a small nit in the error message if bool() falls...
2009-03-15 Georg Brandl#5493: clarify __nonzero__ docs.
2009-03-15 Georg Brandl#5496: fix docstring of lookup().
2009-03-15 Benjamin Petersonfix tuple.index() error message #5495
2009-03-15 Nick CoghlanMake marshalling errors a little more informative as...
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.
next