]> granicus.if.org Git - python/shortlog
python
2011-06-10 Benjamin Petersonmerge 2.7.2 release branch with fix for #12009
2011-06-10 Benjamin Petersonfix regression in netrc comment handling (closes #12009)
2011-06-06 Éric AraujoBranch merge
2011-06-05 Benjamin Petersonmerge 2.7.2 release branch
2011-06-05 Martin v. LöwisStop adding txt files twice.
2011-06-05 Martin v. LöwisAdd 2.7.2 UUIDs
2011-06-04 Éric AraujoRemove unnecessary executable bit on one distutils...
2011-06-04 Mark DickinsonIssue #12080: Fix a performance issue in Decimal._power...
2011-06-04 Éric AraujoRemove outdated bit of advice (c882b5ff92d9 follow-up)
2011-06-04 Barry WarsawNull merge from 2.6.
2011-06-04 Barry WarsawReplay svn r88852.
2011-06-04 Barry WarsawReplay svn r88850. v2.6.7
2011-06-03 Victor StinnerIssue #12016: Add test_errorhandle() to TestBase_Mapping of
2011-06-03 Victor StinnerIssue #12016: Reindent decoders of HK and JP codecs
2011-06-03 Benjamin Petersonmerge 2.7.2 release branch
2011-06-03 Benjamin Petersonanother benefit of this change
2011-06-03 Éric AraujoDocument working dir for “make html” (#12249). Patch...
2011-06-03 Raymond HettingerFix named tuples to work with vars().
2011-06-02 Raymond Hettingersys.checkinterval() now refreshes the current countdown...
2011-06-01 Raymond HettingerCleanup example
2011-06-01 Raymond HettingerMultiple clean-ups to the docs for builtin functions.
2011-06-01 Raymond HettingerLink to suggestions for how to use super().
2011-06-01 Éric AraujoBranch merge
2011-06-01 Benjamin Petersonmerge release tag
2011-06-01 Benjamin Petersonmerge heads
2011-06-01 Benjamin Petersonmerge 2.7.2 release branch
2011-05-31 Benjamin Petersonsimply use the Python version for pyexpat.__version__...
2011-05-31 Victor StinnerIssue #12085: Fix test_subprocess for my previous commit
2011-05-31 Benjamin Petersonadd 2.7.2 header
2011-05-31 Victor StinnerClose #12085: Fix an attribute error in subprocess...
2011-05-31 Éric AraujoFix markup: arguments in a class directive are __init__...
2011-05-31 Éric AraujoFix error message to use the Python name instead of...
2011-05-30 Victor StinnerIssue #12057: Add tests for ISO 2022 codecs
2011-05-30 Victor StinnerIssue #1195: fix the issue number of the NEWS entry
2011-05-30 Victor StinnerIssue #12016: my_fgets() now always clears errors befor...
2011-05-29 Benjamin PetersonAdded tag v2.7.2rc1 for changeset f48756685406
2011-05-29 Benjamin Petersonbump to 2.7.2rc1 v2.7.2rc1
2011-05-29 Éric AraujoBranch merge
2011-05-29 Ned DeilyIssue #12205: Fix test_subprocess failure due to uninst...
2011-05-28 Éric AraujoRe-add missing doc stub for the distutils check command
2011-05-28 Éric AraujoBackport doc improvements for distutils.cmd.Command...
2011-05-28 Éric AraujoFix test_distutils when sys.dont_write_bytecode is...
2011-05-28 Ned DeilyIssue #11217: For 64-bit/32-bit Mac OS X universal...
2011-05-28 Martin v. LöwisNearly null-merge 2.5.6
2011-05-28 Martin v. LöwisNearly null-merge 2.5.6
2011-05-28 Martin v. Löwismerge 2.5.6c1 tag
2011-05-28 Martin v. LöwisAdded tag v2.5.6c1 for changeset a87c7b96672b
2011-05-28 Martin v. LöwisAdded tag v2.5.6 for changeset de34c7b097e8
2011-05-28 Martin v. Löwisr88840: Prepare for 2.5.6. v2.5.6
2011-05-28 Martin v. Löwisr88828: Fix year.
2011-05-28 Martin v. Löwisr88824: Prepare for 2.5.6c1. v2.5.6c1
2011-05-28 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-05-26 Benjamin Petersonmerge heads
2011-05-26 Benjamin Petersonraise an ValueError in getvalue() on closed StringIO...
2011-05-26 Éric AraujoBranch merge
2011-05-26 Victor StinnerClose #12182: Fix pydoc.HTMLDoc.multicolumn() if Python...
2011-05-26 Kurt B. KaiserIDLE: #6378: Further adjust idle.bat to start associate...
2011-05-25 Victor StinnerIssue #12175: RawIOBase.readall() now returns None...
2011-05-25 Victor StinnerIssue #12175: FileIO.readall() now raises a ValueError...
2011-05-25 Éric AraujoFix display of html.parser.HTMLParser.feed docstrin
2011-05-25 Éric AraujoAdd missing name in pkgutil.__all__
2011-05-25 Éric AraujoBranch merge
2011-05-25 Éric AraujoFix two typos
2011-05-24 Victor StinnerIssue #12057: Add cjkencodings directory to the Makefil...
2011-05-24 Victor StinnerIssue #12057: Add tests for the HZ encoding
2011-05-24 Charles-François... Issue #1441530: In imaplib, use makefile() to wrap...
2011-05-24 Victor StinnerIssue #12100: Don't reset incremental encoders of CJK...
2011-05-24 Benjamin Petersonuse '->' to indicate return values
2011-05-23 Benjamin Petersonmust clear an AttributeError if it is set
2011-05-23 Benjamin Petersonhandle old-style instances
2011-05-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Barry WarsawNull merge from 2.6 branch.
2011-05-23 Barry WarsawReplay changeset 70249:b571c7a8cf2e from fubar branch...
2011-05-23 Barry WarsawReplay changeset 70248:c714e2f92f63 from fubar branch...
2011-05-23 Barry WarsawReplay changeset 70238:03e488b5c009 from fubar branch...
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-23 Eli BenderskyIssue 12003: fixing error in xrange alternative sample
2011-05-23 Barry WarsawForward merge.
2011-05-23 Barry WarsawThese files have Windows line endings in 2.6.
2011-05-22 Victor StinnerIssue #12012: test_ssl uses test_support.import_module()
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-18 Raymond HettingerMinor code cleanup.
2011-05-17 Benjamin Petersonmerge heads
2011-05-17 Benjamin Petersonstop using the old brain-dead interface for providing...
2011-05-17 Victor StinnerIssue #12057: Fix .hgeol and test_multibytecodec_suppor...
2011-05-17 Ronald Oussoren(backport) Fixes #11088: IDLE crashes when using F5...
2011-05-17 Ronald Oussoren(backport)Fix #10154 and #10090: locale normalizes...
2011-05-17 Ezio Melotti#12092: backport rephrasing of a paragraph in the tutorial.
2011-05-17 Ezio Melotti#12093: fix typo in struct doc. Patch by Sandro Tosi.
2011-05-17 Senthil KumaranFix closes issue #12088 - fixes the tarfile.extractall...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
2011-05-15 Ronald OussorenNEWS entry for fix of issue #9516
2011-05-15 Ronald OussorenIssue #9516: avoid errors in sysconfig when MACOSX_DEPL...
2011-05-15 Georg BrandlPort #6498 fix: fix several misspellings of "SystemExit...
next