Stefan Krah
|
a0346e56ac
|
Support gcc's -ansi flag: use "__asm__" instead of "asm".
|
2012-09-30 17:31:04 +02:00 |
|
Stefan Krah
|
e59aa8c94d
|
Revert 29506c7db353 (build output should be accurate).
|
2012-09-30 17:20:47 +02:00 |
|
Christian Heimes
|
5c9a5895d4
|
merge
|
2012-09-30 15:51:39 +02:00 |
|
Christian Heimes
|
72c9946718
|
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
|
2012-09-30 15:49:56 +02:00 |
|
Stefan Krah
|
9a3f05e60f
|
Make it clear that the pi function is modified for benchmarking purposes.
|
2012-09-30 09:24:41 +02:00 |
|
Stefan Krah
|
6b6a1df996
|
Restore the benchmark order to avoid waiting for decimal.py if just the
prec=9 test is used.
|
2012-09-25 17:07:55 +02:00 |
|
Brett Cannon
|
6cf50c5b1d
|
Fix whitespace.
|
2012-09-25 10:26:15 -04:00 |
|
Brett Cannon
|
63092fe0ea
|
Fix whitespace.
|
2012-09-25 10:25:41 -04:00 |
|
Brett Cannon
|
d266c4451f
|
Make the decimal bench file run under Python 2.7.
|
2012-09-25 10:23:47 -04:00 |
|
Senthil Kumaran
|
49d130227b
|
merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:37:20 -07:00 |
|
Senthil Kumaran
|
67b7b98a47
|
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:30:27 -07:00 |
|
Christian Heimes
|
22340be15e
|
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
|
2012-09-24 13:27:28 +02:00 |
|
Christian Heimes
|
e26d3af7ee
|
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
|
2012-09-24 13:17:08 +02:00 |
|
Christian Heimes
|
3b9493b53c
|
Use C-style comments for C89 / ANSI C compatibility
|
2012-09-23 16:11:15 +02:00 |
|
Stefan Krah
|
91ceeceea7
|
Use C-style comments (required for the AIX build slave).
|
2012-09-23 15:51:16 +02:00 |
|
Stefan Krah
|
7e6523fbd7
|
Use C-style comments.
|
2012-09-23 15:46:09 +02:00 |
|
Victor Stinner
|
a3ff101e6a
|
Issue #5969: faulthandler module: rename dump_tracebacks_later() to
dump_traceback_later() and cancel_dump_tracebacks_later() to
cancel_dump_traceback_later().
|
2012-09-23 11:06:21 +02:00 |
|
Alexander Belopolsky
|
57caede470
|
Issue #15973: fixed 3.2 backport.
|
2012-09-20 17:23:46 -04:00 |
|
Alexander Belopolsky
|
9b9ed867bc
|
merged 3.2
|
2012-09-20 16:42:34 -04:00 |
|
Alexander Belopolsky
|
3ec153681e
|
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
|
2012-09-20 16:39:33 -04:00 |
|
Antoine Pitrou
|
ca8aa4acf6
|
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
Patch by Serhiy Storchaka.
|
2012-09-20 20:56:47 +02:00 |
|
Christian Heimes
|
1c47222a25
|
merge
|
2012-09-20 12:43:24 +02:00 |
|
Christian Heimes
|
5cb31c9277
|
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
|
2012-09-20 12:42:54 +02:00 |
|
Trent Nelson
|
9a46105a89
|
#15965: Explicitly cast AT_FDCWD as (int).
Required on Solaris 10 (which defines AT_FDCWD as 0xffd19553),
harmless on other platforms.
|
2012-09-18 21:50:06 -04:00 |
|
Ezio Melotti
|
6d10b4d591
|
#15796: merge with 3.2.
|
2012-09-18 07:21:18 +03:00 |
|