summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #839038: Add getsid(2).Martin v. Löwis2003-11-105-7/+40
* Plug tempfile.mktemp() hole (Iustin Pop).Guido van Rossum2003-11-102-0/+4
* mktemp() shouldn't rely on os.path.exists(), which can return False ifGuido van Rossum2003-11-101-1/+23
* fixed wrong error checking on fcntl call as per SF bug # 821896Alex Martelli2003-11-091-2/+3
* fixed obvious bug in _send_header as per SF bug #831271Alex Martelli2003-11-091-2/+1
* fixed buggy comment as per SF bug #827856Alex Martelli2003-11-091-7/+7
* clarified (in the 5.14 summary) that tests and comparisons all chain,Alex Martelli2003-11-091-3/+3
* Add docs for readmodule_ex and its function-descriptors, fixingAlex Martelli2003-11-091-5/+42
* Avoid giving advice that's bad for security, as per SF bug #823515Alex Martelli2003-11-091-1/+3
* Document Py_RETURN_NONE.Brett Cannon2003-11-091-0/+4
* Add 'see also' section pointing to the PEPAndrew M. Kuchling2003-11-081-0/+5
* Add some recent changesAndrew M. Kuchling2003-11-081-1/+46
* Update test to handle list.__reversed__().Raymond Hettinger2003-11-081-0/+1
* Improve the reverse list iterator to free memory as soon as the iteratorRaymond Hettinger2003-11-081-1/+4
* SF bug #835457: Small typo in logging documentationRaymond Hettinger2003-11-081-1/+1
* Minor code fixup. Make sure that len reflects the current list size.Raymond Hettinger2003-11-081-0/+1
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-087-256/+367
* Optimize reversed(list) using a custom iterator.Raymond Hettinger2003-11-072-4/+98
* Fix the problem addressed by patchMichael W. Hudson2003-11-071-1/+1
* Add a new looping idiomRaymond Hettinger2003-11-071-0/+15
* Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3.Martin v. Löwis2003-11-061-6/+10
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-062-5/+10
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-0612-9/+198
* Add traceback.format_exc().Neil Schemenauer2003-11-054-7/+22
* Make undetected error on stack unwind a fatal error.Jeremy Hylton2003-11-051-4/+4
* missing news entryAnthony Baxter2003-11-041-0/+2
* * SF patch 835100 - C++ // comments are not allowed. Use /* */Gregory P. Smith2003-11-031-8/+8
* Fix compiler warning about possible use of n without assignment.Jeremy Hylton2003-11-031-5/+6
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-033-52/+159
* SF patch #834444: add versionadd to new functionsRaymond Hettinger2003-11-021-0/+2
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-025-13/+8
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-023-9/+155
* Fix a tuple memory leak when raising DB, DBEnv and DBCursor "objectGregory P. Smith2003-11-021-17/+15
* 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