Andrew Svetlov
|
41dc9f3cd1
|
rename MathcObject to match object in doctrings for re module (#16760)
|
2012-12-25 18:49:08 +02:00 |
|
Andrew Svetlov
|
0b64c1415e
|
rename MathcObject to match object in doctrings for re module (#16760)
|
2012-12-25 18:48:54 +02:00 |
|
Andrew Svetlov
|
70dcef4789
|
Issue #16443: Add docstrings to regular expression match objects.
Patch by Anton Kasyanov.
|
2012-12-23 19:59:27 +02:00 |
|
Andrew Svetlov
|
56ad5ed5ad
|
Issue #16443: Add docstrings to regular expression match objects.
Patch by Anton Kasyanov.
|
2012-12-23 19:23:07 +02:00 |
|
Stefan Krah
|
e3dff55a5e
|
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
|
2012-12-23 15:42:21 +01:00 |
|
Stefan Krah
|
f03eee12b4
|
Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.
|
2012-12-22 23:05:51 +01:00 |
|
Stefan Krah
|
66a6f3fa81
|
Fix Visual Studio build.
|
2012-12-22 14:46:44 +01:00 |
|
Stefan Krah
|
fdf1a34ba1
|
Issue #16745: Hide symbols in _decimal.so.
|
2012-12-22 14:18:35 +01:00 |
|
Stefan Krah
|
fb7f580e81
|
Issue #16745: Hide a couple of symbols by making them local.
|
2012-12-21 23:11:05 +01:00 |
|
Kristjan Valur Jonsson
|
c51bafbbda
|
Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 11:22:29 +00:00 |
|
Kristjan Valur Jonsson
|
3cbdaa3fee
|
Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 11:20:53 +00:00 |
|
Kristjan Valur Jonsson
|
9946bd69fa
|
Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 09:41:25 +00:00 |
|
Benjamin Peterson
|
68623614f0
|
call close on the underlying stream even if flush raises (closes #16597)
Patch by Serhiy Storchaka.
|
2012-12-20 11:53:11 -06:00 |
|
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
|
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
|
Stefan Krah
|
9a4ff437d1
|
Issue #15783: Support None default values in the Context() constructor.
|
2012-12-16 21:10:35 +01:00 |
|
Stefan Krah
|
040e311826
|
Issue #15783: Except for the number methods, the C version of decimal now
supports all None default values present in decimal.py. These values were
largely undocumented.
|
2012-12-15 22:33:33 +01:00 |
|
Benjamin Peterson
|
18d105b824
|
merge 3.2
|
2012-12-15 15:44:08 -05:00 |
|
Benjamin Peterson
|
7eb8a1a0cb
|
remove dead code
|
2012-12-15 15:43:58 -05:00 |
|
Ezio Melotti
|
11def426c0
|
#16681: merge with 3.2.
|
2012-12-14 20:13:39 +02:00 |
|
Ezio Melotti
|
e3d7e54b11
|
#16681: use "bidirectional class" instead of "bidirectional category" in the docstring too.
|
2012-12-14 20:12:25 +02:00 |
|
Gregory P. Smith
|
08d5ca6cd4
|
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
|
2012-12-10 20:22:31 -08:00 |
|
Gregory P. Smith
|
9504b13145
|
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
|
2012-12-10 20:20:20 -08:00 |
|
Gregory P. Smith
|
c0dd80e439
|
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
|
2012-12-10 17:45:03 -08:00 |
|
Gregory P. Smith
|
90555d0f0d
|
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
|
2012-12-10 17:44:44 -08:00 |
|