summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* search in the alternative location for VCExpressTarek Ziadé2010-03-061-1/+11
|
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
|
* files used by win32 testsTarek Ziadé2010-03-062-0/+338
|
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
|
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-062-1/+384
|
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
|
* #2777: Apply same recipe for test_terminate and test_kill, i.e. close or ↵Florent Xicluna2010-03-061-2/+4
| | | | redirect fds.
* Factored out time usage determination into a method, to facilitate ↵Vinay Sajip2010-03-051-5/+11
| | | | alternative formatting implementations in the future.
* #2777: Handle fds more carefully to try to fix some x86-Linux failures ↵Florent Xicluna2010-03-051-3/+6
| | | | (namely, neal bot and twisted bot).
* Fix incorrect stacklevel for DeprecationWarnings originating from the struct ↵Mark Dickinson2010-03-051-36/+15
| | | | | | | module. Also clean up related tests in test_struct. The stacklevel fix should be backported to 2.6 once that branch is unfrozen.
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-054-17/+252
|
* Merged revisions 78679,78681 via svnmerge fromBenjamin Peterson2010-03-052-0/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line remove svn:executable property ........
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-0546-0/+0
|
* These line should not be there.Florent Xicluna2010-03-051-1/+0
|
* Let's use assertIsNone / assertIsNotNone. It's hype.Florent Xicluna2010-03-051-5/+5
|
* Workaround #3137: Retry SIGINT if it is not received the first time.Florent Xicluna2010-03-051-2/+13
| | | | test_send_signal should not hang anymore on various Linux distributions.
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵Tarek Ziadé2010-03-0514-1234/+1157
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* #2777: Enable test_send_signal, test_kill and test_terminate on all platforms.Florent Xicluna2010-03-041-6/+20
|
* Cleanup.Florent Xicluna2010-03-041-5/+5
|
* Try to fix buildbot breakage from r78384.Dirkjan Ochtman2010-03-041-1/+2
| | | | Thanks bitdancer and briancurtin for the help.
* #7805: wait until all workers are started before collecting their PIDsFlorent Xicluna2010-03-042-2/+10
|
* Fix transient refleak in test_popen2.Florent Xicluna2010-03-041-1/+7
|
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-0/+5
| | | | | | Issue #29. PR #29 was released in february 2004!
* set svn:executable on all regen scriptsBenjamin Peterson2010-03-047-0/+0
|
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-032-0/+74
| | | | to the TarFile class.
* Fix wording.Florent Xicluna2010-03-021-2/+2
|
* plug ref leaksBenjamin Peterson2010-03-021-0/+4
|
* Issue #7820: The parser tokenizer restores all bytes in the right if the BOMVictor Stinner2010-03-021-0/+11
| | | | | | check fails. Fix an assertion in pydebug mode.
* remove cross-version compatibility codeBenjamin Peterson2010-03-022-50/+9
|
* remove code to avoid BaseException.message bugBenjamin Peterson2010-03-022-15/+0
|
* Test test_pep277 is only relevant for Unicode-friendly filesystems.Florent Xicluna2010-03-021-4/+6
|
* convert deprecated fail* methods to assert* variantsBenjamin Peterson2010-03-021-16/+16
|
* use test_main() in __main__ sectionBenjamin Peterson2010-03-021-1/+1
|
* prevent warning filter adjustment from altering other testsBenjamin Peterson2010-03-021-24/+23
|
* enable running of argparse tests and fix two that failed in the new environmentBenjamin Peterson2010-03-021-4/+11
|
* remove another coding cookieBenjamin Peterson2010-03-021-3/+1
|
* set svn:eol-styleBenjamin Peterson2010-03-022-6557/+6557
|
* remove coding cookie as mandated by PEP 8Benjamin Peterson2010-03-021-3/+1
|
* Tentatively enable test_pep277 on all platforms.Florent Xicluna2010-03-021-3/+7
|
* Refactor test_dict using assertRaises.Florent Xicluna2010-03-021-68/+47
|
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-022-0/+6559
| | | | | Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-011-0/+4
| | | | | because I did this in the wrong order and couldn't smack svnmerge into submission.
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-012-0/+13
|
* Issue 3892 again. The bsddb3 replication test still fails randomly.R. David Murray2010-03-011-18/+20
| | | | | | | Since this module is unmaintained in the library and gone in py3k, this patch skips the remainder of the replication test if a second timeout occurs, as it randomly does. This should improve buildbot stability.
* Fix test to be skipped on windows.Gregory P. Smith2010-03-011-4/+2
|
* Fixes issue #7999: os.setreuid() and os.setregid() would refuse to acceptGregory P. Smith2010-03-011-0/+2
| | | | a -1 parameter on some platforms such as OS X.
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-012-1/+11
|
* Cleanup the test added in r78517 based on Ezio Melotti's feedback.Gregory P. Smith2010-03-011-8/+4
|
* Fix the new test on windows (skip it, its posix only)Gregory P. Smith2010-03-011-0/+1
|
* Adds the hashlib.algorithms attribute. See issue7418.Gregory P. Smith2010-03-012-1/+8
|