Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented gc.get_referrers() as dangerous. | Armin Rigo | 2003-10-28 | 1 | -0/+5 |
| | | | | SF bug 793822 | ||||
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-27 | 1 | -1/+2 |
| | | | | Document the correct definition of os.path.getctime() | ||||
* | Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text ↵ | Andrew M. Kuchling | 2003-10-27 | 1 | -4/+4 |
| | | | | further down in this file) | ||||
* | Document that varlist can be NULL. | Raymond Hettinger | 2003-10-26 | 1 | -2/+4 |
| | |||||
* | Replace the window() example with pairwise() which demonstrates tee(). | Raymond Hettinger | 2003-10-26 | 1 | -10/+4 |
| | |||||
* | SF #829941, update tutorial, built-in types can be base classes since 2.2 | Neal Norwitz | 2003-10-25 | 1 | -2/+2 |
| | |||||
* | Added itertools.tee() | Raymond Hettinger | 2003-10-24 | 1 | -17/+39 |
| | | | | | | It works like the pure python verion except: * it stops storing data after of the iterators gets deallocated * the data queue is implemented with two stacks instead of one dictionary. | ||||
* | Record an item I missed and bump the version number. [2.3 bugfix candidate.] | Andrew M. Kuchling | 2003-10-23 | 1 | -1/+6 |
| | |||||
* | - add "Why is Python installed on my computer?" as a documentation FAQ | Fred Drake | 2003-10-23 | 1 | -3/+15 |
| | | | | | since this gets asked at the docs at python.org address a lot - fix some minor style violations and inconsistencies | ||||
* | [Bug #809174] loads() and dumps() not documented | Andrew M. Kuchling | 2003-10-22 | 1 | -0/+24 |
| | |||||
* | Avoid confusing name for the 3rd argument to str.replace(). | Fred Drake | 2003-10-22 | 1 | -3/+3 |
| | | | | This closes SF bug #827260. | ||||
* | Don't make promises about about the visibility of the induction variable. | Raymond Hettinger | 2003-10-21 | 1 | -12/+0 |
| | |||||
* | - make this section format | Fred Drake | 2003-10-21 | 1 | -100/+98 |
| | | | | | | | - start cleaning up the markup for consistency - comment out the reference to a MS KnowledgeBase article that doesn't seem to be present at msdn.microsoft.com; hopefully someone can point out an alternate source for the relevant information | ||||
* | add missing dependency | Fred Drake | 2003-10-21 | 1 | -0/+1 |
| | |||||
* | markup fixes; this would not format | Fred Drake | 2003-10-21 | 1 | -2/+2 |
| | |||||
* | ConfigParser.items() and SafeConfigParser.items() no longer return a | Fred Drake | 2003-10-21 | 1 | -3/+3 |
| | | | | generator. See SF bug #818861. | ||||
* | Add some more items | Andrew M. Kuchling | 2003-10-21 | 1 | -3/+28 |
| | |||||
* | Document list.sort() changes | Andrew M. Kuchling | 2003-10-21 | 1 | -1/+37 |
| | |||||
* | Use 'predicate = bool' as the default predicate for ifilter[false]. | Guido van Rossum | 2003-10-20 | 1 | -4/+2 |
| | |||||
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 6 | -6/+6 |
| | | | | (From SF patch #810751) | ||||
* | Make CObjects mutable. Fixes #477441. | Martin v. Löwis | 2003-10-19 | 1 | -5/+11 |
| | |||||
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 8 | -14/+14 |
| | |||||
* | Fixed \versionadded for the (?(id/name)yes|no) expression support. | Gustavo Niemeyer | 2003-10-18 | 1 | -1/+1 |
| | |||||
* | Patch #825679: Clarify semantics of .isfoo on empty strings. | Martin v. Löwis | 2003-10-18 | 1 | -5/+7 |
| | | | | Backported to 2.3. | ||||
* | Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. | Martin v. Löwis | 2003-10-18 | 1 | -1/+6 |
| | |||||
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -0/+9 |
| | |||||
* | Typo found by Lokasz Pankowski: | Thomas Heller | 2003-10-16 | 1 | -1/+1 |
| | | | | dir_created -> directory_created | ||||
* | * list.sort() now supports three keyword arguments: cmp, key, and reverse. | Raymond Hettinger | 2003-10-16 | 1 | -36/+28 |
| | | | | | | | key provides C support for the decorate-sort-undecorate pattern. reverse provide a stable sort of the list with the comparisions reversed. * Amended the docs to guarantee sort stability. | ||||
* | Initial checkin of docs for Lib/platform.py . | Brett Cannon | 2003-10-14 | 2 | -0/+224 |
| | | | | | | Closes patch #785752 and bug #726911. Should be backported after correctness and such has been verified by Fred. | ||||
* | SF bug #821701: reduce docs neglect a very important piece of information. | Raymond Hettinger | 2003-10-13 | 1 | -1/+3 |
| | | | | Add a note showing which argument is the accumulator. | ||||
* | SF #822262, Typo in Doc/api/intro.tex | Neal Norwitz | 2003-10-13 | 1 | -1/+1 |
| | |||||
* | Extended tuple's C API to include a new function, PyTuple_Pack() that is | Raymond Hettinger | 2003-10-12 | 1 | -1/+9 |
| | | | | | useful for rapidly building argument tuples without having to invoke the more sophisticated machinery of Py_BuildValue(). | ||||
* | SF patch #819955: Erroneous \seemodule in tarfile docs | Raymond Hettinger | 2003-10-12 | 1 | -1/+1 |
| | | | | (Contributed by Johannes Gijsbers.) | ||||
* | add some information about using graphics with the Python document | Fred Drake | 2003-10-11 | 1 | -0/+93 |
| | | | | classes | ||||
* | Fix a typo, discovered by Joonas Paalasmaa. | Thomas Heller | 2003-10-08 | 1 | -2/+2 |
| | | | | Backported to 2.3 | ||||
* | Adopt Christian Stork's suggested argument order for the logic quantifiers. | Raymond Hettinger | 2003-10-05 | 1 | -4/+4 |
| | | | | Adopt Jeremy Fincher's suggested function name, "any", instead of "some". | ||||
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 1 | -0/+12 |
| | | | | | | | * Added C coded getrandbits(k) method that runs in linear time. * Call the new method from randrange() for ranges >= 2**53. * Adds a warning for generators not defining getrandbits() whenever they have a call to randrange() with too large of a population. | ||||
* | - don't re-write a SourceForge authenticated CVS root into the | Fred Drake | 2003-10-03 | 1 | -4/+7 |
| | | | | | anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly | ||||
* | Make the fieldnames argument optional in the DictReader. If self.fieldnames | Skip Montanaro | 2003-10-03 | 1 | -4/+15 |
| | | | | | | | | | is None, the next row read is used as the fieldnames. In the common case, this means the programmer doesn't need to know the fieldnames ahead of time. The first row of the file will be used. In the uncommon case, this means the programmer can set the reader's fieldnames attribute to None at any time and have the next row read as the next set of fieldnames, so a csv file can contain several "sections", each with different fieldnames. | ||||
* | normalize whitespace | Fred Drake | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | Make sure the trunk Makefile doesn't require mkhowto to be "installed" | Fred Drake | 2003-10-01 | 1 | -2/+2 |
| | | | | as described in "Documenting Python". | ||||
* | Various minor updates in the description of mkhowto. | Fred Drake | 2003-10-01 | 1 | -5/+10 |
| | |||||
* | no longer assign into sys; "print chevron" is the way to go | Fred Drake | 2003-10-01 | 1 | -7/+6 |
| | |||||
* | We're long past worrying about Python versions older than 1.5.2; | Fred Drake | 2003-10-01 | 1 | -11/+0 |
| | | | | remove old compatibility definition of os.path.abspath(). | ||||
* | Work around minor markup issue: we don't want markup to escape into | Fred Drake | 2003-09-30 | 1 | -1/+1 |
| | | | | the module index. | ||||
* | Fix stupid style bug in a second place. | Fred Drake | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | Fix stupid style bug. | Fred Drake | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | Update to match the version used to build the 2.3.2c1 documentation. | Fred Drake | 2003-09-29 | 1 | -1/+3 |
| | |||||
* | - change computation of VERSION to use tools/getversioninfo; this is | Fred Drake | 2003-09-28 | 1 | -4/+7 |
| | | | | | more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now | ||||
* | Make the embedded hyperlinks work. | Fred Drake | 2003-09-28 | 1 | -6/+7 |
| |