- 14 Ara, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 11 Ara, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
compiler logic will do the right thing with just x as a Py_uhash_t. This matches what was already done in the 3.3 version. cleanup only - no functionality or hash values change.
-
Gregory P. Smith yazdı
computation as the overflow behavior of signed integers is undefined. In practice we require compiling everything with -fwrapv which forces overflow to be defined as twos compliment but this keeps the code cleaner for checkers or in the case where someone has compiled it without -fwrapv or their compiler's equivalent. Found by Clang trunk's Undefined Behavior Sanitizer (UBSan). Cleanup only - no functionality or hash values change.
-
Gregory P. Smith yazdı
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
-
- 10 Ara, 2012 6 kayıt (commit)
-
-
Hynek Schlawack yazdı
Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :(
-
Hynek Schlawack yazdı
The Windows buildbots seem to be unable to agree whether they need them or not.
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
It cause shutil.rmtree not ignore all errors. Also add a test ensuring that rmtree fails when being called on a symlink. Patch by Serhiy Storchaka.
-
Chris Jerdonek yazdı
This commit updates a test broken by the change made for issue #14783.
-
- 09 Ara, 2012 7 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Antoine Pitrou yazdı
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
- 08 Ara, 2012 7 kayıt (commit)
-
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
Éric Araujo yazdı
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo yazdı
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-
Andrew Svetlov yazdı
Patch by Steven Kryskalla.
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
-
- 06 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 05 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 04 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
- 03 Ara, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Andrew Svetlov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
- 02 Ara, 2012 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 29 Kas, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Jonathan Kotta.
-