Serhiy Storchaka
|
1f56a94a9e
|
Issue #18919: Check warnings messages in the aifc module tests.
|
2013-10-14 20:06:04 +03:00 |
Serhiy Storchaka
|
4606d36d7f
|
Issue #18919: Check warnings messages in the aifc module tests.
|
2013-10-14 20:05:33 +03:00 |
Georg Brandl
|
fb0b5f20bd
|
merge with 3.3
|
2013-10-14 16:53:07 +02:00 |
Georg Brandl
|
d98d6cb451
|
Closes #19258: close WSGI server after handling request in demo code.
|
2013-10-14 16:52:13 +02:00 |
Georg Brandl
|
979541935a
|
merge with 3.3
|
2013-10-14 16:08:25 +02:00 |
Georg Brandl
|
0079ffc092
|
Closes #17154: error out gracefully on "ignore" or "condition" without argument.
|
2013-10-14 16:08:15 +02:00 |
Serhiy Storchaka
|
0186721397
|
Issue #19189: Improved cross-references in the pickle module documentation.
|
2013-10-14 10:44:25 +03:00 |
Serhiy Storchaka
|
5bbbc94073
|
Issue #19189: Improved cross-references in the pickle module documentation.
|
2013-10-14 10:43:46 +03:00 |
Georg Brandl
|
142ad666dc
|
Re #18521: move array bounds check before array access.
|
2013-10-14 07:01:11 +02:00 |
Georg Brandl
|
6083a4bc1c
|
Re #18521: remove assignments of variables that are immediately reassigned.
|
2013-10-14 06:51:46 +02:00 |
Georg Brandl
|
782952b8fe
|
Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them.
|
2013-10-14 06:46:12 +02:00 |
Ezio Melotti
|
33fc6d6040
|
#4965: merge with 3.3.
|
2013-10-14 02:59:54 +03:00 |
Ezio Melotti
|
47fd9d8e09
|
#4965: Implement intelligent scrolling of the sidebar in the docs.
|
2013-10-14 02:58:59 +03:00 |
Georg Brandl
|
64bed06036
|
merge with 3.3
|
2013-10-13 23:34:06 +02:00 |
Georg Brandl
|
9e091e120b
|
Closes #16657: fix docstring of traceback.format_tb().
|
2013-10-13 23:32:14 +02:00 |
Serhiy Storchaka
|
b3e4144c95
|
Null merge
|
2013-10-13 23:30:53 +03:00 |
Serhiy Storchaka
|
ca1d6db6d3
|
Merge heads
|
2013-10-13 23:27:44 +03:00 |
Serhiy Storchaka
|
72aabb6177
|
Merge heads
|
2013-10-13 23:27:23 +03:00 |
Georg Brandl
|
a7c17e552d
|
Fix spacing of toplevel items.
|
2013-10-13 22:25:10 +02:00 |
Georg Brandl
|
3e30d471e9
|
merge with 3.3
|
2013-10-13 22:23:34 +02:00 |
Georg Brandl
|
810f1d56ea
|
Wing IDE is switching to PyQt...
|
2013-10-13 22:23:27 +02:00 |
Serhiy Storchaka
|
6c64f23340
|
Merge heads
|
2013-10-13 23:22:09 +03:00 |
Georg Brandl
|
03d010be14
|
merge with 3.3
|
2013-10-13 22:20:08 +02:00 |
Georg Brandl
|
c3a2916919
|
Closes #19248: actually check for Python 3.x in tools/sphinx-build.py.
|
2013-10-13 22:19:49 +02:00 |
Georg Brandl
|
12ec29f105
|
Closes #17335: remove no-op assignment.
|
2013-10-13 22:16:48 +02:00 |
Antoine Pitrou
|
881bfba204
|
Remove unexpected headings from Misc/NEWS
|
2013-10-13 22:13:56 +02:00 |
Serhiy Storchaka
|
98b28fddd8
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
Serhiy Storchaka
|
bfdcd436f0
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
Antoine Pitrou
|
6039db8de3
|
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
|
2013-10-13 21:54:15 +02:00 |
Antoine Pitrou
|
24201d497c
|
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
|
2013-10-13 21:53:13 +02:00 |
Georg Brandl
|
fbc3c3c2be
|
Closes #17730: in code.interact(), when banner="", do not print anything.
Also adds tests for banner printing.
|
2013-10-13 21:49:06 +02:00 |
Georg Brandl
|
a8fc7f6fac
|
#18714: add attribution.
|
2013-10-13 20:56:25 +02:00 |
Georg Brandl
|
6e22055ee1
|
pdb: modernize find_function() and add tests for it.
Closes #18714.
|
2013-10-13 20:51:47 +02:00 |
Serhiy Storchaka
|
7ff4520584
|
Issue #19197: Improved cross-references in the shlex module documentation.
|
2013-10-13 21:20:30 +03:00 |
Serhiy Storchaka
|
4e985673bf
|
Issue #19197: Improved cross-references in the shlex module documentation.
|
2013-10-13 21:19:00 +03:00 |
Ethan Furman
|
9efcb6bf38
|
Issue19030: commit tests for DynamicClassAttribute
|
2013-10-13 10:52:10 -07:00 |
Serhiy Storchaka
|
690a6a95bd
|
Issue #19207: Improved cross-references in the os, os.path, and posix modules
documentation.
|
2013-10-13 20:13:37 +03:00 |
Serhiy Storchaka
|
dab8354920
|
Issue #19207: Improved cross-references in the os, os.path, and posix modules
documentation.
|
2013-10-13 20:12:43 +03:00 |
Serhiy Storchaka
|
10e73babad
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:07:51 +03:00 |
Serhiy Storchaka
|
5e1c053f0c
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:06:50 +03:00 |
Georg Brandl
|
ef1605afa8
|
merge with 3.3
|
2013-10-13 18:38:53 +02:00 |
Georg Brandl
|
b7117af07d
|
Refer to strftime(3) manpage for platform specific format codes.
Suggested by Skip Montanaro on docs@.
|
2013-10-13 18:28:25 +02:00 |
Serhiy Storchaka
|
287da2e0b9
|
Issue #19203: Improved cross-references in the curses howto.
|
2013-10-13 19:24:30 +03:00 |
Serhiy Storchaka
|
5f613dc87c
|
Merge heads
|
2013-10-13 19:17:46 +03:00 |
Serhiy Storchaka
|
04d11a73fa
|
Issue #19203: Improved cross-references in the curses howto.
|
2013-10-13 18:51:59 +03:00 |
Serhiy Storchaka
|
221d943c5b
|
Issue #19198: Improved cross-references in the cgi module documentation.
|
2013-10-13 18:29:08 +03:00 |
Serhiy Storchaka
|
fd1c3d3059
|
Issue #19198: Improved cross-references in the cgi module documentation.
|
2013-10-13 18:28:26 +03:00 |
Kristján Valur Jónsson
|
0a7697b718
|
Catch a few extra error cases in marshal.c
|
2013-10-13 15:19:56 +00:00 |
Serhiy Storchaka
|
26e066d34c
|
Null merge
|
2013-10-13 18:12:22 +03:00 |
Serhiy Storchaka
|
5fa41f1d1e
|
Merge heads
|
2013-10-13 18:11:11 +03:00 |