summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Note that the excel_tab class is registered as the "excel-tab" dialect.Skip Montanaro2006-10-071-10/+10
| | | | | | Fixes 1572471. Make a similar change for the excel class and clean up references to the Dialects and Formatting Parameters section in a few places.
* Case fixAndrew M. Kuchling2006-10-061-1/+1
|
* - update linksFred Drake2006-10-061-6/+8
| | | | - remove Sleepycat name now that they have been bought
* Clarify what "re-initialization" means for init_builtin() and init_dynamic().Brett Cannon2006-10-051-12/+13
| | | | | | | Also remove warning about re-initialization as possibly raising an execption as both call _PyImport_FindExtension() which pulls any module that was already imported from the Python process' extension cache and just copies the __dict__ into the module stored in sys.modules.
* Documentation clarified to mention optional parameters.Vinay Sajip2006-10-031-4/+4
|
* Documentation omitted the additional parameter to LogRecord.__init__ which ↵Vinay Sajip2006-10-031-2/+4
| | | | was added in 2.5. (See SF #1569622).
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-301-5/+5
| | | | string pointed to by its parameter.
* Bug #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-301-16/+18
|
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4
|
* SF bug #1567976 : fix typoGeorge Yoshida2006-09-301-1/+1
| | | | Will backport to 2.5.
* Make examples do error checking on Py_InitModuleAndrew M. Kuchling2006-09-271-4/+10
|
* SF Bug #1563963, add missing word and cleanup first sentanceNeal Norwitz2006-09-231-2/+2
|
* add boilerplate "What's New" document so the docs will buildFred Drake2006-09-232-1/+135
|
* revise explanation of returns_unicode to reflect bool valuesFred Drake2006-09-151-3/+4
| | | | | and to include the default value (merged from release25-maint revision 51890)
* - fix module name in links in formatted documentationFred Drake2006-09-151-25/+14
| | | | | - minor markup cleanup (forward-ported from release25-maint revision 51888)
* Correct elementtree module index entry.Georg Brandl2006-09-151-1/+1
|
* Fix grammar errors and improve clarity.Ka-Ping Yee2006-09-151-22/+21
|
* More wordsmithingAndrew M. Kuchling2006-09-121-26/+28
|
* Some editing, markup fixesAndrew M. Kuchling2006-09-121-23/+24
|
* Markup typo fixAndrew M. Kuchling2006-09-121-1/+1
|
* Fix typo in exampleAndrew M. Kuchling2006-09-081-1/+1
|
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
|
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
|
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
|
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
|
* Add missing wordAndrew M. Kuchling2006-09-081-1/+1
|
* Add a warning notice on top of the generated grammar.txt.Armin Rigo2006-09-071-0/+6
|
* Rearrange example a bit, and show rpartition() when separator is not foundAndrew M. Kuchling2006-09-051-2/+4
|
* Bug #1552618: change docs of dict.has_key() to reflect recommendationGeorg Brandl2006-09-051-5/+5
| | | | to use "in".
* Fix endcase for str.rpartition()Raymond Hettinger2006-09-041-2/+2
|
* Typo fix for decimal docsNick Coghlan2006-09-031-1/+1
|
* Fix final documentation nits before backporting decimal module fixes to 2.5Nick Coghlan2006-09-032-6/+7
|
* Fix documentation nits for decimal context managers.Raymond Hettinger2006-09-022-16/+11
|
* Further corrections to the decimal module context management documentationNick Coghlan2006-09-021-14/+11
|
* SF #1547931, fix typo (missing and). Will backport to 2.5Neal Norwitz2006-09-021-1/+1
|
* evalfile() should be execfile().Georg Brandl2006-09-011-1/+1
|
* - SF patch #1550263: Enhance and correct unittest docsFred Drake2006-09-011-32/+70
| | | | - various minor cleanups for improved consistency
* Fix the wrongheaded implementation of context management in the decimal ↵Nick Coghlan2006-08-311-10/+18
| | | | module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5)
* Doc fix: hashlib objects don't always return a digest of 16 bytes.Armin Rigo2006-08-311-2/+2
| | | | Backport candidate for 2.5.
* Move functional howto into trunkAndrew M. Kuchling2006-08-221-0/+1279
|
* patch for documentation for recent uuid changes (from ping)Anthony Baxter2006-08-221-15/+15
|
* Minor editsAndrew M. Kuchling2006-08-182-3/+3
|
* Typo in tp_clear docs.Georg Brandl2006-08-181-1/+1
|
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-183-22/+20
| | | | | Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea.
* More post-release wibbleNeal Norwitz2006-08-181-1/+1
|
* Tutorial:Thomas Heller2006-08-161-29/+48
| | | | | | | | | | | | | Clarify somewhat how parameters are passed to functions (especially explain what integer means). Correct the table - Python integers and longs can both be used. Further clarification to the table comparing ctypes types, Python types, and C types. Reference: Replace integer by C ``int`` where it makes sense.
* Update bug/patch countsAndrew M. Kuchling2006-08-161-1/+1
|
* Link to docs; remove an XXX commentAndrew M. Kuchling2006-08-161-3/+1
|
* Bump document version to 1.0; remove pystone paragraphAndrew M. Kuchling2006-08-161-4/+1
|
* Add UnicodeWarningAndrew M. Kuchling2006-08-161-0/+34
|