Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | #8875: Remove duplicated paragraph | Andrew M. Kuchling | 2010-06-07 | 1 | -10/+0 |
| | |||||
* | Fixed #8909: now the doc details the size of the bitmap used in distutils' ↵ | Tarek Ziadé | 2010-06-06 | 1 | -1/+1 |
| | | | | bdist_wininst | ||||
* | fix sphinx warning with an extra spacev2.7rc1 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | remove extra space | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Documentation updates for issues 8302 and 8351 (truncating excessive diffs ↵ | Michael Foord | 2010-06-05 | 1 | -2/+21 |
| | | | | in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). | ||||
* | Issue #8899: time.struct_time now has class and atribute docstrings. | Alexander Belopolsky | 2010-06-05 | 1 | -8/+9 |
| | |||||
* | Issue #8890: Documentation changed to avoid reference to temporary files - ↵ | Vinay Sajip | 2010-06-04 | 1 | -11/+11 |
| | | | | other cases covered. | ||||
* | Issue #8890: Documentation changed to avoid reference to temporary files. | Vinay Sajip | 2010-06-03 | 1 | -2/+4 |
| | |||||
* | #1368247: make set_charset/MIMEText automatically encode unicode _payload. | R. David Murray | 2010-06-02 | 2 | -6/+9 |
| | | | | | | | | Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as the charset and unicode as the _text argument. Also makes the way in which unicode gets encoded to quoted printable for other charsets more sane (it only worked by accident previously). The _payload now is encoded to the charset.output_charset if it is unicode. | ||||
* | Issue #8873: add a documentation note about possible performance issues with the | Antoine Pitrou | 2010-06-02 | 1 | -0/+6 |
| | | | | default of unbuffered IO in subprocess.Popen. | ||||
* | Fix issue8788 - description of doseq parameter in urllib.urlencode | Senthil Kumaran | 2010-06-02 | 1 | -11/+13 |
| | |||||
* | Put docs for RegexObject.search() before RegexObject.match() to mirror ↵ | Georg Brandl | 2010-06-01 | 1 | -23/+27 |
| | | | | re.search() and re.match() order. | ||||
* | #7583: clarify discussion of hard tab expansion in doctests. | R. David Murray | 2010-06-01 | 1 | -10/+17 |
| | |||||
* | Improve documentation for getaddrinfo() (part of #8857) | Antoine Pitrou | 2010-05-31 | 1 | -15/+33 |
| | |||||
* | Fix typo | Stefan Krah | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Issue #8840: Make documentation for truncate() clearer | Antoine Pitrou | 2010-05-29 | 1 | -4/+6 |
| | |||||
* | Make reference to Generic Attribute Management a hyperlink. | R. David Murray | 2010-05-28 | 1 | -1/+3 |
| | |||||
* | 2to3 doesn't fix test_support #6583 | Benjamin Peterson | 2010-05-28 | 1 | -5/+1 |
| | |||||
* | Add item | Andrew M. Kuchling | 2010-05-27 | 1 | -0/+6 |
| | |||||
* | Remove top-level 'General Questions' section, pushing up the questions it ↵ | Andrew M. Kuchling | 2010-05-27 | 1 | -12/+9 |
| | | | | contains | ||||
* | Rewrite wxWidgets section | Andrew M. Kuchling | 2010-05-27 | 1 | -10/+15 |
| | |||||
* | Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. | R. David Murray | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Add three items | Andrew M. Kuchling | 2010-05-25 | 1 | -3/+16 |
| | |||||
* | #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the ↵ | Georg Brandl | 2010-05-24 | 1 | -0/+2 |
| | | | | tests, it was missing there.) | ||||
* | argparse documentation updates (including updates to optparse and getopt ↵ | Steven Bethard | 2010-05-24 | 3 | -5/+31 |
| | | | | documentation that were promised in the PEP) | ||||
* | #1436346: make it more obvious that timetuple[7] is yday. | Georg Brandl | 2010-05-23 | 1 | -7/+10 |
| | |||||
* | #8785: less confusing description of regex.find*. | Georg Brandl | 2010-05-22 | 1 | -2/+6 |
| | |||||
* | #8709: mention Windows support for os.devnull. | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | Correct info for Semaphore.acquire() semantics under OSX. | Georg Brandl | 2010-05-21 | 1 | -4/+3 |
| | |||||
* | #8707: remove duplicate paragraph part. | Georg Brandl | 2010-05-21 | 1 | -8/+3 |
| | |||||
* | Add missing parameter in SimpleXMLRPCServer signature. | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | typo | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
| |