]> granicus.if.org Git - python/shortlog
python
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...
2010-11-21 Nick CoghlanIssue #10220: Add inspect.getgeneratorstate(). Initial...
2010-11-21 Éric AraujoStyle edits in followup to r86521 (#9312)
2010-11-21 Raymond HettingerIssue #7770: Note the useful range of sin/cos in the...
2010-11-21 Éric AraujoTry to get more useful output from failing buildbot
2010-11-21 Raymond HettingerClean-up the description of the range object.
2010-11-20 Éric AraujoDocument index and count as part of the Sequence ABC...
2010-11-20 Benjamin Petersonpep 7 actually wants the brace on a new line
2010-11-20 Benjamin Petersonfix two broken tests
2010-11-20 Benjamin Petersonmerge all range tests into test_range
2010-11-20 Benjamin Petersonenable test that was commented out for whatever reason
2010-11-20 Benjamin Petersoncode style and simplification
2010-11-20 Georg BrandlAdd error handling in range_count.
2010-11-20 Benjamin Petersoncount() should return integers #10474
2010-11-20 Éric AraujoFix typos and style in compileall.
2010-11-20 R. David MurrayFix email doc update I overlooked (thanks, Éric)
2010-11-20 R. David Murray#10453: compileall now uses argparse instead of getopt...
2010-11-20 Antoine PitrouIssue #8078: Add constants for higher baud rates in...
2010-11-20 Georg Brandl#9724: add nonlocal to pydoc topics.
2010-11-20 Antoine PitrouIssue #10255: Fix reference leak in Py_InitializeEx...
2010-11-20 Éric AraujoAdd entry for r86601
2010-11-20 Antoine PitrouIn 3.x, bytearray is akin to bytes, not str.
2010-11-20 Éric AraujoFix two NameErrors in distutils (#10407)
2010-11-20 Benjamin Petersonrevert changes in inappropiate branch
2010-11-20 Ezio Melotti#9424: Replace deprecated assert* methods in the Python...
2010-11-20 Benjamin Petersondon't shadow globals
2010-11-20 Alexander BelopolskyIssue #10371: Deprecated undocumented functions in...
2010-11-20 Benjamin Petersonadd filename to ENOENT message #4925
2010-11-20 Michael FoordAddition of issue 9926 to NEWS
2010-11-20 Benjamin Petersoncorrect logic when pos is after the string #10467
2010-11-20 Michael FoordImprove unittest.TestLoader.discover docstring
2010-11-20 Benjamin Petersonadd space
2010-11-20 Benjamin Petersoncode style
2010-11-20 Senthil KumaranFix issue10377 - Output from pstats - it is just secs...
2010-11-20 Michael FoordIssue 9732: __class__ no longer checked on objects...
2010-11-20 Michael FoordIssue 9732: fetch the method resolution order from...
2010-11-20 R. David Murray#1574217: only swallow AttributeErrors in isinstance...
2010-11-20 Łukasz Langaremoved a NEWS entry that cloned itself in mysterious...
2010-11-20 Michael FoordIssue 9732: remove use of __class__ in inspect.getattr_...
2010-11-20 Łukasz Langaacknowledge configparser evolution
next