Florent Xicluna
|
d39a4d755a
|
Merge 3.2
|
2011-10-28 22:05:12 +02:00 |
Florent Xicluna
|
83386dac8b
|
I should be someone
|
2011-10-28 22:03:55 +02:00 |
Florent Xicluna
|
46f5d146c1
|
Remove no-op code from previous commit.
|
2011-10-28 21:58:56 +02:00 |
Florent Xicluna
|
68f71a34f4
|
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
|
2011-10-28 16:06:23 +02:00 |
Florent Xicluna
|
908ae24b06
|
Merge 3.2 (linked to issue #1294232)
|
2011-10-28 15:06:13 +02:00 |
Florent Xicluna
|
4d46c2a722
|
Remove unused variable.
|
2011-10-28 15:00:50 +02:00 |
Florent Xicluna
|
aabbda5354
|
Merge 3.2
|
2011-10-28 14:52:29 +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
|
ac73b0c95e
|
Merge HTMLParser doc changes from 3.2.
|
2011-10-28 14:36:11 +03: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
|
91ec2e8a31
|
#13273: merge with 3.2.
|
2011-10-28 13:23:57 +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
|
455036fd1f
|
#13278: merge with 3.2.
|
2011-10-28 12:33:27 +03:00 |
Ezio Melotti
|
0b85cd0680
|
Merge heads.
|
2011-10-28 12:32:53 +03:00 |
Florent Xicluna
|
acfc97a05a
|
Merge 3.2
|
2011-10-28 11:23:25 +02: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 |
Antoine Pitrou
|
f3dc2d7afd
|
Fix typo
|
2011-10-28 00:01:03 +02:00 |
Antoine Pitrou
|
873bf262ad
|
Update example of non-blocking SSL code for the new finer-grained exceptions
|
2011-10-27 23:59:03 +02:00 |
Antoine Pitrou
|
41032a69c1
|
Issue #11183: Add finer-grained exceptions to the ssl module, so that
you don't have to inspect the exception's attributes in the common case.
|
2011-10-27 23:56:55 +02:00 |
Vinay Sajip
|
b5cab85dc7
|
Merged documentation fix from 3.2.
|
2011-10-27 17:53:19 +01:00 |
Vinay Sajip
|
6187664fa7
|
Added lost documentation cross-reference.
|
2011-10-27 17:50:55 +01:00 |
Benjamin Peterson
|
2f8dfcd6f4
|
add a test for an assertion with tuple msg
|
2011-10-27 08:20:01 -04:00 |
Victor Stinner
|
065836ec9c
|
PyUnicode_FSDecoder() ensures that the decoded string is ready
|
2011-10-27 01:56:33 +02:00 |
Victor Stinner
|
7592d0513e
|
Fix the issue number of my cp65001 commit: 13247 => issue #13216
|
2011-10-27 01:43:48 +02:00 |
Victor Stinner
|
2f3ca9f20e
|
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
|
2011-10-27 01:38:56 +02:00 |
Petri Lehtinen
|
cc9695643f
|
Issue #10860: Skip the new test if HTTPS is not available
|
2011-10-26 21:29:54 +03:00 |
Petri Lehtinen
|
e119c403a1
|
Issue #10860: Skip the new test if HTTPS is not available
|
2011-10-26 21:29:15 +03:00 |
Vinay Sajip
|
b9e46e95f8
|
Changed warn() to warning() in logging tests.
|
2011-10-26 13:17:20 +01:00 |
Victor Stinner
|
82a647b721
|
Fix typo in NEWS
|
2011-10-26 01:42:30 +02:00 |
Ezio Melotti
|
f7f0a66a8f
|
Fix typos.
|
2011-10-25 17:22:22 +03:00 |
Victor Stinner
|
cb98bed299
|
Issue #12619: Expose socket.SO_BINDTODEVICE constant
|
2011-10-25 13:45:48 +02:00 |
Victor Stinner
|
8b905bd9d4
|
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
used with sys.setdlopenflags().
|
2011-10-25 13:34:04 +02:00 |
Victor Stinner
|
e0be423297
|
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic
clock
|
2011-10-25 13:06:09 +02:00 |
Ezio Melotti
|
92b958420e
|
Merge the codecs doc refactoring with 3.2.
|
2011-10-25 10:41:37 +03:00 |
Ezio Melotti
|
fbb39815d4
|
Refactor a bit the codecs doc.
|
2011-10-25 10:40:38 +03:00 |
Ezio Melotti
|
7a03f64c2e
|
Remove mention of narrow/wide builds in the codecs doc.
|
2011-10-25 10:30:19 +03:00 |
Ezio Melotti
|
90bf5f1171
|
Remove mention of narrow/wide builds and update array doc, add a test.
|
2011-10-25 10:05:34 +03:00 |
Ezio Melotti
|
199786bdde
|
Null merge with 3.2.
|
2011-10-25 09:42:01 +03:00 |
Ezio Melotti
|
963004d1d8
|
Fix typo.
|
2011-10-25 09:41:13 +03:00 |
Ezio Melotti
|
c99c85899a
|
Remove mention of narrow/wide builds from ord/chr doc.
|
2011-10-25 09:32:34 +03:00 |
Ezio Melotti
|
f4d76e6ca7
|
#13251: update string description in datamodel.rst.
|
2011-10-25 09:23:42 +03:00 |
Benjamin Peterson
|
f602c556b7
|
merge 3.2
|
2011-10-25 00:07:05 -04:00 |
Benjamin Peterson
|
c801ad36ee
|
merge heads
|
2011-10-25 00:06:15 -04:00 |
Benjamin Peterson
|
9a1b956dea
|
merge heads
|
2011-10-25 00:04:37 -04:00 |
Benjamin Peterson
|
3ed559a3c7
|
merge 3.2 (#13259)
|
2011-10-25 00:04:10 -04:00 |
Benjamin Peterson
|
1fafc1a11f
|
document __bytes__ special method (closes #13259)
|
2011-10-25 00:03:51 -04:00 |
Antoine Pitrou
|
b528fcf954
|
Fix test_imp failure under Windows
|
2011-10-25 00:21:02 +02:00 |
Petri Lehtinen
|
64c1c07201
|
merge heads
|
2011-10-24 21:24:58 +03:00 |
Petri Lehtinen
|
08a95cabe3
|
merge heads
|
2011-10-24 21:22:39 +03:00 |