Georg Brandl
0ddc30b7f9
Fix reference direction.
2010-05-10 21:46:50 +00:00
Georg Brandl
c630195784
#8642 : fix wrong function name.
2010-05-10 21:02:51 +00:00
Michael Foord
72b1977221
Improving help message for python -m unittest. Issue 8303.
2010-05-10 20:21:16 +00:00
Florent Xicluna
638b869004
Add a link on maketrans().
2010-05-10 19:59:22 +00:00
Andrew M. Kuchling
40f09c07a2
Move { out of #if...#else block; this confuses Emacs' C-mode
2010-05-10 17:18:25 +00:00
Mark Dickinson
932e162a96
Issue #8674 : Fix incorrect and UB-inducing overflow checks in audioop
...
module. Thanks Tomas Hoger for the patch.
2010-05-10 16:07:42 +00:00
Giampaolo Rodolà
ff46d6e844
Issue #8490 : adds a more solid test suite for asyncore
2010-05-10 15:33:22 +00:00
Andrew M. Kuchling
264552a827
Link to unittest2 article
2010-05-10 15:03:35 +00:00
Andrew M. Kuchling
10595a64f3
Use title case
2010-05-10 14:20:12 +00:00
Andrew M. Kuchling
93c40d49f5
Markup fix; re-word a sentence
2010-05-10 14:18:27 +00:00
Benjamin Peterson
814a66f2d3
finish clause
2010-05-09 21:09:40 +00:00
Mark Dickinson
43ca377e45
Wrap multiline macros in a 'do {} while(0)', for safety.
2010-05-09 20:42:09 +00:00
Mark Dickinson
fda8d114ea
Post-detabification cleanup: whitespace fixes and long line rewraps only.
2010-05-09 20:30:29 +00:00
Antoine Pitrou
6001b0b65c
Remove spurious newlines, and add version number.
2010-05-09 18:32:48 +00:00
Antoine Pitrou
8617161a2a
Fixup indentation of PC/_msi.c
2010-05-09 15:15:11 +00:00
Antoine Pitrou
c83ea137d7
Untabify C files. Will watch buildbots.
2010-05-09 14:46:46 +00:00
Eric Smith
368ede83d9
Issue 8671: Whitespace fix.
2010-05-09 14:04:59 +00:00
Michael Foord
53a92eb3c3
Adding a test for unittest.BaseTestSuite.
2010-05-09 09:58:25 +00:00
Mark Dickinson
7000e9e01b
Issue #8644 : Improve accuracy of timedelta.total_seconds method.
...
(Backport of r80979 to py3k.) Thanks Alexander Belopolsky.
2010-05-09 09:30:06 +00:00
Gregory P. Smith
860852fdf4
Revert r81012. buildbot problems and its questionable of me to even
...
add this to trunk while we're on the way to 2.7rc1.
When fixed this can go into py3k first. Sorry.
2010-05-09 01:20:20 +00:00
Gregory P. Smith
56fe6569fd
Fixes [issue7245] Better Ctrl-C support in pdb.
2010-05-08 23:38:49 +00:00
Benjamin Peterson
e8150e8441
remove svn:mergeinfo property
2010-05-08 20:59:42 +00:00
Jean-Paul Calderone
e54ddf1ed2
Skip signal handler re-installation if it is not necessary. Issue 8354.
2010-05-08 20:06:02 +00:00
Mark Dickinson
0712b5651a
Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X.
2010-05-08 19:13:21 +00:00
Benjamin Peterson
534b8de63b
towards 2.7 release candidate 1
2010-05-08 18:53:42 +00:00
Benjamin Peterson
38edcea7e9
tag second 2.7 beta
2010-05-08 17:10:37 +00:00
Benjamin Peterson
c251607d59
bump version to 2.7 beta 2
2010-05-08 17:08:17 +00:00
Michael Foord
9c164af6c3
unittest: issue 8301. Adding functions to test suites no longer crashes.
2010-05-08 17:06:25 +00:00
Benjamin Peterson
7daf0e4aa1
update pydoc-topics
2010-05-08 17:05:19 +00:00
Benjamin Peterson
f063d15873
run and fix enumerate start test cases #8636
2010-05-08 16:44:52 +00:00
Michael Foord
959c16d7a4
Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038.
2010-05-08 16:40:52 +00:00
Benjamin Peterson
7baf8627bd
add underscore
2010-05-08 15:42:29 +00:00
Benjamin Peterson
ac896ed177
r80967 introduced a new scheme
2010-05-08 15:41:44 +00:00
Andrew M. Kuchling
0efe18ab0c
Write summary of the 2.7 release; rewrite the future section some more;
...
mention PYTHONWARNINGS env. var; tweak some examples for readability.
And with this commit, the "What's New" is done... except for a
complete read-through to polish the text, and fixing any reported errors,
but those tasks can easily wait until after beta2.
2010-05-08 15:39:46 +00:00
Antoine Pitrou
dac6aeb43c
Revert r80963 - it broke compilation everywhere
2010-05-08 15:23:57 +00:00
Michael Foord
8851b71c6f
Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547.
2010-05-08 15:09:37 +00:00
Andrew M. Kuchling
304500cd10
Markup fixes
2010-05-08 13:29:46 +00:00
Andrew M. Kuchling
8e34386028
Add logging.dictConfig example; give up on writing a Ttk example
2010-05-08 13:28:03 +00:00
Michael Foord
22097e4e66
Issue 7780. Adding a test for unittest test discovery from a dotted path.
2010-05-08 13:20:07 +00:00
Matthias Klose
cbf54b1e7e
configure.in: Avoid autoconf warning: Assume C89 semantics that
...
RETSIGTYPE is always void (issue #8510 ).
pyconfig.h: Regenerate
2010-05-08 11:04:18 +00:00
Matthias Klose
c511b47fb6
configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,
...
only whitespace changes in generated configure (diff -uEwB).
2010-05-08 11:01:39 +00:00
Ronald Oussoren
2f88bfdf96
Issue #8084 : ensure that the --user directory
...
conforms to platforms standars on OSX when
using a python framework.
2010-05-08 10:29:06 +00:00
Matthias Klose
9f8e0c11f0
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
2010-05-08 10:17:27 +00:00
Matthias Klose
22520ea354
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
2010-05-08 10:14:46 +00:00
Matthias Klose
a0bea5d5a2
- Issue #8510 : Update to autoconf2.65.
2010-05-08 10:00:28 +00:00
Ronald Oussoren
d875d3c36e
Fix for issue #7724 : make it possible to build using
...
the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified
SDK when looking for files.
2010-05-08 08:44:37 +00:00
Mark Dickinson
22ff664ff7
Issue #8659 : Remove redundant ABS calls. Thanks Daniel Stutzbach.
2010-05-08 08:01:19 +00:00
Senthil Kumaran
18e4dd74e0
Fixing the errors trigerred in test_urllib2net. Related to issue8656.
2010-05-08 05:00:11 +00:00
Senthil Kumaran
6057ba1f97
Fix Issue8656 - urllib2 mangles file://-scheme URLs
2010-05-08 03:11:50 +00:00
Andrew M. Kuchling
badc709847
Get accents correct
2010-05-08 01:35:55 +00:00