summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close legacy-trunk branch.legacy-trunkGeorg Brandl2011-03-050-0/+0
* Fix tag references in legacy-trunk branch.Georg Brandl2011-03-050-0/+0
* move sectionsv2.7Benjamin Peterson2010-07-031-2/+5
* add another line between sectionsBenjamin Peterson2010-07-031-0/+1
* update to 2.7 finalBenjamin Peterson2010-07-036-9/+9
* update pydoc-topicsBenjamin Peterson2010-07-031-2/+2
* add period; rewrapBenjamin Peterson2010-07-031-2/+2
* add release dateBenjamin Peterson2010-07-031-3/+3
* add release dateBenjamin Peterson2010-07-031-3/+2
* Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,Victor Stinner2010-07-033-74/+108
* fix dateBenjamin Peterson2010-07-031-1/+1
* add 2.7 to the license listBenjamin Peterson2010-07-032-0/+3
* Submit patch for bug 9144; broken imports due to r81380Jesse Noller2010-07-034-4/+4
* Add link to bytecode docs.Georg Brandl2010-07-031-0/+3
* Add missing target.Georg Brandl2010-07-031-0/+2
* Fix typo in sys.float_info docs.Mark Dickinson2010-07-031-1/+1
* Use internal links.Georg Brandl2010-07-031-2/+2
* Fix role name.Georg Brandl2010-07-031-1/+1
* Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a...Ezio Melotti2010-07-032-64/+69
* Revert r81681 (issue 8810).Alexander Belopolsky2010-07-031-2/+1
* don't require the presence of __getformat__ or __setformat__; use requires_IE...Benjamin Peterson2010-07-021-42/+49
* #9139: the thousands separator is new in 2.7. Also add a missing variable in...Ezio Melotti2010-07-021-0/+4
* #9139: Add examples for str.format().Ezio Melotti2010-07-021-23/+152
* Moved period outside paren, where it belongs.Eric Smith2010-07-021-1/+1
* add spaceBenjamin Peterson2010-07-021-1/+1
* Clarify sys.float_info documentation.Mark Dickinson2010-07-021-35/+62
* Issue 8202 actually caused an unintended behavioural change and was reverted ...Nick Coghlan2010-07-021-7/+0
* Fix a couple of minor nits in What's New before the release goes outNick Coghlan2010-07-021-6/+6
* Grammar and markup fixes.Georg Brandl2010-07-021-16/+17
* trunc does use the special method, thoughBenjamin Peterson2010-07-011-1/+1
* fix fixer nameBenjamin Peterson2010-07-011-1/+1
* remove docs about delegating to special methods; it does no such thingBenjamin Peterson2010-07-011-4/+1
* an AttributeError is perfectly acceptable hereBenjamin Peterson2010-06-301-1/+1
* fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ...Giampaolo RodolĂ 2010-06-302-9/+18
* mark test depending on ref countingBenjamin Peterson2010-06-301-0/+1
* Issue #9125: Update parser module for "except ... as ..." syntax.Mark Dickinson2010-06-303-4/+14
* Update Demo/parser directory; backport unparse fixes from py3k.Mark Dickinson2010-06-305-170/+297
* Issue #1789: clarify that the 'size' column in struct docs refers to standar...Mark Dickinson2010-06-291-1/+5
* group cStringIO docs under its factory functionBenjamin Peterson2010-06-291-18/+23
* Added information about pickle security and SocketHandler.Vinay Sajip2010-06-291-0/+5
* Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HT...Senthil Kumaran2010-06-291-1/+1
* Spelling.Mark Dickinson2010-06-291-1/+1
* unparse.py: fix mispaced parentheses in chained comparisonsMark Dickinson2010-06-282-1/+5
* Set svn:eol-style on test_unparse.py.Mark Dickinson2010-06-280-0/+0
* Fix typo in test_unparse.py.Mark Dickinson2010-06-281-1/+1
* Fix some shallow bugs in Demo/parser/unparse.py, and add tests:Mark Dickinson2010-06-282-6/+77
* Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...Senthil Kumaran2010-06-281-2/+2
* fix skipping conditionBenjamin Peterson2010-06-281-1/+1
* testcapi tests are definitely cpython onlyBenjamin Peterson2010-06-281-1/+3
* Fix Issue8653 - Docstring for urlunsplit function.Senthil Kumaran2010-06-281-0/+5