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 |
Barry Warsaw
|
d7d2194ea1
|
Integration of importdocs from the features/pep-420 repo.
|
2012-07-29 16:36:17 -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 |
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 |
Martin v. Löwis
|
f4b341b0e6
|
merge 3.2
|
2012-07-25 10:49:32 +02:00 |
Martin v. Löwis
|
c882b7c51a
|
Issue #15318: Prevent writing to sys.stdin.
Patch by Roger Serwy and myself.
|
2012-07-25 10:47:20 +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 |
Eli Bendersky
|
f7a54a0f12
|
Cleanup the doc a bit: remove useless example and sentence
|
2012-07-24 20:44:48 +03:00 |
Eli Bendersky
|
c43c558658
|
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek
|
2012-07-24 19:51:06 +03:00 |
Eli Bendersky
|
e431ed2354
|
Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it.
|
2012-07-24 19:47:34 +03: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 |