Commit message (Collapse) | 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 | 2 | -1/+5 |
| | |||||
* | Patch #628301: Update installer to | Martin v. Löwis | 2003-10-31 | 1 | -122/+227 |
| | | | | http://cesnet.dl.sourceforge.net/sourceforge/avpython/Python-2.3.2-Win32-159-Setup.iss | ||||
* | Patch #531629: Add multicall support. | Martin v. Löwis | 2003-10-31 | 3 | -1/+96 |
| | |||||
* | Patch #785689: Use basename in usage. Backported to 2.3. | Martin v. Löwis | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | Patch #787189: Explicitly define CTRL on SGI. | Martin v. Löwis | 2003-10-31 | 1 | -0/+6 |
| | |||||
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 | 4 | -3/+110 |
| | |||||
* | Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. | Martin v. Löwis | 2003-10-31 | 1 | -0/+5 |
| | | | | Fixes #703198. Backported to 2.3. | ||||
* | Fix typo. | Raymond Hettinger | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | Minor grammatical fix. | Brett Cannon | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -6/+113 |
| | |||||
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-29 | 1 | -2/+3 |
| | | | | New fix for this bug recognizes differing definitions on various systems. | ||||
* | SF #775057, fix IDLE problem in about dialog | Neal Norwitz | 2003-10-28 | 1 | -1/+3 |
| | | | | | If the file doesn't exist, the code to display an error message was broken Will backport. | ||||
* | note db2pickle/pickle2db tweaks | Skip Montanaro | 2003-10-28 | 1 | -0/+2 |
| | |||||
* | allow dump/load of gdbm files | Skip Montanaro | 2003-10-28 | 2 | -6/+28 |
| | |||||
* | Fixed dis.disassemble_string(). | Armin Rigo | 2003-10-28 | 1 | -28/+24 |
| | | | | | Added dis.findlinestarts(). SF bug 811294 | ||||
* | Documented gc.get_referrers() as dangerous. | Armin Rigo | 2003-10-28 | 1 | -0/+5 |
| | | | | SF bug 793822 | ||||
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 9 | -275/+109 |
| | | | | | SF patch 825639 http://mail.python.org/pipermail/python-dev/2003-October/039445.html | ||||
* | Fix nits in error messages. | Raymond Hettinger | 2003-10-28 | 1 | -4/+4 |
| | |||||
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-27 | 1 | -1/+2 |
| | | | | Document the correct definition of os.path.getctime() | ||||
* | Docstring fix: XHTML 1.0 entities are supported | Andrew M. Kuchling | 2003-10-27 | 1 | -3/+3 |
| | |||||
* | 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) | ||||
* | Patch #803998: Correctly check for error in SSL_write. | Martin v. Löwis | 2003-10-27 | 1 | -2/+3 |
| | |||||
* | Patch #817854: Add missing operations for SSLFile. Fixes #792101. | Martin v. Löwis | 2003-10-27 | 1 | -0/+25 |
| | | | | Backported to 2.3. | ||||
* | Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem | Raymond Hettinger | 2003-10-27 | 1 | -1/+1 |
| | | | | had slightly different error messages. | ||||
* | Document that varlist can be NULL. | Raymond Hettinger | 2003-10-26 | 1 | -2/+4 |
| | |||||
* | 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 | 2 | -23/+14 |
| | |||||
* | Minor improvements to itertools.tee(): | Raymond Hettinger | 2003-10-26 | 2 | -9/+21 |
| | | | | | | * tee object is no longer subclassable * independent iterators renamed to "itertools.tee_iterator" * fixed doc string typo and added entry in the module doc string | ||||
* | Incorporated patch 819077, from George Yoshida: | Steve Purcell | 2003-10-26 | 1 | -7/+6 |
| | | | | | | | | | | | | | * Fixed typo in docstring for 'failUnlessAlmostEqual()' * Removed unnecessary use of 'float()' for time values. * Removed apparently unnecessary import of unittest. At some point in the distant past I believe it was necessary otherwise the 'TestCase' that a module saw was not the same as the 'TestCase' seen within 'unittest', and the user's TestCase subclasses were not recognised as subclasses of the TestCase seen within unittest. Seems not to be necessary now. | ||||
* | regressing the performance bugfix -- Guido wants the performance bug left | Alex Martelli | 2003-10-25 | 2 | -4/+1 |
| | | | | alone, because there can be no guarantee re the semantics of += vs + . | ||||
* | oh dear. Wrong manipulation. Committed a version of ceval.c from my | Armin Rigo | 2003-10-25 | 1 | -28/+20 |
| | | | | | | no-cyclic-comparison patch at the same time as errors.c. Reverting ceval.c to the previous revision. | ||||
* | Made function declaration a proper C prototype | Armin Rigo | 2003-10-25 | 2 | -21/+29 |
| | |||||
* | SF #829941, update tutorial, built-in types can be base classes since 2.2 | Neal Norwitz | 2003-10-25 | 1 | -2/+2 |
| | |||||
* | document the performance fix to builtin_sum(). | Alex Martelli | 2003-10-25 | 1 | -0/+6 |
| | |||||
* | Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes | Alex Martelli | 2003-10-25 | 1 | -1/+1 |
| | | | | a performance bug in sum(manylists)), same as in 2.3 maintenance branch. | ||||
* | Use PyArg_UnpackTuple() where possible. | Raymond Hettinger | 2003-10-25 | 1 | -1/+1 |
| | |||||
* | Improvements to coding for itertools.tee(): | Raymond Hettinger | 2003-10-25 | 1 | -3/+26 |
| | | | | | | | | | | | | * Add error checking code to PyList_Append() call. * Replace PyObject_CallMethod(to->outbasket, "pop", NULL) with equivalent in-line code. Inlining is important here because the search for the pop method will occur for every element returned by the iterator. * Make tee's dealloc() a little smarter. If the trailing iterator is being deallocated, then the queue data is no longer needed and can be freed. | ||||
* | Patch #812378: Normalize white space. | Martin v. Löwis | 2003-10-24 | 10 | -209/+208 |
| | |||||
* | Patch #828384: Don't discard nested exception in AddObject. | Martin v. Löwis | 2003-10-24 | 1 | -2/+3 |
| | |||||
* | [Patch #772077 from Tim Rice] Fix for compiling the readline module on ↵ | Andrew M. Kuchling | 2003-10-24 | 1 | -3/+3 |
| | | | | UnixWare; fix goofy comment indent. 2.3 bugfix candidate | ||||
* | [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is ↵ | Andrew M. Kuchling | 2003-10-24 | 1 | -1/+1 |
| | | | | too large; the gzip filesize should be written out mod 2**32. (Reported by Johan Fredrik Ohman) | ||||
* | 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 | 2 | -19/+32 |
| | | | | | | | charmaptranslate_makespace() allocated more memory than required for the next replacement but didn't remember that fact, so memory size was growing exponentially every time a replacement string is longer that one character. This fixes SF bug #828737. | ||||
* | Added itertools.tee() | Raymond Hettinger | 2003-10-24 | 4 | -93/+446 |
| | | | | | | 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. | ||||
* | - The pwd module incorrectly advertised its struct type as | Guido van Rossum | 2003-10-23 | 2 | -0/+6 |
| | | | | | struct_pwent; this has been renamed to struct_passwd. (The old name is still supported for backwards compatibility.) | ||||
* | Record an item I missed and bump the version number. [2.3 bugfix candidate.] | Andrew M. Kuchling | 2003-10-23 | 1 | -1/+6 |
| | |||||
* | Patch #813200: Quote executable path on Windows. Fixes #811082. | Martin v. Löwis | 2003-10-23 | 1 | -2/+10 |
| | | | | Backported to 2.3. | ||||
* | - 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 | ||||
* | Remove unneeded import. | Guido van Rossum | 2003-10-22 | 1 | -1/+0 |
| |