- 23 May, 2002 16 commits
-
-
Jack Jansen authored
Should fix #492465.
-
Jack Jansen authored
and maintain. Fixes #557482.
-
Fred Drake authored
-
Tim Peters authored
"power" was formally ambiguous. Here's his fix.
-
Raymond Hettinger authored
-
Barry Warsaw authored
string with text in column zero. Skip that stuff when looking for the "first statement following the statement containing point".
-
Fred Drake authored
-
Tim Peters authored
-
Fred Drake authored
while modifying these files. Minor style changes to make the use of "my" with arrays more consistent.
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Barry Warsaw authored
fixed (re: SF bug #555035). Include a unittest.
-
Skip Montanaro authored
closes patch #536278.
-
- 22 May, 2002 14 commits
-
-
Neal Norwitz authored
A MemoryError is now raised when the list cannot be created. There is a test, but as the comment says, it really only works for 32 bit systems. I don't know how to improve the test for other systems (ie, 64 bit or systems where the data size != addressable size, e.g. 64 bit data, but 48 bit addressable memory)
-
Fred Drake authored
-
Barry Warsaw authored
constructor, vetted by Barry.
-
Barry Warsaw authored
WITH_UNIVERSAL_NEWLINES is enabled.
-
Jason Tishler authored
mwh wrote: > Jason, feel free to complain if you think this isn't > the right thing to do. I guess that I would like to complain and reopen this issue. :,) I cannot build a Python 2.2.1 with threads under Cygwin without this patch even though I'm using Michael's static _socket workaround. This is due to the Cygwin fork() problem with DLL base address conflicts that are triggered by importing many modules during the setup.py run. Similar problems can also be caused by regrtest.py. Even after my rebase patch is accepted into Cygwin's setup.exe, I feel this patch will still be necessary. This is because during the build process, the shared extensions (i.e., DLLs) will not be rebased yet. Hence, the potential for DLL base address conflicts will exist. One way to obviate this patch is to push the rebase functionality into Cygwin's ld. Unfortunately, I don't think this is likely to happen. Another possible way, is to use the yet to be defined and implemented unload module functionality: http://mail.python.org/pipermail/python-dev/2001-December/019028.html
-
Jack Jansen authored
-
Jack Jansen authored
Allow the script to have not only a TEXT filetype but also a null filetype (to enable files to be created from the Unix side of OSX to be droppable on the MacPython interpreter).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
Added documentation for BooleanType.
-
Barry Warsaw authored
-
Barry Warsaw authored
the AddressList.addresslist attribute directly. Also, add a test case for the email.Utils.getaddresses() interface.
-
Barry Warsaw authored
-
- 21 May, 2002 10 commits
-
-
Skip Montanaro authored
-
Guido van Rossum authored
non-callable objects is always None. This makes for less confusing output and fixes the problem reported in SF patch #550290.
-
Barry Warsaw authored
instead of calling the getaddrlist() method, since the latter doesn't work with multiple calls (it will return the empty list for the second and subsequent calls). Closes SF bug #555035. Include a unittest.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Fred Drake authored
-
Neil Schemenauer authored
-
Raymond Hettinger authored
-
Fred Drake authored
string-type tests for versions of Python built without Unicode support.
-