summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PyTuple_Pack() to simplify enumerate().Raymond Hettinger2003-11-021-5/+1
* [Bug #817178] Fix incorrect arguments in example, noted by Terry ReedyAndrew M. Kuchling2003-10-311-1/+1
* Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.Martin v. Löwis2003-10-312-1/+3
* Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.Martin v. Löwis2003-10-312-1/+5
* Patch #628301: Update installer toMartin v. Löwis2003-10-311-122/+227
* Patch #531629: Add multicall support.Martin v. Löwis2003-10-313-1/+96
* Patch #785689: Use basename in usage. Backported to 2.3.Martin v. Löwis2003-10-311-1/+1
* Patch #787189: Explicitly define CTRL on SGI.Martin v. Löwis2003-10-311-0/+6
* Patch #: Add POP3 over SSL support.Martin v. Löwis2003-10-314-3/+110
* Patch #788404: ignore "b" and "t" mode modifiers in posix_popen.Martin v. Löwis2003-10-311-0/+5
* Fix typo.Raymond Hettinger2003-10-301-1/+1
* Minor grammatical fix.Brett Cannon2003-10-301-1/+1
* Update test to include "sorted" in dir(list).Raymond Hettinger2003-10-291-1/+2
* Add list.sorted() classmethod.Raymond Hettinger2003-10-295-6/+113
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-291-2/+3
* SF #775057, fix IDLE problem in about dialogNeal Norwitz2003-10-281-1/+3
* note db2pickle/pickle2db tweaksSkip Montanaro2003-10-281-0/+2
* allow dump/load of gdbm filesSkip Montanaro2003-10-282-6/+28
* Fixed dis.disassemble_string().Armin Rigo2003-10-281-28/+24
* Documented gc.get_referrers() as dangerous.Armin Rigo2003-10-281-0/+5
* Deleting cyclic object comparison.Armin Rigo2003-10-289-275/+109
* Fix nits in error messages.Raymond Hettinger2003-10-281-4/+4
* SF bug #827902: ctime is not creation timeRaymond Hettinger2003-10-271-1/+2
* Docstring fix: XHTML 1.0 entities are supportedAndrew M. Kuchling2003-10-271-3/+3
* Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text ...Andrew M. Kuchling2003-10-271-4/+4
* Patch #803998: Correctly check for error in SSL_write.Martin v. Löwis2003-10-271-2/+3
* Patch #817854: Add missing operations for SSLFile. Fixes #792101.Martin v. Löwis2003-10-271-0/+25
* Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItemRaymond Hettinger2003-10-271-1/+1
* Document that varlist can be NULL.Raymond Hettinger2003-10-261-2/+4
* Another instance of the same typo.Steve Purcell2003-10-261-2/+2
* Replace the window() example with pairwise() which demonstrates tee().Raymond Hettinger2003-10-262-23/+14
* Minor improvements to itertools.tee():Raymond Hettinger2003-10-262-9/+21
* Incorporated patch 819077, from George Yoshida:Steve Purcell2003-10-261-7/+6
* regressing the performance bugfix -- Guido wants the performance bug leftAlex Martelli2003-10-252-4/+1
* oh dear. Wrong manipulation. Committed a version of ceval.c from myArmin Rigo2003-10-251-28/+20
* Made function declaration a proper C prototypeArmin Rigo2003-10-252-21/+29
* SF #829941, update tutorial, built-in types can be base classes since 2.2Neal Norwitz2003-10-251-2/+2
* document the performance fix to builtin_sum().Alex Martelli2003-10-251-0/+6
* Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixesAlex Martelli2003-10-251-1/+1
* Use PyArg_UnpackTuple() where possible.Raymond Hettinger2003-10-251-1/+1
* Improvements to coding for itertools.tee():Raymond Hettinger2003-10-251-3/+26
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-2410-209/+208
* Patch #828384: Don't discard nested exception in AddObject.Martin v. Löwis2003-10-241-2/+3
* [Patch #772077 from Tim Rice] Fix for compiling the readline module on UnixWa...Andrew M. Kuchling2003-10-241-3/+3
* [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to...Andrew M. Kuchling2003-10-241-1/+1
* Fixed bug introduced in revision 1.27Armin Rigo2003-10-241-1/+1
* Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-242-19/+32
* Added itertools.tee()Raymond Hettinger2003-10-244-93/+446
* - The pwd module incorrectly advertised its struct type asGuido van Rossum2003-10-232-0/+6
* Record an item I missed and bump the version number. [2.3 bugfix candidate.]Andrew M. Kuchling2003-10-231-1/+6