- 26 Jul, 2013 7 commits
-
-
Christian Heimes authored
CID 1058288 Fix declaration-after-statement of d49f65ff4f3c
-
Christian Heimes authored
-
Christian Heimes authored
CID 1058288
-
Christian Heimes authored
CID 1058280 CID 1058282 CID 1058284
-
Christian Heimes authored
CID 1058280 CID 1058282 CID 1058284
-
Christian Heimes authored
CID 1058276
-
Christian Heimes authored
CID 1058276
-
- 25 Jul, 2013 16 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
U_set() from ctypes. CID #486657
-
Ethan Furman authored
-
R David Murray authored
Patch by Claudiu Popa.
-
Guido van Rossum authored
-
R David Murray authored
-
R David Murray authored
Patch by Tshepang Lekhonkhobe.
-
R David Murray authored
Patch by Vajrasky Kok.
-
R David Murray authored
Patch by Vajrasky Kok.
-
Vinay Sajip authored
-
Christian Heimes authored
CID 982369
-
Christian Heimes authored
CID 982369
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 24 Jul, 2013 4 commits
-
-
Christian Heimes authored
CID 719690
-
Christian Heimes authored
CID 719690
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 23 Jul, 2013 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Christian Heimes authored
I fixed it before the checkin but forgot to save... :wq
-
- 22 Jul, 2013 9 commits
-
-
Christian Heimes authored
The modeling file avoids false positive reports.
-
Victor Stinner authored
-
Victor Stinner authored
As PyDict_GetItem(), _PyDict_GetItemId() suppresses all errors that may occur, for historical reasons.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
before PyExc_MemoryError has been initialized by _PyExc_Init()
-
Victor Stinner authored
PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error
-