- 15 Eyl, 2009 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
Tk.framework and build _tkinter only for those architectures. This replaces the hardcoded solution that is no longer valid now that 64-bit capable versions of Tk are available on OSX.
-
Benjamin Peterson yazdı
-
- 14 Eyl, 2009 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
- 13 Eyl, 2009 11 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
-
Georg Brandl yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
-
Michael Foord yazdı
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
-
Michael Foord yazdı
-
Matthias Klose yazdı
-
Mark Dickinson yazdı
a couple of whitespace issues.
-
Benjamin Peterson yazdı
-
- 12 Eyl, 2009 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Lars Gustäbel yazdı
The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible.
-
- 11 Eyl, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Eyl, 2009 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Tarek Ziadé yazdı
-
- 08 Eyl, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
formatting: both are now right-aligned by default.
-
Thomas Heller yazdı
-
Ronald Oussoren yazdı
This patch has already been backported as part of the backport of r74701, which is how I found this problem.
-
- 07 Eyl, 2009 4 kayıt (commit)
-
-
Mark Dickinson yazdı
#Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext.
-
Mark Dickinson yazdı
with no type specifier.
-
Benjamin Peterson yazdı
-
Ronald Oussoren yazdı
-
- 06 Eyl, 2009 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Ronald Oussoren yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
instead of [0, 256). Thanks Hagen Fürstenau for the report and fix.
-
Ronald Oussoren yazdı
-
- 05 Eyl, 2009 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-