Andrew Svetlov
|
504ba313fc
|
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
|
2012-07-30 20:01:13 +03:00 |
Andrew Svetlov
|
1fb0e3f3a2
|
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
|
2012-07-30 19:59:53 +03:00 |
Antoine Pitrou
|
754d5ef8da
|
Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t.
Followup to issue #15489.
|
2012-07-30 13:58:42 +02:00 |
Ned Deily
|
f2fdd31e2b
|
merge
|
2012-07-30 04:20:51 -07:00 |
Ned Deily
|
79a348ad64
|
null merge
|
2012-07-30 04:14:18 -07:00 |
Ned Deily
|
3b796680c3
|
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
|
2012-07-30 04:09:32 -07:00 |
Victor Stinner
|
54f939b9ae
|
Issue #15463: the faulthandler module truncates strings to 500 characters,
instead of 100, to be able to display long file paths
|
2012-07-30 13:08:58 +02:00 |
Ned Deily
|
eb00d09718
|
Issue #14018: merge
|
2012-07-30 03:38:02 -07:00 |
Ned Deily
|
c556c64405
|
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8.
They are not as buggy as the 10.6 version but can still easily crash.
|
2012-07-30 03:31:21 -07:00 |
Ned Deily
|
2910a7ba6b
|
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Also add tests in the OS X installer build to ensure that the desired
dynamic linking with an optional newer Tcl/Tk in /Library actually
happens.
|
2012-07-30 02:35:58 -07:00 |
Ned Deily
|
5d6aeb8d99
|
Fix invalid UTF-8 encoding in commit message.
|
2012-07-30 02:34:03 -07:00 |
Antoine Pitrou
|
57911f6c1a
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.
|
2012-07-30 00:01:44 +02:00 |
Antoine Pitrou
|
8f328d0c1d
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.
|
2012-07-30 00:01:06 +02:00 |
Antoine Pitrou
|
a264384fe6
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Patch by Serhiy Storchaka.
|
2012-07-29 19:04:57 +02:00 |
Antoine Pitrou
|
10f0c50a0b
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Patch by Serhiy Storchaka.
|
2012-07-29 19:02:46 +02:00 |
Martin v. Löwis
|
2b16844326
|
Issue #15467: Merge 3.2
|
2012-07-29 16:38:45 +02:00 |
Martin v. Löwis
|
33f799725c
|
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Patch by Serhiy Storchaka.
|
2012-07-29 16:33:05 +02:00 |
Nick Coghlan
|
5ee9892406
|
Close #15425: Eliminate more importlib related traceback noise
|
2012-07-29 20:30:36 +10:00 |
Meador Inge
|
bb9b1c165d
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
|
2012-07-28 22:32:50 -05:00 |
Meador Inge
|
90bc2dbcce
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
|
2012-07-28 22:16:39 -05:00 |
Martin v. Löwis
|
dbf616d9c3
|
Issue #15431: Drop _freeze_importlib from all build configurations,
to prevent constant regeneration of importlib.h.
|
2012-07-28 21:59:05 +02:00 |
Martin v. Löwis
|
ee365ac254
|
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
|
2012-07-28 21:55:20 +02:00 |
Martin v. Löwis
|
e3010a8d12
|
Issue #14578: Support modules registered in the Windows registry again.
Patch by Amaury Forgeot d'Arc.
|
2012-07-28 21:33:05 +02:00 |
Martin v. Löwis
|
96d97ec9c0
|
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows.
Patch by Kristján Valur Jónsson.
|
2012-07-28 20:46:52 +02:00 |
Martin v. Löwis
|
79b7ea1629
|
Commit unsaved edits.
|
2012-07-28 19:51:41 +02:00 |
Martin v. Löwis
|
7e39572aa8
|
Issue #15466: Stop using TYPE_INT64 in marshal,
to make importlib.h (and other byte code files) equal between 32-bit
and 64-bit systems.
|
2012-07-28 19:44:05 +02:00 |
Richard Oudkerk
|
5562d9dc5d
|
Issue #1692335: Move initial args assignment to BaseException.__new__
to help pickling of naive subclasses.
|
2012-07-28 17:45:28 +01:00 |
Stefan Krah
|
e4c0799d9c
|
Add unused parameter to a METH_NOARGS function.
|
2012-07-28 14:10:02 +02:00 |
Stefan Krah
|
b9e36b97f2
|
Add unused parameter to a couple of METH_NOARGS functions. The previous
form is used in many places in the source tree, but was found to be incorrect
in a recent tracker discussion.
|
2012-07-28 13:53:47 +02:00 |
Stefan Krah
|
7d12d9df13
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
|
2012-07-28 12:25:55 +02:00 |
Ned Deily
|
6c779ea553
|
Issue #15364: Fix test_srcdir for the installed case.
|
2012-07-27 23:37:04 -07:00 |
Richard Oudkerk
|
9e4bfb6cb3
|
Dummy merge.
|
2012-07-27 14:55:17 +01:00 |
Richard Oudkerk
|
b15e622bb8
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
|
2012-07-27 14:19:00 +01:00 |
Richard Oudkerk
|
4887b1c0e7
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
|
2012-07-27 14:06:11 +01:00 |
Richard Oudkerk
|
46874ad367
|
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
|
2012-07-27 12:06:55 +01:00 |
Vinay Sajip
|
a61b45980b
|
Merged documentation update from 3.2.
|
2012-07-27 10:55:16 +01:00 |
Vinay Sajip
|
a58d668fd9
|
Improved cookbook entry and fixed typo.
|
2012-07-27 10:54:10 +01:00 |
Barry Warsaw
|
9eeea48cc9
|
- Issue #15458: python-config gets a new option --configdir to print the
$LIBPL value.
|
2012-07-26 18:12:07 -04:00 |
Martin v. Löwis
|
3bbd2fad4d
|
Issue #15456: Fix code __sizeof__ after #12399 change.
Patch by Serhiy Storchaka.
|
2012-07-26 22:23:23 +02:00 |
Jason R. Coombs
|
d0118e16a1
|
Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details.
|
2012-07-26 15:21:17 -04:00 |
Andrew Svetlov
|
69f343941f
|
Issue #15041: update "see also" list in tkinter documentation.
|
2012-07-26 17:16:24 +03:00 |
Andrew Svetlov
|
e708a8a4aa
|
Issue #15041: update "see also" list in tkinter documentation.
|
2012-07-26 17:02:57 +03:00 |
Antoine Pitrou
|
0b9e7b9ea9
|
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
Patch by Chris Jerdonek.
|
2012-07-26 00:47:15 +02:00 |
Antoine Pitrou
|
09f2e6f902
|
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
Patch by Chris Jerdonek.
|
2012-07-26 00:45:19 +02:00 |
Antoine Pitrou
|
c5618f039d
|
Mention the *limit* argument of TextIO.readline().
|
2012-07-25 22:40:05 +02:00 |
Antoine Pitrou
|
707bd4e385
|
Mention the *limit* argument of TextIO.readline().
|
2012-07-25 22:38:33 +02:00 |
Vinay Sajip
|
f7dbb0f64e
|
Closes #15445: Merged documentation update from 3.2.
|
2012-07-25 19:20:32 +01:00 |
Vinay Sajip
|
393e23fbb5
|
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
|
2012-07-25 19:19:25 +01:00 |
Martin v. Löwis
|
099414875b
|
merge 3.2
|
2012-07-25 11:33:02 +02:00 |
Martin v. Löwis
|
30d5e6c13f
|
Issue #7163: Propagate return value of sys.stdout.write.
Patch by Roger Serwy.
|
2012-07-25 11:32:26 +02:00 |