python

log

age author description
21 months ago W. Trevor King Adjust doctest for better +NORMALIZE_WHITESPACE, +ELLIPSIS diffs.trunk tip
21 months ago W. Trevor King Added doctest._normalize_whitespace_matches for better +NORMALIZE_WHITESPACE diffs.trunk
21 months ago W. Trevor King Added doctest.OutputChecker._diff_splitlines for better +ELLIPSIS diffs.trunk
21 months ago W. Trevor King Change doctest.OutputChecker.output_difference() arg from `example` to `want`.trunk
22 months ago W. Trevor King Fix issue6612: 'import site' fails when called from an unlinked directorytrunk
23 months ago benjamin.peterson [svn r82502] move sectionstrunk
23 months ago benjamin.peterson [svn r82501] add another line between sectionstrunk
23 months ago benjamin.peterson [svn r82500] update to 2.7 finaltrunk
23 months ago benjamin.peterson [svn r82499] update pydoc-topicstrunk
23 months ago benjamin.peterson [svn r82498] add period; rewraptrunk
23 months ago benjamin.peterson [svn r82497] add release datetrunk
23 months ago benjamin.peterson [svn r82493] add release datetrunk
23 months ago victor.stinner [svn r82492] Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,trunk
23 months ago benjamin.peterson [svn r82491] fix datetrunk
23 months ago benjamin.peterson [svn r82490] add 2.7 to the license listtrunk
23 months ago jesse.noller [svn r82489] Submit patch for bug 9144; broken imports due to r81380trunk
23 months ago georg.brandl [svn r82483] Add link to bytecode docs.trunk
23 months ago georg.brandl [svn r82482] Add missing target.trunk
23 months ago mark.dickinson [svn r82476] Fix typo in sys.float_info docs.trunk
23 months ago georg.brandl [svn r82475] Use internal links.trunk
23 months ago georg.brandl [svn r82474] Fix role name.trunk
23 months ago ezio.melotti [svn r82473] Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst.trunk
23 months ago alexander.belopolsky [svn r82466] Revert r81681 (issue 8810).trunk
23 months ago benjamin.peterson [svn r82461] don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globallytrunk
23 months ago ezio.melotti [svn r82459] #9139: the thousands separator is new in 2.7. Also add a missing variable in the example.trunk
23 months ago ezio.melotti [svn r82457] #9139: Add examples for str.format().trunk
23 months ago eric.smith [svn r82455] Moved period outside paren, where it belongs.trunk
23 months ago benjamin.peterson [svn r82447] add spacetrunk
23 months ago mark.dickinson [svn r82446] Clarify sys.float_info documentation.trunk
23 months ago nick.coghlan [svn r82441] Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's Newtrunk
23 months ago nick.coghlan [svn r82439] Fix a couple of minor nits in What's New before the release goes outtrunk
23 months ago georg.brandl [svn r82433] Grammar and markup fixes.trunk
23 months ago benjamin.peterson [svn r82429] trunc does use the special method, thoughtrunk
23 months ago benjamin.peterson [svn r82420] fix fixer nametrunk
23 months ago benjamin.peterson [svn r82415] remove docs about delegating to special methods; it does no such thingtrunk
23 months ago benjamin.peterson [svn r82409] an AttributeError is perfectly acceptable heretrunk
23 months ago giampaolo.rodola [svn r82404] fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exceptiontrunk
23 months ago benjamin.peterson [svn r82403] mark test depending on ref countingtrunk
23 months ago mark.dickinson [svn r82400] Issue #9125: Update parser module for "except ... as ..." syntax.trunk
23 months ago mark.dickinson [svn r82399] Update Demo/parser directory; backport unparse fixes from py3k.trunk
23 months ago mark.dickinson [svn r82379] Issue #1789: clarify that the 'size' column in struct docs refers to standard size.trunk
23 months ago benjamin.peterson [svn r82368] group cStringIO docs under its factory functiontrunk
23 months ago vinay.sajip [svn r82367] Added information about pickle security and SocketHandler.trunk
23 months ago senthil.kumaran [svn r82363] Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.trunk
23 months ago mark.dickinson [svn r82356] Spelling.trunk
23 months ago mark.dickinson [svn r82345] unparse.py: fix mispaced parentheses in chained comparisonstrunk
23 months ago mark.dickinson [svn r82340] Fix typo in test_unparse.py.trunk
23 months ago mark.dickinson [svn r82338] Fix some shallow bugs in Demo/parser/unparse.py, and add tests:trunk
23 months ago senthil.kumaran [svn r82334] Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.trunk
23 months ago benjamin.peterson [svn r82332] fix skipping conditiontrunk
23 months ago benjamin.peterson [svn r82330] testcapi tests are definitely cpython onlytrunk
23 months ago senthil.kumaran [svn r82324] Fix Issue8653 - Docstring for urlunsplit function.trunk
23 months ago senthil.kumaran [svn r82322] Fix issue3428 - Document HTTPMessage class.trunk
23 months ago benjamin.peterson [svn r82317] remove unused last argument to property_copytrunk
23 months ago benjamin.peterson [svn r82303] mark tracking tests as implementation detailstrunk
23 months ago ronald.oussoren [svn r82284] Fix for Issue8883: without this patch test_urllib will failtrunk
23 months ago ronald.oussoren [svn r82276] The uuid library on OSX 10.5 seems to contain the same bug as the onetrunk
23 months ago ronald.oussoren [svn r82272] Two small fixes for the support for SDKs on MacOSX:trunk
23 months ago georg.brandl [svn r82271] Untabify.trunk
23 months ago georg.brandl [svn r82267] Two typos.trunk