- 29 Nov, 2002 5 commits
-
-
Just van Rossum authored
in imp". This adds two functions to the imp module: get_frozenmodules() and set_frozenmodules().
-
Just van Rossum authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Rewrite paragraph
-
Walter Dörwald authored
-
- 28 Nov, 2002 3 commits
-
-
Jack Jansen authored
that basechain isn't set, and made the output a bit prettier.
-
Just van Rossum authored
-
Just van Rossum authored
installed Python. So we don't use os.execve any longer, which means we need an actual executable in <myapp>.app/Contents/MacOS. For applets we make a symlink to the Python executable used to build the applet, for standalone apps we simply copy it. - Added support for the new any_missing_maybe() feature of modulefinder.py, which is pending as patch #643711. Its use is optional so it still works with the existing version of modulefinder.py
-
- 27 Nov, 2002 18 commits
-
-
Greg Ward authored
consistency with the built-in open() (and every other sane open() function, for that matter). The two valid ways to call this open() are now open(mode) and open(device, mode). For backwards compatibility, retain the old open(mode) calling syntax -- this makes the error message when you call open(device) a bit confusing, but oh well. This is the first half of SF patch #644977.
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
Various edits
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
the results of *setting* __name__ are not so surprising. If people can suggest more tests, that'd be grand, or is what's there sufficient?
-
Neal Norwitz authored
Convert test/README to reST
-
Michael W. Hudson authored
see problems with my code that I didn't see before the checkin, but: When a subtype .mro() fails, we need to reset the type whose __bases__ are being changed, too. Fix + test.
-
Michael W. Hudson authored
mro() methods. Now any exception aborts the whole __bases__ change. And more tests.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
of using the CCompiler.find_library_file() provided by the Distutils. This patch fixes it to use the Distutils method at the cost of some additional glue. (The duplication resulted in the SSL module not being automatically built on Macs; the Distutils knew that shared libraries on OS X have a .dylib extension, but the setup.py code didn't.)
-
Andrew M. Kuchling authored
Fill in the missing details. (From Jack Jansen)
-
Guido van Rossum authored
-
Michael W. Hudson authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
Constructor accepts optional keyword arguments after a optional items list. Add fromkeys() as an alternate constructor from an iterable over keys. Expand related unittests.
-
Raymond Hettinger authored
method for constructing new dictionaries from sequences of keys.
-
Fred Drake authored
new-style classes. Closes SF bug #637941.
-
Guido van Rossum authored
Avoid depending on this in the test.
-
- 26 Nov, 2002 14 commits
-
-
Fred Drake authored
-
Martin v. Löwis authored
-
Fred Drake authored
use regrtest, so it might be interesting.
-
Fred Drake authored
allow the use of any resource except bsddb, give the option "-uall,-bsddb".
-
Martin v. Löwis authored
-
Fred Drake authored
-
Gustavo Niemeyer authored
Fixed minor bug preventing documentation compilation.
-
Michael W. Hudson authored
It's odd that gcc on my ibook didn't complain about this.
-
Andrew M. Kuchling authored
This adds a --relative option to the bdist_dumb command that defaults to false; if true, the .tar.gz or .zip will be assembled using relative paths.
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
[ 635933 ] make some type attrs writable but should have been! News about the above.
-
Michael W. Hudson authored
[ 635933 ] make some type attrs writable Plus a couple of extra tests beyond what's up there. It hasn't been as carefully reviewed as it perhaps should, so all readers are encouraged, nay exhorted, to give this a close reading. There are still a couple of oddities related to assigning to __name__, but I intend to solicit python-dev's opinions on these.
-
Andrew M. Kuchling authored
-
Just van Rossum authored
-