Benjamin Peterson
|
345a5d7357
|
merge 3.2
|
2011-06-27 09:19:02 -05:00 |
Benjamin Peterson
|
0f93d3d6f3
|
strip trailing ws
|
2011-06-27 09:18:46 -05:00 |
Benjamin Peterson
|
16ba98cc28
|
merge heads
|
2011-06-27 09:16:47 -05:00 |
Benjamin Peterson
|
dd6098b8a1
|
merge 3.2
|
2011-06-27 09:16:40 -05:00 |
Benjamin Peterson
|
a63a530eab
|
merge heads
|
2011-06-27 09:16:14 -05:00 |
Benjamin Peterson
|
68151d4f7f
|
merge 3.2 (#12417)
|
2011-06-27 09:15:19 -05:00 |
Benjamin Peterson
|
afa44a8096
|
update profile license (closes #12417)
|
2011-06-27 09:14:34 -05:00 |
Benjamin Peterson
|
8d77069558
|
update profile license (closes #12417)
|
2011-06-27 09:14:34 -05:00 |
Giampaolo Rodola'
|
096dcb1eff
|
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text.
|
2011-06-27 11:17:51 +02:00 |
Senthil Kumaran
|
504783975b
|
merge from 3.2
|
2011-06-26 23:49:49 -07:00 |
Senthil Kumaran
|
7d80bd1909
|
Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior.
|
2011-06-26 23:48:23 -07:00 |
Raymond Hettinger
|
ea30a5e6bd
|
Issue #8890: Remove /tmp from examples.
|
2011-06-26 15:29:27 +02:00 |
Raymond Hettinger
|
b34705ff37
|
Issue #8890: Remove /tmp from examples.
|
2011-06-26 15:29:06 +02:00 |
Raymond Hettinger
|
29e2c64edd
|
Issue #4608: urllib.request.urlopen does not return an iterable object
|
2011-06-26 14:30:25 +02:00 |
Raymond Hettinger
|
038018aaa4
|
Issue #4608: urllib.request.urlopen does not return an iterable object
|
2011-06-26 14:29:35 +02:00 |
Ezio Melotti
|
58ff0039a3
|
#11363: merge with 3.2.
|
2011-06-26 13:39:35 +03:00 |
Ezio Melotti
|
4850d52b4d
|
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
|
2011-06-26 13:34:56 +03:00 |
Ezio Melotti
|
b6b7371329
|
#11363: clean up curses doc.
|
2011-06-26 13:38:11 +03:00 |
Ezio Melotti
|
2df0549943
|
#11669: merge with 3.2.
|
2011-06-26 11:38:08 +03:00 |
Ezio Melotti
|
fc3db8a91e
|
#11669: rephrase footnote in the Compound Statements page.
|
2011-06-26 11:25:28 +03:00 |
Benjamin Peterson
|
9003760991
|
map cells to arg slots at code creation time (closes #12399)
This removes nested loops in PyEval_EvalCodeEx.
|
2011-06-25 22:54:45 -05:00 |
Ezio Melotti
|
935fa016f4
|
Merge heads.
|
2011-06-25 20:30:52 +03:00 |
Ezio Melotti
|
5778671073
|
Backed out changeset ef306bd1d122
|
2011-06-25 20:10:39 +03:00 |
Ezio Melotti
|
54cc5fd72d
|
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
|
2011-06-25 19:40:06 +03:00 |
Ezio Melotti
|
2d826e8f4b
|
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
|
2011-06-25 19:40:06 +03:00 |
Raymond Hettinger
|
70797194ab
|
Issue 11802: filecmp cache was growing without bound.
|
2011-06-25 17:20:21 +02:00 |
Raymond Hettinger
|
6ddefd7916
|
Issue 12086: add example showing how to use name mangling.
|
2011-06-25 16:30:39 +02:00 |
Raymond Hettinger
|
9d3df6d508
|
Issue 11889: Clarify docs for enumerate.
|
2011-06-25 15:00:14 +02:00 |
Mark Dickinson
|
eceebeb14f
|
Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
|
2011-06-25 13:29:14 +02:00 |
Mark Dickinson
|
7e4b5c6773
|
Merge #12228
|
2011-06-25 12:04:08 +02:00 |
Mark Dickinson
|
40d9ebe031
|
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
|
2011-06-25 12:03:33 +02:00 |
Raymond Hettinger
|
91b79afa3a
|
merge
|
2011-06-25 11:50:00 +02:00 |
Raymond Hettinger
|
4d5208d2e2
|
Fix typo (reported by Hiro Ashiya).
|
2011-06-25 11:39:00 +02:00 |
Ezio Melotti
|
33409d7bf3
|
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
|
2011-06-25 12:36:38 +03:00 |
Raymond Hettinger
|
d0de3d4cc4
|
Issue 11802: filecmp cache was growing without bound.
|
2011-06-25 17:21:04 +02:00 |
Raymond Hettinger
|
142d0f5e5a
|
Issue 12086: add example showing how to use name mangling.
|
2011-06-25 16:31:06 +02:00 |
Raymond Hettinger
|
06eef9c130
|
Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi).
|
2011-06-25 15:54:52 +02:00 |
Ross Lagerwall
|
7f485785dd
|
Fix test_signal on Windows after #12303.
|
2011-06-25 15:03:52 +02:00 |
Raymond Hettinger
|
04e1012e2d
|
Issue 11889: Clarify docs for enumerate.
|
2011-06-25 15:00:46 +02:00 |
Mark Dickinson
|
36a9de041b
|
Issue #12408: Merge.
|
2011-06-25 13:29:49 +02:00 |
Ross Lagerwall
|
bc808224b6
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
|
2011-06-25 12:13:40 +02:00 |
Mark Dickinson
|
bb66972c0b
|
Merge #12228
|
2011-06-25 12:04:45 +02:00 |
Raymond Hettinger
|
f20dd53698
|
merge
|
2011-06-25 11:52:37 +02:00 |
Raymond Hettinger
|
ddc56e09b9
|
merge
|
2011-06-25 11:48:54 +02:00 |
Raymond Hettinger
|
5d359591b9
|
merge
|
2011-06-25 11:40:20 +02:00 |
Raymond Hettinger
|
f68f7148d1
|
Fix typo (reported by Hiro Ashiya).
|
2011-06-25 11:39:42 +02:00 |
Ezio Melotti
|
473bc27433
|
Merge with 3.2.
|
2011-06-25 12:38:16 +03:00 |
Ezio Melotti
|
f00bfa2019
|
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
|
2011-06-25 12:36:38 +03:00 |
Raymond Hettinger
|
12fb2f41f0
|
Code simplification suggested by Sven Marnach.
|
2011-06-25 11:31:46 +02:00 |
Raymond Hettinger
|
5279fb99cb
|
Code simplification suggested by Sven Marnach.
|
2011-06-25 11:30:53 +02:00 |