Serhiy Storchaka
|
441d30fac7
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:26:26 +02:00 |
|
Benjamin Peterson
|
2f78f0e1f9
|
support -> test_support
|
2013-01-18 00:44:49 -05:00 |
|
Benjamin Peterson
|
9f30abd393
|
merge 3.3
|
2013-01-18 00:10:37 -05:00 |
|
Benjamin Peterson
|
08e153ae37
|
check windows fd validity (closes #16992)
|
2013-01-18 00:10:24 -05:00 |
|
Benjamin Peterson
|
c68a4a048c
|
check windows fd validity (closes #16992)
|
2013-01-18 00:10:24 -05:00 |
|
Stefan Krah
|
bfc02452a3
|
Merge 3.3.
|
2013-01-17 23:36:08 +01:00 |
|
Stefan Krah
|
fc4aa76d59
|
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
|
2013-01-17 23:29:54 +01:00 |
|
Antoine Pitrou
|
53e10cc584
|
Remove outdated statement
|
2013-01-17 23:09:07 +01:00 |
|
Antoine Pitrou
|
175df1eeec
|
Remove outdated statement
|
2013-01-17 23:08:26 +01:00 |
|
Antoine Pitrou
|
b24d0d984c
|
Remove outdated statement
|
2013-01-17 23:08:03 +01:00 |
|
Eli Bendersky
|
c9d504fc29
|
Fix docstring typo in concurrent.futures.Future
|
2013-01-17 06:36:30 -08:00 |
|
Serhiy Storchaka
|
9101e23ff6
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:41:45 +02:00 |
|
Eli Bendersky
|
6a56b8ab9c
|
Fix docstring typo in concurrent.futures.Future
|
2013-01-17 06:36:30 -08:00 |
|
Stefan Krah
|
a8e59feeb5
|
Merge 3.3.
|
2013-01-17 15:34:50 +01:00 |
|
Stefan Krah
|
ebee49a487
|
Issue #14110: Fix test failures on FreeBSD if the user is in the wheel group.
|
2013-01-17 15:31:00 +01:00 |
|
Frank Wierzbicki
|
bb17b4a90f
|
merge with 3.3
|
2013-01-16 14:10:36 -08:00 |
|
Frank Wierzbicki
|
bf0da6d68b
|
Use unittest.main() in 3.3 and greater
|
2013-01-16 14:09:57 -08:00 |
|
Frank Wierzbicki
|
1572db5a09
|
#16886: merge with 3.3
|
2013-01-16 13:58:14 -08:00 |
|
Frank Wierzbicki
|
fb3bd161cb
|
#16886: merge with 3.2
|
2013-01-16 13:56:54 -08:00 |
|
Frank Wierzbicki
|
809067c3c5
|
Closed #16886: test_dictcomps no longer depends on dict order
|
2013-01-16 13:55:12 -08:00 |
|
Frank Wierzbicki
|
65a9f36981
|
Closed #16886: test_dictcomps no longer depends on dict order
|
2013-01-16 13:52:22 -08:00 |
|
Stefan Krah
|
6d554b0428
|
Merge 3.3.
|
2013-01-16 13:00:11 +01:00 |
|
Stefan Krah
|
59a4a93f43
|
Issue #16422: Use strings for rounding mode constants for better readability
and pickling compatibility.
|
2013-01-16 12:58:59 +01:00 |
|
Vinay Sajip
|
b51aa7b7eb
|
Issue #9501: Merged fix from 3.3.
|
2013-01-15 17:57:18 +00:00 |
|
Vinay Sajip
|
6e669fba47
|
Issue #9501: Merged fix from 3.2.
|
2013-01-15 17:56:43 +00:00 |
|
Vinay Sajip
|
5e1c3ce133
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
2013-01-15 17:55:57 +00:00 |
|
Vinay Sajip
|
51b55517a1
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
2013-01-15 17:55:13 +00:00 |
|
Serhiy Storchaka
|
e39ba04e22
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 18:01:21 +02:00 |
|
Serhiy Storchaka
|
fb3c6286a6
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:59:53 +02:00 |
|
Serhiy Storchaka
|
1e2b7ee3e8
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:58:14 +02:00 |
|
Serhiy Storchaka
|
b139652366
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:56:08 +02:00 |
|
Serhiy Storchaka
|
44763dd7a7
|
Merge heads
|
2013-01-15 15:32:59 +02:00 |
|
Serhiy Storchaka
|
bdea5ec574
|
Merge heads
|
2013-01-15 15:32:49 +02:00 |
|
Serhiy Storchaka
|
55e2cb497b
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 15:30:04 +02:00 |
|
Richard Oudkerk
|
8838061119
|
Issue #10527: Remove dead code
|
2013-01-15 13:19:24 +00:00 |
|
Richard Oudkerk
|
7796b08664
|
Issue #10527: Remove dead code
|
2013-01-15 13:13:35 +00:00 |
|
Serhiy Storchaka
|
45d16d9924
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 15:01:20 +02:00 |
|
Serhiy Storchaka
|
4fb8caee87
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 14:43:21 +02:00 |
|
Serhiy Storchaka
|
9599745e2c
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 14:42:59 +02:00 |
|
Serhiy Storchaka
|
45cb7f6529
|
Fix test_socket broken in previous commit (changeset 13e2e44db99d).
Added new checks for socket.setblocking().
|
2013-01-15 11:08:30 +02:00 |
|
Serhiy Storchaka
|
7898043868
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
|
2013-01-15 01:12:17 +02:00 |
|
Serhiy Storchaka
|
5f1cfbb5c0
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:41:43 +02:00 |
|
Serhiy Storchaka
|
64bfcc4c22
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:38:17 +02:00 |
|
Serhiy Storchaka
|
182d7cd531
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:31:39 +02:00 |
|
Serhiy Storchaka
|
80a9fd77a0
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:29:51 +02:00 |
|
Andrew Svetlov
|
1bd7f02c81
|
Issue #5066: Update IDLE docs
Patch by Todd Rovito
|
2013-01-14 19:27:36 +02:00 |
|
Giampaolo Rodola'
|
67da89446a
|
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
|
2013-01-14 02:24:25 +01:00 |
|
Giampaolo Rodola'
|
0c8ad61c95
|
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
|
2013-01-14 02:24:05 +01:00 |
|
Richard Oudkerk
|
0ee84e04da
|
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
|
2013-01-13 22:52:13 +00:00 |
|
Richard Oudkerk
|
ed9e06cb21
|
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
|
2013-01-13 22:46:48 +00:00 |
|