Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor wording changes, rewrap a few lines | Skip Montanaro | 2008-04-27 | 1 | -12/+13 |
| | |||||
* | Add OpenSearch and a Python logo to the HTML output. | Georg Brandl | 2008-04-27 | 4 | -0/+25 |
| | |||||
* | #2700 Document PyNumber_ToBase | Benjamin Peterson | 2008-04-27 | 1 | -0/+11 |
| | |||||
* | Use correct XHTML tags. | Georg Brandl | 2008-04-27 | 1 | -16/+16 |
| | |||||
* | #2677: add note that not all functions may accept keyword args. | Georg Brandl | 2008-04-27 | 1 | -0/+8 |
| | |||||
* | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current ↵ | Benjamin Peterson | 2008-04-27 | 1 | -0/+8 |
| | | | | Py3k warnings to the use of this function soon. | ||||
* | #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. | Georg Brandl | 2008-04-26 | 1 | -1/+31 |
| | |||||
* | #2668: nit in apply() docs. | Georg Brandl | 2008-04-26 | 1 | -1/+1 |
| | |||||
* | Add from_buffer and from_buffer_copy class methods to ctypes types. | Thomas Heller | 2008-04-25 | 1 | -0/+22 |
| | |||||
* | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 42 | -3573/+3701 |
| | | | | the class directive | ||||
* | #2673 Fix example typo in optparse docs | Benjamin Peterson | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | syntax fixup | Gregory P. Smith | 2008-04-23 | 1 | -3/+3 |
| | |||||
* | Factor in documentation changes from issue 1753732. | Skip Montanaro | 2008-04-22 | 1 | -0/+13 |
| | |||||
* | Major improvements: | Gregory P. Smith | 2008-04-22 | 1 | -2/+18 |
| | | | | | | | | | * Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed. | ||||
* | Various io doc updates | Benjamin Peterson | 2008-04-22 | 1 | -68/+63 |
| | |||||
* | Fix Sphinx warnings | Benjamin Peterson | 2008-04-21 | 1 | -11/+11 |
| | |||||
* | Windows x64 also falls under VER_PLATFORM_WIN32_NT. | Jeroen Ruigrok van der Werven | 2008-04-21 | 1 | -11/+11 |
| | |||||
* | capitalization | David Goodger | 2008-04-21 | 1 | -2/+2 |
| | |||||
* | corrections ("reStructuredText" is one word) | David Goodger | 2008-04-21 | 1 | -4/+4 |
| | |||||
* | Moved Mark SummerField's io doc changes back to the trunk. (He will edit ↵ | Benjamin Peterson | 2008-04-21 | 1 | -117/+137 |
| | | | | here in the future.) | ||||
* | Add various items | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+46 |
| | |||||
* | Wording changes | Andrew M. Kuchling | 2008-04-21 | 1 | -2/+2 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | Move description of math module changes; various edits to description of ↵ | Andrew M. Kuchling | 2008-04-20 | 1 | -48/+62 |
| | | | | cmath changes | ||||
* | Move asinh documentation to the proper place. | Mark Dickinson | 2008-04-19 | 1 | -17/+18 |
| | | | | | Remove meaningless 'in radians' from inverse hyperbolic functions. | ||||
* | Correct documentation for math.pow; | Mark Dickinson | 2008-04-19 | 1 | -4/+8 |
| | | | | | | 0**nan is nan, not 0. (But nan**0 and 1**nan are 1.) Also fix minor typo: 'quite NaN' -> 'quiet NaN' | ||||
* | Update template for newest Sphinx. | Georg Brandl | 2008-04-19 | 2 | -3/+4 |
| | |||||
* | Document updates to math and cmath modules. | Mark Dickinson | 2008-04-19 | 1 | -0/+51 |
| | |||||
* | Complete documentation for errors argument of io's open and TextIOWrapper | Benjamin Peterson | 2008-04-19 | 1 | -9/+14 |
| | |||||
* | Copy io documentation back from py3k branch so changes can be merged into it. | Benjamin Peterson | 2008-04-19 | 1 | -25/+30 |
| | |||||
* | :func: et al. should *not* include the parens. | Georg Brandl | 2008-04-19 | 1 | -3/+3 |
| | |||||
* | #2631: clarify IMPORT_NAME semantics. | Georg Brandl | 2008-04-19 | 1 | -3/+5 |
| | |||||
* | #2633: clarify meaning of env parameter. | Georg Brandl | 2008-04-19 | 1 | -2/+3 |
| | |||||
* | #2634: clarify meaning of env parameter to spawn/exec*e. | Georg Brandl | 2008-04-19 | 1 | -2/+4 |
| | |||||
* | #2369: clarify that copyfile() doesn't take a target directory. | Georg Brandl | 2008-04-19 | 1 | -9/+11 |
| | |||||
* | Fix-up docs for revision 62386. | Georg Brandl | 2008-04-19 | 1 | -2/+8 |
| | |||||
* | Added kill, terminate and send_signal to subprocess.Popen | Christian Heimes | 2008-04-19 | 1 | -0/+23 |
| | | | | The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill(). | ||||
* | I finally got the time to update and merge Mark's and my trunk-math branch. ↵ | Christian Heimes | 2008-04-18 | 2 | -15/+152 |
| | | | | | | The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :) | ||||
* | Rewrite introductory section, and remove old section. (It was already ↵ | Andrew M. Kuchling | 2008-04-18 | 1 | -62/+29 |
| | | | | commented-out, but why keep it?) | ||||
* | Remove personal note from Jim Roskind; it no longer applies, and the | Andrew M. Kuchling | 2008-04-18 | 1 | -9/+0 |
| | | | | | | e-mail address is for a previous employer. Can we move the big long copyright statement into a sidebar or something? | ||||
* | #2654: fix typo | Andrew M. Kuchling | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | Use correct parameter name | Andrew M. Kuchling | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | Typo fixes | Andrew M. Kuchling | 2008-04-17 | 1 | -2/+2 |
| | |||||
* | Be consistent in the use of read-only. | Jeroen Ruigrok van der Werven | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | Issue 2648: Add leading zero to money format recipe in the docs. | Raymond Hettinger | 2008-04-17 | 2 | -10/+8 |
| | |||||
* | Add details about the return value for mmap.flush(). | Jeroen Ruigrok van der Werven | 2008-04-16 | 1 | -0/+6 |
| | |||||
* | Reformat to 80 columns prior to adding documentation. | Jeroen Ruigrok van der Werven | 2008-04-16 | 1 | -88/+92 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 2 | -0/+13 |
| | | | | | | | | http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better. | ||||
* | Add myself to Doc/ACKS.txt | Benjamin Peterson | 2008-04-15 | 1 | -0/+1 |
| |