summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-11/+3
|
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
|
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
|
* Issue #8711: add paragraph titles to c-api/unicode.rstVictor Stinner2010-05-141-27/+54
| | | | (Python2 doesn't have PyUnicode_DecodeFSDefault*() functions)
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-146-10/+10
|
* rip out mention of types.ListType #8703Benjamin Peterson2010-05-131-5/+2
|
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
|
* Grammar fixAndrew M. Kuchling2010-05-121-1/+1
|
* - 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
|
* Let's call this doneAndrew M. Kuchling2010-05-121-3/+0
|
* Revision pass: lots of edits, typo fixes, rearrangementsAndrew M. Kuchling2010-05-121-191/+212
|
* #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
|
* Link to unittest2 articleAndrew M. Kuchling2010-05-101-0/+5
|
* Use title caseAndrew M. Kuchling2010-05-101-1/+1
|
* Markup fix; re-word a sentenceAndrew M. Kuchling2010-05-101-2/+2
|
* finish clauseBenjamin Peterson2010-05-091-1/+1
|
* 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.
* Write summary of the 2.7 release; rewrite the future section some more;Andrew M. Kuchling2010-05-081-15/+39
| | | | | | | | mention PYTHONWARNINGS env. var; tweak some examples for readability. And with this commit, the "What's New" is done... except for a complete read-through to polish the text, and fixing any reported errors, but those tasks can easily wait until after beta2.
* 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.
* Markup fixesAndrew M. Kuchling2010-05-081-2/+2
|
* Add logging.dictConfig example; give up on writing a Ttk exampleAndrew M. Kuchling2010-05-081-4/+58
|
* Get accents correctAndrew M. Kuchling2010-05-081-10/+8
|
* Add two itemsAndrew M. Kuchling2010-05-081-4/+75
|
* Re-word textAndrew M. Kuchling2010-05-071-13/+23
|
* Fix some markup and a class name. Also, wrap a long line.Antoine Pitrou2010-05-071-6/+8
|
* Add a new section on the development plan; add an itemAndrew M. Kuchling2010-05-071-15/+64
|
* 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
|
* Change section title; point to unittest2Andrew M. Kuchling2010-05-061-2/+5
|
* Add 2 items; record ideas for two initial sections; clarify wordingAndrew M. Kuchling2010-05-061-5/+20
|
* Describe ElementTree 1.3; rearrange new-module sections; describe dict views ↵Andrew M. Kuchling2010-05-061-72/+165
| | | | as sets; small edits and items
* Use anonymous hyperlinksAndrew M. Kuchling2010-05-061-4/+4
|
* Add various itemsAndrew M. Kuchling2010-05-061-7/+39
|
* 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.
* Add some more items; the urlparse change is added twiceAndrew M. Kuchling2010-05-041-1/+60
|
* wbits negative was documented SEVEN years agoJesus Cea2010-05-031-3/+1
|
* Fix attribution. Travis didn't do much and he did a bad work.Antoine Pitrou2010-05-011-1/+1
| | | | (yes, this is a sensitive subject, sorry)
* Describe memoryviewAndrew M. Kuchling2010-05-011-1/+53
|