- 28 Nis, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka.
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
and to modernize. Patch by Gareth Rees.
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
no parameter
-
- 13 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
- 12 Ara, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 08 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware.
-
- 05 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion).
-
- 13 Eyl, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-I Run Python in isolated mode. This also implies -E and -s. In isolated mode sys.path contains neither the script’s directory nor the user’s site-packages directory. All PYTHON* environment variables are ignored, too. Further restrictions may be imposed to prevent the user from injecting malicious code.
-
- 05 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
-
- 31 Tem, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
-
- 30 Tem, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 25 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 14 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(Issue #17807: Generators can now be finalized even when they are part of a reference cycle)
-
- 08 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation.
-
- 09 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. Also, the ``-R`` option to regrtest uses this function to guard against memory allocation leaks.
-
- 09 Eki, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Serhiy Storchaka.
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 29 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 29 Tem, 2012 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 26 Tem, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
David Malcolm yazdı
-
- 04 Haz, 2012 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 03 Haz, 2012 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Issue 14673: Add sys.implementation
-
- 28 May, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 26 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 15 May, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
This replaces the original PEP 409 implementation. See #14133.
-