- 10 Mar, 2007 3 commits
-
-
Collin Winter authored
-
Georg Brandl authored
-
Collin Winter authored
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. Backported from r54253.
-
- 09 Mar, 2007 4 commits
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r54248 | thomas.heller | 2007-03-09 21:39:22 +0100 (Fr, 09 Mär 2007) | 7 lines Bug #1651235: When a tuple was passed to a ctypes function call, Python would crash instead of raising an error. The crash was caused by a section of code that should have been removed long ago, at that time ctypes had other ways to pass parameters to function calls. ........
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r54244 | thomas.heller | 2007-03-09 20:21:28 +0100 (Fr, 09 Mär 2007) | 3 lines Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) returned string up to the first NUL character. ........
-
Neal Norwitz authored
-
Brett Cannon authored
by HTTPS connections that time out.
-
- 08 Mar, 2007 5 commits
-
-
Raymond Hettinger authored
-
Collin Winter authored
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
-
Raymond Hettinger authored
-
Georg Brandl authored
(backport from rev. 54222)
-
Georg Brandl authored
(backport from rev. 54220)
-
- 07 Mar, 2007 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
(backport from rev. 54202)
-
Georg Brandl authored
-
Georg Brandl authored
given a unicode argument and os.listdir() returns unicode filenames. (backport from rev. 54197)
-
Georg Brandl authored
(backport from rev. 54195)
-
- 06 Mar, 2007 13 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
Patch for bug #1633621: if curses.resizeterm() or curses.resize_term() is called, update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.
-
Georg Brandl authored
of Py_ssize_t. (backport from rev. 54177)
-
Georg Brandl authored
(backport from rev. 54175)
-
Georg Brandl authored
(backport from rev. 54173)
-
Georg Brandl authored
and should return True or False otherwise. (backport from rev. 54171)
-
Georg Brandl authored
fractional times. With unittest. (backport from rev. 54167 by Guido)
-
Georg Brandl authored
(backport from rev. 54162)
-
Georg Brandl authored
(backport from rev. 54160)
-
Georg Brandl authored
(backport)
-
Georg Brandl authored
(backport from rev. 54156)
-
Georg Brandl authored
(backport from rev. 54154)
-
Georg Brandl authored
"extending and embedding" tutorial. (backport from rev. 54150)
-
- 05 Mar, 2007 1 commit
-
-
Georg Brandl authored
sq_ass_slice instead of the sq_slice slot. (backport from rev. 54139)
-
- 04 Mar, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 54114)
-
- 02 Mar, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 54088)
-
Raymond Hettinger authored
-
- 01 Mar, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 26 Feb, 2007 3 commits
-
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
(backport from rev. 53935)
-
- 25 Feb, 2007 1 commit
-
-
Thomas Wouters authored
Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm).
-