summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Backport fixes for #1523610 (crashes in PyArg_ParseTuple):Georg Brandl2006-08-091-0/+11
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-3/+3
* [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ...Andrew M. Kuchling2006-07-261-3/+6
* Bug #1524310: Properly report errors from FindNextFile in os.listdir.Martin v. Löwis2006-07-241-0/+14
* Backport 47139:Neal Norwitz2006-06-281-2/+6
* Check for error on module creationAndrew M. Kuchling2006-06-091-0/+2
* Backport change to binascii.hexlify() to use s# for its arguments instead of t#Brett Cannon2006-06-081-1/+1
* - Bug #1493322: bsddb: the __len__ method of a DB object has been fixed toGregory P. Smith2006-06-061-3/+19
* (Backport from trunk) Fix a potentially invalid memory access ofHye-Shik Chang2006-06-051-1/+2
* fix potential use of uninitialized char ** to construct a list if log_archiveGregory P. Smith2006-06-051-1/+4
* [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.Andrew M. Kuchling2006-06-031-15/+15
* Backport of 46010Martin v. Löwis2006-05-161-5/+5
* Backport SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-05-051-5/+10
* Work around deadlock risk.Martin v. Löwis2006-05-011-2/+15
* Bug #1473625: stop pickling in text mode make floats locale dependent.Georg Brandl2006-04-301-1/+3
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+7
* Backport trunk's r45715:Thomas Wouters2006-04-251-0/+4
* Patch #1191065: Fix preprocessor problems on systems where recvfromMartin v. Löwis2006-04-151-6/+8
* Backport of r45303: buffer overflow.Armin Rigo2006-04-121-1/+1
* Clear errno before calling opendir() and readdir().Georg Brandl2006-04-111-0/+1
* Bug #1467952: backport: make os.listdir() raise if readdir() failsGeorg Brandl2006-04-111-0/+6
* Fix bsddb.db.DBError derived exceptions so they can be unpickled.Gregory P. Smith2006-04-081-7/+15
* Patch #1459631: documnent zlib.Decompress.flush() length parameter.Georg Brandl2006-04-011-1/+3
* Bug #1460564: document that socket.fromfd() duplicates the givenGeorg Brandl2006-04-011-1/+2
* Backport trunk's r43510: In the fdopen(fd, 'a') case on UNIX, don't try toThomas Wouters2006-03-311-1/+1
* Add guards against fcntl() not being available on Windows.Georg Brandl2006-03-311-0/+4
* bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.Georg Brandl2006-03-311-2/+13
* Patch #1380952: fix SSL objects timing out on consecutive read()sGeorg Brandl2006-03-311-8/+15
* Ubuntu bug #29289: Fixed a bug that the gb18030 codec raisesHye-Shik Chang2006-03-281-4/+1
* Merge rev 43181 from the trunk.Tim Peters2006-03-281-9/+40
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-9/+0
* Backport of r41629: hotshot generated half-meaningless numbers since theArmin Rigo2006-03-201-34/+2
* Backport 43147:Neal Norwitz2006-03-201-4/+9
* Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_NewGeorg Brandl2006-03-174-6/+19
* Backport 43037:Neal Norwitz2006-03-152-14/+13
* Backport 42932:Neal Norwitz2006-03-141-1/+2
* Backport 43022:Neal Norwitz2006-03-141-0/+14
* Backport from trunk r42989:Hye-Shik Chang2006-03-131-1/+1
* Merge rev 42904 from the trunk.Tim Peters2006-03-111-1/+3
* Backport fixes reported by Coverity.Neal Norwitz2006-03-081-4/+4
* Backport r42894: SF #1444030 Fix several potential defects foundHye-Shik Chang2006-03-073-4/+10
* Backport trunk's r42890 (thomas.wouters):Thomas Wouters2006-03-071-7/+7
* Backport trunk's r42888 (thomas.wouters):Thomas Wouters2006-03-071-2/+5
* Backport trunk's r42885 (thomas.wouters):Thomas Wouters2006-03-071-2/+4
* Backport trunk's r42878 (neal.norwitz):Thomas Wouters2006-03-074-3/+10
* Patch #931938: prevent setting sys.prefix to ""Georg Brandl2006-02-201-0/+6
* Bug #854823: socketmodule now builds on Sun platforms even whenGeorg Brandl2006-02-201-2/+2
* Patch #1352711: make zipimport raise a complete IOErrorGeorg Brandl2006-02-191-2/+1
* Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...Georg Brandl2006-02-181-42/+33
* Try to improve name based on discussion on python-checkins with Jim JewettNeal Norwitz2006-02-131-5/+5