| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #849350: Update to document bool return values. Backported to 2.3. | Martin v. Löwis | 2003-11-27 | 4 | -4/+4 |
|
|
* | Patch #849595: Add socket.shutdown() constants. | Martin v. Löwis | 2003-11-27 | 1 | -2/+2 |
|
|
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
|
|
* | Fix typo and mark-up; shorten text | Andrew M. Kuchling | 2003-11-26 | 1 | -5/+3 |
|
|
* | Fix typos | Andrew M. Kuchling | 2003-11-26 | 1 | -2/+2 |
|
|
* | Nits from a review of the documentation update. | Raymond Hettinger | 2003-11-26 | 4 | -12/+24 |
|
|
* | Add version changed doc for addition of fillchar to ljust/rjust/center | Neal Norwitz | 2003-11-26 | 1 | -0/+3 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -6/+8 |
|
|
* | As discussed on python-dev, banish apply(), buffer(), coerce(), and | Raymond Hettinger | 2003-11-25 | 1 | -51/+68 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+8 |
|
|
* | make the generated HTML more XHTML friendly | Fred Drake | 2003-11-25 | 1 | -7/+8 |
|
|
* | Note the addition of set() and frozenset(). | Raymond Hettinger | 2003-11-24 | 1 | -0/+44 |
|
|
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -0/+120 |
|
|
* | More words: gave more motivation, and added cautions about the special | Tim Peters | 2003-11-21 | 1 | -10/+51 |
|
|
* | Add a missing import. Closes SF # 816344. | Barry Warsaw | 2003-11-21 | 1 | -0/+1 |
|
|
* | Add two items | Andrew M. Kuchling | 2003-11-20 | 1 | -0/+7 |
|
|
* | Patch #831747: Add skip_accept_encoding parameter to putrequest. | Martin v. Löwis | 2003-11-19 | 1 | -2/+7 |
|
|
* | Generator's constructor: The documentation was incorrect regarding how | Barry Warsaw | 2003-11-19 | 1 | -3/+2 |
|
|
* | Patch #843088: Fix typos. Backported to 2.3. | Martin v. Löwis | 2003-11-18 | 2 | -3/+3 |
|
|
* | Documentation for set objects. | Raymond Hettinger | 2003-11-18 | 1 | -0/+37 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+19 |
|
|
* | Fix typo | Raymond Hettinger | 2003-11-16 | 1 | -1/+1 |
|
|
* | Various edits | Andrew M. Kuchling | 2003-11-13 | 1 | -7/+9 |
|
|
* | remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time | Gregory P. Smith | 2003-11-13 | 1 | -2/+2 |
|
|
* | Fix typo | Raymond Hettinger | 2003-11-12 | 1 | -2/+2 |
|
|
* | Explain the advantages of reversed. | Raymond Hettinger | 2003-11-12 | 1 | -3/+6 |
|
|
* | Present each feature in terms of what makes it useful or desirable. | Raymond Hettinger | 2003-11-12 | 1 | -24/+68 |
|
|
* | Improve the implementation of itertools.tee(). | Raymond Hettinger | 2003-11-12 | 1 | -4/+12 |
|
|
* | fix typo in markup | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
* | fix use of undefined markup | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
* | add missing "if" | Fred Drake | 2003-11-10 | 1 | -1/+1 |
|
|
* | Mention that getsid is new in 2.4. | Martin v. Löwis | 2003-11-10 | 1 | -1/+1 |
|
|
* | Patch #798297: Add IMAP THREAD command. | Martin v. Löwis | 2003-11-10 | 1 | -0/+22 |
|
|
* | 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 |
|
|