Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+2 |
| | |||||
* | fix date | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | add 2.7 to the license list | Benjamin Peterson | 2010-07-03 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | #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 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | Documentation correction. urllib2.urlopen.info returns a mimetools.Message ↵ | Senthil Kumaran | 2010-06-28 | 1 | -2/+2 |
| | | | | instance not HTTPMessage object. | ||||
* | Fix issue3428 - Document HTTPMessage class. | Senthil Kumaran | 2010-06-28 | 1 | -0/+8 |
| | |||||
* | Two typos. | Georg Brandl | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | Fix URL. | Georg Brandl | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | Use designated syntax for optional grammar element. | Georg Brandl | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Confusing punctuation. | Georg Brandl | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Issue 9024: Added :cdata: tag to PyDateTimeAPI | Alexander Belopolsky | 2010-06-26 | 1 | -1/+2 |
| | |||||
* | Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that | Alexander Belopolsky | 2010-06-26 | 1 | -3/+3 |
| | | | | | it is typically used in module initialization function. Thanks Tim Golden for the patch. | ||||
* | remove reverted changed | Benjamin Peterson | 2010-06-24 | 1 | -3/+0 |
| | |||||
* | Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error ↵ | Andrew M. Kuchling | 2010-06-20 | 1 | -9/+24 |
| | | | | in 2.5 and up | ||||
* | Addressing RDM's review comments on the doc change. | Senthil Kumaran | 2010-06-16 | 1 | -5/+7 |
| | |||||
* | Fix Issue8937 - SimpleHTTPServer should contain usage example | Senthil Kumaran | 2010-06-16 | 1 | -1/+23 |
| | |||||
* | Issue #8469: Further clarifications and improvements to struct module | Mark Dickinson | 2010-06-15 | 1 | -30/+33 |
| | | | | documentation. Thanks Mads Kiilerich. | ||||
* | Add another bunch of items | Andrew M. Kuchling | 2010-06-15 | 1 | -0/+16 |
| | |||||
* | #8993: fix reference. | Georg Brandl | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | Revert r80580 due to some unintended side effects. See issue #8202 for details. | Nick Coghlan | 2010-06-13 | 1 | -3/+2 |
| | |||||
* | Issue #8469: Add standard sizes to table in struct documentation; additional | Mark Dickinson | 2010-06-12 | 1 | -118/+119 |
| | | | | | | clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k. | ||||
* | Backport a fix from Py3k for a potentially misleading example | Nick Coghlan | 2010-06-12 | 1 | -4/+4 |
| | |||||
* | Update README. | Georg Brandl | 2010-06-12 | 1 | -19/+18 |
| | |||||
* | Fix gratuitous indentation. | Georg Brandl | 2010-06-12 | 1 | -12/+12 |
| | |||||
* | Add document on how to build. | Georg Brandl | 2010-06-12 | 2 | -3/+95 |
| | |||||
* | Use newer toctree syntax. | Georg Brandl | 2010-06-12 | 1 | -6/+6 |
| | |||||
* | Document that an existing directory raises in mkdir(). | Georg Brandl | 2010-06-12 | 1 | -1/+2 |
| | |||||
* | Fix punctuation. | Georg Brandl | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | Add a few more items | Andrew M. Kuchling | 2010-06-11 | 1 | -0/+42 |
| | |||||
* | #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() | Andrew M. Kuchling | 2010-06-11 | 1 | -4/+4 |
| | |||||
* | Fixed markup of tm_isdst attribute. | Alexander Belopolsky | 2010-06-09 | 1 | -1/+1 |
| |