| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #1035279: hex() and oct() documentation is incorrect | Raymond Hettinger | 2004-09-30 | 1 | -13/+5 |
|
|
* | Patch #1015021: Stop claiming that coerce can return None. | Martin v. Löwis | 2004-08-25 | 1 | -1/+1 |
|
|
* | SF bug #805304: super instances don't support item assignment | Raymond Hettinger | 2004-08-17 | 1 | -0/+6 |
|
|
* | [Patch #1005465] Markup tweaks | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
|
|
* | Bug 1003935: xrange overflows | Tim Peters | 2004-08-08 | 1 | -9/+15 |
|
|
* | Doc/lib/libfuncs.tex: correct items in itemize | Matthias Klose | 2004-08-04 | 1 | -8/+8 |
|
|
* | Document general mappings for the locals argument for exec and execfile(). | Raymond Hettinger | 2004-08-03 | 1 | -7/+8 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -2/+11 |
|
|
* | SF bug #997533: "disjunct" should be "disjoint" | Raymond Hettinger | 2004-07-29 | 1 | -3/+3 |
|
|
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -2/+6 |
|
|
* | Fix small grammatical mistake. | Brett Cannon | 2004-05-05 | 1 | -1/+1 |
|
|
* | concrete example of why retaining old objects is good | Skip Montanaro | 2004-03-21 | 1 | -1/+9 |
|
|
* | SF bug #918371: hasattr()'s return type | Raymond Hettinger | 2004-03-20 | 1 | -2/+2 |
|
|
* | Expand on the semantics of reload(). Closes #919099. | Skip Montanaro | 2004-03-19 | 1 | -2/+24 |
|
|
* | fix reference to File Object documentation | Fred Drake | 2004-01-01 | 1 | -1/+3 |
|
|
* | fix markup errors | Fred Drake | 2003-12-30 | 1 | -3/+2 |
|
|
* | [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa... | Andrew M. Kuchling | 2003-12-23 | 1 | -4/+2 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -0/+9 |
|
|
* | Put str() in alphabetical order. | Raymond Hettinger | 2003-12-07 | 1 | -10/+10 |
|
|
* | - fix markup in the bool() description | Fred Drake | 2003-12-05 | 1 | -10/+9 |
|
|
* | Nits from a review of the documentation update. | Raymond Hettinger | 2003-11-26 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, banish apply(), buffer(), coerce(), and | Raymond Hettinger | 2003-11-25 | 1 | -51/+68 |
|
|
* | Patch #843088: Fix typos. Backported to 2.3. | Martin v. Löwis | 2003-11-18 | 1 | -1/+1 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+19 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -0/+8 |
|
|
* | SF bug #821701: reduce docs neglect a very important piece of information. | Raymond Hettinger | 2003-10-13 | 1 | -1/+3 |
|
|
* | SF 810242. Fix doubled word errors. | Raymond Hettinger | 2003-09-22 | 1 | -1/+1 |
|
|
* | SF bug #560286: Add docs for 'basestring' | Raymond Hettinger | 2003-09-09 | 1 | -0/+9 |
|
|
* | SF bug 799191: fix markup | Raymond Hettinger | 2003-09-06 | 1 | -1/+1 |
|
|
* | Fix double word typos. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
|
|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, changed builtin.zip() to handle zero arguments | Raymond Hettinger | 2003-08-02 | 1 | -4/+8 |
|
|
* | Fix SF bug #766288, property() example gives syntax error | Neal Norwitz | 2003-07-05 | 1 | -1/+1 |
|
|
* | SF bug #764616: execfile(filename,...) not execfile(file,...) | Raymond Hettinger | 2003-07-02 | 1 | -1/+1 |
|
|
* | Fix a variety of small markup nits. | Fred Drake | 2003-07-02 | 1 | -7/+8 |
|
|
* | - note that super() only applies to new-style classes; | Fred Drake | 2003-07-01 | 1 | -2/+4 |
|
|
* | markup consistency nits | Fred Drake | 2003-06-26 | 1 | -9/+10 |
|
|
* | Removed useless intra-section references which jump to the top of the | Raymond Hettinger | 2003-06-25 | 1 | -4/+2 |
|
|
* | Fix some markup nits | Neal Norwitz | 2003-06-17 | 1 | -4/+4 |
|
|
* | * Added missing documentation for object(). | Raymond Hettinger | 2003-06-11 | 1 | -2/+15 |
|
|
* | SF bug #660022: parameters for int(), str(), etc. | Raymond Hettinger | 2003-06-11 | 1 | -19/+28 |
|
|
* | SF bug: 751941 Invisible HTML tag | Raymond Hettinger | 2003-06-10 | 1 | -0/+2 |
|
|
* | Patch #744877: Explain filter in terms of list comprehension. Remove | Martin v. Löwis | 2003-05-31 | 1 | -3/+8 |
|
|
* | - object is a class type, not a function | Fred Drake | 2003-05-10 | 1 | -3/+4 |
|
|
* | Missing parenthesis found by texcheck.py | Raymond Hettinger | 2003-05-10 | 1 | -1/+1 |
|
|
* | - explain the start argument to sum() | Fred Drake | 2003-04-22 | 1 | -5/+6 |
|
|
* | Adding new built-in function sum, with docs and tests. | Alex Martelli | 2003-04-22 | 1 | -0/+8 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
|
|
* | SF bug #655271: Slightly modify locals() doc | Raymond Hettinger | 2003-01-04 | 1 | -1/+1 |
|
|
* | Document that apply() is deprecated. See: | Fred Drake | 2003-01-02 | 1 | -0/+3 |
|
|