- 08 Ock, 2003 23 kayıt (commit)
-
-
Walter Dörwald yazdı
(except for Py_DECREF calls) since the introduction of __unicode__.
-
Steve Holden yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user.
-
Jack Jansen yazdı
Set the limit for the number of open files to 32 if platform==mac.
-
Jack Jansen yazdı
Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
This fixes the problem on Windows - that's the only system where I can test it. It leaves sys.argv alone and only changes sys.path[0] to an absolute pathname.
-
Fred Drake yazdı
-
Fred Drake yazdı
- ossaudiodev.open() raises IOError, not ossaudiodev.error, for cases which get mapped to TestSkipped
-
Neal Norwitz yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Typo fix.
-
Andrew M. Kuchling yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
-
- 07 Ock, 2003 17 kayıt (commit)
-
-
Guido van Rossum yazdı
whatsnew updates as well.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
by posixmodule.c.
-
Neal Norwitz yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
state swaps in readline).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- Whitespace normalization. - Cleaned up some comments. - Broke long lines.
-
Guido van Rossum yazdı
changes on a sub-branch into output for a given branch.
-
Guido van Rossum yazdı
__weaklist__ descriptor if we added __dict__ or __weaklist__, respectively. With unit test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
When a module doesn't have a __path__ attribute, trigger a dialog box rather than dumping a traceback to the console.
-
Raymond Hettinger yazdı
The nanoseconds saved by using dict.fromkeys aren't worth the loss in clarity. Linear searches live on.
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
support and other charset defaults. See also: http://article.gmane.org/gmane.comp.python.mime.devel/250 (this just commits the last bit of the article that wasn't part of email 2.4.3.)
-
Andrew M. Kuchling yazdı
-