Serhiy Storchaka
|
278d03bd66
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
|
2013-04-06 22:52:34 +03:00 |
|
Serhiy Storchaka
|
e8f706eda7
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
(builting and in itertools module, i.e. map(), itertools.chain(), etc).
|
2013-04-06 21:14:43 +03:00 |
|
Victor Stinner
|
bd2d30cf31
|
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
|
2013-03-21 12:21:06 +01:00 |
|
Kristján Valur Jónsson
|
d6e9f32b79
|
Merge
|
2013-03-19 16:00:01 -07:00 |
|
Kristján Valur Jónsson
|
a251b37179
|
#10296: Merge to 3.3
|
2013-03-19 15:35:28 -07:00 |
|
Kristján Valur Jónsson
|
5aed330e37
|
Issue #10296 : Don't handle BreakPoint exceptions using
Structured Exception Handling on windows.
|
2013-03-19 15:24:10 -07:00 |
|
Gregory P. Smith
|
cca8507758
|
merge heads in 3.3
|
2013-03-19 15:05:52 -07:00 |
|
Gregory P. Smith
|
0408bf9cfb
|
Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues
on some more recent platforms.
|
2013-03-19 14:59:02 -07:00 |
|
R David Murray
|
779dab9447
|
Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
I have no idea how one would write a test for this.
Patch by July Tikhonov.
|
2013-03-19 16:24:35 -04:00 |
|
R David Murray
|
f5d7cc239e
|
#8862: Fix curses cleanup with getchar is interrupted by a signal.
I have no idea how one would write a test for this.
Patch by July Tikhonov.
|
2013-03-19 16:23:09 -04:00 |
|
Gregory P. Smith
|
029273fc90
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues on
some more recent platforms.
|
2013-03-18 17:11:20 -07:00 |
|
Terry Jan Reedy
|
0f84764a09
|
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 18:34:00 -04:00 |
|
Terry Jan Reedy
|
09b7503bc9
|
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Modules/*, as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:45:12 -04:00 |
|
Terry Jan Reedy
|
0158af38b7
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:42:46 -04:00 |
|
Antoine Pitrou
|
31584e30ab
|
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
|
2013-03-04 20:33:36 +01:00 |
|
Antoine Pitrou
|
44d5214927
|
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
|
2013-03-04 20:30:01 +01:00 |
|
Gregory P. Smith
|
255bf5b9ec
|
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
the subprocess module on Linux.
|
2013-03-03 10:45:05 -08:00 |
|
Victor Stinner
|
29ec595c6a
|
Issue #17223: array module: Fix a crasher when converting an array containing
invalid characters (outside range [U+0000; U+10ffff]) to Unicode: repr(array),
str(array) and array.tounicode(). Patch written by Manuel Jacob.
|
2013-02-26 00:27:38 +01:00 |
|
R David Murray
|
9f10f56d13
|
Merge #17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
2013-02-23 22:07:55 -05:00 |
|
R David Murray
|
67bfe80758
|
#17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
2013-02-23 21:51:05 -05:00 |
|
Serhiy Storchaka
|
df4aa642a5
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:02:41 +02:00 |
|
Serhiy Storchaka
|
59f5dee3d6
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:01:52 +02:00 |
|
Serhiy Storchaka
|
b0c75a7dec
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:25:05 +02:00 |
|
Serhiy Storchaka
|
fa46816915
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:23:53 +02:00 |
|
Serhiy Storchaka
|
f8def28ff0
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
|