summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Markup fix.Georg Brandl2008-12-231-2/+2
|
* Fix missing "svn" command.Georg Brandl2008-12-231-1/+1
|
* less attitudeBenjamin Peterson2008-12-221-2/+2
|
* compute DISTVERSION with patchlevel.pyBenjamin Peterson2008-12-211-17/+17
|
* there are way too many places which need to have the current version addedBenjamin Peterson2008-12-211-0/+6
|
* update readmeBenjamin Peterson2008-12-211-8/+6
|
* sphinx.web is long goneBenjamin Peterson2008-12-212-16/+2
|
* silence annoying DeprecationWarningBenjamin Peterson2008-12-201-1/+5
|
* remove redundant sentenceBenjamin Peterson2008-12-201-1/+1
|
* add headingsBenjamin Peterson2008-12-201-6/+13
|
* copy sentence from docstringBenjamin Peterson2008-12-201-2/+2
|
* Fix typo in Python equivalent for bit_length.Mark Dickinson2008-12-191-1/+1
|
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
| | | | | | | | * Replace dramatic footnote with in-line comment about possible round-off errors in logarithms of large numbers. * Add comments to the pure python code equivalent. * replace floor() with int() in the mathematical equivalent so the type is correct (should be an int, not a float). * add abs() to the mathematical equivalent so that it matches the previous line that it is supposed to be equivalent to. * make one combined example with a negative input.
* _call_method -> _callmethod and _get_value to _getvalueBenjamin Peterson2008-12-191-9/+9
|
* fix typoBenjamin Peterson2008-12-191-4/+4
|
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-172-1/+57
| | | | | Thanks Fredrik Johansson and Victor Stinner for code, Raymond Hettinger for review.
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-2/+4
|
* #4568: remove limitation in varargs callback example.Georg Brandl2008-12-151-25/+22
|
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
|
* #4446: document "platforms" argument for setup().Georg Brandl2008-12-151-0/+2
|
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
|
* fix incorrect exampleBenjamin Peterson2008-12-131-1/+1
|
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
|
* #4457: rewrite __import__() documentation.Georg Brandl2008-12-071-38/+54
|
* Add link to the favicon to the docs.Georg Brandl2008-12-071-1/+7
|
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33
|
* Remove confusing sentence part.Georg Brandl2008-12-051-1/+1
|
* Followup to #4511: add link from decorator glossary entry to definition.Georg Brandl2008-12-051-0/+3
|
* Move __import__ to the bottom of the functions list.Georg Brandl2008-12-051-61/+61
| | | | | It doesn't make sense for such a fundamental document to have the most obscure function listed at the top.
* #3171: document that *slice are removed in 3k.Georg Brandl2008-12-051-0/+13
|
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2
|
* #4517: add "special method" glossary entry and clarify when __getattribute__ ↵Georg Brandl2008-12-052-1/+7
| | | | is bypassed.
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
|
* Use markup.Georg Brandl2008-12-051-2/+2
|
* Add an index entry for "subclassing immutable types".Georg Brandl2008-12-051-1/+2
|
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
|
* #4409: fix asterisks looking like footnotes.Georg Brandl2008-12-051-6/+6
|
* #4408: document regex.groups.Georg Brandl2008-12-051-0/+5
|
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-3/+3
|
* Clarification to avoid confusing output with file descriptors.Georg Brandl2008-12-041-1/+1
|
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+24
| | | | process on success or raise an exception on error.
* Add another heapq example.Georg Brandl2008-12-041-0/+15
|
* Add reference to enumerate() to indices example.Georg Brandl2008-12-041-2/+5
|
* Issue #4384: Added logging integration with warnings module using ↵Vinay Sajip2008-12-031-0/+15
| | | | captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
* let people using SVN Sphinx still build the docsBenjamin Peterson2008-12-011-1/+5
|
* fix pyspecific extensions that were broken by Sphinx's grand renamingBenjamin Peterson2008-11-301-1/+1
|
* w# requires Py_ssize_tChristian Heimes2008-11-301-1/+1
|
* StringIO.close() stops you from using the buffer, tooBenjamin Peterson2008-11-301-1/+2
|
* Retain copyright of processing examples. This was requested by a Debian ↵Christian Heimes2008-11-287-0/+21
| | | | maintainer during packaging of the multiprocessing package for 2.4/2.5
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-282-21/+108
|