Add CHANGES.txt entry for issue2551008.
Remove trailing whitespace in CHANGES.txt.
Update branch with default.
Close branch issue2551008.
Merge branch issue2551008 into default.
Remove trailing whitespace.
Handle the issue in _decode_header by decoding only when decode_header returns bytes.
stmt and setup can contain multiple statements,...
Fixed a wrong apostrophe
Fixed defaultTestCase -> defaultTestResult
Fixed a backslash that was not supposed to be t...
#6398 typo: versio. -> version.
if zlib -> skipUnless(zlib) and minor cleanups
more cleanups and if zlib -> skipUnless(zlib)
methods' names pep8ification
#6536 fixed typo
#6423 has_key -> in
#6026 - fix tests that failed without zlib
#6904 - fix broken link
#6917 - typo in method name
#6879 - fix misstatement about exceptions
#6881 - fixed wrong return type; improved the f...
improved phrasing, markup and example
#6994: fix typo in enumerate docstring
#7000: document "sep" in capwords. Add a few tests
fix highlight in the datetime example
#7342: make sure that the datetime object in te...
#7388: "python".capitalize() in the Doc
Added markup and default arg, fixed example
#6108: unicode(exception) and str(exception) sh...
Updated sys.flags table in Doc
#5511: Added the ability to use ZipFile as a co...
cleanup and refactoring
indentation and further alignment with py3k
#7613: missing ) in flmodule.c
more copyright year updates
#7618: fix highlight of code blocks
:stmt: -> :keyword:
fixed markup errors
#3340: document print/get_usage and print/get_v...
#5827: make sure that normpath preserves unicode
#7685: typo
Fixed typo
typo: use one instead instead of two
remove wrong markup
#7730: remove spaces after functions names
#7746: rephrase a sentence
This should fix the failure introduced in r7768...
Increased the overflow value on test_dealloc to...
use assert[Not]In where appropriate
remove archaic functions from test_support
#7269: fix failures in test_bsddb3. Patch by Fl...
#7775: fixed docstring for rpartition
Add a news entry for the functions verify and v...
#7092: fix DeprecationWarnings for json when th...
#7765: typos
avoid to use zlib when the compress type is not...
#7092: silence py3k warnings for deprecated mod...
Relocate a couple of stars and remove redundant...
Use the correct markup for args
#7092: silence more -3 and -Wd warnings
Silence a couple of -3 warnings
Fix idioms and a couple of py3k warnings. Patch...
#7092: Silence py3k warnings in test_exceptions...
#7092: Silence more py3k warnings. Patch by Flo...
Use correct assert* methods in the examples.
Fix typo
#7712: add a temp_cwd context manager to test_s...
#7907: fix wrong function name in doc. Patch by...
#7921: fix links. Patch by Brian Curtin.
#7930: fix stripid
#7941: fix error message
#3426: os.path.abspath now returns unicode when...
Remove e assertIs definitions and use correct a...
skip tests with a non-ascii cwd when the file s...
#7482: clarify error message in case of divisio...
typos
#7649: "u'%c' % char" now behaves like "u'%s' %...
Show an error when the value passed to --enable...
Add a test for normpath to test_macpath.
Fix missing parenthesis.
Pep8ify test names in the examples.
#8030: more docstring fix for builtin types.
fix broken links
#8011: use exc.tb_lineno instead of traceback.t...
Silence compiler warnings.
Add a link about the Public Review Issue #29
Use "x in y" instead of y.find(x) != -1.
Update the version number of the Unicode Databa...
Link specifically to the UCD version 5.2.0.
#8217: typo.
Another typo.
Revert r79179 and merge r75584 to explain how t...
Silence a py3k warning.
Add -Wd and -3 to the flags used to run the tests.
Add -Wd and -3 to the flags used to run the tes...
Fix test_compiler.py that was using unittest.__...
Use more specific assert* methods in test_decimal.
Add a versionadded to Counter.subtract() doc.
Revert 79733 - Counter is new in 2.7, the versi...