]> granicus.if.org Git - python/shortlog
python
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...
2010-11-22 Senthil KumaranFix - s/urllib2/urllib.request/
2010-11-22 Senthil KumaranFix Issue4493 - urllib2 adds '/' to the path component...
2010-11-22 Éric AraujoFix resource warning from patchcheck.py
2010-11-22 Éric AraujoRemove unnecessary `object` base class in docs (#10366).
2010-11-22 Alexander BelopolskyIssue #10138: Removed 'indefinitely' from the proleptic...
2010-11-22 Éric AraujoFix one compileall test (#10453). Patch by Michele...
2010-11-22 Ezio MelottiAdd myself for unittest and fix Alexander username
2010-11-22 Éric Araujor84925 followup: add docstring for get_makefile_filenam...
2010-11-22 Éric AraujoFix typo
2010-11-22 Raymond HettingerUpdate maintainers
2010-11-22 Brian CurtinQuote the paths in the event that they contain spaces.
2010-11-21 Raymond HettingerIssue 3292: Fixup to the Sequence docs.
2010-11-21 Brian CurtinFix #6378. Start IDLE using the proper version of Pytho...
2010-11-21 Raymond HettingerIssue 6722: Improve the namedtuple examples.
2010-11-21 Michael FoordIssue 10470: 'python -m unittest' launches test discov...
2010-11-21 Mark DickinsonIssue #10488: Bring documentation for 'float' builtin...
2010-11-21 Ezio MelottiAdd CSS rule for the deprecated-removed directive
2010-11-21 Brett CannonAdd sets to the precedence table.
2010-11-21 Antoine PitrouMake test_nntplib more robust
2010-11-21 R. David MurrayFix TestBytesGeneratorIdempotent tests and a couple...
2010-11-21 Benjamin Petersonfix refleak
2010-11-21 Senthil KumaranFix issue3709 - BaseHTTPRequestHandler will buffer...
2010-11-21 Łukasz Langaconfigparser: read-only attributes to get the section...
2010-11-21 Łukasz LangaIssue #10489: removed broken `__name__` support from...
2010-11-21 Mark DickinsonFix capitalization.
2010-11-21 Raymond HettingerRevert r86517
2010-11-21 Nick CoghlanAdd a couple of missing versionadded tags in the inspec...
next