Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close legacy-trunk branch.legacy-trunk | Georg Brandl | 2011-03-05 | 0 | -0/+0 |
| | |||||
* | Fix tag references in legacy-trunk branch. | Georg Brandl | 2011-03-05 | 1 | -64/+54 |
| | |||||
* | move sectionsv2.7 | Benjamin Peterson | 2010-07-03 | 1 | -2/+5 |
| | |||||
* | add another line between sections | Benjamin Peterson | 2010-07-03 | 1 | -0/+1 |
| | |||||
* | update to 2.7 final | Benjamin Peterson | 2010-07-03 | 6 | -9/+9 |
| | |||||
* | update pydoc-topics | Benjamin Peterson | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | add period; rewrap | Benjamin Peterson | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+3 |
| | |||||
* | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+2 |
| | |||||
* | Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, | Victor Stinner | 2010-07-03 | 3 | -74/+108 |
| | | | | ensure that the input string length is a multiple of the frame size | ||||
* | fix date | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | add 2.7 to the license list | Benjamin Peterson | 2010-07-03 | 2 | -0/+3 |
| | |||||
* | Submit patch for bug 9144; broken imports due to r81380 | Jesse Noller | 2010-07-03 | 4 | -4/+4 |
| | |||||
* | Add link to bytecode docs. | Georg Brandl | 2010-07-03 | 1 | -0/+3 |
| | |||||
* | Add missing target. | Georg Brandl | 2010-07-03 | 1 | -0/+2 |
| | |||||
* | Fix typo in sys.float_info docs. | Mark Dickinson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | Use internal links. | Georg Brandl | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | Fix role name. | Georg Brandl | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add ↵ | Ezio Melotti | 2010-07-03 | 2 | -64/+69 |
| | | | | a paragraph about DeprecationWarnings in cmdline.rst. | ||||
* | Revert r81681 (issue 8810). | Alexander Belopolsky | 2010-07-03 | 1 | -2/+1 |
| | |||||
* | don't require the presence of __getformat__ or __setformat__; use ↵ | Benjamin Peterson | 2010-07-02 | 1 | -42/+49 |
| | | | | requires_IEEE_754 globally | ||||
* | #9139: the thousands separator is new in 2.7. Also add a missing variable ↵ | Ezio Melotti | 2010-07-02 | 1 | -0/+4 |
| | | | | in the example. | ||||
* | #9139: Add examples for str.format(). | Ezio Melotti | 2010-07-02 | 1 | -23/+152 |
| | |||||
* | Moved period outside paren, where it belongs. | Eric Smith | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | add space | Benjamin Peterson | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | Clarify sys.float_info documentation. | Mark Dickinson | 2010-07-02 | 1 | -35/+62 |
| | |||||
* | Issue 8202 actually caused an unintended behavioural change and was reverted ↵ | Nick Coghlan | 2010-07-02 | 1 | -7/+0 |
| | | | | in 2.7 - remove reference from What's New | ||||
* | Fix a couple of minor nits in What's New before the release goes out | Nick Coghlan | 2010-07-02 | 1 | -6/+6 |
| | |||||
* | Grammar and markup fixes. | Georg Brandl | 2010-07-02 | 1 | -16/+17 |
| | |||||
* | trunc does use the special method, though | Benjamin Peterson | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | fix fixer name | Benjamin Peterson | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | remove docs about delegating to special methods; it does no such thing | Benjamin Peterson | 2010-07-01 | 1 | -4/+1 |
| | |||||
* | an AttributeError is perfectly acceptable here | Benjamin Peterson | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ↵ | Giampaolo Rodolà | 2010-06-30 | 2 | -9/+18 |
| | | | | raises an exception | ||||
* | mark test depending on ref counting | Benjamin Peterson | 2010-06-30 | 1 | -0/+1 |
| | |||||
* | Issue #9125: Update parser module for "except ... as ..." syntax. | Mark Dickinson | 2010-06-30 | 3 | -4/+14 |
| | |||||
* | Update Demo/parser directory; backport unparse fixes from py3k. | Mark Dickinson | 2010-06-30 | 5 | -170/+297 |
| | |||||
* | Issue #1789: clarify that the 'size' column in struct docs refers to ↵ | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
| | | | | standard size. | ||||
* | group cStringIO docs under its factory function | Benjamin Peterson | 2010-06-29 | 1 | -18/+23 |
| | |||||
* | Added information about pickle security and SocketHandler. | Vinay Sajip | 2010-06-29 | 1 | -0/+5 |
| | |||||
* | Documentation Fix: urllib.urlopen.info uses mimetools.Message, not ↵ | Senthil Kumaran | 2010-06-29 | 1 | -1/+1 |
| | | | | httplib.HTTPMessage. | ||||
* | Spelling. | Mark Dickinson | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | unparse.py: fix mispaced parentheses in chained comparisons | Mark Dickinson | 2010-06-28 | 2 | -1/+5 |
| | |||||
* | Set svn:eol-style on test_unparse.py. | Mark Dickinson | 2010-06-28 | 0 | -0/+0 |
| | |||||
* | Fix typo in test_unparse.py. | Mark Dickinson | 2010-06-28 | 1 | -1/+1 |
| | |||||
* | Fix some shallow bugs in Demo/parser/unparse.py, and add tests: | Mark Dickinson | 2010-06-28 | 2 | -6/+77 |
| | | | | | | | | - insert commas between entries in del statement - left and right shifts were represented as >> and << (respectively); reverse - unindent properly after for: else: or while: else: - add parens around the result of an unary operation - add parens around negative numbers, to avoid turning (-1)**2 into -1**2. | ||||
* | Documentation correction. urllib2.urlopen.info returns a mimetools.Message ↵ | Senthil Kumaran | 2010-06-28 | 1 | -2/+2 |
| | | | | instance not HTTPMessage object. | ||||
* | fix skipping condition | Benjamin Peterson | 2010-06-28 | 1 | -1/+1 |
| | |||||
* | testcapi tests are definitely cpython only | Benjamin Peterson | 2010-06-28 | 1 | -1/+3 |
| | |||||
* | Fix Issue8653 - Docstring for urlunsplit function. | Senthil Kumaran | 2010-06-28 | 1 | -0/+5 |
| |