| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. | Martin v. Löwis | 2003-10-31 | 1 | -0/+4 |
|
|
* | Patch #531629: Add multicall support. | Martin v. Löwis | 2003-10-31 | 1 | -1/+65 |
|
|
* | Patch #785689: Use basename in usage. Backported to 2.3. | Martin v. Löwis | 2003-10-31 | 1 | -1/+1 |
|
|
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 | 1 | -1/+89 |
|
|
* | Update test to include "sorted" in dir(list). | Raymond Hettinger | 2003-10-29 | 1 | -1/+2 |
|
|
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 2 | -0/+63 |
|
|
* | SF #775057, fix IDLE problem in about dialog | Neal Norwitz | 2003-10-28 | 1 | -1/+3 |
|
|
* | Fixed dis.disassemble_string(). | Armin Rigo | 2003-10-28 | 1 | -28/+24 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 4 | -69/+43 |
|
|
* | Docstring fix: XHTML 1.0 entities are supported | Andrew M. Kuchling | 2003-10-27 | 1 | -3/+3 |
|
|
* | Patch #817854: Add missing operations for SSLFile. Fixes #792101. | Martin v. Löwis | 2003-10-27 | 1 | -0/+25 |
|
|
* | Another instance of the same typo. | Steve Purcell | 2003-10-26 | 1 | -2/+2 |
|
|
* | Replace the window() example with pairwise() which demonstrates tee(). | Raymond Hettinger | 2003-10-26 | 1 | -13/+10 |
|
|
* | Minor improvements to itertools.tee(): | Raymond Hettinger | 2003-10-26 | 1 | -0/+12 |
|
|
* | Incorporated patch 819077, from George Yoshida: | Steve Purcell | 2003-10-26 | 1 | -7/+6 |
|
|
* | Patch #812378: Normalize white space. | Martin v. Löwis | 2003-10-24 | 1 | -3/+3 |
|
|
* | [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to... | Andrew M. Kuchling | 2003-10-24 | 1 | -1/+1 |
|
|
* | Fixed bug introduced in revision 1.27 | Armin Rigo | 2003-10-24 | 1 | -1/+1 |
|
|
* | Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). | Walter Dörwald | 2003-10-24 | 1 | -0/+12 |
|
|
* | Added itertools.tee() | Raymond Hettinger | 2003-10-24 | 1 | -61/+130 |
|
|
* | Patch #813200: Quote executable path on Windows. Fixes #811082. | Martin v. Löwis | 2003-10-23 | 1 | -2/+10 |
|
|
* | Remove unneeded import. | Guido van Rossum | 2003-10-22 | 1 | -1/+0 |
|
|
* | Replace a reduce() with sum(). | Raymond Hettinger | 2003-10-22 | 1 | -3/+2 |
|
|
* | Add docstring | Andrew M. Kuchling | 2003-10-22 | 1 | -0/+4 |
|
|
* | [Part of patch #648322] Delete the poll2() function, which uses a 'poll' exte... | Andrew M. Kuchling | 2003-10-22 | 1 | -29/+4 |
|
|
* | [Bug #758241] When you use asyncore with a non-default map, methods | Andrew M. Kuchling | 2003-10-22 | 1 | -2/+7 |
|
|
* | Apply patch 823328 -- support for rfc 2617 digestion authentication. | Jeremy Hylton | 2003-10-21 | 1 | -44/+96 |
|
|
* | Make both items() methods return lists; one had changed to return an | Fred Drake | 2003-10-21 | 1 | -5/+4 |
|
|
* | Show microseconds, milliseconds or seconds, whichever is most natural, | Guido van Rossum | 2003-10-20 | 1 | -1/+9 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 21 | -23/+23 |
|
|
* | Patch #822994: Consolidate tests for self.closed. | Martin v. Löwis | 2003-10-18 | 1 | -18/+14 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 4 | -10/+62 |
|
|
* | Let library modules use the new keyword arguments for list.sort(). | Raymond Hettinger | 2003-10-16 | 7 | -24/+18 |
|
|
* | * list.sort() now supports three keyword arguments: cmp, key, and reverse. | Raymond Hettinger | 2003-10-16 | 1 | -45/+101 |
|
|
* | Open results files, which contain binary pickles, in binary mode. | Jeremy Hylton | 2003-10-14 | 1 | -4/+2 |
|
|
* | Add test__locale to expected skip list for Darwin. | Brett Cannon | 2003-10-13 | 1 | -0/+1 |
|
|
* | Patch #810914: Return absolute path for mkstemp. Fixes #810408. | Martin v. Löwis | 2003-10-12 | 2 | -2/+8 |
|
|
* | Minor fixup. "Random" was listed twice in __all__. | Raymond Hettinger | 2003-10-12 | 1 | -2/+1 |
|
|
* | See rev. 1.42 for log message | Brett Cannon | 2003-10-12 | 1 | -6/+2 |
|
|
* | see rev. 1.13 for log message | Brett Cannon | 2003-10-12 | 1 | -5/+2 |
|
|
* | Ouch. Remove debug code containing obscenities. :-) | Guido van Rossum | 2003-10-10 | 1 | -3/+0 |
|
|
* | The fullmodname() function chopped off the first character if the | Guido van Rossum | 2003-10-10 | 1 | -1/+8 |
|
|
* | TCPServer: Fixed typo in class docstring. | Barry Warsaw | 2003-10-09 | 1 | -1/+1 |
|
|
* | TCPServer: Fixed typo in class docstring. | Barry Warsaw | 2003-10-09 | 1 | -1/+1 |
|
|
* | Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. | Martin v. Löwis | 2003-10-06 | 1 | -1/+4 |
|
|
* | SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ | Jeremy Hylton | 2003-10-06 | 1 | -1/+5 |
|
|
* | Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. | Jeremy Hylton | 2003-10-06 | 1 | -0/+7 |
|
|
* | Adopt Christian Stork's suggested argument order for the logic quantifiers. | Raymond Hettinger | 2003-10-05 | 1 | -11/+11 |
|
|
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 2 | -10/+132 |
|
|
* | GNUTranslations._parse(): Initialize local variable k so that if the | Barry Warsaw | 2003-10-04 | 1 | -1/+1 |
|
|