- 28 Kas, 2013 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Zachary Ware yazdı
-
Alexandre Vassalotti yazdı
This implements PEP 3121 module finalization as well. This change does not cause any significant impact on performance.
-
- 27 Kas, 2013 14 kayıt (commit)
-
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions.
-
Victor Stinner yazdı
The limit is now 178,956,969 on 64 bit (it is greater on 32 bit because structures are smaller). Use int instead of Py_ssize_t to store the number of frames to have smaller traceback_t objects.
-
Victor Stinner yazdı
documentation. Use also the term "current" for the current size.
-
Guido van Rossum yazdı
-
Benjamin Peterson yazdı
Patch by Claudiu Popa.
-
Alexandre Vassalotti yazdı
I fixed the bug that was in my previous attempt of this cleanup. I ran the full test suite to verify I didn't introduce any obvious bugs.
-
Serhiy Storchaka yazdı
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Serhiy Storchaka yazdı
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Kas, 2013 23 kayıt (commit)
-
-
Zachary Ware yazdı
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware yazdı
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
of the time. Patch by Julian Gindi.
-
Serhiy Storchaka yazdı
virtual interface. Original patch by Kent Frazier.
-
Serhiy Storchaka yazdı
virtual interface. Original patch by Kent Frazier.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Change stacklevel in warnings.warn() for 'SO' key to 2.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-