- 08 Ock, 2003 19 kayıt (commit)
-
-
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ı
-
- 06 Ock, 2003 4 kayıt (commit)
-
-
Guido van Rossum yazdı
- SLOT1BINFULL() macro: changed this to check for __rop__ overriding __op__, like binary_op1() in abstract.c -- the latter only calls the slot function once if both types use the same slot function, so the slot function must make both calls -- which it already did for the __op__, __rop__ order, but not yet for the __rop__, __op__ order when B.__class__ is a subclass of A.__class__. Also test the refinement added in rev. 2.201 that fixes the problem reported in SF bug #623669. Also test a similar provision in abstract.c's binary_op1().
-
Guido van Rossum yazdı
SF bug #623669: only try (e.g.) __rdiv__ before __div__ if the right class actually overrides it.
-
Raymond Hettinger yazdı
a single character. Shaves another 10% off the running time by avoiding the lg2(N) loops and cache effects for the other cases.
-
Guido van Rossum yazdı
tests are run. (All tests in this module should have one of these at the top.)
-