]> granicus.if.org Git - python/shortlog
python
2010-12-01 Alexander BelopolskyIssue #4113: Added custom __repr__ method to functools...
2010-12-01 Georg BrandlFix some markup and style in the unittest docs.
2010-12-01 Georg Brandl#10594: fix parameter names in PyList API docs.
2010-12-01 Georg BrandlAdd missing word, and add a better reference to the...
2010-12-01 Raymond HettingerAdd recipe to itertools doc.
2010-12-01 Raymond HettingerIssue 10593: Adopt Nick's suggestion for an lru_cache...
2010-12-01 Ezio Melotti#10273: Rename assertRegexpMatches and assertRaisesRege...
2010-12-01 Ezio MelottiFix test failure in debug builds and add NEWS entry...
2010-12-01 Ezio Melotti#10535: Enable silenced warnings in unittest by default
2010-12-01 Raymond HettingerDoc and docstring nits.
2010-11-30 Brian CurtinFix #10591. Fix test_os for refleak runs.
2010-11-30 Antoine PitrouIssue #8685: Speed up set difference `a - b` when sourc...
2010-11-30 Raymond HettingerAdd link to specification.
2010-11-30 Raymond HettingerDocumentation nits.
2010-11-30 Raymond HettingerAdd example, tighten text, and minor clean-ups.
2010-11-30 Daniel StutzbachFix typo: "ofbytes" should be "of bytes"
2010-11-30 Raymond HettingerAdd some internal links.
2010-11-30 Alexander BelopolskyIssue #9598: untabify.py will now respect encoding...
2010-11-30 Éric AraujoLet’s keep “throw” for the generator method and use...
2010-11-30 Alexander BelopolskyIssue #10552: Partially fixed a sort error in Tools...
2010-11-30 Brian CurtinActually fix what I attempted to fix in r86888...
2010-11-30 Nick CoghlanIssue 9873: the URL parsing functions now accept ASCII...
2010-11-30 Brian CurtinTry to fix failures on platforms that can't encode...
2010-11-30 Georg BrandlFix typo.
2010-11-30 Georg BrandlRemove redundant includes of headers that are already...
2010-11-30 Georg BrandlInclude structseq.h in Python.h, and remove now-redunda...
2010-11-30 Georg BrandlFix input type for zlib.
2010-11-30 Georg Brandl#10584: fix bad links.
2010-11-30 Raymond HettingerNeaten-up a bit.
2010-11-30 Nick CoghlanIssue 10220: switch to using string constants rather...
2010-11-30 Nick CoghlanIssue 10586: change the new functools.lru_cache impleme...
2010-11-30 Alexander BelopolskyIssue #10572: Moved json tests to Lib/test/json_tests.
2010-11-30 Raymond HettingerIssue #10323: Predictable final state for slice().
2010-11-29 Georg BrandlUse booleans where applicable.
2010-11-29 Georg BrandlCode style cleanup in bdb.
2010-11-29 Georg BrandlFix heading style inconsistencies.
2010-11-29 Georg BrandlFix indentation bug.
2010-11-29 Senthil KumaranRemove the comment used while testing.
2010-11-29 Senthil KumaranFix #10561 - Fix pdb behavior. Delete the breakpoints...
2010-11-29 Raymond HettingerIssue #10565: Iterator ABC should require both __next_...
2010-11-29 Ezio MelottiUse assertCountEqual instead of assertItemsEqual
2010-11-29 Raymond HettingerDo not add an obsolete unittest name to Py3.2.
2010-11-28 Brian CurtinFix for #8879.
2010-11-28 Ezio MelottiAdd callable() to the built-in functions table.
2010-11-28 Benjamin Petersonthere's now a setup.py switch for this
2010-11-27 Stefan KrahWindows: fix leak in posix_listdir.
2010-11-27 Antoine PitrouIssue #10518: Bring back the callable() builtin.
2010-11-27 Terry ReedyAdd version-added note twice for new difflib SequenceMa...
2010-11-27 Antoine PitrouMake doc for PyErr_Format() up to date.
2010-11-27 Barry WarsawRoumen Petrov's fix for when all paths are absolute...
2010-11-27 Stefan KrahFix additional leaks.
2010-11-27 Raymond HettingerIssue 10242: unittest.assertItemsEqual makes too many...
2010-11-27 Raymond HettingerReplace _nbits() with int.bit_length().
2010-11-26 Éric AraujoRewrap long lines + minor edits
2010-11-26 Éric AraujoUse link-generating markup (see #9312)
2010-11-26 Alexander BelopolskyFixed deprecation warnings.
2010-11-26 Stefan KrahFurther indentation cleanup.
2010-11-26 Stefan KrahIssue #10383: Fix two leaks.
2010-11-26 Georg BrandlBetter example for os.system(): do not change the syste...
2010-11-26 Georg BrandlTypo fix.
2010-11-26 Georg BrandlRemove parenthetical remark that is confusing now that...
2010-11-26 Georg Brandl#10420: fix docs of bdb.effective().
2010-11-26 Georg BrandlModernize code in effective().
2010-11-26 Georg BrandlUse PyLong_FromLong where appropriate.
2010-11-26 Georg Brandl#10526: fix typo.
2010-11-26 Stefan KrahIndentation cleanup.
2010-11-26 Senthil Kumaran s/colour/color/g
2010-11-26 Éric Araujo#10453 follow-up: Fix test_quiet on Windows, thanks...
2010-11-25 Eric SmithIssue #7094: Add alternate ('#') flag to __format__...
2010-11-25 Senthil KumaranMouse support and colour to Demo/curses/life.py by...
2010-11-25 Amaury Forgeot... Fix compilation warnings seen on Windows.
2010-11-25 Raymond HettingerClean-up docstring, comments, and whitespace.
2010-11-25 Terry ReedyIssue 2986: Add autojunk paramater to SequenceMatcher...
2010-11-25 Barry Warsawsys.abiflags is not defined on all platforms.
2010-11-25 Barry Warsawsys.abiflags may not be defined on all platforms.
2010-11-24 Ezio MelottiAdd NEWS entry for r86732 and fix double function in...
2010-11-24 Barry WarsawPut /usr/local paths after the relative paths in librar...
2010-11-24 Brian CurtinFix #8879. Add os.link support to Windows.
2010-11-24 Ezio Melotti#10299: Add a table that lists all the built-in functio...
2010-11-24 Barry WarsawFinal patch for issue 9807.
2010-11-24 Barry WarsawRemove unnecessary import.
2010-11-24 Brian Curtinifdef a Windows specific section.
2010-11-24 Brian CurtinFix #10027. st_nlink not set on Windows calls to os...
2010-11-24 Georg BrandlRemove UTF-8 BOM.
2010-11-23 Terry ReedyIssIssue 1859: Add Jeremy Thurgood to Misc/ACKS
2010-11-23 Terry ReedyIssue 1859: Doc that textwrap does not break on \n...
2010-11-23 Georg Brandlassert.h is also included. Thanks to Savio Sena.
2010-11-23 Georg Brandl#10511: clarification of what heaps are; suggested...
2010-11-23 Georg Brandl#10468: document Unicode exception creation and access...
2010-11-23 Terry ReedyIssue 9222 Fix filetypes for open dialog
2010-11-23 Łukasz Langainformation on Issue #9846
2010-11-23 Łukasz Langazipfile: remove remaining ResourceWarnings
2010-11-22 Łukasz LangaIssue #9846: ZipExtFile provides no mechanism for closi...
2010-11-22 Alexander BelopolskyIssue #6878: Fixed return type of tkinter methods docum...
2010-11-22 Antoine PitrouFix test_multiprocessing when ctypes isn't available
2010-11-22 Antoine PitrouFix tests when ctypes isn't available
2010-11-22 Ezio Melotti#9424: add a DeprecationWarning for assertEquals, asser...
2010-11-22 Kristján Valur... issue 10501
2010-11-22 Michael FoordImprove test for 'python -m unittest' launching test...
2010-11-22 Martin v. LöwisIssue #10459: Update CJK character names to Unicode...
next