- 11 Tem, 2013 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
do with byte strings. Added tests for Tcl.split() and Tcl.splitline().
-
R David Murray yazdı
Patch by Dmi Baranov.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
PyModule_GetDef() returns an error.
-
- 10 Tem, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Andrew Rowe.
-
- 09 Tem, 2013 2 kayıt (commit)
-
-
Charles-François Natali yazdı
addresses.
-
Christian Heimes yazdı
-
- 08 Tem, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 07 Tem, 2013 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Florent Xicluna yazdı
-
Ronald Oussoren yazdı
This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
-
Ronald Oussoren yazdı
Reformulated the textual change, and applied it to the docstring as well.
-
- 06 Tem, 2013 6 kayıt (commit)
-
-
Brett Cannon yazdı
importlib._bootstrap._get_sourcefile(). Thanks to its only use by the C API, it was never properly tested until now. Thanks to Neal Norwitz for discovering the bug and Madison May for the patch.
-
Ezio Melotti yazdı
-
Florent Xicluna yazdı
-
Ronald Oussoren yazdı
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
-
Florent Xicluna yazdı
-
Ronald Oussoren yazdı
The documentation does mention that the streams are opened in text mode when univeral_newlines is true, but not that that they are opened in binary mode when that argument is false and that seems to confuse at least some users.
-
- 04 Tem, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Antoine Pitrou yazdı
-
- 03 Tem, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
- 02 Tem, 2013 4 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 01 Tem, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Christian Heimes yazdı
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes yazdı
-
Richard Oudkerk yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
segfault inside the _pickle C extension.
-
Terry Jan Reedy yazdı
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
- 30 Haz, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Also change private dict used as a set to a set.
-
Vinay Sajip yazdı
-