Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 2to3 doesn't fix test_support #6583 | Benjamin Peterson | 2010-05-28 | 1 | -5/+1 |
| | |||||
* | Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. | R. David Murray | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | #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 |
| | |||||
* | #8783: replace link to now dead hash collision FAQ. | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | Updated logging documentation with more dictConfig information. | Vinay Sajip | 2010-05-21 | 1 | -0/+39 |
| | |||||
* | fix extra 't' #8778 | Benjamin Peterson | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Stefan Krah | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Fix typo in argparse doc. | Ezio Melotti | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Fixed minor typo in ReST markup. | Vinay Sajip | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Fix minor typo. | Senthil Kumaran | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Add cross-reference to later section | Andrew M. Kuchling | 2010-05-16 | 1 | -3/+3 |
| | |||||
* | Document that SSL v2 is insecure. | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
| | |||||
* | Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP | Victor Stinner | 2010-05-14 | 5 | -9/+9 |
| | |||||
* | #8696: add documentation for logging.config.dictConfig (PEP 391) | Andrew M. Kuchling | 2010-05-12 | 1 | -7/+453 |
| | |||||
* | - clarify Attr.name comment on the presence of colons in namespace mode | Fred Drake | 2010-05-12 | 1 | -3/+12 |
| | | | | | - document Attr.value - wrap some long lines | ||||
* | fix error introduced in previous commit, and the adjacent additional typo | Fred Drake | 2010-05-12 | 1 | -3/+2 |
| | |||||
* | #8575 - Update and reorganize some _winreg contents. | Brian Curtin | 2010-05-11 | 1 | -90/+244 |
| | | | | | | | | | | | | | I've removed the hopeful note about a future higher-level module since it's been in there for quite a long time and nothing of the sort has come up. There are a few places where markup was added to cross-reference other sections, and many of the external links have been removed and now point to newly created sections containing previously undocumented information. The Value Types section was created and it's contents were taken from a function-specific area, since it applies to more than just that function. It fits in better with the other newly documented constants. | ||||
* | fix typo | Fred Drake | 2010-05-11 | 1 | -2/+2 |
| | |||||
* | Fix typo | Andrew M. Kuchling | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Georg Brandl | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Consolidate deprecation messages. | Georg Brandl | 2010-05-10 | 1 | -2/+1 |
| | |||||
* | Fix reference direction. | Georg Brandl | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | #8642: fix wrong function name. | Georg Brandl | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Add a link on maketrans(). | Florent Xicluna | 2010-05-10 | 1 | -3/+3 |
| | |||||
* | Issue 8671: Whitespace fix. | Eric Smith | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | Issue #8644: Improve accuracy of timedelta.total_seconds method. | Mark Dickinson | 2010-05-09 | 1 | -2/+6 |
| | | | | (Backport of r80979 to py3k.) Thanks Alexander Belopolsky. | ||||
* | Updating documentation and adding docstrings to ↵ | Michael Foord | 2010-05-08 | 1 | -3/+3 |
| | | | | unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. | ||||
* | Documenting test discovery from package name and potential problems with ↵ | Michael Foord | 2010-05-08 | 1 | -0/+21 |
| | | | | test discovery importing tests from the wrong location. Issue 7780 and issue 8547. | ||||
* | ensure that availability information is on its own line at the end of the ↵ | Benjamin Peterson | 2010-05-06 | 1 | -133/+341 |
| | | | | function docs | ||||
* | Availability gets its own line | Benjamin Peterson | 2010-05-06 | 1 | -4/+13 |
| | |||||
* | Use anonymous hyperlinks | Andrew M. Kuchling | 2010-05-06 | 1 | -4/+4 |
| | |||||
* | Reword paragraph; fix filename, which should be pyconfig.h | Andrew M. Kuchling | 2010-05-06 | 1 | -3/+3 |
| | |||||
* | Issue 8628: fix incorrect documentation for numbers.Complex.imag. | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk. | ||||
* | wbits negative was documented SEVEN years ago | Jesus Cea | 2010-05-03 | 1 | -3/+1 |
| | |||||
* | Minor grammar fix | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | Markup fix; clarify by adding 'in that order' | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+3 |
| | |||||
* | Fix typos | Andrew M. Kuchling | 2010-04-30 | 2 | -2/+2 |
| | |||||
* | Reword paragraph to make its meaning clearer. | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+10 |
| | | | | | | Antoine Pitrou: is my version of the paragraph still correct? R. David Murray: is this more understandable than the previous version? | ||||
* | Fixes issue 8543 (asynchat documentation issues) | Giampaolo Rodolà | 2010-04-29 | 1 | -91/+10 |
| |