- 23 Eyl, 2015 12 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Mark Roseman.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower yazdı
-
- 22 Eyl, 2015 18 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
-
Berker Peksag yazdı
Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
-
Victor Stinner yazdı
Sorry, I pushed the patch on the UTF-8 decoder by mistake :-(
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
- 21 Eyl, 2015 10 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
It doesn't work to use #define XXX defined(YYY)" and then "#ifdef XXX" to check YYY.
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add a macro which ensures that the writer has at least the requested kind.
-
Victor Stinner yazdı
Factorize code with the new get_error_handler() function. Add some empty lines for readability.
-
Victor Stinner yazdı
ignore and replace. Initial patch written by Naoki Inada. The decoder is now up to 60 times as fast for these error handlers. Add also unit tests for the ASCII decoder.
-
Victor Stinner yazdı
-