]> granicus.if.org Git - python/shortlog
python
2009-03-28 Antoine PitrouPublicize the GC untracking optimization
2009-03-28 Georg BrandlFix typo.
2009-03-27 Guilherme PoloAdjusted _tkinter to compile without warnings when...
2009-03-26 Benjamin Petersonfix another name
2009-03-26 Benjamin Petersonupdate email tests to use SkipTest
2009-03-26 Benjamin Peterson** is required here
2009-03-26 Benjamin Petersonadd missing import
2009-03-26 Benjamin Petersonmust pass argument to get expected behavior ;)
2009-03-26 Benjamin Petersonfix incorrect auto-translation of TestSkipped -> unitte...
2009-03-26 Benjamin Petersonfix naming
2009-03-26 Benjamin Petersonremove test_support.TestSkipped and just use unittest...
2009-03-26 Benjamin Petersonapply the second part of #4242's patch; classify all...
2009-03-26 Benjamin Petersonrename TestCase.skip() to skipTest() because it causes...
2009-03-26 Benjamin Petersonadd some useful utilities for skipping tests with unitt...
2009-03-26 Benjamin Petersonadd support for PyPy
2009-03-26 Benjamin Petersonroll old test in with new one
2009-03-26 Benjamin Petersonmore and more implementations now support sys.subversion
2009-03-26 Benjamin Petersonadd much better tests for python version information...
2009-03-26 Benjamin Petersonremove uneeded function
2009-03-25 Raymond HettingerSeparate initialization from clearing.
2009-03-25 Benjamin Petersonthis can be slightly less ugly
2009-03-25 Benjamin Petersonadd shorthands for expected failures and unexpected...
2009-03-25 Marc-André... News item for the platform.py fix (r70594).
2009-03-25 Marc-André... Remove the sys.version_info shortcut, since they cause...
2009-03-25 Skip Montanaroclarify the type of data returned
2009-03-24 Benjamin Petersonanother style nit
2009-03-24 Benjamin Petersonfix newline issue in test summary
2009-03-24 Benjamin Petersonthis is better written using assertRaises
2009-03-24 Benjamin Petersonfix typo
2009-03-24 Benjamin Petersonadd new skipping things to __all__
2009-03-24 Benjamin Petersonupdate docstring
2009-03-24 Benjamin Petersonremove special metadata
2009-03-24 Benjamin Petersonsome cleanup and modernization
2009-03-24 Raymond HettingerAdd links to related resources.
2009-03-23 Benjamin Petersonupdate from CVS
2009-03-23 Benjamin Petersonforgot to document that setUp can be skipped (silly...
2009-03-23 Benjamin Petersonrefactor unittest docs
2009-03-23 Benjamin Petersoncomply with the evilJavaNamingScheme for attribute...
2009-03-23 Benjamin Petersonimplement test skipping and expected failures
2009-03-23 Benjamin Petersoncomplain when there's no last exception
2009-03-23 Benjamin Petersonrevert r70552; wrong fix
2009-03-23 Benjamin Petersonfix very old names for exception terms #5543
2009-03-23 Antoine PitrouThe tracking statistics were actually too pessimistic
2009-03-23 Antoine PitrouIssue #4688: Add a heuristic so that tuples and dicts...
2009-03-23 Raymond HettingerMake imported name private and wrap long-line.
2009-03-23 Mark DickinsonIssue #5512: speed up the long division algorithm for...
2009-03-23 Raymond HettingerMove initialization of root link to __init__.
2009-03-23 Raymond HettingerAdd more comments. Improve variable names.
2009-03-22 Benjamin PetersonAttributeError can be thrown during recursion errors
2009-03-22 Lars GustäbelIssue #5068: Fixed the tarfile._BZ2Proxy.read() method...
2009-03-22 Benjamin Petersonclose the file even if an exception occurs #5536
2009-03-22 Matthias Klose- Fix comment macro in python.man
2009-03-21 Hirokazu YamamotoThere is no macro named SIZEOF_SSIZE_T. Should use...
2009-03-20 Mark DickinsonRewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid...
2009-03-20 Raymond HettingerAdd MutableSet example.
2009-03-20 Mark DickinsonIssue #4258: Use 30-bit digits for Python longs, on...
2009-03-19 Raymond HettingerFix typo
2009-03-19 Raymond Hettinger* Add implementation notes.
2009-03-19 Raymond Hettinger* Add clearer comment to initialization code.
2009-03-19 Raymond HettingerSilence a compiler warning.
2009-03-19 Raymond HettingerIssue 5381: Add object_pairs_hook to the json module.
2009-03-19 Raymond HettingerImprove implementation with better underlying data...
2009-03-19 Benjamin Petersonclose files after comparing them
2009-03-18 Raymond HettingerUse mixin methods where possible. (2.7 only -- these...
2009-03-18 Benjamin Petersona much better example
2009-03-18 Benjamin Petersonfix strange errors when setting attributes on traceback...
2009-03-18 Antoine PitrouAttempt to fix Solaris buildbot failure on test_locale
2009-03-18 Mark DickinsonIssue 4474: On platforms with sizeof(wchar_t) == 4 and
2009-03-18 Hirokazu YamamotoUpdated openssl support on VC6. (openssl-0.9.6g is...
2009-03-18 Mark DickinsonFix bug in _insert_thousands_sep: too much zero padding...
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...
next