Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgraded distutils docs w.r.t. the manifest regeneration | Tarek Ziadé | 2010-05-17 | 1 | -11/+3 |
| | |||||
* | 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 |
| | |||||
* | Issue #8711: add paragraph titles to c-api/unicode.rst | Victor Stinner | 2010-05-14 | 1 | -27/+54 |
| | | | | (Python2 doesn't have PyUnicode_DecodeFSDefault*() functions) | ||||
* | Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP | Victor Stinner | 2010-05-14 | 6 | -10/+10 |
| | |||||
* | rip out mention of types.ListType #8703 | Benjamin Peterson | 2010-05-13 | 1 | -5/+2 |
| | |||||
* | #8696: add documentation for logging.config.dictConfig (PEP 391) | Andrew M. Kuchling | 2010-05-12 | 1 | -7/+453 |
| | |||||
* | Grammar fix | Andrew M. Kuchling | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | Let's call this done | Andrew M. Kuchling | 2010-05-12 | 1 | -3/+0 |
| | |||||
* | Revision pass: lots of edits, typo fixes, rearrangements | Andrew M. Kuchling | 2010-05-12 | 1 | -191/+212 |
| | |||||
* | #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 |
| | |||||
* | Link to unittest2 article | Andrew M. Kuchling | 2010-05-10 | 1 | -0/+5 |
| | |||||
* | Use title case | Andrew M. Kuchling | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Markup fix; re-word a sentence | Andrew M. Kuchling | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | finish clause | Benjamin Peterson | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Write summary of the 2.7 release; rewrite the future section some more; | Andrew M. Kuchling | 2010-05-08 | 1 | -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 Foord | 2010-05-08 | 1 | -0/+21 |
| | | | | test discovery importing tests from the wrong location. Issue 7780 and issue 8547. | ||||
* | Markup fixes | Andrew M. Kuchling | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | Add logging.dictConfig example; give up on writing a Ttk example | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+58 |
| | |||||
* | Get accents correct | Andrew M. Kuchling | 2010-05-08 | 1 | -10/+8 |
| | |||||
* | Add two items | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+75 |
| | |||||
* | Re-word text | Andrew M. Kuchling | 2010-05-07 | 1 | -13/+23 |
| | |||||
* | Fix some markup and a class name. Also, wrap a long line. | Antoine Pitrou | 2010-05-07 | 1 | -6/+8 |
| | |||||
* | Add a new section on the development plan; add an item | Andrew M. Kuchling | 2010-05-07 | 1 | -15/+64 |
| | |||||
* | 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 |
| | |||||
* | Change section title; point to unittest2 | Andrew M. Kuchling | 2010-05-06 | 1 | -2/+5 |
| | |||||
* | Add 2 items; record ideas for two initial sections; clarify wording | Andrew M. Kuchling | 2010-05-06 | 1 | -5/+20 |
| | |||||
* | Describe ElementTree 1.3; rearrange new-module sections; describe dict views ↵ | Andrew M. Kuchling | 2010-05-06 | 1 | -72/+165 |
| | | | | as sets; small edits and items | ||||
* | Use anonymous hyperlinks | Andrew M. Kuchling | 2010-05-06 | 1 | -4/+4 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2010-05-06 | 1 | -7/+39 |
| | |||||
* | 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. | ||||
* | Add some more items; the urlparse change is added twice | Andrew M. Kuchling | 2010-05-04 | 1 | -1/+60 |
| | |||||
* | wbits negative was documented SEVEN years ago | Jesus Cea | 2010-05-03 | 1 | -3/+1 |
| | |||||
* | Fix attribution. Travis didn't do much and he did a bad work. | Antoine Pitrou | 2010-05-01 | 1 | -1/+1 |
| | | | | (yes, this is a sensitive subject, sorry) | ||||
* | Describe memoryview | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+53 |
| |