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 |
|
Raymond Hettinger
|
4f5139ba20
|
Root variable is not changed.
|
2012-03-16 17:08:37 -07:00 |
|
Raymond Hettinger
|
202d1ad3f6
|
Fix whitespace
|
2012-03-16 17:05:17 -07:00 |
|
Raymond Hettinger
|
d37fb55910
|
Unique sentinel value for cache.get()
|
2012-03-16 17:04:11 -07:00 |
|
Raymond Hettinger
|
6e8c817687
|
Refactor calculation of the cache key. Minor code cleanups.
|
2012-03-16 16:53:05 -07:00 |
|
Benjamin Peterson
|
e80b29b5b6
|
cleanup Ellipsis and NotImplemented strings after we're done
|
2012-03-16 18:45:31 -05:00 |
|
Antoine Pitrou
|
020bf28200
|
Merge
|
2012-03-17 00:24:12 +01:00 |
|
Antoine Pitrou
|
846fd302a0
|
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation.
Patch by sbt.
|
2012-03-17 00:23:04 +01:00 |
|
Benjamin Peterson
|
29a837d857
|
merge heads
|
2012-03-16 18:22:53 -05:00 |
|
Benjamin Peterson
|
954cf578c7
|
clear the root with the cache
|
2012-03-16 18:22:26 -05:00 |
|
Raymond Hettinger
|
d656958915
|
Minor code cleanup.
|
2012-03-16 11:48:12 -07:00 |
|
Benjamin Peterson
|
01feaecbfa
|
plug memory leak (closes #14325)
|
2012-03-16 13:25:58 -05:00 |
|
Raymond Hettinger
|
57b2959d26
|
Eliminate duplicate link lookup. Minor cleanup.
|
2012-03-16 11:21:39 -07:00 |
|
Benjamin Peterson
|
eb74918685
|
kill capsule names that we don't need anymore
|
2012-03-16 12:24:01 -05:00 |
|
Benjamin Peterson
|
f7c132158d
|
use memory macros
|
2012-03-16 12:23:39 -05:00 |
|
Benjamin Peterson
|
7ed67270a8
|
check result of PyMem_New
|
2012-03-16 12:21:02 -05:00 |
|
Benjamin Peterson
|
49f0b70906
|
merge heads
|
2012-03-16 10:13:30 -05:00 |
|
Benjamin Peterson
|
2dbda07a17
|
fix condition (#14296)
|
2012-03-16 10:12:55 -05:00 |
|
Eli Bendersky
|
c105cf5aff
|
Issue #14202: some additional doc fixes
|
2012-03-16 16:51:01 +02:00 |
|