Serhiy Storchaka
|
369606df2f
|
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
|
2013-09-23 23:20:07 +03:00 |
|
Serhiy Storchaka
|
31f477c7eb
|
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
returned empty string.
|
2013-09-20 23:21:44 +03:00 |
|
doko@ubuntu.com
|
0648bf795c
|
- followup for issue #18997, make _clear_joined_ptr static.
|
2013-09-18 12:12:28 +02:00 |
|
Eli Bendersky
|
dd3661e782
|
Issue #18997: fix ElementTree crash with using pickle and __getstate__.
Based on report and initial patch from Germán M. Bravo
|
2013-09-13 06:24:25 -07:00 |
|
Raymond Hettinger
|
fb92f393b0
|
Issue 18752: Make chain.from_iterable() more visible in the documentation.
|
2013-09-09 02:01:35 -05:00 |
|
Serhiy Storchaka
|
134f0de66d
|
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
the _sre moduel.
|
2013-09-05 18:01:15 +03:00 |
|
Christian Heimes
|
60bf2fc25b
|
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
|
2013-09-05 16:04:35 +02:00 |
|
Victor Stinner
|
e1040e276b
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
64-bit pointer to long (32 bits).
|
2013-09-05 00:22:24 +02:00 |
|
Antoine Pitrou
|
e93b63b74b
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
Patch by Erik Bray.
|
2013-09-04 20:46:33 +02:00 |
|
Tim Peters
|
9edb168dd7
|
cwr_next(): move invariants out of loops.
This simplifies and clarifies the code, and gives a small speedup.
|
2013-09-03 11:49:31 -05:00 |
|
Eli Bendersky
|
c554f725a0
|
Issue #18912: Fix indentation in docstring
Contributed by Jeroen Van Goey
|
2013-09-03 06:37:19 -07:00 |
|
Victor Stinner
|
b84fc0fd9f
|
Fix compilation of the _sqlite module if threads are disabled
|
2013-08-28 01:44:42 +02:00 |
|
Serhiy Storchaka
|
9594942716
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
|
2013-08-27 19:40:23 +03:00 |
|
Ezio Melotti
|
7c4a7e6f3c
|
#18803: fix more typos. Patch by Févry Thibault.
|
2013-08-26 01:32:56 +03:00 |
|
Charles-François Natali
|
c20a7b977e
|
Merge.
|
2013-08-25 18:27:59 +02:00 |
|
Charles-François Natali
|
249cdc39fc
|
Issue #18763: subprocess: The file descriptors are now closed after calling the
preexec_fn callback, which may open file descriptors.
|
2013-08-25 18:24:45 +02:00 |
|
Christian Heimes
|
f1fe159822
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
properly handled as unsigned.
|
2013-08-25 14:57:00 +02:00 |
|
Christian Heimes
|
61636e7105
|
Issue #18747: Fix spelling errors in my commit message and comments,
thanks to Vajrasky Kok for proof-reading.
|
2013-08-25 14:19:16 +02:00 |
|
Serhiy Storchaka
|
203eb317d2
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.
This is needed for support Tcl/Tk 8.6.
|
2013-08-22 17:40:31 +03:00 |
|
Christian Heimes
|
80c5de93f9
|
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
|
2013-08-22 13:19:48 +02:00 |
|
Serhiy Storchaka
|
9e6b97502f
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
in the tkinter module.
|
2013-08-21 21:38:21 +03:00 |
|
Christian Heimes
|
f77b4b20e9
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
A pthread_atfork() child handler is used to seeded the PRNG with pid, time
and some stack data.
|
2013-08-21 13:26:05 +02:00 |
|
Serhiy Storchaka
|
b1973c252c
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
RuntimeError exception. Patch by Christian Schubert.
|
2013-08-20 20:38:21 +03:00 |
|
Serhiy Storchaka
|
ec67d187ee
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Patch by Yogesh Chaudhari.
|
2013-08-20 20:04:47 +03:00 |
|
Christian Heimes
|
4d98ca9ff6
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
|
2013-08-19 17:36:29 +02:00 |
|