- 18 Ock, 2014 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
tarfile open functions.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
write complete output on close.
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch more or less by Nikolaus Rath.
-
- 17 Ock, 2014 6 kayıt (commit)
-
-
Zachary Ware yazdı
Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
ordering of the directory information in the underlying filesystem.
-
Vinay Sajip yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 16 Ock, 2014 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
test files.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Stefan Krah yazdı
system python.
-
- 15 Ock, 2014 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 14 Ock, 2014 11 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
illegal attribute name. Found by INADA Naoki.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Andrew Barnert.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
- 13 Ock, 2014 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R David Murray yazdı
-
R David Murray yazdı
This fixes an edge case (20206) where if the input ended in a character needing encoding but there was no newline on the string, the last byte of the encoded character would be dropped. The fix is to use a more efficient algorithm, provided by Serhiy Storchaka (5803), that does not have the bug.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
-
- 12 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Georg Brandl yazdı
-