Benjamin Peterson
|
0a59d5563e
|
merge 3.4 (#22954)
|
2014-11-26 23:03:34 -06:00 |
|
Benjamin Peterson
|
e823933f9f
|
remove tautological condition (closes #22954)
|
2014-11-26 23:03:11 -06:00 |
|
Nick Coghlan
|
d600951748
|
Issue #22869: Split pythonrun into two modules
- interpreter startup and shutdown code moved to a new
pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
global flags
|
2014-11-20 21:39:37 +10:00 |
|
Victor Stinner
|
3aa979e0cd
|
Issue #20948: Inline makefmt() in unicode_fromformat_arg()
|
2014-11-18 21:40:51 +01:00 |
|
Antoine Pitrou
|
2a40e36739
|
Issue #22847: Improve method cache efficiency.
|
2014-11-15 00:56:27 +01:00 |
|
Antoine Pitrou
|
8a03896cac
|
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
|
2014-11-02 18:41:56 +01:00 |
|
Antoine Pitrou
|
cc23154d02
|
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
|
2014-11-02 18:40:09 +01:00 |
|
Georg Brandl
|
b8fa289152
|
merge with 3.4
|
2014-10-31 13:13:09 +01:00 |
|
Georg Brandl
|
e1d26f377e
|
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
|
2014-10-31 13:12:57 +01:00 |
|
Antoine Pitrou
|
bc92bbd4d2
|
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
|
2014-10-18 00:35:44 +02:00 |
|
Antoine Pitrou
|
d696732025
|
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
|
2014-10-18 00:35:00 +02:00 |
|
Benjamin Peterson
|
fa5021699a
|
Merge 3.3
|
2014-10-15 23:58:32 -04:00 |
|
Antoine Pitrou
|
b6dc9b7554
|
Fixed signed/unsigned comparison warning
|
2014-10-15 23:14:53 +02:00 |
|
Antoine Pitrou
|
4e334241b7
|
Fixed signed/unsigned comparison warning
|
2014-10-15 23:14:53 +02:00 |
|
Benjamin Peterson
|
736982d36d
|
merge 3.4 (closes #22643)
|
2014-10-15 12:17:47 -04:00 |
|
Benjamin Peterson
|
9c422f3c3d
|
merge 3.3
|
2014-10-15 12:17:33 -04:00 |
|
Benjamin Peterson
|
1e211ff10d
|
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
|
2014-10-15 12:17:21 -04:00 |
|
Benjamin Peterson
|
315aa40403
|
Merge 3.4
|
2014-10-15 11:51:17 -04:00 |
|
Benjamin Peterson
|
60d7a73194
|
Merge 3.3
|
2014-10-15 11:51:12 -04:00 |
|
Benjamin Peterson
|
c0e64f5027
|
make sure length is unsigned
|
2014-10-15 11:51:05 -04:00 |
|
Benjamin Peterson
|
6925264334
|
merge 3.4 (#22643)
|
2014-10-15 11:49:15 -04:00 |
|
Benjamin Peterson
|
1cbb3fe775
|
merge 3.3 (#22643)
|
2014-10-15 11:48:41 -04:00 |
|
Benjamin Peterson
|
e1bd38c03c
|
fix integer overflow in unicode case operations (closes #22643)
|
2014-10-15 11:47:36 -04:00 |
|
Larry Hastings
|
dfbeb160de
|
Issue #22615: Argument Clinic now supports the "type" argument for the
int converter. This permits using the int converter with enums and
typedefs.
|
2014-10-13 10:39:41 +01:00 |
|
Antoine Pitrou
|
759920c5cb
|
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
|
2014-10-10 23:51:04 +02:00 |
|