- 13 Eyl, 2009 1 kayıt (commit)
-
-
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 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
- 04 Eyl, 2009 8 kayıt (commit)
-
-
Chris Withers yazdı
-
Chris Withers yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
-
- 03 Eyl, 2009 6 kayıt (commit)
-
-
Brett Cannon yazdı
canonical version, sw_vers, leaves off trailing zeros in the version number (e.g. 10.6 instead of 10.6.0). Test now compensates by tacking on extra zeros for the test comparison. Fixes issue #6806.
-
Armin Rigo yazdı
of python with which I tried running the crashers. They don't crash the current HEAD.
-
Armin Rigo yazdı
I am not too sure why, but you can surely find out by gdb'ing a bit...
-
Armin Rigo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-