| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #839038: Add getsid(2). | Martin v. Löwis | 2003-11-10 | 1 | -0/+6 |
|
|
* | clarified (in the 5.14 summary) that tests and comparisons all chain, | Alex Martelli | 2003-11-09 | 1 | -3/+3 |
|
|
* | Add docs for readmodule_ex and its function-descriptors, fixing | Alex Martelli | 2003-11-09 | 1 | -5/+42 |
|
|
* | Avoid giving advice that's bad for security, as per SF bug #823515 | Alex Martelli | 2003-11-09 | 1 | -1/+3 |
|
|
* | Document Py_RETURN_NONE. | Brett Cannon | 2003-11-09 | 1 | -0/+4 |
|
|
* | Add 'see also' section pointing to the PEP | Andrew M. Kuchling | 2003-11-08 | 1 | -0/+5 |
|
|
* | Add some recent changes | Andrew M. Kuchling | 2003-11-08 | 1 | -1/+46 |
|
|
* | Fix the problem addressed by patch | Michael W. Hudson | 2003-11-07 | 1 | -1/+1 |
|
|
* | Add a new looping idiom | Raymond Hettinger | 2003-11-07 | 1 | -0/+15 |
|
|
* | Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3. | Martin v. Löwis | 2003-11-06 | 1 | -6/+10 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -0/+8 |
|
|
* | Add traceback.format_exc(). | Neil Schemenauer | 2003-11-05 | 1 | -0/+5 |
|
|
* | SF patch #834444: add versionadd to new functions | Raymond Hettinger | 2003-11-02 | 1 | -0/+2 |
|
|
* | [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy | Andrew M. Kuchling | 2003-10-31 | 1 | -1/+1 |
|
|
* | Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. | Martin v. Löwis | 2003-10-31 | 1 | -1/+1 |
|
|
* | Patch #531629: Add multicall support. | Martin v. Löwis | 2003-10-31 | 1 | -0/+29 |
|
|
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 | 1 | -2/+18 |
|
|
* | Fix typo. | Raymond Hettinger | 2003-10-30 | 1 | -1/+1 |
|
|
* | Minor grammatical fix. | Brett Cannon | 2003-10-30 | 1 | -1/+1 |
|
|
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 1 | -4/+11 |
|
|
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-29 | 1 | -2/+3 |
|
|
* | Documented gc.get_referrers() as dangerous. | Armin Rigo | 2003-10-28 | 1 | -0/+5 |
|
|
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-27 | 1 | -1/+2 |
|
|
* | Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text ... | Andrew M. Kuchling | 2003-10-27 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | [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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * list.sort() now supports three keyword arguments: cmp, key, and reverse. | Raymond Hettinger | 2003-10-16 | 1 | -36/+28 |
|
|
* | Initial checkin of docs for Lib/platform.py . | Brett Cannon | 2003-10-14 | 2 | -0/+224 |
|
|