Martin v. Löwis
|
a562ed012d
|
Issue #8847: Merge with 3.2
|
2012-08-01 11:09:55 +02:00 |
Martin v. Löwis
|
4c1730db7c
|
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Analysis by Victor Stinner. Patch by Stefan Krah.
|
2012-08-01 10:32:11 +02:00 |
Benjamin Peterson
|
b685d19eb3
|
merge heads
|
2012-07-31 21:50:11 -07:00 |
Benjamin Peterson
|
481ae50ccd
|
construct fields in the right order (closes #15517)
Patch from Taihyun Hwang.
|
2012-07-31 21:41:56 -07:00 |
Jesus Cea
|
c9aa321a01
|
Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
|
2012-08-01 03:57:52 +02:00 |
Barry Warsaw
|
dbdc3db534
|
- Issue #15295: Reorganize and rewrite the documentation on the import system.
|
2012-07-31 16:10:12 -04:00 |
Barry Warsaw
|
9a5af1288d
|
merge
|
2012-07-31 16:03:25 -04:00 |
Andrew Svetlov
|
233f6845b3
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
|
2012-07-31 19:49:38 +03:00 |
Andrew Svetlov
|
06c5c6d694
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
|
2012-07-31 19:48:00 +03:00 |
Brett Cannon
|
722d3aec2e
|
Issue #15508: Fix the docstring for __import__ to not mention negative
'level' values and set its document default value to 0.
Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
|
2012-07-30 17:45:54 -04:00 |
Barry Warsaw
|
38732ea832
|
merge
|
2012-07-30 14:34:43 -04:00 |
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 |
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
|
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 |
Barry Warsaw
|
dee609c09f
|
merged
|
2012-07-29 16:40:04 -04:00 |
Barry Warsaw
|
dde56f4aa3
|
Add NEWS
|
2012-07-29 16:37:33 -04: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 |
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
|
7d12d9df13
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
|
2012-07-28 12:25:55 +02: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 |
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 |
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
|
f3923e9dd7
|
Issue #15413: os.times() had disappeared under Windows.
|
2012-07-24 21:23:53 +02:00 |
R David Murray
|
4c66896553
|
#15232: make NEWS entry more accurate.
|
2012-07-24 14:24:13 -04:00 |
R David Murray
|
186396dce6
|
#15232: make NEWS entry more accurate.
|
2012-07-24 14:22:19 -04:00 |
Ned Deily
|
c59cc8f5ea
|
Issue #14197: merge
|
2012-07-24 03:45:39 -07:00 |
Ned Deily
|
ecd4e9de5a
|
Issue #14197: For OS X framework builds, ensure links to the shared
library are created with the proper ABI suffix.
|
2012-07-24 03:31:48 -07:00 |
Meador Inge
|
9f65899d19
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Initial patch by Serhiy Storchaka.
|
2012-07-23 10:22:36 -05:00 |
Meador Inge
|
b14d8c9bcf
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Initial patch by Serhiy Storchaka.
|
2012-07-23 10:01:29 -05:00 |
Senthil Kumaran
|
7e918cfe28
|
merge heads.
|
2012-07-22 19:32:44 -07:00 |
Senthil Kumaran
|
392bfd30af
|
merge heads.
|
2012-07-22 19:32:17 -07:00 |