Giampaolo Rodola'
|
7941736ddb
|
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
|
2012-03-20 16:49:55 +01:00 |
Giampaolo Rodola'
|
2a886412ba
|
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
|
2012-03-20 16:44:24 +01:00 |
Victor Stinner
|
2bf1f3bee4
|
time.steady() doc: don't repeat the default value
|
2012-03-19 13:17:24 +01:00 |
Ross Lagerwall
|
6d3a575fc1
|
Merge with 3.2 for #14359.
|
2012-03-19 06:13:13 +02:00 |
Ross Lagerwall
|
71faefc37e
|
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Based on patch from Hervé Coatanhay.
|
2012-03-19 06:08:43 +02:00 |
Benjamin Peterson
|
4ca5661669
|
all OSErrors should indicate there are no extended attributes (closes #14358)
|
2012-03-18 22:26:05 -04:00 |
R David Murray
|
da3d8e05b6
|
Merge #14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
|
2012-03-18 20:50:36 -04:00 |
R David Murray
|
1623afff67
|
#14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
|
2012-03-18 20:50:03 -04:00 |
Gregory P. Smith
|
188176f881
|
Empty merge; imports rewritten in 3.3. issue #14331 may no longer apply.
|
2012-03-18 16:14:17 -07:00 |
Gregory P. Smith
|
c809f98143
|
Fixes Issue #14331: Use significantly less stack space when importing modules by
allocating path buffers on the heap instead of the stack.
|
2012-03-18 16:06:53 -07:00 |
Georg Brandl
|
d87c29843d
|
Dummy-merge (except .hgtags) 3.2.3rc2 changes.
|
2012-03-18 20:39:46 +01:00 |
Georg Brandl
|
3187749646
|
Merge 3.2.3rc2 from release clone.
|
2012-03-18 20:37:43 +01:00 |
Ross Lagerwall
|
5802fdf31f
|
Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Based on patch from Hervé Coatanhay.
|
2012-03-18 15:55:10 +02:00 |
Georg Brandl
|
1eb0f9de99
|
Post-release updates for 3.2.3rc2.
|
2012-03-18 08:36:53 +01:00 |
Georg Brandl
|
ed77feb503
|
Added tag v3.2.3rc2 for changeset 428f05cb7277
|
2012-03-18 07:35:01 +01:00 |
Georg Brandl
|
226af70a59
|
Bump to 3.2.3rc2.
|
2012-03-18 07:34:49 +01:00 |
Raymond Hettinger
|
7dabfede34
|
Fix whitespace
|
2012-03-17 15:11:09 -07:00 |
Raymond Hettinger
|
7e0c581c49
|
Low overhead path for maxsize==0
|
2012-03-17 15:10:24 -07:00 |
R David Murray
|
0863d7106c
|
Merge #14333: fix test_queue so it can be run via standard unittest test discovery.
|
2012-03-17 16:39:44 -04:00 |
R David Murray
|
c6bfce9871
|
#14333: fix test_queue so it can be run via standard unittest test discovery.
|
2012-03-17 16:38:39 -04:00 |
R David Murray
|
bd53809ee7
|
#14344: fixed the repr of email.policy objects.
|
2012-03-17 15:11:59 -04:00 |
Ned Deily
|
87b7cdea96
|
Issue #14347: Update Misc/README list of files.
(Initial patch by Dionysios Kalofonos)
|
2012-03-17 10:52:08 -07:00 |
Georg Brandl
|
eed59e8aa1
|
merge with 3.2
|
2012-03-17 18:39:20 +01:00 |
Georg Brandl
|
5ab88177a4
|
Move MANIFEST parsing change to the right position.
|
2012-03-17 18:38:13 +01:00 |
Ned Deily
|
e145a7999b
|
Issue #14346: merge
|
2012-03-17 10:30:48 -07:00 |
Ned Deily
|
e742adeb8f
|
Issue #14346: Fix some typos in the Mac/README file.
(Patch by Dionysios Kalofonos)
|
2012-03-17 10:29:41 -07:00 |
Georg Brandl
|
869ac7895f
|
merge with 3.2
|
2012-03-17 17:29:39 +01:00 |
Georg Brandl
|
3a19e542ff
|
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
|
2012-03-17 17:29:27 +01:00 |
Georg Brandl
|
9758fcfb87
|
merge with 3.2
|
2012-03-17 17:26:36 +01:00 |
Georg Brandl
|
557a3ec9bb
|
Closes #14343: avoid shadowing builtin input() in example code.
|
2012-03-17 17:26:27 +01:00 |
Georg Brandl
|
5ec6fdb0f6
|
Closes #14342: remove out-of-date section about avoiding recursion errors.
|
2012-03-17 17:25:47 +01:00 |
Georg Brandl
|
2ba1428911
|
merge with 3.2
|
2012-03-17 16:58:12 +01:00 |
Georg Brandl
|
12c3cd7c1f
|
Closes #14306: clarify expensiveness of try-except and update code snippet
|
2012-03-17 16:58:05 +01:00 |
Eli Bendersky
|
7add4eaa6d
|
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
|
2012-03-17 15:14:35 +02:00 |
Senthil Kumaran
|
8df2634a7e
|
merge from 3.2 - issue6566
|
2012-03-17 00:41:15 -07:00 |
Senthil Kumaran
|
f2123d2db5
|
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
|
2012-03-17 00:40:34 -07:00 |
Raymond Hettinger
|
bc8e81dcc3
|
Section-off the source for better readability.
|
2012-03-17 00:24:09 -07:00 |
Raymond Hettinger
|
dce583e0bd
|
Minor beautification.
|
2012-03-16 22:12:20 -07:00 |
Benjamin Peterson
|
d845450eef
|
merge heads
|
2012-03-17 00:05:59 -05:00 |
Benjamin Peterson
|
96384b93aa
|
make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368)
|
2012-03-17 00:05:44 -05:00 |
R David Murray
|
970952bf6d
|
Merge #11686: news entry.
|
2012-03-16 22:51:00 -04:00 |
R David Murray
|
eebe1112ff
|
#11686: news entry.
|
2012-03-16 22:49:54 -04:00 |
R David Murray
|
80e22b56d3
|
Merge #11686: add missing entries to email __all__ lists.
Original patch by Steffen Daode Nurpmeso
|
2012-03-16 22:46:14 -04:00 |
R David Murray
|
1b6c724df0
|
#11686: add missing entries to email __all__ lists.
Original patch by Steffen Daode Nurpmeso
|
2012-03-16 22:43:05 -04:00 |
R David Murray
|
9b3d4847e5
|
Merge #11780: s/throw/raise/
|
2012-03-16 22:10:44 -04:00 |
R David Murray
|
41914349ad
|
#11780: s/throw/raise/
|
2012-03-16 22:10:00 -04:00 |
R David Murray
|
1ad2eeaa99
|
Merge #11780: document that email.encoders throw TypeError on multipart messages.
|
2012-03-16 22:04:25 -04:00 |
R David Murray
|
69ebfe43b0
|
#11780: document that email.encoders throw TypeError on multipart messages.
|
2012-03-16 22:03:17 -04:00 |
R David Murray
|
7104c7295c
|
#12788: fix error in test_policy when run under refleak detection
|
2012-03-16 21:39:57 -04:00 |
Benjamin Peterson
|
9a03ecfa50
|
simply this slightly
|
2012-03-16 20:15:54 -05:00 |