- 12 Kas, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
rejects builtin types with not defined __new__. Added tests for non-pickleable types.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch started by Stéphane Wirtel.
-
Zachary Ware yazdı
It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@.
-
- 10 Kas, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Use time.monotonic or time.time instead of time.clock.
-
Serhiy Storchaka yazdı
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
- 09 Kas, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 07 Kas, 2015 4 kayıt (commit)
-
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
- 06 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Implementation by Antoine Pitrou.
-
- 05 Kas, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 04 Kas, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Kas, 2015 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 01 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito.
-
- 31 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 Eki, 2015 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
- 28 Eki, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
Patch by John Mark Vandenberg.
-
- 27 Eki, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Clarify message and expected action for beginners. Guard against astral chars in path incorporated in message.
-
- 26 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This restores details lost in revision 097f4fda61a4 (since Python 3.3, related to the new OSError subclasses). Further additions: * Markup for attributes and constructor signature * Explain "winerror" and "filename2" * Extend test to check for filename2 defaulting to None * Clarify that the constructor can return a subclass I have intentionally left out any details of allowing more than five arguments, or how the "args" attribute is set for four or more arguments. These details seem to be dependent on the Python version and platform.
-
- 25 Eki, 2015 2 kayıt (commit)
-
-
Zachary Ware yazdı
rather than from elsewhere on PATH.
-
Benjamin Peterson yazdı
-
- 24 Eki, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory.
-
- 23 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Bernt Røskar Brenna.
-
- 22 Eki, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 20 Eki, 2015 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
This should make buildbots green.
-