index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Backport fixes for #1523610 (crashes in PyArg_ParseTuple):
Georg Brandl
2006-08-09
1
-0/+11
*
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
Gregory P. Smith
2006-07-28
1
-3/+3
*
[Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ...
Andrew M. Kuchling
2006-07-26
1
-3/+6
*
Bug #1524310: Properly report errors from FindNextFile in os.listdir.
Martin v. Löwis
2006-07-24
1
-0/+14
*
Backport 47139:
Neal Norwitz
2006-06-28
1
-2/+6
*
Check for error on module creation
Andrew M. Kuchling
2006-06-09
1
-0/+2
*
Backport change to binascii.hexlify() to use s# for its arguments instead of t#
Brett Cannon
2006-06-08
1
-1/+1
*
- Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to
Gregory P. Smith
2006-06-06
1
-3/+19
*
(Backport from trunk) Fix a potentially invalid memory access of
Hye-Shik Chang
2006-06-05
1
-1/+2
*
fix potential use of uninitialized char ** to construct a list if log_archive
Gregory P. Smith
2006-06-05
1
-1/+4
*
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Andrew M. Kuchling
2006-06-03
1
-15/+15
*
Backport of 46010
Martin v. Löwis
2006-05-16
1
-5/+5
*
Backport SF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters
2006-05-05
1
-5/+10
*
Work around deadlock risk.
Martin v. Löwis
2006-05-01
1
-2/+15
*
Bug #1473625: stop pickling in text mode make floats locale dependent.
Georg Brandl
2006-04-30
1
-1/+3
*
Bug #1478429: make datetime.datetime.fromtimestamp accept every float,
Georg Brandl
2006-04-28
1
-0/+7
*
Backport trunk's r45715:
Thomas Wouters
2006-04-25
1
-0/+4
*
Patch #1191065: Fix preprocessor problems on systems where recvfrom
Martin v. Löwis
2006-04-15
1
-6/+8
*
Backport of r45303: buffer overflow.
Armin Rigo
2006-04-12
1
-1/+1
*
Clear errno before calling opendir() and readdir().
Georg Brandl
2006-04-11
1
-0/+1
*
Bug #1467952: backport: make os.listdir() raise if readdir() fails
Georg Brandl
2006-04-11
1
-0/+6
*
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
Gregory P. Smith
2006-04-08
1
-7/+15
*
Patch #1459631: documnent zlib.Decompress.flush() length parameter.
Georg Brandl
2006-04-01
1
-1/+3
*
Bug #1460564: document that socket.fromfd() duplicates the given
Georg Brandl
2006-04-01
1
-1/+2
*
Backport trunk's r43510: In the fdopen(fd, 'a') case on UNIX, don't try to
Thomas Wouters
2006-03-31
1
-1/+1
*
Add guards against fcntl() not being available on Windows.
Georg Brandl
2006-03-31
1
-0/+4
*
bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.
Georg Brandl
2006-03-31
1
-2/+13
*
Patch #1380952: fix SSL objects timing out on consecutive read()s
Georg Brandl
2006-03-31
1
-8/+15
*
Ubuntu bug #29289: Fixed a bug that the gb18030 codec raises
Hye-Shik Chang
2006-03-28
1
-4/+1
*
Merge rev 43181 from the trunk.
Tim Peters
2006-03-28
1
-9/+40
*
update - still some old .cvsignore files lying around
Anthony Baxter
2006-03-23
1
-9/+0
*
Backport of r41629: hotshot generated half-meaningless numbers since the
Armin Rigo
2006-03-20
1
-34/+2
*
Backport 43147:
Neal Norwitz
2006-03-20
1
-4/+9
*
Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New
Georg Brandl
2006-03-17
4
-6/+19
*
Backport 43037:
Neal Norwitz
2006-03-15
2
-14/+13
*
Backport 42932:
Neal Norwitz
2006-03-14
1
-1/+2
*
Backport 43022:
Neal Norwitz
2006-03-14
1
-0/+14
*
Backport from trunk r42989:
Hye-Shik Chang
2006-03-13
1
-1/+1
*
Merge rev 42904 from the trunk.
Tim Peters
2006-03-11
1
-1/+3
*
Backport fixes reported by Coverity.
Neal Norwitz
2006-03-08
1
-4/+4
*
Backport r42894: SF #1444030 Fix several potential defects found
Hye-Shik Chang
2006-03-07
3
-4/+10
*
Backport trunk's r42890 (thomas.wouters):
Thomas Wouters
2006-03-07
1
-7/+7
*
Backport trunk's r42888 (thomas.wouters):
Thomas Wouters
2006-03-07
1
-2/+5
*
Backport trunk's r42885 (thomas.wouters):
Thomas Wouters
2006-03-07
1
-2/+4
*
Backport trunk's r42878 (neal.norwitz):
Thomas Wouters
2006-03-07
4
-3/+10
*
Patch #931938: prevent setting sys.prefix to ""
Georg Brandl
2006-02-20
1
-0/+6
*
Bug #854823: socketmodule now builds on Sun platforms even when
Georg Brandl
2006-02-20
1
-2/+2
*
Patch #1352711: make zipimport raise a complete IOError
Georg Brandl
2006-02-19
1
-2/+1
*
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...
Georg Brandl
2006-02-18
1
-42/+33
*
Try to improve name based on discussion on python-checkins with Jim Jewett
Neal Norwitz
2006-02-13
1
-5/+5
[prev]
[next]