- 28 Nov, 2013 1 commit
-
-
Alexandre Vassalotti authored
This implements PEP 3121 module finalization as well. This change does not cause any significant impact on performance.
-
- 27 Nov, 2013 14 commits
-
-
Ned Deily authored
-
Victor Stinner authored
-
Guido van Rossum authored
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 authored
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 authored
documentation. Use also the term "current" for the current size.
-
Guido van Rossum authored
-
Benjamin Peterson authored
Patch by Claudiu Popa.
-
Alexandre Vassalotti authored
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 authored
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Serhiy Storchaka authored
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Nov, 2013 25 commits
-
-
Zachary Ware authored
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware authored
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
of the time. Patch by Julian Gindi.
-
Serhiy Storchaka authored
virtual interface. Original patch by Kent Frazier.
-
Serhiy Storchaka authored
virtual interface. Original patch by Kent Frazier.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Change stacklevel in warnings.warn() for 'SO' key to 2.
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Victor Stinner authored
-