- 01 Eki, 2010 6 kayıt (commit)
-
-
R. David Murray yazdı
Bug report and fix by Thomas Guettler.
-
Brian Curtin yazdı
This fixes a regression noticed by bzr, introduced by issue #9324.
-
Alexander Belopolsky yazdı
before passing it to the system asctime. Patch by MunSic Jeong.
-
Hirokazu Yamamoto yazdı
-
Georg Brandl yazdı
-
R. David Murray yazdı
-
- 30 Eyl, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 29 Eyl, 2010 22 kayıt (commit)
-
-
Brian Curtin yazdı
-
Mark Dickinson yazdı
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.
-
Mark Dickinson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
And the codec name is normalized.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Redecode the filenames of: - all modules: __file__ and __path__ attributes - all code objects: co_filename attribute - sys.path - sys.meta_path - sys.executable - sys.path_importer_cache (keys) Keep weak references to all code objects until initfsencoding() is called, to be able to redecode co_filename attribute of all code objects.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added.
-
Brian Curtin yazdı
r85073 changed the importing in wintypes to not use *, so the previous usage here became even more incorrect.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
* Convert unicode to wide character string before creating the PyCapsule object * Catch integer overflow * Avoid useless memset() * Prepare the support of surrogates
-
Victor Stinner yazdı
Allocate memory with PyMem_Alloc() instead of the PyBytes API. Prepare the surrogates support.
-
Victor Stinner yazdı
It simplifies the code and prepare the surrogates support.
-
Victor Stinner yazdı
Don't truncate path if it is too long anymore, and allocate fewer memory (but allocate it on the heap, not on the stack).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use the same behaviour than Python 2.7.
-
Victor Stinner yazdı
lines variable was not set on IOError
-
R. David Murray yazdı
-
R. David Murray yazdı
Patch by Sandro Tosi.
-
- 28 Eyl, 2010 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
of the concrete objects layer, while the buffer protocol is part of the abstract objects layer.
-
Antoine Pitrou yazdı
instead.
-
Antoine Pitrou yazdı
-
R. David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
retry the select() loop instead of bailing out. This is because select() can incorrectly report a socket as ready for reading (for example, if it received some data with an invalid checksum).
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-