summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoStefan Krah2010-05-291-1/+1
|
* Issue #8840: Make documentation for truncate() clearerAntoine Pitrou2010-05-291-4/+6
|
* 2to3 doesn't fix test_support #6583Benjamin Peterson2010-05-281-5/+1
|
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
|
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the ↵Georg Brandl2010-05-241-0/+2
| | | | tests, it was missing there.)
* argparse documentation updates (including updates to optparse and getopt ↵Steven Bethard2010-05-243-5/+31
| | | | documentation that were promised in the PEP)
* #1436346: make it more obvious that timetuple[7] is yday.Georg Brandl2010-05-231-7/+10
|
* #8785: less confusing description of regex.find*.Georg Brandl2010-05-221-2/+6
|
* #8709: mention Windows support for os.devnull.Georg Brandl2010-05-211-2/+2
|
* Correct info for Semaphore.acquire() semantics under OSX.Georg Brandl2010-05-211-4/+3
|
* #8707: remove duplicate paragraph part.Georg Brandl2010-05-211-8/+3
|
* Add missing parameter in SimpleXMLRPCServer signature.Georg Brandl2010-05-211-1/+1
|
* typoGeorg Brandl2010-05-211-1/+1
|
* #8783: replace link to now dead hash collision FAQ.Georg Brandl2010-05-211-2/+2
|
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
|
* fix extra 't' #8778Benjamin Peterson2010-05-201-1/+1
|
* Fix typo.Stefan Krah2010-05-191-1/+1
|
* Fix typo in argparse doc.Ezio Melotti2010-05-191-1/+1
|
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
|
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
|
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
|
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
|
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-145-9/+9
|
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
|
* - clarify Attr.name comment on the presence of colons in namespace modeFred Drake2010-05-121-3/+12
| | | | | - document Attr.value - wrap some long lines
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
|
* #8575 - Update and reorganize some _winreg contents.Brian Curtin2010-05-111-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 typoFred Drake2010-05-111-2/+2
|
* Fix typoAndrew M. Kuchling2010-05-101-1/+1
|
* Fix typo.Georg Brandl2010-05-101-1/+1
|
* Consolidate deprecation messages.Georg Brandl2010-05-101-2/+1
|
* Fix reference direction.Georg Brandl2010-05-101-1/+1
|
* #8642: fix wrong function name.Georg Brandl2010-05-101-1/+1
|
* Add a link on maketrans().Florent Xicluna2010-05-101-3/+3
|
* Issue 8671: Whitespace fix.Eric Smith2010-05-091-1/+1
|
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-2/+6
| | | | (Backport of r80979 to py3k.) Thanks Alexander Belopolsky.
* Updating documentation and adding docstrings to ↵Michael Foord2010-05-081-3/+3
| | | | unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038.
* Documenting test discovery from package name and potential problems with ↵Michael Foord2010-05-081-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 Peterson2010-05-061-133/+341
| | | | function docs
* Availability gets its own lineBenjamin Peterson2010-05-061-4/+13
|
* Use anonymous hyperlinksAndrew M. Kuchling2010-05-061-4/+4
|
* Reword paragraph; fix filename, which should be pyconfig.hAndrew M. Kuchling2010-05-061-3/+3
|
* Issue 8628: fix incorrect documentation for numbers.Complex.imag.Mark Dickinson2010-05-051-2/+2
|
* In a number of places code still reversRonald Oussoren2010-05-051-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 agoJesus Cea2010-05-031-3/+1
|
* Minor grammar fixAndrew M. Kuchling2010-05-011-1/+1
|
* Markup fix; clarify by adding 'in that order'Andrew M. Kuchling2010-04-301-2/+3
|
* Fix typosAndrew M. Kuchling2010-04-302-2/+2
|
* Reword paragraph to make its meaning clearer.Andrew M. Kuchling2010-04-301-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-291-91/+10
|