Martin v. Löwis
|
cfa6129276
|
Fix typo.
|
2011-10-31 09:01:22 +01:00 |
Martin v. Löwis
|
0d3072e98d
|
Drop Py_UCS4_ functions. Closes #13246.
|
2011-10-31 08:40:56 +01:00 |
Martin v. Löwis
|
a72e78b3b1
|
Replace Py_UCS4_ API with Unicode API.
|
2011-10-31 08:33:37 +01:00 |
Ned Deily
|
d1029c4853
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
|
2011-10-30 20:05:30 -07:00 |
Ned Deily
|
7aff451728
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
|
2011-10-30 20:01:35 -07:00 |
Sandro Tosi
|
9bf59aa103
|
merge with 3.2
|
2011-10-31 02:42:06 +01:00 |
Sandro Tosi
|
567493fe26
|
caught is the right pp of catch; thanks to Don Bennett from docs@
|
2011-10-31 02:41:06 +01:00 |
Florent Xicluna
|
b6f019a080
|
Let's assume that the datetime module is always available.
|
2011-10-30 23:54:17 +01:00 |
Martin v. Löwis
|
f45dee998f
|
Port import_module_level to Unicode API.
|
2011-10-30 23:50:02 +01:00 |
Raymond Hettinger
|
5d12faa5b8
|
Merge
|
2011-10-30 15:07:01 -07:00 |
Raymond Hettinger
|
6f45d18c24
|
Improve itertools docs with clearer examples of pure python equivalent code.
|
2011-10-30 15:06:14 -07:00 |
Raymond Hettinger
|
385c803658
|
Merge
|
2011-10-30 14:33:31 -07:00 |
Raymond Hettinger
|
e584457e24
|
Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
|
2011-10-30 14:32:54 -07:00 |
Florent Xicluna
|
75861df9ab
|
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server.
|
2011-10-30 20:39:24 +01:00 |
Florent Xicluna
|
9783b44bcf
|
Merge heads
|
2011-10-30 20:26:28 +01:00 |
Florent Xicluna
|
2b6403e5d1
|
Merge heads
|
2011-10-30 20:25:29 +01:00 |
Florent Xicluna
|
f70fd7092d
|
Merge 3.2
|
2011-10-30 20:24:40 +01:00 |
Florent Xicluna
|
93dfee1dfc
|
Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.
|
2011-10-30 20:22:25 +01:00 |
Florent Xicluna
|
c4fec937dc
|
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling.
|
2011-10-30 20:19:32 +01:00 |
Florent Xicluna
|
3fa29f7cd7
|
Closes #13291: NameError in xmlrpc package.
|
2011-10-30 20:18:50 +01:00 |
Petri Lehtinen
|
a7a32353bf
|
Add Misc/NEWS entry for issue #10519
|
2011-10-30 21:18:25 +02:00 |
Petri Lehtinen
|
cd06a14df7
|
Add Misc/NEWS entry for issue #10519
|
2011-10-30 21:11:09 +02:00 |
Benjamin Peterson
|
1cebc207ea
|
merge 3.2
|
2011-10-30 14:24:59 -04:00 |
Benjamin Peterson
|
2b50a01d11
|
remove unused variable
|
2011-10-30 14:24:44 -04:00 |
Antoine Pitrou
|
6fbbc33440
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:14:46 +01:00 |
Antoine Pitrou
|
8db076cf8a
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:13:55 +01:00 |
Petri Lehtinen
|
c34f5c256a
|
Fix the return value of set_discard (issue #10519)
|
2011-10-30 14:35:39 +02:00 |
Petri Lehtinen
|
e0aa803714
|
Fix the return value of set_discard (issue #10519)
|
2011-10-30 14:35:12 +02:00 |
Petri Lehtinen
|
7c5e34d8a3
|
Avoid unnecessary recursive function calls (#closes #10519)
|
2011-10-30 13:57:45 +02:00 |
Petri Lehtinen
|
5acc27ebe4
|
Avoid unnecessary recursive function calls (closes #10519)
|
2011-10-30 13:56:41 +02:00 |
Martin v. Löwis
|
796ea53937
|
Port PyImport_ReloadModule to Unicode API.
|
2011-10-30 09:07:07 +01:00 |
Ezio Melotti
|
afe471d7d2
|
Merge the button to show/hide the prompts and output from 3.2.
|
2011-10-30 09:37:46 +02:00 |
Ezio Melotti
|
f54f6f520d
|
Add a button to the code examples in the doc to show/hide the prompts and output.
|
2011-10-30 09:20:19 +02:00 |
Charles-François Natali
|
fea6cb0285
|
Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...
|
2011-10-29 14:29:39 +02:00 |
Charles-François Natali
|
d4621190c9
|
Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch
by Xavier de Gaye.
|
2011-10-29 12:45:56 +02:00 |
Ezio Melotti
|
39be383406
|
#13289: merge with 3.2.
|
2011-10-29 10:44:59 +03:00 |
Ezio Melotti
|
f78869e47e
|
#13289: fix typo.
|
2011-10-29 10:41:51 +03:00 |
Benjamin Peterson
|
b3b8ba6121
|
bring is_integer into tested existence
|
2011-10-28 19:42:48 -04:00 |
Barry Warsaw
|
5a8f03f663
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
2011-10-28 17:02:27 -04:00 |
Barry Warsaw
|
46ae0efce1
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
|
2011-10-28 16:52:17 -04:00 |
Florent Xicluna
|
305bb662a9
|
Documentation typo
|
2011-10-28 22:14:41 +02:00 |
Florent Xicluna
|
83386dac8b
|
I should be someone
|
2011-10-28 22:03:55 +02:00 |
Florent Xicluna
|
4d46c2a722
|
Remove unused variable.
|
2011-10-28 15:00:50 +02:00 |
Florent Xicluna
|
5d1155c08e
|
Closes #13258: Use callable() built-in in the standard library.
|
2011-10-28 14:45:05 +02:00 |
Ezio Melotti
|
f99e4b5dbe
|
Improve HTMLParser example in the doc and fix a couple minor things.
|
2011-10-28 14:34:56 +03:00 |
Ezio Melotti
|
f50ffa94ab
|
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
|
2011-10-28 13:21:09 +03:00 |
Ezio Melotti
|
0b85cd0680
|
Merge heads.
|
2011-10-28 12:32:53 +03:00 |
Ezio Melotti
|
d3cf0db3ee
|
#13278: fix typo.
|
2011-10-28 12:22:25 +03:00 |
Florent Xicluna
|
74e6495a20
|
Fixes #13270: obsolete reference to old-style/new-style classes.
|
2011-10-28 11:21:19 +02:00 |
Vinay Sajip
|
6187664fa7
|
Added lost documentation cross-reference.
|
2011-10-27 17:50:55 +01:00 |