Commit graph

57040 commits

Author SHA1 Message Date
Ezio Melotti
c926c59d80 #16017: capitalize URLs. 2012-09-24 17:07:39 +03:00
Ezio Melotti
0ce22259df #16014: merge with 3.2. 2012-09-24 16:58:14 +03:00
Ezio Melotti
4f24af065d #16014: fix broken link. 2012-09-24 16:56:59 +03:00
Georg Brandl
d37b9d7e1b Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. 2012-09-24 13:41:52 +02:00
Christian Heimes
22340be15e Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
2012-09-24 13:27:28 +02:00
Christian Heimes
e26d3af7ee Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
2012-09-24 13:17:08 +02:00
Georg Brandl
b5f91d7eb7 Merge with 3.3.0 release clone. 2012-09-24 07:46:35 +02:00
Georg Brandl
f2487177eb Post-release updates. 2012-09-24 07:42:20 +02:00
Antoine Pitrou
a1f7655fa7 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
2012-09-23 20:00:04 +02:00
Antoine Pitrou
6f80f5d444 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
2012-09-23 19:55:21 +02:00
Nadeem Vawda
5011244be0 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. 2012-09-23 18:20:23 +02:00
Nadeem Vawda
667a13bf2a Fix indentation of examples in lzma module documentation. 2012-09-23 18:08:57 +02:00
Georg Brandl
700765fe91 Added tag v3.3.0rc3 for changeset c191d21cefaf 2012-09-23 17:15:25 +02:00
Georg Brandl
8506d3591c Bump to 3.3.0rc3. 2012-09-23 17:15:21 +02:00
Georg Brandl
6147515d02 Add news entries for recent changes. 2012-09-23 17:11:26 +02:00
Christian Heimes
fd0ddab97b GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) 2012-09-23 16:15:01 +02:00
Christian Heimes
ab816b5c85 GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) 2012-09-23 16:15:01 +02:00
Christian Heimes
3b9493b53c Use C-style comments for C89 / ANSI C compatibility 2012-09-23 16:11:15 +02:00
Christian Heimes
b8cd700155 Use C-style comments for C89 / ANSI C compatibility 2012-09-23 16:11:15 +02:00
Stefan Krah
91ceeceea7 Use C-style comments (required for the AIX build slave). 2012-09-23 15:51:16 +02:00
Stefan Krah
a4b4dea415 Use C-style comments (required for the AIX build slave). 2012-09-23 15:51:16 +02:00
Stefan Krah
7e6523fbd7 Use C-style comments. 2012-09-23 15:46:09 +02:00
Stefan Krah
f817a7b178 Use C-style comments. 2012-09-23 15:46:09 +02:00
Ezio Melotti
2b7a71d6e5 #15949, #15899: merge with 3.2. 2012-09-23 16:03:21 +03:00
Ezio Melotti
20b8d992b0 #15949, #15899: use \ufffd instead of ?. 2012-09-23 15:55:14 +03:00
Victor Stinner
707bce4a66 Issue #15969: Fix the issue number in Misc/NEWS 2012-09-23 11:11:07 +02:00
Victor Stinner
a3ff101e6a Issue #5969: faulthandler module: rename dump_tracebacks_later() to
dump_traceback_later() and cancel_dump_tracebacks_later() to
cancel_dump_traceback_later().
2012-09-23 11:06:21 +02:00
R David Murray
752a2241ea #15925: fix regression: return None for null and non-date strings.
Since the logic for null detection had to move into the _parseaddr
functions, I removed the wrappers from email.utils and just import the
_parseaddr functions directly.
2012-09-22 09:59:51 -04:00
Ezio Melotti
fb436c4eba #15949, 15899: merge with 3.2. 2012-09-22 11:25:22 +03:00
Ezio Melotti
b1d0e5b11e #15949, 15899: avoid using non-latin1 chars in the doc (they break make all-pdf). 2012-09-22 11:23:06 +03:00
Larry Hastings
a867ed553e Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. 2012-09-21 10:12:14 -07:00
Larry Hastings
bf84bbabbb Mention that "defaults" can be None for inspect.getfullargspec.
Also minor formatting cleanups.
2012-09-21 09:40:41 -07:00
Larry Hastings
88950fb4d0 Add What's New entries for some minor work I did in 3.3. 2012-09-21 09:30:19 -07:00
Ezio Melotti
f82b9371f5 #15421: merge with 3.2. 2012-09-21 17:29:20 +03:00
Ezio Melotti
85710a40e7 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. 2012-09-21 17:26:35 +03:00
Ezio Melotti
050a61f838 #15304: merge with 3.2. 2012-09-21 16:53:07 +03:00
Ezio Melotti
e418d76089 #15304: fix wrong warning message in test.support.temp_cwd(). 2012-09-21 16:48:12 +03:00
Ezio Melotti
8b15ee0d6e #15980: merge with 3.2. 2012-09-21 16:31:24 +03:00
Ezio Melotti
0847db7c01 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. 2012-09-21 16:30:22 +03:00
doko@ubuntu.com
7d5a8d78f0 null merge 2012-09-21 14:00:47 +02:00
doko@ubuntu.com
98b1c446d5 - Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
2012-09-21 13:52:29 +02:00
Benjamin Peterson
61cdcf5d7e merge 3.2 2012-09-20 23:49:33 -04:00
Benjamin Peterson
f8a9a837c4 remove gdb noise about linux-vdso 2012-09-20 23:48:23 -04:00
Alexander Belopolsky
7926af5089 null merge 2012-09-20 17:25:18 -04:00
Alexander Belopolsky
57caede470 Issue #15973: fixed 3.2 backport. 2012-09-20 17:23:46 -04:00
Alexander Belopolsky
6f543a3073 merge 2012-09-20 16:49:58 -04:00
Alexander Belopolsky
690558e440 merge 2012-09-20 16:44:11 -04:00
Alexander Belopolsky
9b9ed867bc merged 3.2 2012-09-20 16:42:34 -04:00
Alexander Belopolsky
3ec153681e Issue #15973: Fixed segmentation fault on timezone comparison to other types. 2012-09-20 16:39:33 -04:00
Mark Dickinson
5710c2a3e8 Issue 15959: Merge from 3.2. 2012-09-20 21:30:34 +01:00