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
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
3b9493b53c
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
7e6523fbd7
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
Mark Dickinson
c286e58044
Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka.
2012-09-20 21:29:28 +01:00
Mark Dickinson
7c6c80d89f
Issue 15985: merge from 3.2.
2012-09-20 20:51:53 +01:00
Mark Dickinson
4e12ad19c9
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
2012-09-20 20:51:14 +01:00
Antoine Pitrou
ca8aa4acf6
Issue #15144 : Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
...
Patch by Serhiy Storchaka.
2012-09-20 20:56:47 +02:00
Christian Heimes
1c47222a25
merge
2012-09-20 12:43:24 +02:00
Christian Heimes
5cb31c9277
Issue #15977 : Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
2012-09-20 12:42:54 +02:00
Ezio Melotti
fe6e7e6b30
Merge the quotes/backslashes fixes with 3.2.
2012-09-20 09:47:41 +03:00
Ezio Melotti
694f2331c6
Fix a few quotes/backslashes.
2012-09-20 09:47:03 +03:00
Ezio Melotti
a58d8b05df
Merge markup fixes in smtpd.rst with 3.2.
2012-09-20 09:09:24 +03:00
Ezio Melotti
8bbcb584dd
Fix markup in smtpd.rst.
2012-09-20 09:06:51 +03:00
Ezio Melotti
be54d6d2f3
Update suspicious ignore file.
2012-09-20 08:46:06 +03:00
Ezio Melotti
7598e18bf2
Fix rst markup.
2012-09-20 08:33:53 +03:00
Ezio Melotti
f6813f6071
Merge rst markup fixes in timeit docs with 3.2.
2012-09-20 06:14:54 +03:00
Ezio Melotti
a3ccb237c7
Fix rst markup in timeit docs.
2012-09-20 06:13:38 +03:00
Ezio Melotti
ab9b661fdd
#15970 : merge with 3.2.
2012-09-19 08:25:01 +03:00
Ezio Melotti
c90111f9ab
#15970 : xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
2012-09-19 08:19:12 +03:00
Trent Nelson
da064d0745
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
2012-09-18 22:00:25 -04:00